diff --git a/CMakeLists.txt b/CMakeLists.txt index 5226ef775..f52aca6e1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -32,7 +32,7 @@ include(Warnings) include(${CMAKE_SOURCE_DIR}/VERSION.cmake) include_directories(BEFORE ${CMAKE_CURRENT_BINARY_DIR} "${CMAKE_CURRENT_BINARY_DIR}/src/mirall/") -# disable the crashrepoter if libcrashreporter-qt is not available or we're building for ARM +# disable the crashreporter if libcrashreporter-qt is not available or we're building for ARM if( CMAKE_SYSTEM_PROCESSOR MATCHES "arm" OR NOT EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/src/3rdparty/libcrashreporter-qt/CMakeLists.txt") set( WITH_CRASHREPORTER OFF ) endif() @@ -114,16 +114,16 @@ endif() # this option creates only libocsync and libowncloudsync option(BUILD_LIBRARIES_ONLY "BUILD_LIBRARIES_ONLY" OFF) -# When this option is enabled, 5xx errors are not added to the clacklist -# Normaly you don't want to enable this option because if a particular file -# trigger a bug on the server, you want the file to be blacklisted. +# When this option is enabled, 5xx errors are not added to the blacklist +# Normally you don't want to enable this option because if a particular file +# triggers a bug on the server, you want the file to be blacklisted. option(OWNCLOUD_5XX_NO_BLACKLIST "OWNCLOUD_5XX_NO_BLACKLIST" OFF) if(OWNCLOUD_5XX_NO_BLACKLIST) add_definitions(-DOWNCLOUD_5XX_NO_BLACKLIST=1) endif() if(APPLE) - set( SOCKETAPI_TEAM_IDENTIFIER_PREFIX "" CACHE STRING "SocketApi prefix (including a following dot) that must match the codesigh key's TeamIdentifier/Organizational Unit" ) + set( SOCKETAPI_TEAM_IDENTIFIER_PREFIX "" CACHE STRING "SocketApi prefix (including a following dot) that must match the codesign key's TeamIdentifier/Organizational Unit" ) endif() #### find libs @@ -138,7 +138,7 @@ if(HAVE_QT5) message(STATUS "Using Qt ${Qt5Core_VERSION_MAJOR}.${Qt5Core_VERSION_MINOR}.x") if (${Qt5Core_VERSION_MAJOR} EQUAL "5") if (${Qt5Core_VERSION_MINOR} EQUAL "4" OR ${Qt5Core_VERSION_MINOR} GREATER 4) - message(STATUS "We would not require Neon in this setup, compile without!") + message(STATUS "We do not require Neon in this setup, compile without!") set(USE_NEON FALSE) else() message(STATUS "If possible compile me with Qt 5.4 or higher.") diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c6b766379..ee6449b3b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,10 +6,10 @@ We are also available on [IRC][irc]. ### Bug Reporting Guidelines * __Important__: Report the issue using our [template][template], it includes all the - informations we need to track down the issue. + information we need to track down the issue. * __SECURITY__: Report any potential security bug to security@owncloud.com following our [security policy](https://owncloud.org/security/) instead of filing an issue in our bug tracker * This repository is *only* for issues within the ownCloud desktop client. - Issues in other compontents should be reported in their own repositores: + Issues in other components should be reported in their own repositores: - [ownCloud server](https://github.com/owncloud/core/issues) - [ownCloud apps](https://github.com/owncloud/apps/issues) (e.g. Calendar, Contacts...) @@ -36,7 +36,7 @@ Before we're able to merge your code to ownCloud Desktop Client, you need to sig our [Contributor Agreement][agreement]. Please read the [Desktop Client Manual][desktopman] and the [Developer -Manuals][devmanual] to get useful infos like how to create your first +Manuals][devmanual] to get useful info like how to create your first application or how to test the ownCloud code with phpunit. [agreement]: http://owncloud.org/about/contributor-agreement/ diff --git a/OWNCLOUD.cmake b/OWNCLOUD.cmake index 6a1c1c990..4022212e6 100644 --- a/OWNCLOUD.cmake +++ b/OWNCLOUD.cmake @@ -14,5 +14,5 @@ set( MAC_INSTALLER_BACKGROUND_FILE "${CMAKE_SOURCE_DIR}/admin/osx/installer-back # set( APPLICATION_LICENSE "${OEM_THEME_DIR}/license.txt ) option( WITH_CRASHREPORTER "Build crashreporter" OFF ) -set( CRASHREPORTER_SUBMIT_URL "https://crash-reports.owncloud.com/submit" CACHE string "URL for crash repoter" ) +set( CRASHREPORTER_SUBMIT_URL "https://crash-reports.owncloud.com/submit" CACHE string "URL for crash reporter" ) set( CRASHREPORTER_ICON ":/owncloud-icon.png" ) diff --git a/admin/osx/create_mac_pkg.sh.cmake b/admin/osx/create_mac_pkg.sh.cmake index b04657f26..90e871587 100755 --- a/admin/osx/create_mac_pkg.sh.cmake +++ b/admin/osx/create_mac_pkg.sh.cmake @@ -23,7 +23,7 @@ identity="$3" prjfile=$build_path/admin/osx/macosx.pkgproj # The name of the installer package -installer="@APPLICATION_NAME@-@MIRALL_VERSION_FULL@@MIRALL_VERSION_SUFFIX@" +installer="@APPLICATION_SHORTNAME@-@MIRALL_VERSION_FULL@@MIRALL_VERSION_SUFFIX@" installer_file="$installer.pkg" installer_file_tar="$installer.pkg.tar" installer_file_tar_bz2="$installer.pkg.tar.bz2" diff --git a/admin/win/nsi/l10n/Basque.nsh b/admin/win/nsi/l10n/Basque.nsh index 659b898cf..eebf3c059 100644 --- a/admin/win/nsi/l10n/Basque.nsh +++ b/admin/win/nsi/l10n/Basque.nsh @@ -9,7 +9,6 @@ StrCpy $PageReinstall_NEW_Field_3 "Ez desinstalatu" StrCpy $PageReinstall_NEW_MUI_HEADER_TEXT_TITLE "Dagoeneko Instalatuta" StrCpy $PageReinstall_NEW_MUI_HEADER_TEXT_SUBTITLE "Hautatu nola nahi duzun ${APPLICATION_NAME} instalatzea." StrCpy $PageReinstall_OLD_Field_1 "${APPLICATION_NAME}ren bertsio berriago bat instalatuta dago! Ez da aholkatzen bertsio zaharrago bat instalatzea. Benetan bertsio zaharrago hau instalatu nahi baduzu, hobe da lehenengo bertsio berria desinstalatzea. Hautatu nahi duzun aukera eta sakatu Hurrengoa jarraitzeko." -StrCpy $PageReinstall_SAME_Field_1 "${APPLICATION_NAME} ${VERSION} dagoeneko instalatuta dago.\nHautatu zer operazio egin nahi duzu eta klikatu Hurrengoa jarraitzeko." StrCpy $PageReinstall_SAME_Field_2 "Gehitu/Berrinstalatu osagaiak" StrCpy $PageReinstall_SAME_Field_3 "Desinstalatu ${APPLICATION_NAME}" StrCpy $UNINSTALLER_APPDATA_TITLE "Desinstalatu ${APPLICATION_NAME}" @@ -39,5 +38,6 @@ StrCpy $INIT_INSTALLER_RUNNING "Instalatzailea dagoeneko martxan da." StrCpy $UAC_UNINSTALLER_REQUIRE_ADMIN "Desinstalatzaile honek administratzaile baimenak behar ditu, saiatu berriro" StrCpy $INIT_UNINSTALLER_RUNNING "Desinstalatzailea dagoeneko martxan da." StrCpy $SectionGroup_Shortcuts "Lasterbideak" +StrCpy $PageReinstall_SAME_Field_1 "${APPLICATION_NAME} ${VERSION} is already installed.$\r$\nSelect the operation you want to perform and click Next to continue." StrCpy $UAC_ERROR_ELEVATE "Unable to elevate, error:" StrCpy $UAC_ERROR_LOGON_SERVICE "Logon service is not running, aborting!" diff --git a/admin/win/nsi/l10n/Catalan.nsh b/admin/win/nsi/l10n/Catalan.nsh index 52ed04bd1..ecf87a34f 100644 --- a/admin/win/nsi/l10n/Catalan.nsh +++ b/admin/win/nsi/l10n/Catalan.nsh @@ -9,7 +9,6 @@ StrCpy $PageReinstall_NEW_Field_3 "No instal·lar" StrCpy $PageReinstall_NEW_MUI_HEADER_TEXT_TITLE "Ja instal·lat" StrCpy $PageReinstall_NEW_MUI_HEADER_TEXT_SUBTITLE "Trieu la manera com voleu instal·lar ${APPLICATION_NAME}." StrCpy $PageReinstall_OLD_Field_1 "Una versió més recent de ${APPLICATION_NAME} ja està instal.lada!! No es recomana instal.lar una versió més antiga. Si realment voleu instal.lar una versió més antiga, és millor primer desinstal.lar la versió actual. Seleccioni l'operació que desitjeu realitzar i feu clic a Següent per a continuar." -StrCpy $PageReinstall_SAME_Field_1 "${APPLICATION_NAME} ${VERSION} ja està instal.lat.↩\nSeleccioneu l'operació que desitjeu realitzar i feu clic a Següent per continuar." StrCpy $PageReinstall_SAME_Field_2 "Afegir/Reinstal.lar components" StrCpy $PageReinstall_SAME_Field_3 "Desinstal.lar ${APPLICATION_NAME}" StrCpy $UNINSTALLER_APPDATA_TITLE "Desinstal.lar ${APPLICATION_NAME}" @@ -40,4 +39,5 @@ StrCpy $INIT_INSTALLER_RUNNING "L'instal·lador ja s'està executant." StrCpy $UAC_UNINSTALLER_REQUIRE_ADMIN "Aquest desinstal·lador requereix accés d'administrador, intenteu-ho de nou." StrCpy $INIT_UNINSTALLER_RUNNING "El desinstal·lador ja s'està executant." StrCpy $SectionGroup_Shortcuts "Dreceres" +StrCpy $PageReinstall_SAME_Field_1 "${APPLICATION_NAME} ${VERSION} is already installed.$\r$\nSelect the operation you want to perform and click Next to continue." StrCpy $UAC_ERROR_LOGON_SERVICE "Logon service is not running, aborting!" diff --git a/admin/win/nsi/l10n/Czech.nsh b/admin/win/nsi/l10n/Czech.nsh index 82c890d55..95d5a1e9e 100644 --- a/admin/win/nsi/l10n/Czech.nsh +++ b/admin/win/nsi/l10n/Czech.nsh @@ -9,7 +9,6 @@ StrCpy $PageReinstall_NEW_Field_3 "Neodinstalov StrCpy $PageReinstall_NEW_MUI_HEADER_TEXT_TITLE "Ji nainstalovno" StrCpy $PageReinstall_NEW_MUI_HEADER_TEXT_SUBTITLE "Zvolte, jak chcete ${APPLICATION_NAME} nainstalovat." StrCpy $PageReinstall_OLD_Field_1 "Novj verze aplikace ${APPLICATION_NAME} je ji nainstalovna. Instalace star verze se nedoporuuje. Pokud opravdu chcete tuto star verzi nainstalovat, je lep nejprve odinstalovat souasnou verzi. Zvolte poadovanou operaci a kliknte na Dal pro pokraovn." -StrCpy $PageReinstall_SAME_Field_1 "${APPLICATION_NAME} ${VERSION} je ji nainstalovna.\nZvolte poadovanou operaci a kliknte na Dal pro pokraovn." StrCpy $PageReinstall_SAME_Field_2 "Pidat i znovu instalovat komponenty" StrCpy $PageReinstall_SAME_Field_3 "Odinstalovat ${APPLICATION_NAME}" StrCpy $UNINSTALLER_APPDATA_TITLE "Odinstalovat ${APPLICATION_NAME}" @@ -30,7 +29,7 @@ StrCpy $OPTION_SECTION_SC_QUICK_LAUNCH_Desc "Z StrCpy $UNINSTALLER_FILE_Detail "Zapisuji odinstaltor" StrCpy $UNINSTALLER_REGISTRY_Detail "Zapisuji instaltor do registr" StrCpy $UNINSTALLER_FINISHED_Detail "Dokoneno" -StrCpy $UNINSTALL_MESSAGEBOX "Nezd se, e ${APPLICATION_NAME} je nainstalovna ve sloce '$INSTDIR'.\nChcete pokraovat (nedoporuuje se)?" +StrCpy $UNINSTALL_MESSAGEBOX "Nezd se, e ${APPLICATION_NAME} je nainstalovna ve sloce '$INSTDIR'.$\n$\nChcete pokraovat (nedoporuuje se)?" StrCpy $UNINSTALL_ABORT "Odinstalace zruena uivatelem" StrCpy $INIT_NO_QUICK_LAUNCH "Zstupce rychlho sputn (nen k dispozici)" StrCpy $INIT_NO_DESKTOP "Zstupce na ploe (pepe existujc)" @@ -41,3 +40,4 @@ StrCpy $UAC_UNINSTALLER_REQUIRE_ADMIN "Tento odinstal StrCpy $UAC_ERROR_LOGON_SERVICE "Sluba pihlen nebا, ukonuji!" StrCpy $INIT_UNINSTALLER_RUNNING "Odinstaltor je ji sputn." StrCpy $SectionGroup_Shortcuts "Zstupci" +StrCpy $PageReinstall_SAME_Field_1 "${APPLICATION_NAME} ${VERSION} is already installed.$\r$\nSelect the operation you want to perform and click Next to continue." diff --git a/admin/win/nsi/l10n/Dutch.nsh b/admin/win/nsi/l10n/Dutch.nsh index 6e7b4fad2..950ae75c1 100644 --- a/admin/win/nsi/l10n/Dutch.nsh +++ b/admin/win/nsi/l10n/Dutch.nsh @@ -9,7 +9,7 @@ StrCpy $PageReinstall_NEW_Field_3 "Niet de-installeren" StrCpy $PageReinstall_NEW_MUI_HEADER_TEXT_TITLE "Al genstalleerd" StrCpy $PageReinstall_NEW_MUI_HEADER_TEXT_SUBTITLE "Kies hoe u ${APPLICATION_NAME} wilt installeren." StrCpy $PageReinstall_OLD_Field_1 "Er is al een recentere versie van ${APPLICATION_NAME} genstalleerd! Installeren van een oudere versie wordt niet aangeraden. Als u echt de oudere versie wilt installeren, adviseren we de huidige versie eerst te verwijderen. Kies de actie die u wilt uitvoeren en druk op Verder om door te gaan." -StrCpy $PageReinstall_SAME_Field_1 "${APPLICATION_NAME} ${VERSION} is al genstalleerd.\nKies de actie die u wilt uitvoeren en druk op Verder om door te gaan." +StrCpy $PageReinstall_SAME_Field_1 "${APPLICATION_NAME} ${VERSION} is al genstalleerd.$\n$\nKies de actie die u uit wil voeren en druk op Verder om door te gaan." StrCpy $PageReinstall_SAME_Field_2 "Toevoegen/herinstalleren componenten" StrCpy $PageReinstall_SAME_Field_3 "De-installeer ${APPLICATION_NAME}" StrCpy $UNINSTALLER_APPDATA_TITLE "De-installeer ${APPLICATION_NAME}" diff --git a/admin/win/nsi/l10n/English.nsh b/admin/win/nsi/l10n/English.nsh index bb0b7d304..37a158c7a 100644 --- a/admin/win/nsi/l10n/English.nsh +++ b/admin/win/nsi/l10n/English.nsh @@ -9,7 +9,7 @@ StrCpy $PageReinstall_NEW_Field_3 "Do not uninstall" StrCpy $PageReinstall_NEW_MUI_HEADER_TEXT_TITLE "Already Installed" StrCpy $PageReinstall_NEW_MUI_HEADER_TEXT_SUBTITLE "Choose how you want to install ${APPLICATION_NAME}." StrCpy $PageReinstall_OLD_Field_1 "A newer version of ${APPLICATION_NAME} is already installed! It is not recommended that you install an older version. If you really want to install this older version, it is better to uninstall the current version first. Select the operation you want to perform and click Next to continue." -StrCpy $PageReinstall_SAME_Field_1 "${APPLICATION_NAME} ${VERSION} is already installed.\r\nSelect the operation you want to perform and click Next to continue." +StrCpy $PageReinstall_SAME_Field_1 "${APPLICATION_NAME} ${VERSION} is already installed.$\r$\nSelect the operation you want to perform and click Next to continue." StrCpy $PageReinstall_SAME_Field_2 "Add/Reinstall components" StrCpy $PageReinstall_SAME_Field_3 "Uninstall ${APPLICATION_NAME}" StrCpy $UNINSTALLER_APPDATA_TITLE "Uninstall ${APPLICATION_NAME}" diff --git a/admin/win/nsi/l10n/Estonian.nsh b/admin/win/nsi/l10n/Estonian.nsh index 71a48dbf5..c0839f3c8 100644 --- a/admin/win/nsi/l10n/Estonian.nsh +++ b/admin/win/nsi/l10n/Estonian.nsh @@ -9,7 +9,6 @@ StrCpy $PageReinstall_NEW_Field_3 " StrCpy $PageReinstall_NEW_MUI_HEADER_TEXT_TITLE "Juba paigaldatud" StrCpy $PageReinstall_NEW_MUI_HEADER_TEXT_SUBTITLE "Vali, kuidas sa soovid paigaldada ${APPLICATION_NAME}." StrCpy $PageReinstall_OLD_Field_1 "Uuem versioon ${APPLICATION_NAME} on juba paigaldatud! Vanema versiooni paigaldus ei ole soovitatav. Kui testi tahad paigaldada vanemat versiooni, siis on parem esmalt eemaldada olemasolev. Vali tehtav toiming ning kliki Jtka." -StrCpy $PageReinstall_SAME_Field_1 "${APPLICATION_NAME} ${VERSION} on juba paigaldatud.\nVali tehtav toiming ning kliki Jtka." StrCpy $PageReinstall_SAME_Field_2 "Lisa/Taaspaigalda komponente" StrCpy $PageReinstall_SAME_Field_3 "Desinstalli ${APPLICATION_NAME}" StrCpy $UNINSTALLER_APPDATA_TITLE "Desinstalli ${APPLICATION_NAME}" @@ -41,3 +40,4 @@ StrCpy $UAC_UNINSTALLER_REQUIRE_ADMIN "See desinstallija vajab admini ligip StrCpy $UAC_ERROR_LOGON_SERVICE "Sisselogimisteenus ei tta, katkestamine!" StrCpy $INIT_UNINSTALLER_RUNNING "See desinstallija on juba kimas." StrCpy $SectionGroup_Shortcuts "Otseteed" +StrCpy $PageReinstall_SAME_Field_1 "${APPLICATION_NAME} ${VERSION} is already installed.$\r$\nSelect the operation you want to perform and click Next to continue." diff --git a/admin/win/nsi/l10n/Farsi.nsh b/admin/win/nsi/l10n/Farsi.nsh index 083721d88..054dcf285 100644 --- a/admin/win/nsi/l10n/Farsi.nsh +++ b/admin/win/nsi/l10n/Farsi.nsh @@ -32,7 +32,7 @@ StrCpy $ConfirmEndProcess_KILLING_PROCESSES_TEXT "Killing ${APPLICATION_EXECUTAB StrCpy $PageReinstall_NEW_Field_1 "An older version of ${APPLICATION_NAME} is installed on your system. It is recommended that you uninstall the current version before installing. Select the operation you want to perform and click Next to continue." StrCpy $PageReinstall_NEW_MUI_HEADER_TEXT_SUBTITLE "Choose how you want to install ${APPLICATION_NAME}." StrCpy $PageReinstall_OLD_Field_1 "A newer version of ${APPLICATION_NAME} is already installed! It is not recommended that you install an older version. If you really want to install this older version, it is better to uninstall the current version first. Select the operation you want to perform and click Next to continue." -StrCpy $PageReinstall_SAME_Field_1 "${APPLICATION_NAME} ${VERSION} is already installed.\r\nSelect the operation you want to perform and click Next to continue." +StrCpy $PageReinstall_SAME_Field_1 "${APPLICATION_NAME} ${VERSION} is already installed.$\r$\nSelect the operation you want to perform and click Next to continue." StrCpy $PageReinstall_SAME_Field_3 "Uninstall ${APPLICATION_NAME}" StrCpy $UNINSTALLER_APPDATA_TITLE "Uninstall ${APPLICATION_NAME}" StrCpy $PageReinstall_SAME_MUI_HEADER_TEXT_SUBTITLE "Choose the maintenance option to perform." diff --git a/admin/win/nsi/l10n/Finnish.nsh b/admin/win/nsi/l10n/Finnish.nsh index 78a3714a7..ff4b5ebd5 100644 --- a/admin/win/nsi/l10n/Finnish.nsh +++ b/admin/win/nsi/l10n/Finnish.nsh @@ -9,7 +9,7 @@ StrCpy $PageReinstall_NEW_Field_3 " StrCpy $PageReinstall_NEW_MUI_HEADER_TEXT_TITLE "Asennettu jo" StrCpy $PageReinstall_NEW_MUI_HEADER_TEXT_SUBTITLE "Valitse miten ${APPLICATION_NAME} asennetaan." StrCpy $PageReinstall_OLD_Field_1 "Uudempi versio sovelluksesta ${APPLICATION_NAME} on jo asennettu! Vanhan version asennus ei ole suositeltavaa. Jos todella haluat asentaa vanhemman version, kannattaa poistaa nykyisen version asennus ensin. Valitse mink toimenpiteen haluat suorittaa ja paina Seuraava jatkaaksesi." -StrCpy $PageReinstall_SAME_Field_1 "${APPLICATION_NAME} ${VERSION} on jo asennettu.\nValitse suoritettava toimenpide ja napsauta Seuraava jatkaaksesi." +StrCpy $PageReinstall_SAME_Field_1 "${APPLICATION_NAME} ${VERSION} on jo asennettu.$\n$\nValitse haluamasi toiminto ja napsauta Seuraava jatkaaksesi." StrCpy $PageReinstall_SAME_Field_2 "Lis/uudelleenasenna komponentteja" StrCpy $PageReinstall_SAME_Field_3 "Poista ${APPLICATION_NAME}" StrCpy $UNINSTALLER_APPDATA_TITLE "Poista ${APPLICATION_NAME}" diff --git a/admin/win/nsi/l10n/French.nsh b/admin/win/nsi/l10n/French.nsh index 46147deff..b4937d0d5 100644 --- a/admin/win/nsi/l10n/French.nsh +++ b/admin/win/nsi/l10n/French.nsh @@ -9,7 +9,6 @@ StrCpy $PageReinstall_NEW_Field_3 "Ne pas désinstaller" StrCpy $PageReinstall_NEW_MUI_HEADER_TEXT_TITLE "Déjà installé" StrCpy $PageReinstall_NEW_MUI_HEADER_TEXT_SUBTITLE "Choisissez comment installer ${APPLICATION_NAME}." StrCpy $PageReinstall_OLD_Field_1 "Une version plus récente de ${APPLICATION_NAME} est déjà installée ! Il n'est pas recommandé d'installer une version plus ancienne. Si vous voulez vraiment installer cette version plus ancienne, il est préférable de d'abord désinstaller la version courante. Sélectionnez l'opération que vous voulez exécuter et cliquez sur Suivant pour continuer." -StrCpy $PageReinstall_SAME_Field_1 "${APPLICATION_NAME} ${VERSION} est déjà installé.\nSélectionnez l'opération que vous voulez exécuter et cliquez sur Suivant pour continuer." StrCpy $PageReinstall_SAME_Field_2 "Ajouter/Réinstaller des composants" StrCpy $PageReinstall_SAME_Field_3 "Désinstaller ${APPLICATION_NAME}" StrCpy $UNINSTALLER_APPDATA_TITLE "Désinstaller ${APPLICATION_NAME}" @@ -41,3 +40,4 @@ StrCpy $UAC_UNINSTALLER_REQUIRE_ADMIN "Ce désinstallateur requiert les droits a StrCpy $UAC_ERROR_LOGON_SERVICE "Service de logon non lancé ! Abandon." StrCpy $INIT_UNINSTALLER_RUNNING "Une désinstallation est déjà en cours." StrCpy $SectionGroup_Shortcuts "Raccourcis" +StrCpy $PageReinstall_SAME_Field_1 "${APPLICATION_NAME} ${VERSION} is already installed.$\r$\nSelect the operation you want to perform and click Next to continue." diff --git a/admin/win/nsi/l10n/Galician.nsh b/admin/win/nsi/l10n/Galician.nsh index 2fb1d1e7e..fc760dbc9 100644 --- a/admin/win/nsi/l10n/Galician.nsh +++ b/admin/win/nsi/l10n/Galician.nsh @@ -9,7 +9,6 @@ StrCpy $PageReinstall_NEW_Field_3 "Non desinstalar" StrCpy $PageReinstall_NEW_MUI_HEADER_TEXT_TITLE "Xa instalado" StrCpy $PageReinstall_NEW_MUI_HEADER_TEXT_SUBTITLE "Escolla como quere instalar ${APPLICATION_NAME}." StrCpy $PageReinstall_OLD_Field_1 "Ten instalada unha versin actualizada do ${APPLICATION_NAME}! recomendmoslle que non instale unha versin anterior. Se realmente quere instalar esta versin mis antiga, preferbel que desinstale a versin actual antes de instalar. Seleccione a operacin que quere realizar e prema en Seguinte para continuar." -StrCpy $PageReinstall_SAME_Field_1 "${APPLICATION_NAME} ${VERSION} xa est instalado.\nSeleccione a operacin que que quere realizar e prema en Seguinte para continuar." StrCpy $PageReinstall_SAME_Field_2 "Engadir/reinstalar compoentes" StrCpy $PageReinstall_SAME_Field_3 "Desinstalar ${APPLICATION_NAME}" StrCpy $UNINSTALLER_APPDATA_TITLE "Desinstalar ${APPLICATION_NAME}" @@ -41,3 +40,4 @@ StrCpy $UAC_UNINSTALLER_REQUIRE_ADMIN "Este desinstalador require acceso de admi StrCpy $UAC_ERROR_LOGON_SERVICE "O servizo de acceso non est en execucin, cancelando!" StrCpy $INIT_UNINSTALLER_RUNNING "O desinstalador xa est en execucin." StrCpy $SectionGroup_Shortcuts "Atallos" +StrCpy $PageReinstall_SAME_Field_1 "${APPLICATION_NAME} ${VERSION} is already installed.$\r$\nSelect the operation you want to perform and click Next to continue." diff --git a/admin/win/nsi/l10n/German.nsh b/admin/win/nsi/l10n/German.nsh index 7321eaf0c..ddc1b6b12 100644 --- a/admin/win/nsi/l10n/German.nsh +++ b/admin/win/nsi/l10n/German.nsh @@ -9,7 +9,6 @@ StrCpy $PageReinstall_NEW_Field_3 "Nicht entfernen" StrCpy $PageReinstall_NEW_MUI_HEADER_TEXT_TITLE "Bereits installiert" StrCpy $PageReinstall_NEW_MUI_HEADER_TEXT_SUBTITLE "Whlen Sie die Methode, mit der sie ${APPLICATION_NAME} installieren wollen." StrCpy $PageReinstall_OLD_Field_1 "Eine neuere Version von ${APPLICATION_NAME} ist bereits installiert! Es wird nicht empfohlen, eine ltere Version zu installieren. Wollen Sie dies trotzdem tun, so sollten Sie die aktuelle Version zunchst entfernen. Whlen Sie eine Vorgehensweise und whlen dann $\"Weiter$\"." -StrCpy $PageReinstall_SAME_Field_1 "${APPLICATION_NAME} ${VERSION} ist bereits installiert.\nWhlen Sie eine Vorgehensweise und klicken Sie auf $\"Weiter$\"." StrCpy $PageReinstall_SAME_Field_2 "Komponenten hinzufgen" StrCpy $PageReinstall_SAME_Field_3 "${APPLICATION_NAME} entfernen" StrCpy $UNINSTALLER_APPDATA_TITLE "${APPLICATION_NAME} entfernen" @@ -40,4 +39,5 @@ StrCpy $INIT_INSTALLER_RUNNING "Das Installationsprogramm wird bereits ausgef StrCpy $UAC_UNINSTALLER_REQUIRE_ADMIN "Das Deinstallationsprogramm erfordert Administrator-Rechte. Bitte erneut versuchen." StrCpy $INIT_UNINSTALLER_RUNNING "Das Deinstallationsprogramm wird bereits ausgefhrt." StrCpy $SectionGroup_Shortcuts "Verknpfungen" +StrCpy $PageReinstall_SAME_Field_1 "${APPLICATION_NAME} ${VERSION} is already installed.$\r$\nSelect the operation you want to perform and click Next to continue." StrCpy $UAC_ERROR_LOGON_SERVICE "Logon service is not running, aborting!" diff --git a/admin/win/nsi/l10n/Greek.nsh b/admin/win/nsi/l10n/Greek.nsh index 7f5b25095..902415ebc 100644 --- a/admin/win/nsi/l10n/Greek.nsh +++ b/admin/win/nsi/l10n/Greek.nsh @@ -9,7 +9,7 @@ StrCpy $PageReinstall_NEW_Field_3 " StrCpy $PageReinstall_NEW_MUI_HEADER_TEXT_TITLE " " StrCpy $PageReinstall_NEW_MUI_HEADER_TEXT_SUBTITLE " ${APPLICATION_NAME}." StrCpy $PageReinstall_OLD_Field_1 " ${APPLICATION_NAME} ! . , . ." -StrCpy $PageReinstall_SAME_Field_1 " ${APPLICATION_NAME} ${VERSION} .\n\n ." +StrCpy $PageReinstall_SAME_Field_1 " ${APPLICATION_NAME} ${VERSION} .$\n$\n ." StrCpy $PageReinstall_SAME_Field_2 "/ " StrCpy $PageReinstall_SAME_Field_3 " ${APPLICATION_NAME}" StrCpy $UNINSTALLER_APPDATA_TITLE " ${APPLICATION_NAME}" diff --git a/admin/win/nsi/l10n/Hungarian.nsh b/admin/win/nsi/l10n/Hungarian.nsh index 014d6c775..1052a4412 100644 --- a/admin/win/nsi/l10n/Hungarian.nsh +++ b/admin/win/nsi/l10n/Hungarian.nsh @@ -9,7 +9,7 @@ StrCpy $PageReinstall_NEW_Field_3 "Ne távolítsa el" StrCpy $PageReinstall_NEW_MUI_HEADER_TEXT_TITLE "Már telepítve" StrCpy $PageReinstall_NEW_MUI_HEADER_TEXT_SUBTITLE "Válaszd ki, hogy szeretnéd telepíteni a következő alkalmazást ${APPLICATION_NAME}." StrCpy $PageReinstall_OLD_Field_1 "Az ${APPLICATION_NAME} alklamazás egy újabb verziója már megtalálható a rendszeren. Nem ajánlott egy régebbi verzió telepítése. Ha valóban szeretné a régebbi verziót telepíteni, akkor ajánlott a jelenleg telepített verzió eltávolítása. Válassza ki milyen műveletet szeretne végrehajtani, és nyomja meg a $\"Következő$\" gombot a folytatáshoz." -StrCpy $PageReinstall_SAME_Field_1 "Az ${APPLICATION_NAME} alkalmazás ${VERSION} verziója már telepítve van.\nKérem válassza ki milyen műveletet szeretne végrehajtan, és nyomja meg a $\"Következő$\" gombot." +StrCpy $PageReinstall_SAME_Field_1 "Az ${APPLICATION_NAME} alkalmazás ${VERSION} verziója már telepítve van.$↩$\nKérjük válaszd ki milyen műveletet szeretnél végrehajtani, és nyomd meg a „Következő” gombot." StrCpy $PageReinstall_SAME_Field_2 "Komponens hozzáadása/újratelepítése" StrCpy $PageReinstall_SAME_Field_3 "${APPLICATION_NAME} eltávolítása" StrCpy $UNINSTALLER_APPDATA_TITLE "${APPLICATION_NAME} eltávolítása" diff --git a/admin/win/nsi/l10n/Italian.nsh b/admin/win/nsi/l10n/Italian.nsh index 40d4eb738..9d06d0427 100644 --- a/admin/win/nsi/l10n/Italian.nsh +++ b/admin/win/nsi/l10n/Italian.nsh @@ -9,7 +9,7 @@ StrCpy $PageReinstall_NEW_Field_3 "Non disinstallare" StrCpy $PageReinstall_NEW_MUI_HEADER_TEXT_TITLE "Gi installato" StrCpy $PageReinstall_NEW_MUI_HEADER_TEXT_SUBTITLE "Scegli come desideri installare ${APPLICATION_NAME}." StrCpy $PageReinstall_OLD_Field_1 "Una versione pi recente di ${APPLICATION_NAME} gi installata! Non consigliabile installare una versione pi vecchia. Se vuoi davvero installare una versione pi vecchia, ti consigliamo di rimuovere prima la versione attuale. Scegli l'operazione da eseguire e fai clic su Avanti per continuare." -StrCpy $PageReinstall_SAME_Field_1 "${APPLICATION_NAME} ${VERSION} gi installato.\nSeleziona l'operazione che desideri eseguire e fai clic su Avanti per continuare." +StrCpy $PageReinstall_SAME_Field_1 "${APPLICATION_NAME} ${VERSION} gi installato.$\n$\nSeleziona l'operazione che desideri eseguire e fai clic su Avanti per continuare.." StrCpy $PageReinstall_SAME_Field_2 "Aggiungi/Reinstalla i componenti" StrCpy $PageReinstall_SAME_Field_3 "Disinstalla ${APPLICATION_NAME}" StrCpy $UNINSTALLER_APPDATA_TITLE "Disinstalla ${APPLICATION_NAME}" diff --git a/admin/win/nsi/l10n/Japanese.nsh b/admin/win/nsi/l10n/Japanese.nsh index 65266f9eb..2b26a5dc8 100644 --- a/admin/win/nsi/l10n/Japanese.nsh +++ b/admin/win/nsi/l10n/Japanese.nsh @@ -9,7 +9,6 @@ StrCpy $PageReinstall_NEW_Field_3 " StrCpy $PageReinstall_NEW_MUI_HEADER_TEXT_TITLE "CXg[" StrCpy $PageReinstall_NEW_MUI_HEADER_TEXT_SUBTITLE "${APPLICATION_NAME} ̃CXg[@I" StrCpy $PageReinstall_OLD_Field_1 "${APPLICATION_NAME} ̍ŐVo[WłɃCXg[Ă܂B\no[W̃CXg[͂߂܂Bo[W̃CXg[{ɕKvȏꍇ́A܂ŐVo[WACXg[ĂAo[WCXg[ĂB\nIy[VIAւNbNB" -StrCpy $PageReinstall_SAME_Field_1 "${APPLICATION_NAME} ${VERSION}@͂łɃCXg[Ă܂B\nsIy[VIAւNbN" StrCpy $PageReinstall_SAME_Field_2 "lj/ăCXg[R|[lg" StrCpy $PageReinstall_SAME_Field_3 "${APPLICATION_NAME} ACXg[" StrCpy $UNINSTALLER_APPDATA_TITLE "${APPLICATION_NAME} ACXg[" @@ -41,3 +40,4 @@ StrCpy $UAC_UNINSTALLER_REQUIRE_ADMIN " StrCpy $UAC_ERROR_LOGON_SERVICE "OIT[rXĂ܂B~܂B" StrCpy $INIT_UNINSTALLER_RUNNING "ACXg[[́AłɋNĂ܂B" StrCpy $SectionGroup_Shortcuts "V[gJbg" +StrCpy $PageReinstall_SAME_Field_1 "${APPLICATION_NAME} ${VERSION} is already installed.$\r$\nSelect the operation you want to perform and click Next to continue." diff --git a/admin/win/nsi/l10n/Norwegian.nsh b/admin/win/nsi/l10n/Norwegian.nsh index d93061e52..c7ffdf74f 100644 --- a/admin/win/nsi/l10n/Norwegian.nsh +++ b/admin/win/nsi/l10n/Norwegian.nsh @@ -9,7 +9,7 @@ StrCpy $PageReinstall_NEW_Field_3 "Ikke avinstaller" StrCpy $PageReinstall_NEW_MUI_HEADER_TEXT_TITLE "Allerede installert" StrCpy $PageReinstall_NEW_MUI_HEADER_TEXT_SUBTITLE "Velg hvordan du vil installere ${APPLICATION_NAME}." StrCpy $PageReinstall_OLD_Field_1 "En nyere versjon av ${APPLICATION_NAME} er allerede installert! Det anbefales ikke at du installerer en eldre versjon. Hvis du virkelig nsker installere denne eldre versjonen, er det bedre avinstallere gjeldende versjon frst. Velg hva du vil gjre og klikk Neste for fortsette." -StrCpy $PageReinstall_SAME_Field_1 "${APPLICATION_NAME} ${VERSION} er allerede installert.\nVelg hva du vil gjre og klikk Neste for fortsette." +StrCpy $PageReinstall_SAME_Field_1 "${APPLICATION_NAME} ${VERSION} er installert allerede.$\n$\nVelg hva du nsker gjre og klikk Neste for fortsette." StrCpy $PageReinstall_SAME_Field_2 "Legg til/installer komponenter p nytt" StrCpy $PageReinstall_SAME_Field_3 "Avinstaller ${APPLICATION_NAME}" StrCpy $UNINSTALLER_APPDATA_TITLE "Avinstaller ${APPLICATION_NAME}" @@ -38,6 +38,6 @@ StrCpy $UAC_ERROR_ELEVATE "Klarte ikke StrCpy $UAC_INSTALLER_REQUIRE_ADMIN "Dette installasjonsprogrammet krever administrasjonstilgang. Prv igjen" StrCpy $INIT_INSTALLER_RUNNING "Installasjonsprogrammet kjrer allerede." StrCpy $UAC_UNINSTALLER_REQUIRE_ADMIN "Avinstallasjonsprogrammet krever administrasjonstilgang. Prv igjen" +StrCpy $UAC_ERROR_LOGON_SERVICE "Ploggingstjenesten kjrer ikke, avbryter!" StrCpy $INIT_UNINSTALLER_RUNNING "Avinstallasjonsprogrammet kjrer allerede." StrCpy $SectionGroup_Shortcuts "Snarveier" -StrCpy $UAC_ERROR_LOGON_SERVICE "Logon service is not running, aborting!" diff --git a/admin/win/nsi/l10n/Polish.nsh b/admin/win/nsi/l10n/Polish.nsh index e43dfe107..d40e5688f 100644 --- a/admin/win/nsi/l10n/Polish.nsh +++ b/admin/win/nsi/l10n/Polish.nsh @@ -9,7 +9,6 @@ StrCpy $PageReinstall_NEW_Field_3 "Nie usuwaj " StrCpy $PageReinstall_NEW_MUI_HEADER_TEXT_TITLE "Ju zainstalowane" StrCpy $PageReinstall_NEW_MUI_HEADER_TEXT_SUBTITLE "Wybierz jak chcesz zainstalowa ${APPLICATION_NAME}." StrCpy $PageReinstall_OLD_Field_1 "Zainstalowana jest nowsza wersja ${APPLICATION_NAME}! Niezalecane jest instalowanie starszej wersji. Jeli naprawd chcesz zainstalowa starsz wersj lepiej najpierw odinstalowa obecn aplikacj. Wybierz operacj ktr chcesz wykona i nacinij przycisk Dalej." -StrCpy $PageReinstall_SAME_Field_1 "${APPLICATION_NAME} ${VERSION} jest ju zainstalowany.\nWybierz operacj ktr chcesz wykona i nacinij przycisk Dalej." StrCpy $PageReinstall_SAME_Field_2 "Doda/Przeinstaluj komponenty" StrCpy $PageReinstall_SAME_Field_3 "Odinstaluj ${APPLICATION_NAME}" StrCpy $UNINSTALLER_APPDATA_TITLE "Odinstaluj ${APPLICATION_NAME}" @@ -40,4 +39,5 @@ StrCpy $INIT_INSTALLER_RUNNING "Instalator ju StrCpy $UAC_UNINSTALLER_REQUIRE_ADMIN "Ten dezinstalator potrzebuje uprawnie administratora, sprbuj ponownie" StrCpy $INIT_UNINSTALLER_RUNNING "Dezinstalator ju jest uruchomiony." StrCpy $SectionGroup_Shortcuts "Skrty" +StrCpy $PageReinstall_SAME_Field_1 "${APPLICATION_NAME} ${VERSION} is already installed.$\r$\nSelect the operation you want to perform and click Next to continue." StrCpy $UAC_ERROR_LOGON_SERVICE "Logon service is not running, aborting!" diff --git a/admin/win/nsi/l10n/Portuguese.nsh b/admin/win/nsi/l10n/Portuguese.nsh index ec282ca41..f818796e3 100644 --- a/admin/win/nsi/l10n/Portuguese.nsh +++ b/admin/win/nsi/l10n/Portuguese.nsh @@ -9,7 +9,7 @@ StrCpy $PageReinstall_NEW_Field_3 "Não desinstale" StrCpy $PageReinstall_NEW_MUI_HEADER_TEXT_TITLE "Já instalado" StrCpy $PageReinstall_NEW_MUI_HEADER_TEXT_SUBTITLE "Escolha como pretende instalar ${APPLICATION_NAME}." StrCpy $PageReinstall_OLD_Field_1 "Uma versão mais recente do ${APPLICATION_NAME} já está instalada! Não é recomendada a instalação de uma versão mais antiga. Se realmente deseja instalar esta versão, aconselha-se a desinstalação da versão atual primeiro. Selecione a operação que deseja executar e clique em Avançar para continuar." -StrCpy $PageReinstall_SAME_Field_1 "${APPLICATION_NAME} ${VERSION} já está instalado.\nSelecione a operação que deseja fazer, e clique Seguinte para continuar." +StrCpy $PageReinstall_SAME_Field_1 "${APPLICATION_NAME} ${VERSION} já está instalada.\nSelecione a operação que deseja realizar e clique em 'Seguinte' para continuar." StrCpy $PageReinstall_SAME_Field_2 "Adicionar/Reinstalar Componentes" StrCpy $PageReinstall_SAME_Field_3 "Desinstalar ${APPLICATION_NAME}" StrCpy $UNINSTALLER_APPDATA_TITLE "Desinstalar ${APPLICATION_NAME}" diff --git a/admin/win/nsi/l10n/PortugueseBR.nsh b/admin/win/nsi/l10n/PortugueseBR.nsh index 59bb9a91f..7fefddfc0 100644 --- a/admin/win/nsi/l10n/PortugueseBR.nsh +++ b/admin/win/nsi/l10n/PortugueseBR.nsh @@ -9,7 +9,7 @@ StrCpy $PageReinstall_NEW_Field_3 "N StrCpy $PageReinstall_NEW_MUI_HEADER_TEXT_TITLE "J Instalado" StrCpy $PageReinstall_NEW_MUI_HEADER_TEXT_SUBTITLE "Escolha como voc deseja instalar ${APPLICATION_NAME}." StrCpy $PageReinstall_OLD_Field_1 "A verso mais recente do ${APPLICATION_NAME} j est instalado! No recomendado que voc instale uma verso mais antiga. Se voc realmente deseja instalar esta verso mais antiga, melhor desinstalar a verso atual primeiro. Selecione a operao que deseja executar e clique em Avanar para continuar." -StrCpy $PageReinstall_SAME_Field_1 "${APPLICATION_NAME} ${version} j est instalado. \nSelecione a operao que deseja executar e clique em Avanar para continuar." +StrCpy $PageReinstall_SAME_Field_1 "${APPLICATION_NAME} ${VERSION} j est instalado.$\n$\nSelecione a operao que voc quer realizar e clique Prximo para continuar." StrCpy $PageReinstall_SAME_Field_2 "Adicionar/reinstalar componentes" StrCpy $PageReinstall_SAME_Field_3 "Desinstalar ${APPLICATION_NAME}" StrCpy $UNINSTALLER_APPDATA_TITLE "Desinstalar ${APPLICATION_NAME}" diff --git a/admin/win/nsi/l10n/Russian.nsh b/admin/win/nsi/l10n/Russian.nsh index 76110d8e0..3d0b194ab 100644 --- a/admin/win/nsi/l10n/Russian.nsh +++ b/admin/win/nsi/l10n/Russian.nsh @@ -9,7 +9,6 @@ StrCpy $PageReinstall_NEW_Field_3 "Не устанавливать" StrCpy $PageReinstall_NEW_MUI_HEADER_TEXT_TITLE "Уже установлено" StrCpy $PageReinstall_NEW_MUI_HEADER_TEXT_SUBTITLE "Выберите, как вы хотите установить ${APPLICATION_NAME}." StrCpy $PageReinstall_OLD_Field_1 "Новая версия ${APPLICATION_NAME} уже установлена​​! Не рекомендуется устанавливать старую версию. Если вы действительно хотите установить эту старую версию, то сначала лучше удалить текущую версию. Выберите желаемое действие и нажмите Далее для продолжения." -StrCpy $PageReinstall_SAME_Field_1 "${APPLICATION_NAME} ${VERSION} уже установлена.\nВыберите желаемое действие и нажмите Далее для продолжения." StrCpy $PageReinstall_SAME_Field_2 "Добавить/Переустановить компоненты" StrCpy $PageReinstall_SAME_Field_3 "Удалить ${APPLICATION_NAME}" StrCpy $UNINSTALLER_APPDATA_TITLE "Удалить ${APPLICATION_NAME}" @@ -41,3 +40,4 @@ StrCpy $UAC_UNINSTALLER_REQUIRE_ADMIN "Этому деинсталлятору StrCpy $UAC_ERROR_LOGON_SERVICE "Служба входа в систему не запущена, прерывание!" StrCpy $INIT_UNINSTALLER_RUNNING "Программа удаления уже выполняется." StrCpy $SectionGroup_Shortcuts "Ярлыки" +StrCpy $PageReinstall_SAME_Field_1 "${APPLICATION_NAME} ${VERSION} is already installed.$\r$\nSelect the operation you want to perform and click Next to continue." diff --git a/admin/win/nsi/l10n/SimpChinese.nsh b/admin/win/nsi/l10n/SimpChinese.nsh index ce6680ff7..4bc5bad61 100644 --- a/admin/win/nsi/l10n/SimpChinese.nsh +++ b/admin/win/nsi/l10n/SimpChinese.nsh @@ -9,7 +9,7 @@ StrCpy $PageReinstall_NEW_Field_3 "不要卸载" StrCpy $PageReinstall_NEW_MUI_HEADER_TEXT_TITLE "已经安装" StrCpy $PageReinstall_NEW_MUI_HEADER_TEXT_SUBTITLE "选择如何安装${APPLICATION_NAME}。" StrCpy $PageReinstall_OLD_Field_1 "较新版本的 ${APPLICATION_NAME} 已经安装!安装较旧版本的程序是不推荐的。如果您希望继续安装较旧版本,建议先卸载较新版本。选择您想要执行的操作并点击下一步以继续。" -StrCpy $PageReinstall_SAME_Field_1 "${APPLICATION_NAME} ${VERSION} 已经安装。\n请选择想要执行的操作并点击下一步。" +StrCpy $PageReinstall_SAME_Field_1 "${APPLICATION_NAME} ${VERSION} 已经安装。$\n$\n请选择想要执行的操作并点击下一步。" StrCpy $PageReinstall_SAME_Field_2 "增加/重装组件" StrCpy $PageReinstall_SAME_Field_3 "卸载${APPLICATION_NAME}" StrCpy $UNINSTALLER_APPDATA_TITLE "卸载${APPLICATION_NAME}" diff --git a/admin/win/nsi/l10n/Slovak.nsh b/admin/win/nsi/l10n/Slovak.nsh index 2b177a2e8..3abf2b249 100644 --- a/admin/win/nsi/l10n/Slovak.nsh +++ b/admin/win/nsi/l10n/Slovak.nsh @@ -9,7 +9,6 @@ StrCpy $PageReinstall_NEW_Field_3 "Neodin StrCpy $PageReinstall_NEW_MUI_HEADER_TEXT_TITLE "U je naintalovan" StrCpy $PageReinstall_NEW_MUI_HEADER_TEXT_SUBTITLE "Vyberte si, ako chcete naintalova ${APPLICATION_NAME}." StrCpy $PageReinstall_OLD_Field_1 "Novia verzia ${APPLICATION_NAME} je u naintalovan! Neodporam vm naintalova stariu verziu. Ak naozaj chcete naintalova tto stariu verziu, je lepie najprv odintalova aktulnu verziu. Vyberte operciu, ktor chcete vykona, a kliknite na tlaidlo alej pre pokraovanie." -StrCpy $PageReinstall_SAME_Field_1 "${APPLICATION_NAME} ${VERSION} je u naintalovan.\nVyberte operciu, ktor chcete vykona, a kliknite na tlaidlo alej pre pokraovanie." StrCpy $PageReinstall_SAME_Field_2 "Prida/Preintalova komponenty" StrCpy $PageReinstall_SAME_Field_3 "Odintalova ${APPLICATION_NAME}" StrCpy $UNINSTALLER_APPDATA_TITLE "Odintalova ${APPLICATION_NAME}" @@ -40,4 +39,5 @@ StrCpy $INIT_INSTALLER_RUNNING "In StrCpy $UAC_UNINSTALLER_REQUIRE_ADMIN "Tento odintaltor vyaduje admin prstup, skste to znova" StrCpy $INIT_UNINSTALLER_RUNNING "Odintaltor je u spusten." StrCpy $SectionGroup_Shortcuts "Zstupcovia" +StrCpy $PageReinstall_SAME_Field_1 "${APPLICATION_NAME} ${VERSION} is already installed.$\r$\nSelect the operation you want to perform and click Next to continue." StrCpy $UAC_ERROR_LOGON_SERVICE "Logon service is not running, aborting!" diff --git a/admin/win/nsi/l10n/Slovenian.nsh b/admin/win/nsi/l10n/Slovenian.nsh index 61e1d6832..88bb0fb0c 100644 --- a/admin/win/nsi/l10n/Slovenian.nsh +++ b/admin/win/nsi/l10n/Slovenian.nsh @@ -9,7 +9,6 @@ StrCpy $PageReinstall_NEW_Field_3 "Ne odstrani namestitve" StrCpy $PageReinstall_NEW_MUI_HEADER_TEXT_TITLE "Program je e nameen" StrCpy $PageReinstall_NEW_MUI_HEADER_TEXT_SUBTITLE "Izberite nain namestitve programa ${APPLICATION_NAME}." StrCpy $PageReinstall_OLD_Field_1 "Noveja razliica programa ${APPLICATION_NAME} je e nameena! Ni priporoljivo namestiti stareje. V kolikor elite vseeno nadaljevati z namestitvijo, prej odstranite obstojeo razliico. Izberite opravilo in pritisnite gumb za nadaljevanje." -StrCpy $PageReinstall_SAME_Field_1 "Program ${APPLICATION_NAME} ${VERSION} je e nameen. Izberite opravilo in pritisnite gumb za nadaljevanje." StrCpy $PageReinstall_SAME_Field_2 "Dodaj/Ponovno namesti programe" StrCpy $PageReinstall_SAME_Field_3 "Odstrani ${APPLICATION_NAME}" StrCpy $UNINSTALLER_APPDATA_TITLE "Odstrani ${APPLICATION_NAME}" @@ -40,4 +39,5 @@ StrCpy $INIT_INSTALLER_RUNNING "Namestilnik je StrCpy $UAC_UNINSTALLER_REQUIRE_ADMIN "Program za odstranjevanje namestitve zahteva skrbnika dovoljenja." StrCpy $INIT_UNINSTALLER_RUNNING "Program za odstranjevanje namestitve je e zagnan." StrCpy $SectionGroup_Shortcuts "Blinjice" +StrCpy $PageReinstall_SAME_Field_1 "${APPLICATION_NAME} ${VERSION} is already installed.$\r$\nSelect the operation you want to perform and click Next to continue." StrCpy $UAC_ERROR_LOGON_SERVICE "Logon service is not running, aborting!" diff --git a/admin/win/nsi/l10n/Spanish.nsh b/admin/win/nsi/l10n/Spanish.nsh index a6f35a264..a4753977e 100644 --- a/admin/win/nsi/l10n/Spanish.nsh +++ b/admin/win/nsi/l10n/Spanish.nsh @@ -9,7 +9,7 @@ StrCpy $PageReinstall_NEW_Field_3 "No desinstalar" StrCpy $PageReinstall_NEW_MUI_HEADER_TEXT_TITLE "Ya est instalado" StrCpy $PageReinstall_NEW_MUI_HEADER_TEXT_SUBTITLE "Elija cmo quiere instalar ${APPLICATION_NAME}." StrCpy $PageReinstall_OLD_Field_1 "Una nueva versin de ${APPLICATION_NAME} ya est instalada. No es recomendable instalar una versin anterior. Si realmente quiere instalar esta versin anterior, es mejor que desinstale la versin actual primero. Seleccione la operacin que desea realizar y pulse Siguiente para continuar." -StrCpy $PageReinstall_SAME_Field_1 "${APPLICATION_NAME} ${VERSION} ya est instalada.\nSeleccione la operacin que desea realizar y pulse Next para continuar." +StrCpy $PageReinstall_SAME_Field_1 "${APPLICATION_NAME} ${VERSION} ya est instalado.$\n$\nSeleccione la operacin que desea realizar y haga click en Siguiente para continuar." StrCpy $PageReinstall_SAME_Field_2 "Aadir/Reinstalar componentes" StrCpy $PageReinstall_SAME_Field_3 "Desinstalar ${APPLICATION_NAME}" StrCpy $UNINSTALLER_APPDATA_TITLE "Desinstalar ${APPLICATION_NAME}" diff --git a/admin/win/nsi/l10n/SpanishInternational.nsh b/admin/win/nsi/l10n/SpanishInternational.nsh index 2eb9d3b8a..054393667 100644 --- a/admin/win/nsi/l10n/SpanishInternational.nsh +++ b/admin/win/nsi/l10n/SpanishInternational.nsh @@ -30,7 +30,7 @@ StrCpy $UAC_UNINSTALLER_REQUIRE_ADMIN "Este des-instalador requiere acceso admin StrCpy $INIT_UNINSTALLER_RUNNING "El des-instalador ya esta corriendo" StrCpy $SectionGroup_Shortcuts "Accesos Directos" StrCpy $ConfirmEndProcess_MESSAGEBOX_TEXT "Found ${APPLICATION_EXECUTABLE} process(s) which need to be stopped.$\nDo you want the installer to stop these for you?" -StrCpy $PageReinstall_SAME_Field_1 "${APPLICATION_NAME} ${VERSION} is already installed.\r\nSelect the operation you want to perform and click Next to continue." +StrCpy $PageReinstall_SAME_Field_1 "${APPLICATION_NAME} ${VERSION} is already installed.$\r$\nSelect the operation you want to perform and click Next to continue." StrCpy $OPTION_SECTION_SC_SHELL_EXT_SECTION "Integration for Windows Explorer" StrCpy $OPTION_SECTION_SC_SHELL_EXT_DetailPrint "Installing Integration for Windows Explorer" StrCpy $OPTION_SECTION_SC_QUICK_LAUNCH_SECTION "Quick Launch Shortcut" diff --git a/admin/win/nsi/l10n/Swedish.nsh b/admin/win/nsi/l10n/Swedish.nsh index b856e3114..89f63254a 100644 --- a/admin/win/nsi/l10n/Swedish.nsh +++ b/admin/win/nsi/l10n/Swedish.nsh @@ -9,7 +9,6 @@ StrCpy $PageReinstall_NEW_Field_3 "Avinstallera inte" StrCpy $PageReinstall_NEW_MUI_HEADER_TEXT_TITLE "Redan installerad" StrCpy $PageReinstall_NEW_MUI_HEADER_TEXT_SUBTITLE "Välj hur du vill installera ${APPLICATION_NAME}." StrCpy $PageReinstall_OLD_Field_1 "En nyare version av ${APPLICATION_NAME} är redan installerad! Det rekommenderas inte att du installerar en äldre version. Om du verkligen vill installera denna äldre versionen, är det bättre att du avinstallerar den nuvarande versionen först. Välj den åtgärd du vill utföra och klicka Nästa för att fortsätta." -StrCpy $PageReinstall_SAME_Field_1 "${APPLICATION_NAME} ${VERSION} är redan installerad.\nVälj den åtgärd du vill utföra och klicka Nästa för att fortsätta." StrCpy $PageReinstall_SAME_Field_2 "Lägg till/Ominstallera komponenter" StrCpy $PageReinstall_SAME_Field_3 "Avinstallera ${APPLICATION_NAME}" StrCpy $UNINSTALLER_APPDATA_TITLE "Avinstallera ${APPLICATION_NAME}" @@ -38,6 +37,7 @@ StrCpy $INIT_INSTALLER_RUNNING "Installationsprogrammet körs redan." StrCpy $UAC_UNINSTALLER_REQUIRE_ADMIN "Detta avinstallationsprogram kräver administratörsrättigheter, försök igen" StrCpy $INIT_UNINSTALLER_RUNNING "Avinstallationsprogrammet körs redan." StrCpy $SectionGroup_Shortcuts "Genvägar" +StrCpy $PageReinstall_SAME_Field_1 "${APPLICATION_NAME} ${VERSION} is already installed.$\r$\nSelect the operation you want to perform and click Next to continue." StrCpy $OPTION_SECTION_SC_SHELL_EXT_SECTION "Integration for Windows Explorer" StrCpy $OPTION_SECTION_SC_SHELL_EXT_DetailPrint "Installing Integration for Windows Explorer" StrCpy $UAC_ERROR_LOGON_SERVICE "Logon service is not running, aborting!" diff --git a/admin/win/nsi/l10n/Thai.nsh b/admin/win/nsi/l10n/Thai.nsh index 5edb4689e..9a44a0b3b 100644 --- a/admin/win/nsi/l10n/Thai.nsh +++ b/admin/win/nsi/l10n/Thai.nsh @@ -9,7 +9,7 @@ StrCpy $PageReinstall_NEW_Field_3 "อย่าถอนการติดตั StrCpy $PageReinstall_NEW_MUI_HEADER_TEXT_TITLE "ติดตั้งแล้ว" StrCpy $PageReinstall_NEW_MUI_HEADER_TEXT_SUBTITLE "เลือกวิธีที่คุณต้องการติดตั้ง ${APPLICATION_NAME}" StrCpy $PageReinstall_OLD_Field_1 "รุ่นใหม่ของ ${APPLICATION_NAME} ถูกติดตั้งแล้ว! เราไม่แนะนำให้คุณติดตั้งรุ่นเก่า ถ้าคุณอยากจะติดตั้งรุ่นเก่าก็สามารถสอนการติดตั้งได้" -StrCpy $PageReinstall_SAME_Field_1 "${APPLICATION_NAME} ${VERSION} ได้ถูกติดตั้งแล้ว เลือกการดำเนินการที่คุณต้องการที่จะดำเนินการและคลิกถัดไปเพื่อดำเนินการต่อ" +StrCpy $PageReinstall_SAME_Field_1 "${APPLICATION_NAME} ${VERSION} ถูกติดตั้งไปแล้ว$ $\nเลือกดำเนินงานที่คุณต้องการและคลิกถัดไปเพื่อดำเนินการต่อ" StrCpy $PageReinstall_SAME_Field_2 "ส่วนประกอบ เพิ่ม/ติดตั้งใหม่ " StrCpy $PageReinstall_SAME_Field_3 "ถอนการติดตั้ง ${APPLICATION_NAME}" StrCpy $UNINSTALLER_APPDATA_TITLE "ถอนการติดตั้ง ${APPLICATION_NAME}" diff --git a/admin/win/nsi/l10n/Turkish.nsh b/admin/win/nsi/l10n/Turkish.nsh index f6b05a244..44f6c4bdb 100644 --- a/admin/win/nsi/l10n/Turkish.nsh +++ b/admin/win/nsi/l10n/Turkish.nsh @@ -9,7 +9,6 @@ StrCpy $PageReinstall_NEW_Field_3 "Kald StrCpy $PageReinstall_NEW_MUI_HEADER_TEXT_TITLE "Zaten Ykl" StrCpy $PageReinstall_NEW_MUI_HEADER_TEXT_SUBTITLE "${APPLICATION_NAME} uygulamasn nasl yklemek istediinizi sein." StrCpy $PageReinstall_OLD_Field_1 "${APPLICATION_NAME} uygulamasnn daha yeni srm zaten ykl! Daha eski bir srmn yklemeniz nerilmez. Gerekten bu eski srm yklemek isterseniz, ilk olarak geerli srm kaldrmanz tavsiye edilir. Yapmak istediiniz ilemi sein ve devam etmek zere leri tklayn." -StrCpy $PageReinstall_SAME_Field_1 "${APPLICATION_NAME} ${VERSION} zaten ykl.\n\nYapmak istediiniz ilemi sein ve devam etmek iin leri tklayn." StrCpy $PageReinstall_SAME_Field_2 "Bileenleri ekle/yeniden ykle" StrCpy $PageReinstall_SAME_Field_3 "${APPLICATION_NAME} uygulamasn kaldr" StrCpy $UNINSTALLER_APPDATA_TITLE "${APPLICATION_NAME} uygulamasn kaldr" @@ -41,3 +40,4 @@ StrCpy $UAC_UNINSTALLER_REQUIRE_ADMIN "Bu kald StrCpy $UAC_ERROR_LOGON_SERVICE "Oturum alacak sunucu almadndan iptal ediliyor!" StrCpy $INIT_UNINSTALLER_RUNNING "Kaldrc zaten alyor." StrCpy $SectionGroup_Shortcuts "Ksayollar" +StrCpy $PageReinstall_SAME_Field_1 "${APPLICATION_NAME} ${VERSION} is already installed.$\r$\nSelect the operation you want to perform and click Next to continue." diff --git a/admin/win/nsi/l10n/Ukrainian.nsh b/admin/win/nsi/l10n/Ukrainian.nsh index d2447f11f..6e3c11d9b 100644 --- a/admin/win/nsi/l10n/Ukrainian.nsh +++ b/admin/win/nsi/l10n/Ukrainian.nsh @@ -9,7 +9,6 @@ StrCpy $PageReinstall_NEW_Field_3 "Не видаляти" StrCpy $PageReinstall_NEW_MUI_HEADER_TEXT_TITLE "Установлено" StrCpy $PageReinstall_NEW_MUI_HEADER_TEXT_SUBTITLE "Оберіть, як ви хочете установити ${APPLICATION_NAME}." StrCpy $PageReinstall_OLD_Field_1 "Знайдено новішу версію ${APPLICATION_NAME}! Ми не рекомендуємо встановлювати стару версію. Якщо ви все ж бажаєте встановити цю версію, спочатку видаліть поточну версію. Оберіть подальшу дію та натисніть $\"Далі$\"." -StrCpy $PageReinstall_SAME_Field_1 "${APPLICATION_NAME} ${VERSION} вже встановлено.↩\nОберіть подальшу дію та натисніть $\"Далі$\"." StrCpy $PageReinstall_SAME_Field_2 "Додати/Перевстановити компоненти" StrCpy $PageReinstall_SAME_Field_3 "Видалити ${APPLICATION_NAME}" StrCpy $UNINSTALLER_APPDATA_TITLE "Видалити ${APPLICATION_NAME}" @@ -40,4 +39,5 @@ StrCpy $INIT_INSTALLER_RUNNING "Установка вже запущена." StrCpy $UAC_UNINSTALLER_REQUIRE_ADMIN "Для видалення потрібні права адміністратора, спробуйте ще раз" StrCpy $INIT_UNINSTALLER_RUNNING "Програма видалення вже запущено." StrCpy $SectionGroup_Shortcuts "Ярлики" +StrCpy $PageReinstall_SAME_Field_1 "${APPLICATION_NAME} ${VERSION} is already installed.$\r$\nSelect the operation you want to perform and click Next to continue." StrCpy $UAC_ERROR_LOGON_SERVICE "Logon service is not running, aborting!" diff --git a/admin/win/nsi/l10n/pofiles/messages.pot b/admin/win/nsi/l10n/pofiles/messages.pot index 0d9a7220f..0f43373f9 100644 --- a/admin/win/nsi/l10n/pofiles/messages.pot +++ b/admin/win/nsi/l10n/pofiles/messages.pot @@ -65,9 +65,9 @@ msgstr "A newer version of ${APPLICATION_NAME} is already installed! It is not r #. PageReinstall_SAME_Field_1 msgid "" -"${APPLICATION_NAME} ${VERSION} is already installed.\r\n" +"${APPLICATION_NAME} ${VERSION} is already installed.$\r$\n" "Select the operation you want to perform and click Next to continue." -msgstr "${APPLICATION_NAME} ${VERSION} is already installed.\r\nSelect the operation you want to perform and click Next to continue." +msgstr "${APPLICATION_NAME} ${VERSION} is already installed.$\r$\nSelect the operation you want to perform and click Next to continue." #. PageReinstall_SAME_Field_2 msgid "Add/Reinstall components" diff --git a/cmake/modules/DefineCompilerFlags.cmake b/cmake/modules/DefineCompilerFlags.cmake index 14cd2938a..83333509f 100644 --- a/cmake/modules/DefineCompilerFlags.cmake +++ b/cmake/modules/DefineCompilerFlags.cmake @@ -85,7 +85,7 @@ else(UNIX AND NOT WIN32) endif (UNIX AND NOT WIN32) if (MSVC) - # Use secure functions by defaualt and suppress warnings about + # Use secure functions by default and suppress warnings about #"deprecated" functions set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} /D _CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1") set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} /D _CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT=1") diff --git a/cmake/modules/NSIS.template.in b/cmake/modules/NSIS.template.in index 24e49ed7d..98d5a3df6 100644 --- a/cmake/modules/NSIS.template.in +++ b/cmake/modules/NSIS.template.in @@ -107,7 +107,7 @@ ReserveFile "${NSISDIR}\Plugins\InstallOptions.dll" !define MEMENTO_REGISTRY_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${APPLICATION_NAME}" ;----------------------------------------------------------------------------- -; Modern User Interface (MUI) defintions and setup. +; Modern User Interface (MUI) definitions and setup. ;----------------------------------------------------------------------------- !define MUI_ABORTWARNING !define MUI_ICON ${NSI_PATH}\installer.ico @@ -556,7 +556,7 @@ Section -post DetailPrint $UNINSTALLER_REGISTRY_Detail SetDetailsPrint listonly - ;Version numbers used to detect existing installation version for comparisson. + ;Version numbers used to detect existing installation version for comparison. WriteRegStr HKLM "Software\${APPLICATION_VENDOR}\${APPLICATION_NAME}" "" $INSTDIR WriteRegDWORD HKLM "Software\${APPLICATION_VENDOR}\${APPLICATION_NAME}" "VersionMajor" "${VER_MAJOR}" WriteRegDWORD HKLM "Software\${APPLICATION_VENDOR}\${APPLICATION_NAME}" "VersionMinor" "${VER_MINOR}" diff --git a/cmake/modules/UseDoxygen.cmake b/cmake/modules/UseDoxygen.cmake index bc64ff491..ed1188ce0 100644 --- a/cmake/modules/UseDoxygen.cmake +++ b/cmake/modules/UseDoxygen.cmake @@ -37,7 +37,7 @@ IF (DOXYGEN_FOUND) # we need latex for doxygen because of the formulas FIND_PACKAGE(LATEX) IF (NOT LATEX_COMPILER) - MESSAGE(STATUS "latex command LATEX_COMPILER not found but usually required. You will probably get warnings and user inetraction on doxy run.") + MESSAGE(STATUS "latex command LATEX_COMPILER not found but usually required. You will probably get warnings and user interaction on doxy run.") ENDIF (NOT LATEX_COMPILER) IF (NOT MAKEINDEX_COMPILER) MESSAGE(STATUS "makeindex command MAKEINDEX_COMPILER not found but usually required.") diff --git a/cmake/scripts/generate_lib_file b/cmake/scripts/generate_lib_file index e3252bd7c..756d340c3 100644 --- a/cmake/scripts/generate_lib_file +++ b/cmake/scripts/generate_lib_file @@ -29,12 +29,12 @@ project=gets.chomp printf("\n") -print("Other projects to includes (e.g. \"owutil tinyxml\", leave emtpy to skip): ") +print("Other projects to include (e.g. \"owutil tinyxml\", leave emtpy to skip): ") otherprojects=gets.chomp printf("\n") -print("Defininitions (leave empty to skip): ") +print("Definitions (leave empty to skip): ") definitions=gets.chomp cmakePublicIncDirName = project.upcase+"_PUBLIC_INCLUDE_DIRS" diff --git a/csync/ChangeLog b/csync/ChangeLog index fdd573e1d..a95a07589 100644 --- a/csync/ChangeLog +++ b/csync/ChangeLog @@ -21,9 +21,9 @@ version 0.91.3 (released 2013-12-11, ownCloud Client 1.5.0rc1) version 0.91.2 (released 2013-12-10, ownCloud Client 1.5.0beta3) * have translatable error message for indiv. file errors. * Use uint64_t for inode on win32 to fix a type glitch. - * Add test that directrories are properly moved. + * Add test that directories are properly moved. * Handle symlinks correctly. - * Do not longer recurse into ignored directories in update + * No longer recurse into ignored directories in update phase. * Added proper symlink detection for win32 platform. @@ -77,7 +77,7 @@ version 0.90.0 (released 2013-09-04, ownCloud Client 1.4.0) * Added c_rename function to csync std. * Fix: Do renames of files before any puts. * Improved database integrity checks. - * Improvements of database writing efficiendy. + * Improvements of database writing efficiency. * Fix: stat file on win32 even if its opened by application. * httpbf: configurable block size and threshold. * Many fixes found by a Coverity check. @@ -159,7 +159,7 @@ version 0.70.0 and 0.70.1 were beta versions. version 0.60.2 (released 2012-11-26) * Migration to cross platform testing system cmocka. - * Fixed variuos minor things incl. potential mem leaks. + * Fixed various minor things incl. potential mem leaks. * Clang fixes. * Moved journal database to sync directory. * Fixed more csync->ocsync renaming issues. @@ -247,7 +247,7 @@ version 0.50.0 (released 2013-08-01) * Added new logging framework (removed log4c dependency). * Added new config parser (removed iniparser dependency). * Added cmocka tests. - * Added a way to exported file_tree_walk functions. + * Added a way to export file_tree_walk functions. * Added capabilities for modules. * Added possiblity to push information to the modules. * Added iconv support to support various char sets. diff --git a/csync/INSTALL b/csync/INSTALL index 86a683e6e..caf65c2bd 100644 --- a/csync/INSTALL +++ b/csync/INSTALL @@ -20,7 +20,7 @@ sqlite3 is a runtime requirement. libsmbclient is needed for the smb plugin, libssh for the sftp plugin. libneon is required for the ownCloud plugin. -Note that these version numbers are version we know works correctly. If you +Note that these version numbers are versions we know work correctly. If you build and run csync successfully with an older version, please let us know. @@ -63,7 +63,7 @@ CMake options using `cmakesetup` (Windows) or `ccmake` (GNU/Linux and MacOS X). ## Installing -Befor installing you can run the tests if everything is working: +Before installing you can run the tests if everything is working: make test diff --git a/csync/README b/csync/README index e24ae64be..2487e2415 100644 --- a/csync/README +++ b/csync/README @@ -13,7 +13,7 @@ CONTRIBUTIONS ============= If you want to contribute to the development of the software then please join -the mailing list. Patches are accepted preferebly created with git and we are +the mailing list. Patches are accepted preferably created with git and we are always glad to receive feedback or suggestions to the address csync-devel@csync.org. More information on the various mailing lists can be found at diff --git a/csync/src/csync_update.c b/csync/src/csync_update.c index 9d347b3c2..99570c232 100644 --- a/csync/src/csync_update.c +++ b/csync/src/csync_update.c @@ -630,7 +630,15 @@ int csync_ftw(CSYNC *ctx, const char *uri, csync_walker_fn fn, /* permission denied */ ctx->status_code = csync_errno_to_status(errno, CSYNC_STATUS_OPENDIR_ERROR); if (errno == EACCES) { - return 0; + if (ctx->current_fs) { + ctx->current_fs->instruction = CSYNC_INSTRUCTION_IGNORE; + ctx->current_fs->error_status = CSYNC_STATUS_PERMISSION_DENIED; + /* If a directory has ignored files, put the flag on the parent directory as well */ + if( previous_fs ) { + previous_fs->has_ignored_files = true; + } + goto done; + } } else if(errno == ENOENT) { asp = asprintf( &ctx->error_string, "%s", uri); if (asp < 0) { @@ -652,6 +660,7 @@ int csync_ftw(CSYNC *ctx, const char *uri, csync_walker_fn fn, } goto done; } + /* if current_fs is not defined here, better throw an error */ } else { CSYNC_LOG(CSYNC_LOG_PRIORITY_ERROR, "opendir failed for %s - errno %d", uri, errno); } diff --git a/csync/src/vio/csync_vio_local_win.c b/csync/src/vio/csync_vio_local_win.c index 8f55356ab..92298279e 100644 --- a/csync/src/vio/csync_vio_local_win.c +++ b/csync/src/vio/csync_vio_local_win.c @@ -74,6 +74,12 @@ csync_vio_handle_t *csync_vio_local_opendir(const char *name) { } if (!dirname || handle->hFind == INVALID_HANDLE_VALUE) { + int retcode = GetLastError(); + if( retcode == ERROR_FILE_NOT_FOUND ) { + errno = ENOENT; + } else { + errno = EACCES; + } SAFE_FREE(handle); return NULL; } @@ -99,6 +105,9 @@ int csync_vio_local_closedir(csync_vio_handle_t *dhandle) { // FindClose returns non-zero on success if( FindClose(handle->hFind) != 0 ) { rc = 0; + } else { + // error case, set errno + errno = EBADF; } SAFE_FREE(handle->path); @@ -117,7 +126,8 @@ csync_vio_file_stat_t *csync_vio_local_readdir(csync_vio_handle_t *dhandle) { errno = 0; file_stat = csync_vio_file_stat_new(); if (file_stat == NULL) { - goto err; + errno = ENOMEM; + goto err; } file_stat->fields = CSYNC_VIO_FILE_STAT_FIELDS_NONE; @@ -179,7 +189,7 @@ int csync_vio_local_stat(const char *uri, csync_vio_file_stat_t *buf) { mbchar_t *wuri = c_utf8_path_to_locale( uri ); h = CreateFileW( wuri, 0, FILE_SHARE_READ, NULL, OPEN_EXISTING, - FILE_ATTRIBUTE_NORMAL+FILE_FLAG_BACKUP_SEMANTICS, NULL ); + FILE_ATTRIBUTE_NORMAL+FILE_FLAG_BACKUP_SEMANTICS+FILE_FLAG_OPEN_REPARSE_POINT, NULL ); if( h == INVALID_HANDLE_VALUE ) { CSYNC_LOG(CSYNC_LOG_PRIORITY_CRIT, "CreateFileW failed on %s", uri ); errno = GetLastError(); diff --git a/doc/images/client-1.png b/doc/images/client-1.png new file mode 100644 index 000000000..9c60cffcc Binary files /dev/null and b/doc/images/client-1.png differ diff --git a/doc/images/client-2.png b/doc/images/client-2.png new file mode 100644 index 000000000..44f49f0cb Binary files /dev/null and b/doc/images/client-2.png differ diff --git a/doc/images/client-3.png b/doc/images/client-3.png new file mode 100644 index 000000000..b2d140bda Binary files /dev/null and b/doc/images/client-3.png differ diff --git a/doc/images/client-4.png b/doc/images/client-4.png new file mode 100644 index 000000000..6401ab4db Binary files /dev/null and b/doc/images/client-4.png differ diff --git a/doc/images/client-7.png b/doc/images/client-7.png new file mode 100644 index 000000000..99d9dba33 Binary files /dev/null and b/doc/images/client-7.png differ diff --git a/doc/images/client1.png b/doc/images/client1.png deleted file mode 100755 index ebd4d0896..000000000 Binary files a/doc/images/client1.png and /dev/null differ diff --git a/doc/images/client2.png b/doc/images/client2.png deleted file mode 100755 index f99dc15c7..000000000 Binary files a/doc/images/client2.png and /dev/null differ diff --git a/doc/images/client3.png b/doc/images/client3.png deleted file mode 100755 index 3ee3504be..000000000 Binary files a/doc/images/client3.png and /dev/null differ diff --git a/doc/images/client4.png b/doc/images/client4.png deleted file mode 100755 index 56025c615..000000000 Binary files a/doc/images/client4.png and /dev/null differ diff --git a/doc/images/client5.png b/doc/images/client5.png deleted file mode 100755 index 18a8f03aa..000000000 Binary files a/doc/images/client5.png and /dev/null differ diff --git a/doc/images/client6.png b/doc/images/client6.png old mode 100755 new mode 100644 index 80656baad..a2174cf6f Binary files a/doc/images/client6.png and b/doc/images/client6.png differ diff --git a/doc/images/ignored_files_editor.png b/doc/images/ignored_files_editor.png index b490e4a53..c9d5c1743 100644 Binary files a/doc/images/ignored_files_editor.png and b/doc/images/ignored_files_editor.png differ diff --git a/doc/images/menu.png b/doc/images/menu.png index 49714665c..d5f62ec0c 100644 Binary files a/doc/images/menu.png and b/doc/images/menu.png differ diff --git a/doc/images/settings_network.png b/doc/images/settings_network.png index 502d09e41..596c1261b 100644 Binary files a/doc/images/settings_network.png and b/doc/images/settings_network.png differ diff --git a/doc/installing.rst b/doc/installing.rst index 66c105ecf..b01f1e5b3 100644 --- a/doc/installing.rst +++ b/doc/installing.rst @@ -21,56 +21,18 @@ will display a notification when an update is available. Linux users must also have a password manager enabled, such as GNOME Keyring or KWallet, so that the sync client can login automatically. -Improvements and New Features ------------------------------ - -The 2.0 release of the ownCloud desktop sync client has many new features and -improvements. - - * Multi-account support - * Many UI improvements - * Accessibility improvements (high contrast schemes) - * Automatic Bandwidth Throttling - * Don't show redundant directory entries in activity log - * Remove deleted accounts properly from toolbar - * File manager integration: Show hidden files as ignored - * Show wizard when last account was deleted - * Do not sync down new big folders from server without user's consent - * Integrate Selective Sync into the default UI - * More reliable reconnect after timeout - * Use SI units for the file sizes - * Improve progress reporting during sync - * Sharing: Do not allow sharing the root folder - * Sharing: Show thumbnail - * Client Updater: Check for updates periodically, not only once per run - * Quota: Only refresh from server when UI is shown - * SSL Button: Show more information - * System proxy: Ask user for credentials if needed - * Several fixes and performance improvements in the sync engine - * OS X: Show file name in UI if file has invalid UTF-8 in file name - * OS X: Support native finder integration for 10.10 Yosemite - * Network: Try to use SSL session tickets/identifiers - * Windows: Support paths >255 characters - * Windows, OS X: Allow to not sync hidden files - * Windows: Remove misleading option to remove sync data - * Windows: Do not provoke Active Directory account locking if password changes - * Windows: Fix installer when installing unprivileged - -.. note:: When you upgrade from 1.8, restart Windows to ensure that all new - features are visible. - Installation Wizard ------------------- The installation wizard takes you step-by-step through configuration options and account setup. First you need to enter the URL of your ownCloud server. -.. image:: images/client1.png +.. image:: images/client-1.png :alt: form for entering ownCloud server URL Enter your ownCloud login on the next screen. -.. image:: images/client2.png +.. image:: images/client-2.png :alt: form for entering your ownCloud login On the Local Folder Option screen you may sync @@ -78,9 +40,9 @@ all of your files on the ownCloud server, or select individual folders. The default local sync folder is ``ownCloud``, in your home directory. You may change this as well. -.. image:: images/client3.png +.. image:: images/client-3.png :alt: Select which remote folders to sync, and which local folder to store - them in. + them in. When you have completed selecting your sync folders, click the Connect button at the bottom right. The client will attempt to connect to your ownCloud @@ -88,28 +50,8 @@ server, and when it is successful you'll see two buttons: one to connect to your ownCloud Web GUI, and one to open your local folder. It will also start synchronizing your files. -.. image:: images/client4.png +.. image:: images/client-4.png :alt: A successful server connection, showing a button to connect to your - Web GUI, and one to open your local ownCloud folder + Web GUI, and one to open your local ownCloud folder -Click the Finish button, and you're all done. - -When you are in your local ownCloud folder, you can right-click any file or -folder, and then left-click "Share with ownCloud" to create a share link. Note -that Windows may also have a Share With option. This is not the ownCloud Share -option. Linux users must install the ``owncloud-client-nautilus`` package to -enable file sharing from the Nautilus file manager. The ownCloud share dialog -looks like the following example on Ubuntu Linux: - -.. image:: images/client5.png - :alt: the ownCloud file share option is integrated into the normal - right-click file menu in your file manager - -You may change your sync options at any time by opening your ownCloud client -and selecting which folders to sync, or to remove from synchronization. -you saw in the installation wizard. **If you un-check any folders that -you have already synchronized, they will be deleted from your local system.** - -.. image:: images/client6.png - :alt: Client dialogue to select different files to sync, or to remove from - syncing +Click the Finish button, and you're all done. diff --git a/doc/introduction.rst b/doc/introduction.rst index 4e85d3baa..a2021da36 100644 --- a/doc/introduction.rst +++ b/doc/introduction.rst @@ -14,4 +14,41 @@ and local PC. .. note:: Because of various technical issues, desktop sync clients older than 1.7 will not allowed to connect and sync with the ownCloud 8.1 server. It is - highly recommended to keep your client updated. \ No newline at end of file + highly recommended to keep your client updated. + +Improvements and New Features +----------------------------- + +The 2.0 release of the ownCloud desktop sync client has many new features and +improvements. + + * Multi-account support + * Many UI improvements + * Accessibility improvements (high contrast schemes) + * Automatic bandwidth throttling + * No redundant directory entries in activity log + * Remove deleted accounts properly from toolbar + * File manager integration: show hidden files as ignored + * Do not sync new big folders from server without user's consent + * Integrate selective sync into the default UI + * More reliable reconnect after timeout + * Improve progress reporting during sync + * Sharing: Do not allow sharing the root folder + * Sharing: Show thumbnail + * Client Updater: Check for updates periodically, not only once per run + * Quota: Only refresh from server when UI is shown + * SSL Button: Show more information + * System proxy: Ask user for credentials if needed + * Several fixes and performance improvements in the sync engine + * OS X: Show file name in UI if file has invalid UTF-8 in file name + * OS X: Support native finder integration for 10.10 Yosemite + * Network: Try to use SSL session tickets/identifiers + * Windows: Support paths >255 characters + * Windows, OS X: Allow to not sync hidden files + * Windows: Remove misleading option to remove sync data + * Windows: Do not provoke Active Directory account locking if password changes + * Windows: Fix installer when installing unprivileged + +.. note:: When you upgrade from 1.8, restart Windows to ensure that all new + features are visible. + \ No newline at end of file diff --git a/doc/navigating.rst b/doc/navigating.rst index 35d2625c5..4f75a855a 100644 --- a/doc/navigating.rst +++ b/doc/navigating.rst @@ -9,32 +9,39 @@ in the system tray (Windows, KDE), status bar (Mac OS X), or notification area (Linux). .. image:: images/icon.png + :alt: Status icon, little cloud with green circle and white checkmark The status indicator uses overlay icons to indicate the current status of your synchronization. The green circle with the white checkmark tells you that your synchronization is current and you are connected to your ownCloud server. .. image:: images/icon-syncing.png + :alt: Status icon, little cloud with blue circle and white semi-circles The blue icon with the white semi-circles means synchronization is in progress. .. image:: images/icon-paused.png + :alt: Status icon, little cloud with yellow circle and vertical parallel + lines The yellow overlay icon with the parallel lines tells you your synchronization -has been paused. (Most likely by you, by opening the client and clicking -Account > Pause.) +has been paused. (Most likely by you.) .. image:: images/icon-offline.png + :alt: Status icon, little gray cloud with gray circle and three horizontal + white dots The gray icon with three white dots means your sync client has lost its connection with your ownCloud server. .. image:: images/icon-information.png + :alt: Status icon, little cloud with letter "i" in white circle When you see a white circle with the letter "i" that is the informational icon, so you should click it to see what it has to tell you. .. image:: images/icon-error.png + :alt: Status icon, little cloud with red circle and white x The red circle with the white "x" indicates a configuration error, such as an incorrect login or server URL. @@ -50,13 +57,12 @@ A right-click on the icon opens a menu for quick access to multiple operations. The Desktop Client menu provides the following options: * Open ownCloud in browser -* Managed folder * Open folder [your local sync folder] * Up to date * Recent changes * Settings * Help -* Sign out +* Log out * Quit ownCloud Using the Account Settings Window @@ -65,18 +71,47 @@ Using the Account Settings Window .. index:: account settings, user, password, Server URL Click **Settings** in the right-click menu to see a summary of your ownCloud -account settings. This shows which ownCloud account you are connected to (or accounts, if you have more than one) your +account settings, or left-click your systray icon. This shows which ownCloud +account you are connected to (or accounts, if you have more than one) your quota status, and a window for managing your synchronization settings. .. image:: images/client6.png :alt: Account settings window -At the top of the window are tabs for each configured sync account, and three others for Activity, General and Network settings. +At the top of the window are tabs for each configured sync account, and three +others for Activity, General and Network settings. On your account tabs you +have the following features: + +* Connection status, showing which ownCloud server you are connected to, and + your ownCloud username. +* A **Remove Account** button, which deletes your account but does not delete + your data files. +* Used and available space on the server. +* Current synchronization status. +* **Add Folder Sync Connection** button, which is active only when you have + removed synchronization on an account (see **Remove Sync** below). + +The little button with three dots that sits to the right of the sync status bar +offers three additional options: + +* Open Folder +* Pause Sync +* Remove Sync + +**Pause Sync** pauses sync operations without making any changes to your account. + +**Remove Sync** suspends synchronization without removing the account, and it +removes your folder sync selection. When you're ready to resume synchronization +click the **Add Folder Sync Connection** button, and re-select the folders you +want to sync. + +.. image:: images/client-7.png + :alt: Extra options for sync operations The Activity window contains the log of your recent activities, including files -downloaded and deleted. +downloaded and deleted, and which local folders your files went into. -The General window has configuration options such as Launch on **System +The General window has configuration options such as **Launch on System Startup**, **Use Monochrome Icons**, and **Show Desktop Notifications**. This is where you will find the **Edit Ignored Files** button, to launch the ignored files editor, and two new features: **Ask confirmation before downloading diff --git a/doc/visualtour.rst b/doc/visualtour.rst index f94c4c1c0..f2b96fb1e 100644 --- a/doc/visualtour.rst +++ b/doc/visualtour.rst @@ -31,7 +31,7 @@ provides the following menu: since the last restart of ownCloud Client. * ``Settings...``: provides access to the settings menu. * ``Help``: Opens a browser to display this help. -* ``Sign out``: Signs the client of of the server. +* ``Log out``: Logs the client out of the server. * ``Quit ownCloud``: Quits ownCloud Client, ending a currently running sync run. diff --git a/shell_integration/MacOSX/OwnCloudFinder/ContentManager.m b/shell_integration/MacOSX/OwnCloudFinder/ContentManager.m index e6bbc450e..7fe564e59 100644 --- a/shell_integration/MacOSX/OwnCloudFinder/ContentManager.m +++ b/shell_integration/MacOSX/OwnCloudFinder/ContentManager.m @@ -179,8 +179,8 @@ static OwnCloudFinderContentManager* sharedInstance = nil; { //NSLog(@"%@", NSStringFromSelector(_cmd)); - // We won't request the new state if if finds the path in _fileNamesCache - // Move all entries to _oldFileNamesCache so that the get re-requested, but + // We won't request the new state if it finds the path in _fileNamesCache + // Move all entries to _oldFileNamesCache so that they get re-requested, but // still available while we refill the cache [_oldFileNamesCache addEntriesFromDictionary:_fileNamesCache]; [_fileNamesCache removeAllObjects]; diff --git a/shell_integration/MacOSX/OwnCloudFinder/OwnCloudFinder.xcodeproj/project.pbxproj b/shell_integration/MacOSX/OwnCloudFinder/OwnCloudFinder.xcodeproj/project.pbxproj index ccd1edaae..a0aba6a39 100644 --- a/shell_integration/MacOSX/OwnCloudFinder/OwnCloudFinder.xcodeproj/project.pbxproj +++ b/shell_integration/MacOSX/OwnCloudFinder/OwnCloudFinder.xcodeproj/project.pbxproj @@ -12,7 +12,7 @@ 692C18A516660C4700BF6A53 /* ContextMenuHandlers.m in Sources */ = {isa = PBXBuildFile; fileRef = 692C18A416660C4600BF6A53 /* ContextMenuHandlers.m */; }; 692C18A9166617F500BF6A53 /* IconOverlayHandlers.m in Sources */ = {isa = PBXBuildFile; fileRef = 692C18A8166617F500BF6A53 /* IconOverlayHandlers.m */; }; 692C18AC1666392700BF6A53 /* MenuManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 692C18AB1666392700BF6A53 /* MenuManager.m */; }; - 6993878616494C000044E4DF /* RequestManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 6993878516494C000044E4DF /* RequestManager.m */; }; + 6993878616494C000044E4DF /* RequestManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 6993878516494C000044E4DF /* RequestManager.m */; settings = {COMPILER_FLAGS = "-fobjc-arc"; }; }; 69948B361636D50E0093B6CE /* ContentManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 69948B351636D50E0093B6CE /* ContentManager.m */; }; 8C37DD9F161593BD00016A95 /* FinderHook.m in Sources */ = {isa = PBXBuildFile; fileRef = 8C37DD9A161593BD00016A95 /* FinderHook.m */; }; 8C37DDB2161593FF00016A95 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8C37DDB1161593FF00016A95 /* Cocoa.framework */; }; diff --git a/shell_integration/MacOSX/OwnCloudFinder/RequestManager.m b/shell_integration/MacOSX/OwnCloudFinder/RequestManager.m index 79be861cf..1d4a5c40a 100644 --- a/shell_integration/MacOSX/OwnCloudFinder/RequestManager.m +++ b/shell_integration/MacOSX/OwnCloudFinder/RequestManager.m @@ -49,11 +49,7 @@ static OwnCloudFinderRequestManager* sharedInstance = nil; - (void)dealloc { - [_syncClientProxy release]; - sharedInstance = nil; - - [super dealloc]; } + (OwnCloudFinderRequestManager*)sharedInstance @@ -136,12 +132,11 @@ static OwnCloudFinderRequestManager* sharedInstance = nil; { // NSLog(@"Socket DISconnected! %@", [err localizedDescription]); - // clear the registered pathes. - [_registeredPathes release]; + // clear the registered paths. _registeredPathes = [[NSMutableDictionary alloc] init]; [_requestedPaths removeAllObjects]; - // clear the caches in conent manager + // clear the caches in content manager OwnCloudFinderContentManager *contentman = [OwnCloudFinderContentManager sharedInstance]; [contentman clearFileNameCache]; [contentman repaintAllWindows]; diff --git a/shell_integration/MacOSX/OwnCloudInjector/OwnCloudInjector.m b/shell_integration/MacOSX/OwnCloudInjector/OwnCloudInjector.m index ed744d84d..97a3f2893 100644 --- a/shell_integration/MacOSX/OwnCloudInjector/OwnCloudInjector.m +++ b/shell_integration/MacOSX/OwnCloudInjector/OwnCloudInjector.m @@ -11,7 +11,7 @@ EXPORT OSErr HandleLoadEvent(const AppleEvent* ev, AppleEvent* reply, long refcon); -static NSString* globalLock = @"I'm the global lock to prevent concruent handler executions"; +static NSString* globalLock = @"I'm the global lock to prevent concurrent handler executions"; // SIMBL-compatible interface @interface OwnCloudShell : NSObject { } diff --git a/shell_integration/MacOSX/common/SyncClientProxy.m b/shell_integration/MacOSX/common/SyncClientProxy.m index b801e0084..1e89ea676 100644 --- a/shell_integration/MacOSX/common/SyncClientProxy.m +++ b/shell_integration/MacOSX/common/SyncClientProxy.m @@ -72,7 +72,7 @@ _remoteEnd = (NSDistantObject *)tx; [_remoteEnd setProtocolForProxy:@protocol(ChannelProtocol)]; - // Everything is set up, start querrying + // Everything is set up, start querying [self askOnSocket:@"" query:@"SHARE_MENU_TITLE"]; } diff --git a/shell_integration/dolphin/README b/shell_integration/dolphin/README index 715adcbbf..7cd06d83b 100644 --- a/shell_integration/dolphin/README +++ b/shell_integration/dolphin/README @@ -1,7 +1,7 @@ - The patch 0001-KOverlayIconPlugin.patch should be applied to kde-baseapps git repository -(It should applies to both KDE/4.14 or Applications/14.12 branches) +(It should apply to both KDE/4.14 or Applications/14.12 branches) - Recompile and install dolphin @@ -10,7 +10,7 @@ - After installing, run kdeinit4 --noincremental -- To test taht the plugin is well installed +- To test that the plugin is well installed ktraderclient --servicetype KOverlayIconPlugin It should show the Owncloud plugin diff --git a/shell_integration/dolphin_kf5/README b/shell_integration/dolphin_kf5/README index e95c0e1d4..69553a324 100644 --- a/shell_integration/dolphin_kf5/README +++ b/shell_integration/dolphin_kf5/README @@ -1,7 +1,7 @@ - The patch 0001-KOverlayIconPlugin.patch should be applied to kde-baseapps git repository -(It should applies to frameworks branch) +(It should apply to frameworks branch) - Recompile and install dolphin (frameworks branch) diff --git a/shell_integration/nautilus/syncstate.py b/shell_integration/nautilus/syncstate.py index b44e4c4ee..0da77965e 100755 --- a/shell_integration/nautilus/syncstate.py +++ b/shell_integration/nautilus/syncstate.py @@ -157,13 +157,18 @@ class MenuExtension(GObject.GObject, Nautilus.MenuProvider): # internal or external file?! syncedFile = False for reg_path in socketConnect.registered_paths: + topLevelFolder=False filename = get_local_path(file.get_uri()) #check if its a folder (ends with an /), if yes add a "/" otherwise it will not find the entry in the table if os.path.isdir(filename+"/"): filename=filename+"/" + #check if toplevel folder, we need to ignore those as they cannot be shared + if filename.count("/") < (reg_path.count("/")+2): + topLevelFolder=True # only show the menu extension if the file is synced and the sync # status is ok. Not for ignored files etc. - if filename.startswith(reg_path) and socketConnect.nautilusVFSFile_table[filename]['state'] == 'OK': + # ignore top level folders + if filename.startswith(reg_path) and topLevelFolder == False and socketConnect.nautilusVFSFile_table[filename]['state'] == 'OK': syncedFile = True # if it is neither in a synced folder or is a directory @@ -220,7 +225,7 @@ class SyncStateExtension(GObject.GObject, Nautilus.ColumnProvider, Nautilus.Info for item in update_items: item.invalidate_extension_info() - # Handles a single line of server respoonse and sets the emblem + # Handles a single line of server response and sets the emblem def handle_commands(self, action, args): Emblems = { 'OK' : appname +'_ok', 'SYNC' : appname +'_sync', diff --git a/shell_integration/windows/OCOverlays/OverlayConstants.h b/shell_integration/windows/OCOverlays/OverlayConstants.h index 410aa2660..5adf0a523 100644 --- a/shell_integration/windows/OCOverlays/OverlayConstants.h +++ b/shell_integration/windows/OCOverlays/OverlayConstants.h @@ -24,7 +24,7 @@ #define OVERLAY_GENERIC_NAME L"OC Overlay Handler" -// two spaces to put us a head of the competition :/ +// two spaces to put us ahead of the competition :/ #define OVERLAY_NAME_ERROR L" OCError" #define OVERLAY_NAME_ERROR_SHARED L" OCErrorShared" #define OVERLAY_NAME_OK L" OCOK" diff --git a/src/cmd/CMakeLists.txt b/src/cmd/CMakeLists.txt index 31215df07..caea5ce89 100644 --- a/src/cmd/CMakeLists.txt +++ b/src/cmd/CMakeLists.txt @@ -45,7 +45,7 @@ endif() if(BUILD_OWNCLOUD_OSX_BUNDLE AND NOT BUILD_LIBRARIES_ONLY) get_target_property (QT_QMAKE_EXECUTABLE Qt5::qmake IMPORTED_LOCATION) install(CODE " - message(STATUS \"Deploying (Qt) dependencies and fixing library pathes...\") + message(STATUS \"Deploying (Qt) dependencies and fixing library paths...\") execute_process(COMMAND \"${CMAKE_SOURCE_DIR}/admin/osx/macdeployqt.py\" ${CMAKE_INSTALL_PREFIX}/${OWNCLOUD_OSX_BUNDLE} ${QT_QMAKE_EXECUTABLE}) " COMPONENT RUNTIME) endif() diff --git a/src/cmd/cmd.cpp b/src/cmd/cmd.cpp index 06d29d853..d596710e7 100644 --- a/src/cmd/cmd.cpp +++ b/src/cmd/cmd.cpp @@ -150,7 +150,7 @@ void help() std::cout << " Proxy is http://server:port" << std::endl; std::cout << " --trust Trust the SSL certification." << std::endl; std::cout << " --exclude [file] Exclude list file" << std::endl; - std::cout << " --unsyncedfolders [file] File containing the list of unsynced folder (selective sync)" << std::endl; + std::cout << " --unsyncedfolders [file] File containing the list of unsynced folders (selective sync)" << std::endl; std::cout << " --user, -u [name] Use [name] as the login name" << std::endl; std::cout << " --password, -p [pass] Use [pass] as password" << std::endl; std::cout << " -n Use netrc (5) for login" << std::endl; @@ -185,15 +185,7 @@ void parseOptions( const QStringList& app_args, CmdOptions *options ) } options->target_url = args.takeLast(); - // check if the remote.php/webdav tail was added and append if not. - if(!options->target_url.endsWith("/")) { - options->target_url.append("/"); - } - if( !options->target_url.contains("remote.php/webdav/")) { - options->target_url.append("remote.php/webdav/"); - } - if (options->target_url.startsWith("http")) - options->target_url.replace(0, 4, "owncloud"); + options->source_dir = args.takeLast(); if (!options->source_dir.endsWith('/')) { options->source_dir.append('/'); @@ -280,6 +272,21 @@ int main(int argc, char **argv) { parseOptions( app.arguments(), &options ); + AccountPtr account = Account::create(); + + if( !account ) { + qFatal("Could not initialize account!"); + return EXIT_FAILURE; + } + // check if the webDAV path was added to the url and append if not. + if(!options.target_url.endsWith("/")) { + options.target_url.append("/"); + } + if( !options.target_url.contains( account->davPath() )) { + options.target_url.append(account->davPath()); + } + if (options.target_url.startsWith("http")) + options.target_url.replace(0, 4, "owncloud"); QUrl url = QUrl::fromUserInput(options.target_url); // Order of retrieval attempt (later attempts override earlier ones): @@ -331,8 +338,6 @@ int main(int argc, char **argv) { // take the unmodified url to pass to csync_create() QByteArray remUrl = options.target_url.toUtf8(); - AccountPtr account = Account::create(); - // Find the folder and the original owncloud url QStringList splitted = url.path().split(account->davPath()); url.setPath(splitted.value(0)); @@ -443,7 +448,7 @@ restart_sync: if (loadedSystemExcludeList != 0 && loadedUserExcludeList != 0) { - // Always make sure at least one list had been loaded + // Always make sure at least one list has been loaded qFatal("Cannot load system exclude list or list supplied via --exclude"); return EXIT_FAILURE; } diff --git a/src/crashreporter/CMakeLists.txt b/src/crashreporter/CMakeLists.txt index 158d39a17..b73e38fab 100644 --- a/src/crashreporter/CMakeLists.txt +++ b/src/crashreporter/CMakeLists.txt @@ -58,7 +58,7 @@ if(NOT BUILD_LIBRARIES_ONLY) if(BUILD_OWNCLOUD_OSX_BUNDLE) get_target_property (QT_QMAKE_EXECUTABLE Qt5::qmake IMPORTED_LOCATION) install(CODE " - message(STATUS \"Deploying (Qt) dependencies and fixing library pathes...\") + message(STATUS \"Deploying (Qt) dependencies and fixing library paths...\") execute_process(COMMAND \"${CMAKE_SOURCE_DIR}/admin/osx/macdeployqt.py\" ${CMAKE_INSTALL_PREFIX}/${OWNCLOUD_OSX_BUNDLE} ${QT_QMAKE_EXECUTABLE}) " COMPONENT RUNTIME) endif() diff --git a/src/gui/accountmanager.cpp b/src/gui/accountmanager.cpp index 39b7367af..28a0b78c5 100644 --- a/src/gui/accountmanager.cpp +++ b/src/gui/accountmanager.cpp @@ -130,6 +130,9 @@ void AccountManager::save(bool saveCredentials) save(acc->account(), *settings, saveCredentials); settings->endGroup(); } + + settings->sync(); + qDebug() << "Saved all account settings, status:" << settings->status(); } void AccountManager::wantsAccountSavedSlot(AccountPtr a) @@ -139,6 +142,9 @@ void AccountManager::wantsAccountSavedSlot(AccountPtr a) settings->beginGroup(a->id()); save(a, *settings, false); // don't save credentials they might not have been loaded yet settings->endGroup(); + + settings->sync(); + qDebug() << "Saved account settings, status:" << settings->status(); } void AccountManager::save(const AccountPtr& acc, QSettings& settings, bool saveCredentials) @@ -161,7 +167,6 @@ void AccountManager::save(const AccountPtr& acc, QSettings& settings, bool saveC if (acc->_settingsMap.contains(httpUserC)) settings.setValue(userC, acc->_settingsMap.value(httpUserC)); } - settings.sync(); // Save accepted certificates. settings.beginGroup(QLatin1String("General")); diff --git a/src/gui/accountsettings.cpp b/src/gui/accountsettings.cpp index 1b39ce7e3..bdaa2e339 100644 --- a/src/gui/accountsettings.cpp +++ b/src/gui/accountsettings.cpp @@ -122,6 +122,25 @@ AccountSettings::AccountSettings(AccountState *accountState, QWidget *parent) : connect(ui->signInButton, SIGNAL(clicked()) , this, SLOT(slotSignInAccount())); connect(ui->deleteButton, SIGNAL(clicked()) , this, SLOT(slotDeleteAccount())); + + // Expand already on single click + ui->_folderList->setExpandsOnDoubleClick(false); + QObject::connect(ui->_folderList, SIGNAL(clicked(const QModelIndex &)), + this, SLOT(slotFolderListClicked(const QModelIndex&))); +} + +void AccountSettings::doExpand() +{ + ui->_folderList->expandToDepth(0); +} + +void AccountSettings::slotFolderListClicked( const QModelIndex& indx ) +{ + if( _model->classify(indx) == FolderStatusModel::RootFolder && + _accountState && _accountState->state() == AccountState::Connected ) { + bool expanded = ! (ui->_folderList->isExpanded(indx)); + ui->_folderList->setExpanded(indx, expanded); + } } void AccountSettings::slotCustomContextMenuRequested(const QPoint &pos) @@ -139,15 +158,24 @@ void AccountSettings::slotCustomContextMenuRequested(const QPoint &pos) tv->setCurrentIndex(index); bool folderPaused = _model->data( index, FolderStatusDelegate::FolderSyncPaused).toBool(); + bool folderConnected = _model->data( index, FolderStatusDelegate::FolderAccountConnected ).toBool(); QMenu *menu = new QMenu(tv); menu->setAttribute(Qt::WA_DeleteOnClose); - connect(menu->addAction(tr("Open folder")), SIGNAL(triggered(bool)), - this, SLOT(slotOpenCurrentFolder())); - connect(menu->addAction(folderPaused ? tr("Resume sync") : tr("Pause sync")), SIGNAL(triggered(bool)), - this, SLOT(slotEnableCurrentFolder())); - connect(menu->addAction(tr("Remove folder")), SIGNAL(triggered(bool)), - this, SLOT(slotRemoveCurrentFolder())); + + QAction *ac = menu->addAction(tr("Open folder")); + connect(ac, SIGNAL(triggered(bool)), this, SLOT(slotOpenCurrentFolder())); + + ac = menu->addAction(tr("Choose What to Sync")); + ac->setEnabled(folderConnected); + connect(ac, SIGNAL(triggered(bool)), this, SLOT(doExpand())); + + ac = menu->addAction(folderPaused ? tr("Resume sync") : tr("Pause sync")); + ac->setEnabled(folderConnected); + connect(ac, SIGNAL(triggered(bool)), this, SLOT(slotEnableCurrentFolder())); + + ac = menu->addAction(tr("Remove sync")); + connect(ac, SIGNAL(triggered(bool)), this, SLOT(slotRemoveCurrentFolder())); menu->exec(tv->mapToGlobal(pos)); } @@ -190,7 +218,8 @@ void AccountSettings::slotFolderWizardAccepted() FolderDefinition definition; definition.alias = folderWizard->field(QLatin1String("alias")).toString(); - definition.localPath = folderWizard->field(QLatin1String("sourceFolder")).toString(); + definition.localPath = FolderDefinition::prepareLocalPath( + folderWizard->field(QLatin1String("sourceFolder")).toString()); definition.targetPath = folderWizard->property("targetPath").toString(); { @@ -246,7 +275,7 @@ void AccountSettings::slotRemoveCurrentFolder() qDebug() << "Remove Folder alias " << alias; if( !alias.isEmpty() ) { QMessageBox messageBox(QMessageBox::Question, - tr("Confirm Folder Remove"), + tr("Confirm Sync Removal"), tr("

Do you really want to stop syncing the folder %1?

" "

Note: This will not delete any files.

").arg(alias), QMessageBox::NoButton, @@ -460,6 +489,18 @@ void AccountSettings::slotAccountStateChanged(int state) // ownCloud is not yet configured. showConnectionLabel( tr("No %1 connection configured.").arg(Theme::instance()->appNameGUI()) ); } + + /* Allow to expand the item if the account is connected. */ + ui->_folderList->setItemsExpandable( state == AccountState::Connected ); + + /* check if there are expanded root items, if so, close them, if the state is different from being Connected. */ + if( state != AccountState::Connected ) { + int i; + for (i = 0; i < _model->rowCount(); ++i) { + if (ui->_folderList->isExpanded(_model->index(i))) + ui->_folderList->setExpanded(_model->index(i), false); + } + } } AccountSettings::~AccountSettings() @@ -477,12 +518,16 @@ void AccountSettings::refreshSelectiveSyncStatus() } foreach (Folder *folder, FolderMan::instance()->map().values()) { - if (folder->accountState() != _accountState) { continue; } + if (folder->accountState() != _accountState) { + continue; + } + auto undecidedList = folder->journalDb()->getSelectiveSyncList(SyncJournalDb::SelectiveSyncUndecidedList); foreach(const auto &it, undecidedList) { - undecidedFolder += ( folder->alias() + QLatin1String("/") + it); + undecidedFolder.append(it); } } + if (undecidedFolder.isEmpty()) { ui->selectiveSyncNotification->setVisible(false); ui->selectiveSyncNotification->setText(QString()); @@ -522,7 +567,7 @@ void AccountSettings::slotDeleteAccount() // the QMessageBox should be destroyed before that happens. { QMessageBox messageBox(QMessageBox::Question, - tr("Confirm Account Delete"), + tr("Confirm Account Removal"), tr("

Do you really want to remove the connection to the account %1?

" "

Note: This will not delete any files.

") .arg(_accountState->account()->displayName()), diff --git a/src/gui/accountsettings.h b/src/gui/accountsettings.h index 80a85456b..4ec7dbd1a 100644 --- a/src/gui/accountsettings.h +++ b/src/gui/accountsettings.h @@ -81,6 +81,8 @@ protected slots: void slotDeleteAccount(); void refreshSelectiveSyncStatus(); void slotCustomContextMenuRequested(const QPoint&); + void slotFolderListClicked( const QModelIndex& indx ); + void doExpand(); private: void showConnectionLabel(const QString& message, diff --git a/src/gui/accountsettings.ui b/src/gui/accountsettings.ui index 94e3e65bd..755679269 100644 --- a/src/gui/accountsettings.ui +++ b/src/gui/accountsettings.ui @@ -89,7 +89,7 @@ Remove the account configuration from the client - Delete + Remove Account diff --git a/src/gui/accountstate.cpp b/src/gui/accountstate.cpp index 7d5460014..dcb2d9b8e 100644 --- a/src/gui/accountstate.cpp +++ b/src/gui/accountstate.cpp @@ -286,10 +286,15 @@ QString AccountState::shortDisplayNameForSettings(int width) const { QString user = account()->credentials()->user(); QString host = account()->url().host(); + int port = account()->url().port(); + if (port > 0 && port != 80 && port != 443) { + host.append(QLatin1Char(':')); + host.append(QString::number(port)); + } if (width > 0) { QFont f; QFontMetrics fm(f); - host = fm.elidedText(host, Qt::ElideRight, width); + host = fm.elidedText(host, Qt::ElideMiddle, width); user = fm.elidedText(user, Qt::ElideRight, width); } return user + QLatin1String("\n") + host; diff --git a/src/gui/application.cpp b/src/gui/application.cpp index 2829442b1..a135fa576 100644 --- a/src/gui/application.cpp +++ b/src/gui/application.cpp @@ -71,6 +71,12 @@ static const char optionsC[] = QString applicationTrPath() { + QString devTrPath = qApp->applicationDirPath() + QString::fromLatin1("/../src/gui/"); + if (QDir(devTrPath).exists()) { + // might miss Qt, QtKeyChain, etc. + qDebug() << "Running from build location! Translations may be incomplete!"; + return devTrPath; + } #if defined(Q_OS_WIN) return QApplication::applicationDirPath(); #elif defined(Q_OS_MAC) @@ -95,6 +101,8 @@ Application::Application(int &argc, char **argv) : _userTriggeredConnect(false), _debugMode(false) { + _startedAt.start(); + // TODO: Can't set this without breaking current config pathes // setOrganizationName(QLatin1String(APPLICATION_VENDOR)); setOrganizationDomain(QLatin1String(APPLICATION_REV_DOMAIN)); @@ -180,6 +188,12 @@ Application::Application(int &argc, char **argv) : Application::~Application() { + // Make sure all folders are gone, otherwise removing the + // accounts will remove the associated folders from the settings. + if (_folderManager) { + _folderManager->unloadAndDeleteAllFolders(); + } + // Remove the account from the account manager so it can be deleted. AccountManager::instance()->shutdown(); } @@ -291,6 +305,12 @@ void Application::slotParseMessage(const QString &msg, QObject*) parseOptions(options); setupLogging(); } else if (msg.startsWith(QLatin1String("MSG_SHOWSETTINGS"))) { + qDebug() << "Running for" << _startedAt.elapsed()/1000.0 << "sec"; + if (isSessionRestored() && _startedAt.elapsed() < 10*1000) { + // This call is mirrored with the one in int main() + qWarning() << "Ignoring MSG_SHOWSETTINGS, possibly double-invocation of client via session restore and auto start"; + return; + } showSettingsDialog(); } } diff --git a/src/gui/application.h b/src/gui/application.h index 7a246e6c5..538120918 100644 --- a/src/gui/application.h +++ b/src/gui/application.h @@ -19,6 +19,7 @@ #include #include #include +#include #include "qtsingleapplication.h" @@ -97,6 +98,8 @@ private: bool _helpOnly; bool _versionOnly; + QElapsedTimer _startedAt; + // options from command line: bool _showLogWindow; QString _logFile; diff --git a/src/gui/folder.cpp b/src/gui/folder.cpp index f8fe7b0b1..f88af0917 100644 --- a/src/gui/folder.cpp +++ b/src/gui/folder.cpp @@ -693,6 +693,9 @@ void Folder::saveToSettings() const auto settings = _accountState->settings(); settings->beginGroup(QLatin1String("Folders")); FolderDefinition::save(*settings, _definition); + + settings->sync(); + qDebug() << "Saved folder" << _definition.alias << "to settings, status" << settings->status(); } void Folder::removeFromSettings() const @@ -1118,7 +1121,7 @@ void Folder::slotAboutToRemoveAllFiles(SyncFileItem::Direction, bool *cancel) QString msg = tr("This sync would remove all the files in the sync folder '%1'.\n" "This might be because the folder was silently reconfigured, or that all " - "the file were manually removed.\n" + "the files were manually removed.\n" "Are you sure you want to perform this operation?"); QMessageBox msgBox(QMessageBox::Warning, tr("Remove All Files?"), msg.arg(alias())); @@ -1160,8 +1163,22 @@ bool FolderDefinition::load(QSettings& settings, const QString& alias, folder->paused = settings.value(QLatin1String("paused")).toBool(); folder->ignoreHiddenFiles = settings.value(QLatin1String("ignoreHiddenFiles"), QVariant(true)).toBool(); settings.endGroup(); + + // Old settings can contain paths with native separators. In the rest of the + // code we assum /, so clean it up now. + folder->localPath = prepareLocalPath(folder->localPath); + return true; } +QString FolderDefinition::prepareLocalPath(const QString& path) +{ + QString p = QDir::fromNativeSeparators(path); + if (!p.endsWith(QLatin1Char('/'))) { + p.append(QLatin1Char('/')); + } + return p; +} + } // namespace OCC diff --git a/src/gui/folder.h b/src/gui/folder.h index 34a0a9489..072e3598c 100644 --- a/src/gui/folder.h +++ b/src/gui/folder.h @@ -73,6 +73,9 @@ public: /// Reads a folder definition from a settings group with the name 'alias'. static bool load(QSettings& settings, const QString& alias, FolderDefinition* folder); + + /// Ensure / as separator and trailing /. + static QString prepareLocalPath(const QString& path); }; /** diff --git a/src/gui/folderman.cpp b/src/gui/folderman.cpp index f12fc887a..9f4ec17f3 100644 --- a/src/gui/folderman.cpp +++ b/src/gui/folderman.cpp @@ -841,9 +841,7 @@ void FolderMan::slotRemoveFolder( Folder *f ) const bool currentlyRunning = (_currentSyncFolder == f); if( currentlyRunning ) { - // let the folder delete itself when done and // abort the sync now - connect(f, SIGNAL(syncFinished(SyncResult)), f, SLOT(deleteLater())); terminateSyncProcess(); } @@ -858,7 +856,13 @@ void FolderMan::slotRemoveFolder( Folder *f ) f->removeFromSettings(); unloadFolder( f); - if( !currentlyRunning ) { + if( currentlyRunning ) { + // We want to schedule the next folder once this is done + connect(f, SIGNAL(syncFinished(SyncResult)), + SLOT(slotFolderSyncFinished(SyncResult))); + // Let the folder delete itself when done. + connect(f, SIGNAL(syncFinished(SyncResult)), f, SLOT(deleteLater())); + } else { delete f; } } diff --git a/src/gui/generalsettings.cpp b/src/gui/generalsettings.cpp index 3951f1782..703dd29ea 100644 --- a/src/gui/generalsettings.cpp +++ b/src/gui/generalsettings.cpp @@ -69,6 +69,13 @@ GeneralSettings::GeneralSettings(QWidget *parent) : _ui->crashreporterCheckBox->setVisible(false); #endif + /* Set the left contents margin of the layout to zero to make the checkboxes + * align properly vertically , fixes bug #3758 + */ + int m0, m1, m2, m3; + _ui->horizontalLayout_3->getContentsMargins( &m0, &m1, &m2, &m3 ); + _ui->horizontalLayout_3->setContentsMargins(0, m1, m2, m3 ); + // OEM themes are not obliged to ship mono icons, so there // is no point in offering an option QString themeDir = QString::fromLatin1(":/client/theme/%1/") diff --git a/src/gui/ignorelisteditor.cpp b/src/gui/ignorelisteditor.cpp index 508062bdb..92e5df7f2 100644 --- a/src/gui/ignorelisteditor.cpp +++ b/src/gui/ignorelisteditor.cpp @@ -105,25 +105,27 @@ void IgnoreListEditor::slotUpdateLocalIgnoreList() ignores.write(prepend+patternItem->text().toUtf8()+'\n'); } } - - // We need to force a remote discovery after a change of the ignore list. - // Otherwise we would not download the files/directories that are no longer - // ignored (because the remote etag did not change) (issue #3172) - foreach (Folder* folder, FolderMan::instance()->map()) { - folder->journalDb()->forceRemoteDiscoveryNextSync(); - } - } else { QMessageBox::warning(this, tr("Could not open file"), tr("Cannot write changes to '%1'.").arg(ignoreFile)); } + FolderMan * folderMan = FolderMan::instance(); + /* handle the hidden file checkbox */ /* the ignoreHiddenFiles flag is a folder specific setting, but for now, it is * handled globally. Save it to every folder that is defined. */ - FolderMan::instance()->setIgnoreHiddenFiles(ignoreHiddenFiles()); + folderMan->setIgnoreHiddenFiles(ignoreHiddenFiles()); + + // We need to force a remote discovery after a change of the ignore list. + // Otherwise we would not download the files/directories that are no longer + // ignored (because the remote etag did not change) (issue #3172) + foreach (Folder* folder, folderMan->map()) { + folder->journalDb()->forceRemoteDiscoveryNextSync(); + folderMan->slotScheduleSync(folder); + } } void IgnoreListEditor::slotAddPattern() diff --git a/src/gui/main.cpp b/src/gui/main.cpp index 49cd4af40..83c38063f 100644 --- a/src/gui/main.cpp +++ b/src/gui/main.cpp @@ -89,6 +89,7 @@ int main(int argc, char **argv) if(app.isRunning()) { qDebug() << Q_FUNC_INFO << "Already running, exiting..."; if (app.isSessionRestored()) { + // This call is mirrored with the one in Application::slotParseMessage qDebug() << "Session was restored, don't notify app!"; return -1; } @@ -99,8 +100,9 @@ int main(int argc, char **argv) if(!app.sendMessage(QLatin1String("MSG_PARSEOPTIONS:") + msg)) return -1; } - if(!app.sendMessage(QLatin1String("MSG_SHOWSETTINGS"))) + if(!app.sendMessage(QLatin1String("MSG_SHOWSETTINGS"))) { return -1; + } return 0; } else { if (!QSystemTrayIcon::isSystemTrayAvailable()) { diff --git a/src/gui/owncloudgui.cpp b/src/gui/owncloudgui.cpp index 0aa7d4319..6cc71ba24 100644 --- a/src/gui/owncloudgui.cpp +++ b/src/gui/owncloudgui.cpp @@ -317,18 +317,6 @@ void ownCloudGui::addAccountContextMenu(AccountStatePtr accountState, QMenu *men actionOpenoC->setProperty(propertyAccountC, QVariant::fromValue(accountState->account())); QObject::connect(actionOpenoC, SIGNAL(triggered(bool)), SLOT(slotOpenOwnCloud())); - if (separateMenu) { - if (accountState->isSignedOut()) { - QAction* signin = menu->addAction(tr("Sign in...")); - signin->setProperty(propertyAccountC, QVariant::fromValue(accountState)); - connect(signin, SIGNAL(triggered()), this, SLOT(slotLogin())); - } else { - QAction* signout = menu->addAction(tr("Sign out")); - signout->setProperty(propertyAccountC, QVariant::fromValue(accountState)); - connect(signout, SIGNAL(triggered()), this, SLOT(slotLogout())); - } - } - FolderMan *folderMan = FolderMan::instance(); bool firstFolder = true; bool singleSyncFolder = folderMan->map().size() == 1 && Theme::instance()->singleSyncFolder(); @@ -355,6 +343,20 @@ void ownCloudGui::addAccountContextMenu(AccountStatePtr accountState, QMenu *men _folderOpenActionMapper->setMapping( action, folder->alias() ); menu->addAction(action); } + + menu->addSeparator(); + if (separateMenu) { + if (accountState->isSignedOut()) { + QAction* signin = menu->addAction(tr("Log in...")); + signin->setProperty(propertyAccountC, QVariant::fromValue(accountState)); + connect(signin, SIGNAL(triggered()), this, SLOT(slotLogin())); + } else { + QAction* signout = menu->addAction(tr("Log out")); + signout->setProperty(propertyAccountC, QVariant::fromValue(accountState)); + connect(signout, SIGNAL(triggered()), this, SLOT(slotLogout())); + } + } + } void ownCloudGui::setupContextMenu() @@ -444,17 +446,17 @@ void ownCloudGui::setupContextMenu() _contextMenu->addSeparator(); if (atLeastOneSignedIn) { if (accountList.count() > 1) { - _actionLogout->setText(tr("Sign out everywhere")); + _actionLogout->setText(tr("Log out everywhere")); } else { - _actionLogout->setText(tr("Sign out")); + _actionLogout->setText(tr("Log out")); } _contextMenu->addAction(_actionLogout); } if (atLeastOneSignedOut) { if (accountList.count() > 1) { - _actionLogin->setText(tr("Sign in everywhere...")); + _actionLogin->setText(tr("Log in everywhere...")); } else { - _actionLogin->setText(tr("Sign in...")); + _actionLogin->setText(tr("Log in...")); } _contextMenu->addAction(_actionLogin); } @@ -521,9 +523,9 @@ void ownCloudGui::setupActions() _actionQuit = new QAction(tr("Quit %1").arg(Theme::instance()->appNameGUI()), this); QObject::connect(_actionQuit, SIGNAL(triggered(bool)), _app, SLOT(quit())); - _actionLogin = new QAction(tr("Sign in..."), this); + _actionLogin = new QAction(tr("Log in..."), this); connect(_actionLogin, SIGNAL(triggered()), this, SLOT(slotLogin())); - _actionLogout = new QAction(tr("Sign out"), this); + _actionLogout = new QAction(tr("Log out"), this); connect(_actionLogout, SIGNAL(triggered()), this, SLOT(slotLogout())); if(_app->debugMode()) { @@ -765,6 +767,10 @@ void ownCloudGui::slotShowShareDialog(const QString &sharePath, const QString &l qDebug() << "Could not open share dialog for" << localPath << "no responsible folder found"; return; } + + // For https://github.com/owncloud/client/issues/3783 + _settingsDialog->hide(); + const auto accountState = folder->accountState(); qDebug() << Q_FUNC_INFO << "Opening share dialog" << sharePath << localPath; diff --git a/src/gui/owncloudsetupwizard.cpp b/src/gui/owncloudsetupwizard.cpp index 50a221e27..9ff5cf156 100644 --- a/src/gui/owncloudsetupwizard.cpp +++ b/src/gui/owncloudsetupwizard.cpp @@ -453,10 +453,7 @@ void OwncloudSetupWizard::slotAssistantFinished( int result ) // is changed. auto account = applyAccountChanges(); - QString localFolder = QDir::fromNativeSeparators(_ocWizard->localFolder()); - if( !localFolder.endsWith(QLatin1Char('/'))) { - localFolder.append(QLatin1Char('/')); - } + QString localFolder = FolderDefinition::prepareLocalPath(_ocWizard->localFolder()); bool startFromScratch = _ocWizard->field("OCSyncFromScratch").toBool(); if (!startFromScratch || ensureStartFromScratch(localFolder)) { diff --git a/src/gui/socketapi.cpp b/src/gui/socketapi.cpp index b2387640b..1db9696c8 100644 --- a/src/gui/socketapi.cpp +++ b/src/gui/socketapi.cpp @@ -26,6 +26,7 @@ #include "syncfileitem.h" #include "filesystem.h" #include "version.h" +#include "account.h" #include "accountstate.h" #include @@ -655,7 +656,7 @@ SyncFileStatus SocketApi::fileStatus(Folder *folder, const QString& systemFileNa if (rec._remotePerm.isNull()) { // probably owncloud 6, that does not have permissions flag yet. QString url = folder->remoteUrl().toString() + fileName; - if (url.contains(QLatin1String("/remote.php/webdav/Shared/"))) { + if (url.contains( folder->accountState()->account()->davPath() + QLatin1String("Shared/") )) { status.setSharedWithMe(true); } } else if (rec._remotePerm.contains("S")) { diff --git a/src/gui/updater/ocupdater.h b/src/gui/updater/ocupdater.h index ef31075cd..270dccb14 100644 --- a/src/gui/updater/ocupdater.h +++ b/src/gui/updater/ocupdater.h @@ -160,7 +160,7 @@ private: /** * @brief Updater that only implements notification for use in settings * - * The implementation does how show popups + * The implementation does not show popups * * @ingroup gui */ diff --git a/src/gui/wizard/owncloudconnectionmethoddialog.h b/src/gui/wizard/owncloudconnectionmethoddialog.h index 41cd33558..ee3a0a0c3 100644 --- a/src/gui/wizard/owncloudconnectionmethoddialog.h +++ b/src/gui/wizard/owncloudconnectionmethoddialog.h @@ -37,6 +37,7 @@ public: explicit OwncloudConnectionMethodDialog(QWidget *parent = 0); ~OwncloudConnectionMethodDialog(); enum { + Closed = 0, No_TLS, Client_Side_TLS, Back diff --git a/src/gui/wizard/owncloudsetuppage.cpp b/src/gui/wizard/owncloudsetuppage.cpp index 838ab4bc8..1d595bf93 100644 --- a/src/gui/wizard/owncloudsetuppage.cpp +++ b/src/gui/wizard/owncloudsetuppage.cpp @@ -45,6 +45,7 @@ OwncloudSetupPage::OwncloudSetupPage(QWidget *parent) _progressIndi(new QProgressIndicator (this)) { _ui.setupUi(this); + _ocWizard = qobject_cast(parent); Theme *theme = Theme::instance(); setTitle(WizardCommon::titleTemplate().arg(tr("Connect to %1").arg(theme->appNameGUI()))); @@ -66,7 +67,6 @@ OwncloudSetupPage::OwncloudSetupPage(QWidget *parent) connect(_ui.leUrl, SIGNAL(editingFinished()), SLOT(slotUrlEditFinished())); addCertDial = new AddCertificateDialog(this); - _ocWizard = qobject_cast(parent); connect(_ocWizard,SIGNAL(needCertificate()),this,SLOT(slotAskSSLClientCertificate())); } @@ -106,11 +106,17 @@ void OwncloudSetupPage::slotUrlChanged(const QString& url) if (url.endsWith("index.php")) { newUrl.chop(9); } - if (url.endsWith("remote.php/webdav")) { - newUrl.chop(17); - } - if (url.endsWith("remote.php/webdav/")) { - newUrl.chop(18); + if( _ocWizard && _ocWizard->account() ) { + QString webDavPath = _ocWizard->account()->davPath(); + if (url.endsWith(webDavPath)) { + newUrl.chop( webDavPath.length() ); + } + if( webDavPath.endsWith(QLatin1Char('/')) ) { + webDavPath.chop(1); // cut off the slash + if( url.endsWith(webDavPath)) { + newUrl.chop(webDavPath.length()); + } + } } if (newUrl != url) { _ui.leUrl->setText(newUrl); @@ -260,6 +266,7 @@ void OwncloudSetupPage::setErrorString( const QString& err, bool retryHTTPonly ) case OwncloudConnectionMethodDialog::Client_Side_TLS: slotAskSSLClientCertificate(); break; + case OwncloudConnectionMethodDialog::Closed: case OwncloudConnectionMethodDialog::Back: default: // No-op. diff --git a/src/gui/wizard/owncloudwizard.cpp b/src/gui/wizard/owncloudwizard.cpp index a7daa08ae..946c74558 100644 --- a/src/gui/wizard/owncloudwizard.cpp +++ b/src/gui/wizard/owncloudwizard.cpp @@ -43,8 +43,6 @@ OwncloudWizard::OwncloudWizard(QWidget *parent) _advancedSetupPage(new OwncloudAdvancedSetupPage), _resultPage(new OwncloudWizardResultPage), _credentialsPage(0), - _configFile(), - _oCUser(), _setupLog() { setWindowFlags(windowFlags() & ~Qt::WindowContextHelpButtonHint); diff --git a/src/gui/wizard/owncloudwizard.h b/src/gui/wizard/owncloudwizard.h index 1e8426671..401bfc83b 100644 --- a/src/gui/wizard/owncloudwizard.h +++ b/src/gui/wizard/owncloudwizard.h @@ -93,8 +93,6 @@ private: OwncloudWizardResultPage* _resultPage; AbstractCredentialsWizardPage* _credentialsPage; - QString _configFile; - QString _oCUser; QStringList _setupLog; }; diff --git a/src/libsync/account.cpp b/src/libsync/account.cpp index f1e0535d5..53de94480 100644 --- a/src/libsync/account.cpp +++ b/src/libsync/account.cpp @@ -19,6 +19,7 @@ #include "creds/abstractcredentials.h" #include "../3rdparty/certificates/p12topem.h" #include "capabilities.h" +#include "theme.h" #include #include @@ -40,7 +41,7 @@ Account::Account(QObject *parent) , _am(0) , _credentials(0) , _treatSslErrorsAsFailure(false) - , _davPath("remote.php/webdav/") + , _davPath( Theme::instance()->webDavPath() ) , _wasMigrated(false) { qRegisterMetaType("AccountPtr"); @@ -60,6 +61,17 @@ Account::~Account() delete _am; } +QString Account::davPath() const +{ + // make sure to have a trailing slash + if( !_davPath.endsWith('/') ) { + QString dp(_davPath); + dp.append('/'); + return dp; + } + return _davPath; +} + void Account::setSharedThis(AccountPtr sharedThis) { _sharedThis = sharedThis.toWeakRef(); @@ -74,7 +86,13 @@ AccountPtr Account::sharedFromThis() QString Account::displayName() const { auto user = _credentials->user(); - return tr("%1@%2").arg(user, _url.host()); + QString dn = QString("%1@%2").arg(user, _url.host()); + int port = url().port(); + if (port > 0 && port != 80 && port != 443) { + dn.append(QLatin1Char(':')); + dn.append(QString::number(port)); + } + return dn; } QString Account::id() const diff --git a/src/libsync/account.h b/src/libsync/account.h index 63ae12166..e7ab2c0c7 100644 --- a/src/libsync/account.h +++ b/src/libsync/account.h @@ -60,7 +60,12 @@ public: class OWNCLOUDSYNC_EXPORT Account : public QObject { Q_OBJECT public: - QString davPath() const { return _davPath; } + /** + * @brief The possibly themed dav path for the account. It has + * a trailing slash. + * @returns the (themeable) dav path for the account. + */ + QString davPath() const; void setDavPath(const QString&s) { _davPath = s; } static AccountPtr create(); @@ -195,7 +200,7 @@ private: static QString _configFileName; QByteArray _pemCertificate; QString _pemPrivateKey; - QString _davPath; // default "remote.php/webdav/"; + QString _davPath; // defaults to value from theme, might be overwritten in brandings bool _wasMigrated; friend class AccountManager; }; diff --git a/src/libsync/connectionvalidator.cpp b/src/libsync/connectionvalidator.cpp index 3a55c96e2..750f601b2 100644 --- a/src/libsync/connectionvalidator.cpp +++ b/src/libsync/connectionvalidator.cpp @@ -134,7 +134,7 @@ void ConnectionValidator::slotNoStatusFound(QNetworkReply *reply) if( reply && ! _account->credentials()->stillValid(reply)) { _errors.append(tr("Authentication error: Either username or password are wrong.")); } else { - _errors.append(tr("Unable to connect to %1").arg(_account->url().toString())); + //_errors.append(tr("Unable to connect to %1").arg(_account->url().toString())); _errors.append( reply->errorString() ); } reportResult( StatusNotFound ); @@ -142,7 +142,8 @@ void ConnectionValidator::slotNoStatusFound(QNetworkReply *reply) void ConnectionValidator::slotJobTimeout(const QUrl &url) { - _errors.append(tr("Unable to connect to %1").arg(url.toString())); + Q_UNUSED(url); + //_errors.append(tr("Unable to connect to %1").arg(url.toString())); _errors.append(tr("timeout")); reportResult( Timeout ); } diff --git a/src/libsync/discoveryphase.cpp b/src/libsync/discoveryphase.cpp index dd7b45c64..dcf2500ae 100644 --- a/src/libsync/discoveryphase.cpp +++ b/src/libsync/discoveryphase.cpp @@ -300,7 +300,7 @@ void DiscoverySingleDirectoryJob::directoryListingIteratedSlot(QString file,QMap } } else { - // Remove /remote.php/webdav/folder/ from /remote.php/webdav/folder/subfile.txt + // Remove /folder/ from /folder/subfile.txt file.remove(0, _lsColJob->reply()->request().url().path().length()); // remove trailing slash while (file.endsWith('/')) { diff --git a/src/libsync/owncloudpropagator.cpp b/src/libsync/owncloudpropagator.cpp index c1018622b..664260a47 100644 --- a/src/libsync/owncloudpropagator.cpp +++ b/src/libsync/owncloudpropagator.cpp @@ -394,7 +394,7 @@ void OwncloudPropagator::start(const SyncFileItemVector& items) bool OwncloudPropagator::isInSharedDirectory(const QString& file) { bool re = false; - if( _remoteDir.contains("remote.php/webdav/Shared") ) { + if( _remoteDir.contains( _account->davPath() + QLatin1String("Shared") ) ) { // The Shared directory is synced as its own sync connection re = true; } else { @@ -663,17 +663,16 @@ void PropagateDirectory::slotSubJobFinished(SyncFileItem::Status status) _hasError = status; } _runningNow--; + _jobsFinished++; - int total = _subJobs.count(); - if (!_firstJob) { - total--; + int totalJobs = _subJobs.count(); + if (_firstJob) { + totalJobs++; } - _current++; - // We finished to processing all the jobs // check if we finished - if (_current >= total) { + if (_jobsFinished >= totalJobs) { Q_ASSERT(!_runningNow); // how can we finished if there are still jobs running now finalize(); } else { diff --git a/src/libsync/owncloudpropagator.h b/src/libsync/owncloudpropagator.h index e4f6dca89..ac61dbe08 100644 --- a/src/libsync/owncloudpropagator.h +++ b/src/libsync/owncloudpropagator.h @@ -189,13 +189,13 @@ public: SyncFileItemPtr _item; - int _current; // index of the current running job - int _runningNow; // number of subJob running now + int _jobsFinished; // number of jobs that have completed + int _runningNow; // number of subJobs running right now SyncFileItem::Status _hasError; // NoStatus, or NormalError / SoftError if there was an error explicit PropagateDirectory(OwncloudPropagator *propagator, const SyncFileItemPtr &item = SyncFileItemPtr(new SyncFileItem)) : PropagatorJob(propagator) - , _firstJob(0), _item(item), _current(-1), _runningNow(0), _hasError(SyncFileItem::NoStatus) + , _firstJob(0), _item(item), _jobsFinished(0), _runningNow(0), _hasError(SyncFileItem::NoStatus) { } virtual ~PropagateDirectory() { @@ -269,8 +269,8 @@ public: ne_session_s * const _session; const QString _localDir; // absolute path to the local directory. ends with '/' - const QString _remoteDir; // path to the root of the remote. ends with '/' (include remote.php/webdav) - const QString _remoteFolder; // folder. (same as remoteDir but without remote.php/webdav) + const QString _remoteDir; // path to the root of the remote. ends with '/' (include WebDAV path) + const QString _remoteFolder; // folder. (same as remoteDir but without the WebDAV path) SyncJournalDb * const _journal; bool _finishedEmited; // used to ensure that finished is only emit once diff --git a/src/libsync/syncengine.cpp b/src/libsync/syncengine.cpp index 05a53578d..92ccb7f41 100644 --- a/src/libsync/syncengine.cpp +++ b/src/libsync/syncengine.cpp @@ -414,6 +414,10 @@ int SyncEngine::treewalkFile( TREE_WALK_FILE *file, bool remote ) item->_status = SyncFileItem::SoftError; _temporarilyUnavailablePaths.insert(item->_file); break; + case CSYNC_STATUS_PERMISSION_DENIED: + item->_errorString = QLatin1String("Directory not accessible on client, permission denied."); + item->_status = SyncFileItem::SoftError; + break; default: Q_ASSERT("Non handled error-status"); /* No error string */ @@ -990,7 +994,7 @@ void SyncEngine::checkForPermission() qDebug() << "checkForPermission: ERROR" << (*it)->_file; (*it)->_instruction = CSYNC_INSTRUCTION_ERROR; (*it)->_status = SyncFileItem::NormalError; - (*it)->_errorString = tr("Not allowed because you don't have permission to add subfolders that folder"); + (*it)->_errorString = tr("Not allowed because you don't have permission to add subfolders to that folder"); for (SyncFileItemVector::iterator it_next = it + 1; it_next != _syncedItems.end() && (*it_next)->_file.startsWith(path); ++it_next) { it = it_next; diff --git a/src/libsync/theme.cpp b/src/libsync/theme.cpp index 737b304c0..257c05ba1 100644 --- a/src/libsync/theme.cpp +++ b/src/libsync/theme.cpp @@ -407,6 +407,10 @@ bool Theme::wizardSelectiveSyncDefaultNothing() const return false; } +QString Theme::webDavPath() const +{ + return QLatin1String("remote.php/webdav/"); +} } // end namespace client diff --git a/src/libsync/theme.h b/src/libsync/theme.h index 3836c73c5..05acf80cc 100644 --- a/src/libsync/theme.h +++ b/src/libsync/theme.h @@ -219,6 +219,14 @@ public: **/ virtual qint64 newBigFolderSizeLimit() const; + /** + * Alternative path on the server that provides access to the webdav capabilities + * + * Attention: Make sure that this string does NOT have a leading slash and that + * it has a trailing slash, for example "remote.php/webdav/". + */ + virtual QString webDavPath() const; + protected: #ifndef TOKEN_AUTH_ONLY QIcon themeIcon(const QString& name, bool sysTray = false) const; diff --git a/src/libsync/utility.cpp b/src/libsync/utility.cpp index 4f63ebff1..c86eb7d54 100644 --- a/src/libsync/utility.cpp +++ b/src/libsync/utility.cpp @@ -103,24 +103,26 @@ void Utility::setupFavLink(const QString &folder) QString Utility::octetsToString( qint64 octets ) { - static const qint64 kb = 1000; - static const qint64 mb = 1000 * kb; - static const qint64 gb = 1000 * mb; - static const qint64 tb = 1000 * gb; +#define THE_FACTOR 1024 + static const qint64 kb = THE_FACTOR; + static const qint64 mb = THE_FACTOR * kb; + static const qint64 gb = THE_FACTOR * mb; QString s; qreal value = octets; - if (octets >= tb) { - s = QCoreApplication::translate("Utility", "%L1 TB"); - value /= tb; - } else if (octets >= gb) { + + // do not display terra byte with the current units, as when + // the MB, GB and KB units were made, there was no TB, + // see the JEDEC standard + // https://en.wikipedia.org/wiki/JEDEC_memory_standards + if (octets >= gb) { s = QCoreApplication::translate("Utility", "%L1 GB"); value /= gb; } else if (octets >= mb) { s = QCoreApplication::translate("Utility", "%L1 MB"); value /= mb; } else if (octets >= kb) { - s = QCoreApplication::translate("Utility", "%L1 kB"); + s = QCoreApplication::translate("Utility", "%L1 KB"); value /= kb; } else { s = QCoreApplication::translate("Utility", "%L1 B"); diff --git a/test/scripts/README.rst b/test/scripts/README.rst index 4af1d7848..61ba3802c 100644 --- a/test/scripts/README.rst +++ b/test/scripts/README.rst @@ -7,7 +7,7 @@ This is a set of scripts comprising of two parts: * ``torture_create_files.pl``: Generation of a real file tree based on the layout files (deterministic) -These scripts allow to produce a data set with the following criteria: +These scripts allow a data set to be produced with the following criteria: * realistic in naming * realistic in file size @@ -15,8 +15,8 @@ These scripts allow to produce a data set with the following criteria: without checking in the actual data. Instead, a layout file that gets generated once (reference.lay) is checked in. This makes it possible to produce -standardized benchmarks for mirall. It allows allows to check for files gone -missing in action and other kinds of corruption produced during sync run. +standardized benchmarks for mirall. It allows checking for files gone +missing in action and other kinds of corruption produced during sync runs. ``torture_create_files.pl`` can be fine tuned via variables in the script header. It sources its file names from ``dict`` wordlist, file extensions and diff --git a/test/testfilesystem.h b/test/testfilesystem.h index e824edc0f..300e0444e 100644 --- a/test/testfilesystem.h +++ b/test/testfilesystem.h @@ -67,7 +67,7 @@ private slots: QByteArray sum = calcMd5(file); QByteArray sSum = shellSum("/usr/bin/md5sum", file); - qDebug() << "calulated" << sum << "versus md5sum:"<< sSum; + qDebug() << "calculated" << sum << "versus md5sum:"<< sSum; QVERIFY(!sSum.isEmpty()); QVERIFY(!sum.isEmpty()); QVERIFY(sSum == sum ); @@ -82,7 +82,7 @@ private slots: QByteArray sum = calcSha1(file); QByteArray sSum = shellSum("/usr/bin/sha1sum", file); - qDebug() << "calulated" << sum << "versus sha1sum:"<< sSum; + qDebug() << "calculated" << sum << "versus sha1sum:"<< sSum; QVERIFY(!sSum.isEmpty()); QVERIFY(!sum.isEmpty()); QVERIFY(sSum == sum ); diff --git a/test/testplan.txt b/test/testplan.txt index e88309fcc..315288936 100644 --- a/test/testplan.txt +++ b/test/testplan.txt @@ -11,7 +11,7 @@ Test Plan => Start oCC and configure to - oC setup start - = Popup "No ownCloud connection was confgured yet." appears. + = Popup "No ownCloud connection was configured yet." appears. - Setup with correct values: - oC where local folder $HOME/ownCloud does not exist @@ -21,7 +21,7 @@ Test Plan - oC where remote folder clientsync does not exist = oC set up, but no initial sync folder created - - oC where remote folder clientsync not exists + - oC where remote folder clientsync does not exist = oC set up with initial sync folder ~/ownCloud => oC//clientsync - Setup with wrong url @@ -72,12 +72,12 @@ Test Plan - provide good password: = oC works and never asks again - provide wrong password: - = oC tells that username or passwd is wrong. + = oC tells that username or password is wrong. 4.2 Do store password - Start to configure oC. Checkmark the "Do not store password.." checkbox. = The password entry field is enabled and takes a passwd = No dialog pops up to ask for the passwd - = in oC config file the password appears and the nostorepasswd param is false. + = in oC config file the password appears and the nostoredpasswd param is false. - Restart oC. = Sync starts, no ask for password. diff --git a/test/testutility.h b/test/testutility.h index e88ba671b..8635a984a 100644 --- a/test/testutility.h +++ b/test/testutility.h @@ -30,26 +30,24 @@ private slots: { QLocale::setDefault(QLocale("en")); QCOMPARE(octetsToString(999) , QString("999 B")); - QCOMPARE(octetsToString(1024) , QString("1 kB")); - QCOMPARE(octetsToString(1110) , QString("1.1 kB")); + QCOMPARE(octetsToString(1024) , QString("1 KB")); + QCOMPARE(octetsToString(1364) , QString("1.3 KB")); - QCOMPARE(octetsToString(9110) , QString("9.1 kB")); - QCOMPARE(octetsToString(9910) , QString("9.9 kB")); - QCOMPARE(octetsToString(9999) , QString("10 kB")); - QCOMPARE(octetsToString(10240) , QString("10 kB")); + QCOMPARE(octetsToString(9110) , QString("8.9 KB")); + QCOMPARE(octetsToString(9910) , QString("9.7 KB")); + QCOMPARE(octetsToString(10240) , QString("10 KB")); - QCOMPARE(octetsToString(123456) , QString("123 kB")); + QCOMPARE(octetsToString(123456) , QString("121 KB")); QCOMPARE(octetsToString(1234567) , QString("1.2 MB")); QCOMPARE(octetsToString(12345678) , QString("12 MB")); - QCOMPARE(octetsToString(123456789) , QString("123 MB")); - QCOMPARE(octetsToString(1000LL*1000*1000 * 5) , QString("5 GB")); + QCOMPARE(octetsToString(123456789) , QString("118 MB")); + QCOMPARE(octetsToString(1000LL*1000*1000 * 5) , QString("4.7 GB")); QCOMPARE(octetsToString(1), QString("1 B")); QCOMPARE(octetsToString(2), QString("2 B")); - QCOMPARE(octetsToString(1000), QString("1 kB")); - QCOMPARE(octetsToString(1000*1000), QString("1 MB")); - QCOMPARE(octetsToString(1000LL*1000*1000), QString("1 GB")); - QCOMPARE(octetsToString(1000LL*1000*1000*1000), QString("1 TB")); + QCOMPARE(octetsToString(1024), QString("1 KB")); + QCOMPARE(octetsToString(1024*1024), QString("1 MB")); + QCOMPARE(octetsToString(1024LL*1024*1024), QString("1 GB")); } void testLaunchOnStartup() diff --git a/theme.qrc b/theme.qrc index 93e2f298c..4f4357e61 100644 --- a/theme.qrc +++ b/theme.qrc @@ -33,29 +33,53 @@ theme/colored/state-sync-256.png theme/colored/wizard_logo.png theme/colored/wizard_logo@2x.png - theme/black/state-error-32.png - theme/black/state-error-64.png - theme/black/state-information-32.png - theme/black/state-information-64.png - theme/black/state-offline-32.png - theme/black/state-offline-64.png - theme/black/state-ok-32.png - theme/black/state-ok-64.png - theme/black/state-pause-32.png - theme/black/state-pause-64.png - theme/black/state-sync-32.png - theme/black/state-sync-64.png theme/white/state-error-32.png theme/white/state-error-64.png + theme/white/state-error-128.png + theme/white/state-error-256.png theme/white/state-information-32.png theme/white/state-information-64.png + theme/white/state-information-128.png + theme/white/state-information-256.png theme/white/state-offline-32.png theme/white/state-offline-64.png + theme/white/state-offline-128.png + theme/white/state-offline-256.png theme/white/state-ok-32.png theme/white/state-ok-64.png + theme/white/state-ok-128.png + theme/white/state-ok-256.png theme/white/state-pause-32.png theme/white/state-pause-64.png + theme/white/state-pause-128.png + theme/white/state-pause-256.png theme/white/state-sync-32.png theme/white/state-sync-64.png + theme/white/state-sync-128.png + theme/white/state-sync-256.png + theme/black/state-error-32.png + theme/black/state-error-64.png + theme/black/state-error-128.png + theme/black/state-error-256.png + theme/black/state-information-32.png + theme/black/state-information-64.png + theme/black/state-information-128.png + theme/black/state-information-256.png + theme/black/state-offline-32.png + theme/black/state-offline-64.png + theme/black/state-offline-128.png + theme/black/state-offline-256.png + theme/black/state-ok-32.png + theme/black/state-ok-64.png + theme/black/state-ok-128.png + theme/black/state-ok-256.png + theme/black/state-pause-32.png + theme/black/state-pause-64.png + theme/black/state-pause-128.png + theme/black/state-pause-256.png + theme/black/state-sync-32.png + theme/black/state-sync-64.png + theme/black/state-sync-128.png + theme/black/state-sync-256.png diff --git a/theme/black/state-download-128.png b/theme/black/state-download-128.png new file mode 100644 index 000000000..4eb028ba7 Binary files /dev/null and b/theme/black/state-download-128.png differ diff --git a/theme/black/state-download-16.png b/theme/black/state-download-16.png new file mode 100644 index 000000000..333fafcf1 Binary files /dev/null and b/theme/black/state-download-16.png differ diff --git a/theme/black/state-download-256.png b/theme/black/state-download-256.png new file mode 100644 index 000000000..c9d6cc36e Binary files /dev/null and b/theme/black/state-download-256.png differ diff --git a/theme/black/state-download-32.png b/theme/black/state-download-32.png new file mode 100644 index 000000000..564002805 Binary files /dev/null and b/theme/black/state-download-32.png differ diff --git a/theme/black/state-download-64.png b/theme/black/state-download-64.png new file mode 100644 index 000000000..b46b8a452 Binary files /dev/null and b/theme/black/state-download-64.png differ diff --git a/theme/black/state-download.svg b/theme/black/state-download.svg new file mode 100644 index 000000000..615fba4fc --- /dev/null +++ b/theme/black/state-download.svg @@ -0,0 +1,13 @@ + + + + + + + diff --git a/theme/black/state-error-128.png b/theme/black/state-error-128.png new file mode 100644 index 000000000..126fd9952 Binary files /dev/null and b/theme/black/state-error-128.png differ diff --git a/theme/black/state-error-16.png b/theme/black/state-error-16.png index dedeefa0b..0be31ba17 100644 Binary files a/theme/black/state-error-16.png and b/theme/black/state-error-16.png differ diff --git a/theme/black/state-error-256.png b/theme/black/state-error-256.png new file mode 100644 index 000000000..3755b3cbb Binary files /dev/null and b/theme/black/state-error-256.png differ diff --git a/theme/black/state-error-32.png b/theme/black/state-error-32.png index b6d8a534e..2b71fcd9f 100644 Binary files a/theme/black/state-error-32.png and b/theme/black/state-error-32.png differ diff --git a/theme/black/state-error-64.png b/theme/black/state-error-64.png index 8dab65bb7..3f916f5eb 100644 Binary files a/theme/black/state-error-64.png and b/theme/black/state-error-64.png differ diff --git a/theme/black/state-error.svg b/theme/black/state-error.svg new file mode 100644 index 000000000..c86eb0127 --- /dev/null +++ b/theme/black/state-error.svg @@ -0,0 +1,16 @@ + + + + + + + diff --git a/theme/black/state-information-128.png b/theme/black/state-information-128.png new file mode 100644 index 000000000..493a054db Binary files /dev/null and b/theme/black/state-information-128.png differ diff --git a/theme/black/state-information-16.png b/theme/black/state-information-16.png index 18060f80a..499103d4c 100644 Binary files a/theme/black/state-information-16.png and b/theme/black/state-information-16.png differ diff --git a/theme/black/state-information-256.png b/theme/black/state-information-256.png new file mode 100644 index 000000000..642cb65e2 Binary files /dev/null and b/theme/black/state-information-256.png differ diff --git a/theme/black/state-information-32.png b/theme/black/state-information-32.png index ed5ffaa6c..d02d11001 100644 Binary files a/theme/black/state-information-32.png and b/theme/black/state-information-32.png differ diff --git a/theme/black/state-information-64.png b/theme/black/state-information-64.png index 4e5770f39..7bc715d7e 100644 Binary files a/theme/black/state-information-64.png and b/theme/black/state-information-64.png differ diff --git a/theme/black/state-information.svg b/theme/black/state-information.svg new file mode 100644 index 000000000..6020936f8 --- /dev/null +++ b/theme/black/state-information.svg @@ -0,0 +1,14 @@ + + + + + + + diff --git a/theme/black/state-offline-128.png b/theme/black/state-offline-128.png new file mode 100644 index 000000000..b3fb315f5 Binary files /dev/null and b/theme/black/state-offline-128.png differ diff --git a/theme/black/state-offline-16.png b/theme/black/state-offline-16.png index 004f3cd40..8b629e48a 100644 Binary files a/theme/black/state-offline-16.png and b/theme/black/state-offline-16.png differ diff --git a/theme/black/state-offline-256.png b/theme/black/state-offline-256.png new file mode 100644 index 000000000..31759930c Binary files /dev/null and b/theme/black/state-offline-256.png differ diff --git a/theme/black/state-offline-32.png b/theme/black/state-offline-32.png index ce64501ca..119affb5f 100644 Binary files a/theme/black/state-offline-32.png and b/theme/black/state-offline-32.png differ diff --git a/theme/black/state-offline-64.png b/theme/black/state-offline-64.png index 578c78fc9..8df916185 100644 Binary files a/theme/black/state-offline-64.png and b/theme/black/state-offline-64.png differ diff --git a/theme/black/state-offline.svg b/theme/black/state-offline.svg new file mode 100644 index 000000000..b40d2abb8 --- /dev/null +++ b/theme/black/state-offline.svg @@ -0,0 +1,14 @@ + + + + + + + + + diff --git a/theme/black/state-ok-128.png b/theme/black/state-ok-128.png new file mode 100644 index 000000000..e2a5b123f Binary files /dev/null and b/theme/black/state-ok-128.png differ diff --git a/theme/black/state-ok-16.png b/theme/black/state-ok-16.png index 5d2829e02..326836a1f 100644 Binary files a/theme/black/state-ok-16.png and b/theme/black/state-ok-16.png differ diff --git a/theme/black/state-ok-256.png b/theme/black/state-ok-256.png new file mode 100644 index 000000000..39e024f37 Binary files /dev/null and b/theme/black/state-ok-256.png differ diff --git a/theme/black/state-ok-32.png b/theme/black/state-ok-32.png index 61d0d429f..3aa1e0198 100644 Binary files a/theme/black/state-ok-32.png and b/theme/black/state-ok-32.png differ diff --git a/theme/black/state-ok-64.png b/theme/black/state-ok-64.png index 64c2fbc74..01bb7c8dc 100644 Binary files a/theme/black/state-ok-64.png and b/theme/black/state-ok-64.png differ diff --git a/theme/black/state-ok.svg b/theme/black/state-ok.svg new file mode 100644 index 000000000..7b6c1c827 --- /dev/null +++ b/theme/black/state-ok.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + diff --git a/theme/black/state-pause-128.png b/theme/black/state-pause-128.png new file mode 100644 index 000000000..13ba89f34 Binary files /dev/null and b/theme/black/state-pause-128.png differ diff --git a/theme/black/state-pause-16.png b/theme/black/state-pause-16.png index eee089bd1..28534cb02 100644 Binary files a/theme/black/state-pause-16.png and b/theme/black/state-pause-16.png differ diff --git a/theme/black/state-pause-256.png b/theme/black/state-pause-256.png new file mode 100644 index 000000000..5d41e0a93 Binary files /dev/null and b/theme/black/state-pause-256.png differ diff --git a/theme/black/state-pause-32.png b/theme/black/state-pause-32.png index 1c1d9cb82..9fd41abcf 100644 Binary files a/theme/black/state-pause-32.png and b/theme/black/state-pause-32.png differ diff --git a/theme/black/state-pause-64.png b/theme/black/state-pause-64.png index 15012af04..131620241 100644 Binary files a/theme/black/state-pause-64.png and b/theme/black/state-pause-64.png differ diff --git a/theme/black/state-pause.svg b/theme/black/state-pause.svg new file mode 100644 index 000000000..a3f2d7373 --- /dev/null +++ b/theme/black/state-pause.svg @@ -0,0 +1,12 @@ + + + + + + + diff --git a/theme/black/state-sync-128.png b/theme/black/state-sync-128.png new file mode 100644 index 000000000..58e2ab645 Binary files /dev/null and b/theme/black/state-sync-128.png differ diff --git a/theme/black/state-sync-16.png b/theme/black/state-sync-16.png index e2c3ad5af..5f3d02be7 100644 Binary files a/theme/black/state-sync-16.png and b/theme/black/state-sync-16.png differ diff --git a/theme/black/state-sync-256.png b/theme/black/state-sync-256.png new file mode 100644 index 000000000..3ccdefa24 Binary files /dev/null and b/theme/black/state-sync-256.png differ diff --git a/theme/black/state-sync-32.png b/theme/black/state-sync-32.png index fbe77ea87..d37b094d4 100644 Binary files a/theme/black/state-sync-32.png and b/theme/black/state-sync-32.png differ diff --git a/theme/black/state-sync-64.png b/theme/black/state-sync-64.png index c5cfd46aa..73a1b9060 100644 Binary files a/theme/black/state-sync-64.png and b/theme/black/state-sync-64.png differ diff --git a/theme/black/state-sync.svg b/theme/black/state-sync.svg new file mode 100644 index 000000000..4b6ac2bae --- /dev/null +++ b/theme/black/state-sync.svg @@ -0,0 +1,16 @@ + + + + + + + diff --git a/theme/black/state-warning-128.png b/theme/black/state-warning-128.png new file mode 100644 index 000000000..d046d13ec Binary files /dev/null and b/theme/black/state-warning-128.png differ diff --git a/theme/black/state-warning-16.png b/theme/black/state-warning-16.png new file mode 100644 index 000000000..a94d10608 Binary files /dev/null and b/theme/black/state-warning-16.png differ diff --git a/theme/black/state-warning-256.png b/theme/black/state-warning-256.png new file mode 100644 index 000000000..aad5a5c83 Binary files /dev/null and b/theme/black/state-warning-256.png differ diff --git a/theme/black/state-warning-32.png b/theme/black/state-warning-32.png new file mode 100644 index 000000000..42ce2fffc Binary files /dev/null and b/theme/black/state-warning-32.png differ diff --git a/theme/black/state-warning-64.png b/theme/black/state-warning-64.png new file mode 100644 index 000000000..429aa442b Binary files /dev/null and b/theme/black/state-warning-64.png differ diff --git a/theme/black/state-warning.svg b/theme/black/state-warning.svg new file mode 100644 index 000000000..b36ed0303 --- /dev/null +++ b/theme/black/state-warning.svg @@ -0,0 +1,16 @@ + + + + + + + + + diff --git a/theme/colored/owncloud-icon-128.png b/theme/colored/owncloud-icon-128.png index e4da4d755..f5f127a05 100644 Binary files a/theme/colored/owncloud-icon-128.png and b/theme/colored/owncloud-icon-128.png differ diff --git a/theme/colored/owncloud-icon-22.png b/theme/colored/owncloud-icon-22.png index 6d3674e7c..be8a913e3 100644 Binary files a/theme/colored/owncloud-icon-22.png and b/theme/colored/owncloud-icon-22.png differ diff --git a/theme/colored/owncloud-icon-256.png b/theme/colored/owncloud-icon-256.png index 2180a25ca..ec0ecdb1a 100644 Binary files a/theme/colored/owncloud-icon-256.png and b/theme/colored/owncloud-icon-256.png differ diff --git a/theme/colored/owncloud-icon-32.png b/theme/colored/owncloud-icon-32.png index c33059540..721c04e48 100644 Binary files a/theme/colored/owncloud-icon-32.png and b/theme/colored/owncloud-icon-32.png differ diff --git a/theme/colored/owncloud-icon-48.png b/theme/colored/owncloud-icon-48.png index a10e83ba3..e696d98ab 100644 Binary files a/theme/colored/owncloud-icon-48.png and b/theme/colored/owncloud-icon-48.png differ diff --git a/theme/colored/owncloud-icon-512.png b/theme/colored/owncloud-icon-512.png index fad5f4cdd..723d58382 100644 Binary files a/theme/colored/owncloud-icon-512.png and b/theme/colored/owncloud-icon-512.png differ diff --git a/theme/colored/owncloud-icon-64.png b/theme/colored/owncloud-icon-64.png index 843fe2711..5c6f17f0c 100644 Binary files a/theme/colored/owncloud-icon-64.png and b/theme/colored/owncloud-icon-64.png differ diff --git a/theme/colored/owncloud-icon.svg b/theme/colored/owncloud-icon.svg index 6f91abe6e..cb01fd8c4 100644 --- a/theme/colored/owncloud-icon.svg +++ b/theme/colored/owncloud-icon.svg @@ -1,821 +1,1400 @@ - - + + + + + + + + + + + +]> + + + + + + + -image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + - - - - - - - - - - - - - - \ No newline at end of file + + + + eJzUvfuSHcmRp/cEeIfSH2PGNhNrMyLvXJnMcJ2lRA5pbHJEabTWBnYXm9hBA21oNCny6eU/jzzn +ZPrnBwXuGY1mCesmWeXIa1y+DI+I7x/+p19/+dOn37z/w8NP+/vu7sk//MPzDw+vP77/8LM7/+nd +z9++/fGHjx/0o5/85ou7Mt93FvT058tXW+A/P3z44c37dz+7K8t95798pb/9k6df/+nNd1/c/eQL ++8lv33x8+2A/e/+Xd2+/fv/jNz998/X7d/c//PnbL04ntCO8eP3RYoodY70v413pf9ZN+vXrd39+ +/cMPb/6mX0790tvPnr3/8d03b959++z9/2M/LPN4t/T9XandfLeM1QL+y5vfPPyQRt3PS9fVta7T +Yj+wvzLdr/afaR7n0f96ue+Wrk5r309zV+xYL95//eN3D+8+/vrD+68ffvjh+fu37z/88LO75399 +/e7ul6+/td+8vvs/H96+ff+Xu2dvX3/9r0/s6YxfvXrz9sEexHevP9qd6LE8/XmpXz378c3bb/7p +x+/+8PBBD0w/7b/yI/7uBzuUHVX/Wz+ev/r5d/aTLx8+frRbsPPpyf7mH5/tr8J+6H9+8i+/tif0 +YCf78K8P7/7rF9thP7z/Xj/54XTzdbyf5/X8n9Pzmu2RtL/x24fvvn9rb2F7YGu5t7816N/7/7PF +2v153Fr0m2Eq4eDD3Okv1mE4H//yJB/+/ObhLz+7+6f37x7a43r64eOX7RUPQ9e1f7ff/ObHtw8f +fvfuzUfdh360tgf2y/ffPLzdfuR//9Xb1/6c/E+5/LsF/Pb1h28fPlqpeP/2x49eXpfTGex9/OL1 +Xx8+XE7wq+8f3v32/T/7NZZSp/tq9z5P9yox010dJj28oburk59mWOwdD+czl8u/2wl0OB3sdJbZ +XuWv7eX+6sObb9+8+9l2jfNX//jhzTeXFz7Xu6X9y2/j3q5X/7FXUTsrv5/7k/Y+5qmMSxnq5/yk +PQN7nB8/PrzbnomV3ee/3BXG7v6XX9pdvHz3zfP33+md/qBq+WC3YwX07ftv2+/O/9t/Y3/9x+/b +E/H//5W9/l9/ePNOx3zyT/6b5atfv/3RfvWPH97/+P3P3/3x/ZOftGbonx++trbGSsg3d7/6w3+z +/2Mtyz+9/vpP3z787eHN13969/Dx4Ye7Z1a57Ofn2PvXb77/4pOHtZv88HDXfml/0//v6b8f/9sv +Hv5oNfzy19tP/8v/Xfv57duHdz/9v3784fXHv333/psf39pvW/TjR/3129fvXn+485+fDro/1N3P +3318+PD6Xz+++fPdd6/tPBakv/Pw8fefcXArgN/b83nz59NtH0/0qYDdrx4/0Zdfq/h8uHv24ccf +/nT32/fv355P8eX3D3978/rt92/e/fDwNjyk7a/539Jf+g90ol+//vgna+Ef3n3zw/kMT999+1bl +78d33+J9/8KeUwv/rGPbxbz71bt2Et7KL60TfviQ3ok1fe3v/X338u96vvPfyc6lavs/4Jmev377 +9s23H15//6c3X2cn+9+33//xzUN6zv3f/3vK+1+/+8P7t29++O5SzHc/+fXrDx/ffP324cu/2vv7 +nMamFYS7l9+8sTbzSpPwyZgv//L649d/+sWbP3yymOvZ/vHNu2+son7545uPD+eD65moA/n24YeH +j3/7aE2yNZJ+I6e/8OX5uONX1qfse42f/vRJuXv2bten/OOH19+8se7IYPN37969/s76i2+3H33x +hD+yjrXePfvmyb88+V+eDC+Gl8OrsRvLWMd+HMZxnAwKl3Edn47Pxufji/Hl+GrqpjLVqZ+GaZym +aZ6WaZ2eTs/sz/PpxfRyejV3c5nr3D+ZB4PKeV7mdX5qf57Nz+cX88v51VKWuvTLsIyL/e1lXpZl +XZ4uz5bny4vl5fJq7Vbrv9d+HezPuE6rHWC1PvrJ+nR9tj5fX9ifl+urp93T8rQ+7Z8O9md8Otk5 +lqfr06dPn9mf509fPH355H+12yqLsdvT8sz/eW5/XpZXtavF/6m1r0Md61SXOts/a7Uj1mf1eX3h +/7ysL/vO/pS++j99Pzzpx14Yvvo/T/tn/fP+hf156f+8GrrBEGLoh8H/GQd7UMM8LHaRq/3zbHh+ +es6nZ/3EHnd72Pr3/oHrHz329tCL/dsffLst3c4zv6UXuqXttjq7Jd1WuzH9M/mNtZtb/QZPt+c3 +2Hf1VX3Vd0/O9zj4DY7+79n+LOcbfer/frH9eanb7V9uN1y32+7tlnXb4xO779Hv3960P4HVn8Bq +z0BP4fn2LF4Mr+x52BPx2+oe/085/6mHP/35z3D+Mz7p7CF3k/+Ztz/L9sfKWffU/zzzP8/tzwv7 +89L+vOpe2Rnaf+yBlr4M/md8UvxVlNnL1bqVrefnF/HSX8ar84vo/baevXz24tnzZ8+saK7Plmez +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 +75OPP208a631Xqy4Z5G7zbN1v9v+0Hv77ckVM9OPX28/KM203/lzbcnKVN7+T9Otyae1y298tsj0 +19sXz7463HtiZTo9+6l/uyzTBzd+G+y/9pkuLONZexffXv5p+9lTM9Mz6596pZm21m8//sXKdGHZ +Zds/e25/cvG6XcC9d59a619+fWFnen/p5/PtR59fmpnef9B56TOVb4wF3Pn9xss/fKbBJxe/1TeT +D8c3nkimF/lOV9513++1L7pMewd5pi6X+K0+aaUFvHHhgso0in58PizL9PPk47f9lyWZ/rLZH6yf +a/v3Usw2zvTTzT+el2X64Fx35acPdqY/L32cnv02fq4ydbnE2f525+KNv879eGJlevmnvWs3SjLt +nz371/HvAzvT3rv3rfXHP2+4XKxnPbP+Y7Tc+/Xub1amrfWD3UelmZ5/+mx8X2UquSTZjlv3fzv7 +u13Av75pLX9fe/3CZTo41JXmwn05y8dn+u7qiso0+uv7i+dJO9a+9+H7evCsv99oPXk46kqml/Ck +D77/NejdvtmzMm09+fFlrDL1uSTZDp/e+7RVlumn1rO9Zy/sTB9f+P3xqiNiM9MXT7sDVyvLnvXJ +/d7jXkmm73utlw9fXCzJ9PjoxZP77wd5pgvLhWxft452SzN9Of517VtZpg9brz9duGFn+mR0YWH5 +9crSrzfNZ31z9fX50kzf3Fr56WxZprut369c/5Rn6p6lkO2vD8d/Lm1fWjEz/bh15mlppt+v7V14 +VJLph5vuS/706VbPftZnl88cXnJ10sz0j+7bldJMz7z7dGktz1R6sWIDsTSZrG98l0wvo9I86/xy ++czw522X6bW/dJt03N5/nWT6fXRJZbqw/NfnwY+Jz7Zz4cbKg7Cn2bh87eDonmR6hTX15drys92n +z12mv0z1k9779bCVZHp087J7L2FTuNw69zmuNJ2PR9ceha3Sb617916tS6arKtPJ8R/LSxfGK4N3 +LtP1Y5WptPxrV9/E2d5sP76qMj3z8tHL5z7T7s1XT54UM+0c7S917hxtS6YtPOnr7oc/3979+ZLL +9NHSwrIu4Mnk3uW0V934oX661Bk9/FL+0+72w6vWT5Ne7PKN6wd7pb/tmt7zk9Kftu79vHMl/ekL +dMtPfnnwPmth7r9GA//k+cvPFT/d+WO7/KdPl/a+5j9FibWe9s6tlv/2s+Pvf5b/9MXr0cj6aVJi +rRff7t0u/+2Xzw+elf50cnSlk3Zq99+h9r5+NfgrL7EPuqK1Xn+9c1z+0zfnNs5V/LT/YSX/KUvs +zYNvd8t/+/fo/eXyn378vvLM+mlaYp9Wem/Lf/vT10/j0p+67v3GjfKf9l5f3awosfb11S+vyn96 +e9Trlf/01xvdg4oSaz/769pPpb997fzhwefSny6dv3wnSn/6eYISWzr39Mb39Odbuu1b6rTu/ij9 +6eWfO0/uVvz0p+freYnFPz8sjg17VzwkPi8Zmj3drxyaPbj+0g3t7txee/RmYfnu2fGjF3dvXn7x +cnh16fyx+9v9DTdUvHBn/e2H9R3XG5y563/RXeLsBWNgfnZt9/rWRfcJnLnneoObz4N2c3Kmc+H6 +xtWkxKZnX7/bKDzrjbPdC34gGQ93rt15/y5vrNeeDvcvuNH522M/2HGF8eVnK1PXG1xrq34/yTZh +1NalpyWZusHO4PnFjyWZvvtgZbqwHD/rmfXDrvWsyXDn7O+vSjO98HBr9Wua6f29YqY/L130mWb9 +fu/FuWIBb0SdQqY758+fzTOdXhiczz/TbpBp9O3iys33eypTofGkgD8WnzXM9Mz65mpppn7sUJJp +/6yMHP7I+/3wWXvvPldkev9cvzxTGTmoTD2NJ5+SEMlmWabPyzMd/vr4dXmmwiNBC+OyPSc/v5L9 +7WoCW5eur9VK173TstLJswQpW39cunarxhU9qOWthUxu9eLfYMW9gNmeG6P7b+90LtxsPZSC6eqp +uBtX7l0p/HHn6qU72VDftUndc7/Jvz3Pa5Mr1MjVl8u3D6a/xnfh/nZXhv/3fM6qaXLZv9pw/3le +xrvHl9IMYoBOMijczcb5wzTJi1+SsVje7LUeRcvL+R83Dld2Xia87a+TV1yX2N3oL3/FSYL5Rn/D +t9e+je8uyx+Ok7PSuWRN1bkneH+3vXnuwoOsAIslf+PGveXkjytPD0pvScb78U2tTytv6mz7yqv2 +FfnjfXG+JrmvZ4Uiv7ly77Eq8qTEioXu/9h8ezcfk1vP1z330+Mns55P/pCX42dISt/ghTP5Gyx9 +f1I/3xSHYXw+P6e08aPGG6zx/lrjP8evre9zYbmssKouNv3+Zq6PPW5hrM/9oH3v4/R+ky8r/a5+ +Wl1YPp2S92hUWu4Ly/OV/Jc7q+/nbxmkfzEan3sfblwKm557uunJnr5G05OPxKW83w== + + + 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 +UGlBYVemqB6EruARBzwYzO3mA/8LKtOkrA== + + + diff --git a/theme/colored/state-download-256.png b/theme/colored/state-download-256.png index 38173ad2c..0128db111 100644 Binary files a/theme/colored/state-download-256.png and b/theme/colored/state-download-256.png differ diff --git a/theme/colored/state-error-128.png b/theme/colored/state-error-128.png index edcc0d085..1ddfeea87 100644 Binary files a/theme/colored/state-error-128.png and b/theme/colored/state-error-128.png differ diff --git a/theme/colored/state-error-256.png b/theme/colored/state-error-256.png index bded7c7b2..8187156cc 100644 Binary files a/theme/colored/state-error-256.png and b/theme/colored/state-error-256.png differ diff --git a/theme/colored/state-error-32.png b/theme/colored/state-error-32.png index a7c0663f0..76d313623 100644 Binary files a/theme/colored/state-error-32.png and b/theme/colored/state-error-32.png differ diff --git a/theme/colored/state-error-64.png b/theme/colored/state-error-64.png index b2a0a2caf..753efb92a 100644 Binary files a/theme/colored/state-error-64.png and b/theme/colored/state-error-64.png differ diff --git a/theme/colored/state-information-128.png b/theme/colored/state-information-128.png index a25792598..0a2df9482 100644 Binary files a/theme/colored/state-information-128.png and b/theme/colored/state-information-128.png differ diff --git a/theme/colored/state-information-256.png b/theme/colored/state-information-256.png index 8fd88b12a..374ff2ea2 100644 Binary files a/theme/colored/state-information-256.png and b/theme/colored/state-information-256.png differ diff --git a/theme/colored/state-information-32.png b/theme/colored/state-information-32.png index 1ab792ab3..3b093e381 100644 Binary files a/theme/colored/state-information-32.png and b/theme/colored/state-information-32.png differ diff --git a/theme/colored/state-information-64.png b/theme/colored/state-information-64.png index 94481c396..400b3288b 100644 Binary files a/theme/colored/state-information-64.png and b/theme/colored/state-information-64.png differ diff --git a/theme/colored/state-offline-128.png b/theme/colored/state-offline-128.png index e9032ddeb..ece90b596 100644 Binary files a/theme/colored/state-offline-128.png and b/theme/colored/state-offline-128.png differ diff --git a/theme/colored/state-offline-16.png b/theme/colored/state-offline-16.png index 4712bb9ae..caae7d301 100644 Binary files a/theme/colored/state-offline-16.png and b/theme/colored/state-offline-16.png differ diff --git a/theme/colored/state-offline-256.png b/theme/colored/state-offline-256.png index 7bc4d8021..21e92e1f8 100644 Binary files a/theme/colored/state-offline-256.png and b/theme/colored/state-offline-256.png differ diff --git a/theme/colored/state-offline-32.png b/theme/colored/state-offline-32.png index 983fc96f6..7cbc96f31 100644 Binary files a/theme/colored/state-offline-32.png and b/theme/colored/state-offline-32.png differ diff --git a/theme/colored/state-offline-64.png b/theme/colored/state-offline-64.png index 0a8bad85d..abdc9a740 100644 Binary files a/theme/colored/state-offline-64.png and b/theme/colored/state-offline-64.png differ diff --git a/theme/colored/state-ok-128.png b/theme/colored/state-ok-128.png index a3c55ce33..25e771762 100644 Binary files a/theme/colored/state-ok-128.png and b/theme/colored/state-ok-128.png differ diff --git a/theme/colored/state-ok-256.png b/theme/colored/state-ok-256.png index 5820254bd..11d33a048 100644 Binary files a/theme/colored/state-ok-256.png and b/theme/colored/state-ok-256.png differ diff --git a/theme/colored/state-ok-32.png b/theme/colored/state-ok-32.png index 5853f5840..accd39c63 100644 Binary files a/theme/colored/state-ok-32.png and b/theme/colored/state-ok-32.png differ diff --git a/theme/colored/state-ok-64.png b/theme/colored/state-ok-64.png index 857438882..e8a1b827f 100644 Binary files a/theme/colored/state-ok-64.png and b/theme/colored/state-ok-64.png differ diff --git a/theme/colored/state-pause-128.png b/theme/colored/state-pause-128.png index f86212c43..4e5667d03 100644 Binary files a/theme/colored/state-pause-128.png and b/theme/colored/state-pause-128.png differ diff --git a/theme/colored/state-pause-256.png b/theme/colored/state-pause-256.png index 1d3f8a932..ecd8ca0ea 100644 Binary files a/theme/colored/state-pause-256.png and b/theme/colored/state-pause-256.png differ diff --git a/theme/colored/state-pause-32.png b/theme/colored/state-pause-32.png index 70dcf60b5..3f215e29a 100644 Binary files a/theme/colored/state-pause-32.png and b/theme/colored/state-pause-32.png differ diff --git a/theme/colored/state-pause-64.png b/theme/colored/state-pause-64.png index 27c0ae0c2..d2d75e24c 100644 Binary files a/theme/colored/state-pause-64.png and b/theme/colored/state-pause-64.png differ diff --git a/theme/colored/state-sync-128.png b/theme/colored/state-sync-128.png index 1747e926d..e0d61f491 100644 Binary files a/theme/colored/state-sync-128.png and b/theme/colored/state-sync-128.png differ diff --git a/theme/colored/state-sync-256.png b/theme/colored/state-sync-256.png index c51336217..d070ed6b6 100644 Binary files a/theme/colored/state-sync-256.png and b/theme/colored/state-sync-256.png differ diff --git a/theme/colored/state-sync-32.png b/theme/colored/state-sync-32.png index 91c9da98c..dab59a26c 100644 Binary files a/theme/colored/state-sync-32.png and b/theme/colored/state-sync-32.png differ diff --git a/theme/colored/state-sync-64.png b/theme/colored/state-sync-64.png index 8ac1a6141..7373e1efe 100644 Binary files a/theme/colored/state-sync-64.png and b/theme/colored/state-sync-64.png differ diff --git a/theme/colored/state-warning-128.png b/theme/colored/state-warning-128.png index 1564f0747..98d8b0593 100644 Binary files a/theme/colored/state-warning-128.png and b/theme/colored/state-warning-128.png differ diff --git a/theme/colored/state-warning-256.png b/theme/colored/state-warning-256.png index 982eba193..8345bb3c1 100644 Binary files a/theme/colored/state-warning-256.png and b/theme/colored/state-warning-256.png differ diff --git a/theme/white/state-download-128.png b/theme/white/state-download-128.png new file mode 100644 index 000000000..aa89fdf1c Binary files /dev/null and b/theme/white/state-download-128.png differ diff --git a/theme/white/state-download-16.png b/theme/white/state-download-16.png new file mode 100644 index 000000000..a3c263a20 Binary files /dev/null and b/theme/white/state-download-16.png differ diff --git a/theme/white/state-download-256.png b/theme/white/state-download-256.png new file mode 100644 index 000000000..b88e19117 Binary files /dev/null and b/theme/white/state-download-256.png differ diff --git a/theme/white/state-download-32.png b/theme/white/state-download-32.png new file mode 100644 index 000000000..52cd30065 Binary files /dev/null and b/theme/white/state-download-32.png differ diff --git a/theme/white/state-download-64.png b/theme/white/state-download-64.png new file mode 100644 index 000000000..709a8aa06 Binary files /dev/null and b/theme/white/state-download-64.png differ diff --git a/theme/white/state-download.svg b/theme/white/state-download.svg new file mode 100644 index 000000000..6f68175f9 --- /dev/null +++ b/theme/white/state-download.svg @@ -0,0 +1,15 @@ + + + + + + + + + diff --git a/theme/white/state-error-128.png b/theme/white/state-error-128.png new file mode 100644 index 000000000..6332fedba Binary files /dev/null and b/theme/white/state-error-128.png differ diff --git a/theme/white/state-error-16.png b/theme/white/state-error-16.png index 9795a5cf1..6ceb525e1 100644 Binary files a/theme/white/state-error-16.png and b/theme/white/state-error-16.png differ diff --git a/theme/white/state-error-256.png b/theme/white/state-error-256.png new file mode 100644 index 000000000..4693f70d4 Binary files /dev/null and b/theme/white/state-error-256.png differ diff --git a/theme/white/state-error-32.png b/theme/white/state-error-32.png index d07a5e163..68770a8f5 100644 Binary files a/theme/white/state-error-32.png and b/theme/white/state-error-32.png differ diff --git a/theme/white/state-error-64.png b/theme/white/state-error-64.png index fb8363ea1..eb95379a8 100644 Binary files a/theme/white/state-error-64.png and b/theme/white/state-error-64.png differ diff --git a/theme/white/state-error.svg b/theme/white/state-error.svg new file mode 100644 index 000000000..4ac3f3b69 --- /dev/null +++ b/theme/white/state-error.svg @@ -0,0 +1,18 @@ + + + + + + + + + diff --git a/theme/white/state-information-128.png b/theme/white/state-information-128.png new file mode 100644 index 000000000..c4d21414b Binary files /dev/null and b/theme/white/state-information-128.png differ diff --git a/theme/white/state-information-16.png b/theme/white/state-information-16.png index afd8e7d5f..add75c6f8 100644 Binary files a/theme/white/state-information-16.png and b/theme/white/state-information-16.png differ diff --git a/theme/white/state-information-256.png b/theme/white/state-information-256.png new file mode 100644 index 000000000..e4cea5b2a Binary files /dev/null and b/theme/white/state-information-256.png differ diff --git a/theme/white/state-information-32.png b/theme/white/state-information-32.png index f10c6e3a0..f6aa85f51 100644 Binary files a/theme/white/state-information-32.png and b/theme/white/state-information-32.png differ diff --git a/theme/white/state-information-64.png b/theme/white/state-information-64.png index fa7e0e5bb..7b9d5fc5e 100644 Binary files a/theme/white/state-information-64.png and b/theme/white/state-information-64.png differ diff --git a/theme/white/state-information.svg b/theme/white/state-information.svg new file mode 100644 index 000000000..87dee6129 --- /dev/null +++ b/theme/white/state-information.svg @@ -0,0 +1,16 @@ + + + + + + + + + diff --git a/theme/white/state-offline-128.png b/theme/white/state-offline-128.png new file mode 100644 index 000000000..3232c5f59 Binary files /dev/null and b/theme/white/state-offline-128.png differ diff --git a/theme/white/state-offline-16.png b/theme/white/state-offline-16.png index e8c8c8462..5ced8ef5b 100644 Binary files a/theme/white/state-offline-16.png and b/theme/white/state-offline-16.png differ diff --git a/theme/white/state-offline-256.png b/theme/white/state-offline-256.png new file mode 100644 index 000000000..02d2869ac Binary files /dev/null and b/theme/white/state-offline-256.png differ diff --git a/theme/white/state-offline-32.png b/theme/white/state-offline-32.png index 4f75b2a3d..4e9ee1e70 100644 Binary files a/theme/white/state-offline-32.png and b/theme/white/state-offline-32.png differ diff --git a/theme/white/state-offline-64.png b/theme/white/state-offline-64.png index c10865748..d8aad91ba 100644 Binary files a/theme/white/state-offline-64.png and b/theme/white/state-offline-64.png differ diff --git a/theme/white/state-offline.svg b/theme/white/state-offline.svg new file mode 100644 index 000000000..69e4f1a0b --- /dev/null +++ b/theme/white/state-offline.svg @@ -0,0 +1,14 @@ + + + + + + + + + diff --git a/theme/white/state-ok-128.png b/theme/white/state-ok-128.png new file mode 100644 index 000000000..a0a47b4d1 Binary files /dev/null and b/theme/white/state-ok-128.png differ diff --git a/theme/white/state-ok-16.png b/theme/white/state-ok-16.png index 57c6d3c7e..67b13313f 100644 Binary files a/theme/white/state-ok-16.png and b/theme/white/state-ok-16.png differ diff --git a/theme/white/state-ok-256.png b/theme/white/state-ok-256.png new file mode 100644 index 000000000..acce4610f Binary files /dev/null and b/theme/white/state-ok-256.png differ diff --git a/theme/white/state-ok-32.png b/theme/white/state-ok-32.png index b7d1b4140..0ce5a3720 100644 Binary files a/theme/white/state-ok-32.png and b/theme/white/state-ok-32.png differ diff --git a/theme/white/state-ok-64.png b/theme/white/state-ok-64.png index f81bb9ee7..c3765d15d 100644 Binary files a/theme/white/state-ok-64.png and b/theme/white/state-ok-64.png differ diff --git a/theme/white/state-ok.svg b/theme/white/state-ok.svg new file mode 100644 index 000000000..a1763eb6d --- /dev/null +++ b/theme/white/state-ok.svg @@ -0,0 +1,14 @@ + + + + + + + + + diff --git a/theme/white/state-pause-128.png b/theme/white/state-pause-128.png new file mode 100644 index 000000000..b895961e4 Binary files /dev/null and b/theme/white/state-pause-128.png differ diff --git a/theme/white/state-pause-16.png b/theme/white/state-pause-16.png index d35690af0..b5e654d08 100644 Binary files a/theme/white/state-pause-16.png and b/theme/white/state-pause-16.png differ diff --git a/theme/white/state-pause-256.png b/theme/white/state-pause-256.png new file mode 100644 index 000000000..5780d97d4 Binary files /dev/null and b/theme/white/state-pause-256.png differ diff --git a/theme/white/state-pause-32.png b/theme/white/state-pause-32.png index 515c48f0a..13b89f937 100644 Binary files a/theme/white/state-pause-32.png and b/theme/white/state-pause-32.png differ diff --git a/theme/white/state-pause-64.png b/theme/white/state-pause-64.png index 656439d2d..41b577449 100644 Binary files a/theme/white/state-pause-64.png and b/theme/white/state-pause-64.png differ diff --git a/theme/white/state-pause.svg b/theme/white/state-pause.svg new file mode 100644 index 000000000..da5798a51 --- /dev/null +++ b/theme/white/state-pause.svg @@ -0,0 +1,14 @@ + + + + + + + + + diff --git a/theme/white/state-sync-128.png b/theme/white/state-sync-128.png new file mode 100644 index 000000000..f062d01e7 Binary files /dev/null and b/theme/white/state-sync-128.png differ diff --git a/theme/white/state-sync-16.png b/theme/white/state-sync-16.png index cc4537ac2..cf9fb661e 100644 Binary files a/theme/white/state-sync-16.png and b/theme/white/state-sync-16.png differ diff --git a/theme/white/state-sync-256.png b/theme/white/state-sync-256.png new file mode 100644 index 000000000..3a7aaaffd Binary files /dev/null and b/theme/white/state-sync-256.png differ diff --git a/theme/white/state-sync-32.png b/theme/white/state-sync-32.png index a2badac46..e9dcc2b28 100644 Binary files a/theme/white/state-sync-32.png and b/theme/white/state-sync-32.png differ diff --git a/theme/white/state-sync-64.png b/theme/white/state-sync-64.png index 65b0561b7..f05130f14 100644 Binary files a/theme/white/state-sync-64.png and b/theme/white/state-sync-64.png differ diff --git a/theme/white/state-sync.svg b/theme/white/state-sync.svg new file mode 100644 index 000000000..20bcb4cc4 --- /dev/null +++ b/theme/white/state-sync.svg @@ -0,0 +1,18 @@ + + + + + + + + + diff --git a/theme/white/state-warning-128.png b/theme/white/state-warning-128.png new file mode 100644 index 000000000..59cbd4534 Binary files /dev/null and b/theme/white/state-warning-128.png differ diff --git a/theme/white/state-warning-16.png b/theme/white/state-warning-16.png new file mode 100644 index 000000000..c859b1ebf Binary files /dev/null and b/theme/white/state-warning-16.png differ diff --git a/theme/white/state-warning-256.png b/theme/white/state-warning-256.png new file mode 100644 index 000000000..4c4caacf7 Binary files /dev/null and b/theme/white/state-warning-256.png differ diff --git a/theme/white/state-warning-32.png b/theme/white/state-warning-32.png new file mode 100644 index 000000000..863176f44 Binary files /dev/null and b/theme/white/state-warning-32.png differ diff --git a/theme/white/state-warning-64.png b/theme/white/state-warning-64.png new file mode 100644 index 000000000..89f297219 Binary files /dev/null and b/theme/white/state-warning-64.png differ diff --git a/theme/white/state-warning.svg b/theme/white/state-warning.svg new file mode 100644 index 000000000..0327c773d --- /dev/null +++ b/theme/white/state-warning.svg @@ -0,0 +1,16 @@ + + + + + + + + + diff --git a/translations/client_ca.ts b/translations/client_ca.ts index 3311f575e..e855d6c76 100644 --- a/translations/client_ca.ts +++ b/translations/client_ca.ts @@ -63,14 +63,6 @@ TextLabel - - OCC::Account - - - %1@%2 - %1@%2 - - OCC::AccountSettings @@ -85,8 +77,8 @@ - Delete - Esborra + Remove Account + @@ -105,8 +97,8 @@ - - + + Cancel Cancel·la @@ -121,137 +113,142 @@ No hi ha cap compte configurat - - Remove folder - Elimina la carpeta - - - + Folder creation failed Ha fallat la creació de la carpeta - + <p>Could not create local folder <i>%1</i>. <p>No s'ha pogut crear la carpeta local <i>%1</i>. - - Confirm Folder Remove - Confirma l'eliminació de la carpeta - - - + Stop syncing Atura la sincronització - + Confirm Folder Reset Confirmeu la reinicialització de la carpeta - + <p>Do you really want to reset folder <i>%1</i> and rebuild your client database?</p><p><b>Note:</b> This function is designed for maintenance purposes only. No files will be removed, but this can cause significant data traffic and take several minutes or hours to complete, depending on the size of the folder. Only use this option if advised by your administrator.</p> <p>Voleu reiniciar la carpeta <i>%1</i> i reconstruir la base de dades del client?</p><p><b>Nota:</b> Aquesta funció existeix només per tasques de manteniment. Cap fitxer no s'eliminarà, però podria provocar-se un transit de dades significant i podria trigar diversos minuts o hores en completar-se, depenent de la mida de la carpeta. Utilitzeu aquesta opció només si us ho recomana l'administrador.</p> - + Sync Running S'està sincronitzant - + The syncing operation is running.<br/>Do you want to terminate it? S'està sincronitzant.<br/>Voleu parar-la? - + %1 as <i>%2</i> %1 com a <i>%2</i> - + Connected to %1. Connectat a %1 - + Server %1 is temporarily unavailable. El servidor %1 no està disponible temporalment - + Signed out from %1. S'ha desconnectat de %1. - + No connection to %1 at %2. No hi ha connexió amb %1 a %2. - + There are new folders that were not synchronized because they are too big: %1 Hi ha carpetes noves que no s'han pogut sincronitzar perquè són massa grans: %1 - + , , - - Confirm Account Delete - Confirmeu l'eliminació del compte + + Confirm Account Removal + - + <p>Do you really want to remove the connection to the account <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> <p>Segur que voleu eliminar la connexió al compte <i>%1</i>?</p><p><b>Nota:</b> això <b>no</b> esborrarà cap fitxer.</p> - + Remove connection Elimina la connexió - + Open folder Obre la carpeta - + + Choose What to Sync + Trieu què sincronitzar + + + Resume sync Continua la sincronització - + Pause sync Pausa la sincronització - + + Remove sync + + + + + Confirm Sync Removal + + + + <p>Do you really want to stop syncing the folder <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> <p>Segur que voleu aturar la sincronització de la carpeta <i>%1</i>?</p><p><b>Nota:</b> això <b>no</b> esborrarà cap fitxer.</p> - + %1 (%3%) of %2 in use. Some folders, including network mounted or shared folders, might have different limits. %1 (%3%) de %2 en ús. Algunes carpetes, incloent les carpetes muntades a través de xarxa o les compartides, poden tenir límits diferents. - + %1 of %2 in use %1 de %2 en ús - + Currently there is no storage usage information available. Actualment no hi ha informació disponible de l'ús d'emmagatzemament. - + No %1 connection configured. La connexió %1 no està configurada. @@ -378,18 +375,12 @@ Error d'autentificació: Aquest nom d'usuari o contrasenya son incorrectes. - - - Unable to connect to %1 - No es pot connectar amb %1 - - - + timeout temps excedit - + The provided credentials are not correct Les credencials proporcionades no són correctes @@ -424,8 +415,8 @@ - %1 should be a directory but is not. - %1 hauria de ser una carpeta, però no ho és. + %1 should be a folder but is not. + @@ -511,38 +502,36 @@ Consulteu el registre per obtenir més informació. Activitat de sincronització - + Could not read system exclude file No s'ha pogut llegir el fitxer d'exclusió del sistema - + A new folder larger than %1 MB has been added: %2. Please go in the settings to select it if you wish to download it. S'ha afegit una carpeta nova de més de %1 MB: %2. Aneu a arranjament per seleccionar-la si voleu descarregar-la. - + This sync would remove all the files in the sync folder '%1'. -This might be because the folder was silently reconfigured, or that all the file were manually removed. +This might be because the folder was silently reconfigured, or that all the files were manually removed. Are you sure you want to perform this operation? - Aquesta sincronització podria eliminar tots els fitxers en la carpeta de sincronització '%1'. -Això podria ser perquè la carpeta ha estat reconfigurada silenciosament, o que tots els fitxers han estat eliminats manualment. -Esteu segur que voleu executar aquesta operació? + - + Remove All Files? Esborra tots els fitxers? - + Remove all files Esborra tots els fitxers - + Keep files Mantén els fitxers @@ -560,112 +549,112 @@ Esteu segur que voleu executar aquesta operació? S'ha trobat un diari de sincronització antic '%1', però no s'ha pogut eliminar. Assegureu-vos que no hi ha cap aplicació que actualment en faci ús. - + (backup) (copia de seguretat) - + (backup %1) (copia de seguretat %1) - + Undefined State. Estat indefinit. - + Waits to start syncing. Espera per començar la sincronització. - + Preparing for sync. Perparant per la sincronització. - + Sync is running. S'està sincronitzant. - + Last Sync was successful. La darrera sincronització va ser correcta. - + Last Sync was successful, but with warnings on individual files. La última sincronització ha estat un èxit, però amb avisos en fitxers individuals. - + Setup Error. Error de configuració. - + User Abort. Cancel·la usuari. - + Sync is paused. La sincronització està en pausa. - + %1 (Sync is paused) %1 (Sync està pausat) - + No valid folder selected! No s'ha seleccionat cap directori vàlid! - - The selected path is not a directory! - El camí seleccionat no és un directori! + + The selected path is not a folder! + - + You have no permission to write to the selected folder! No teniu permisos per escriure en la carpeta seleccionada! - - - The local path %1 is already an upload folder. Please pick another one! - La ruta local %1 ja és n directori de pujada. Si us play, seleccioneu un altre! - - An already configured folder is contained in the current entry. - L'entrada actual conté una carpeta ja configurada. + The local folder %1 is already used in a folder sync connection. Please pick another one! + - The selected folder is a symbolic link. An already configured folder is contained in the folder this link is pointing to. - El fitxer seleccionat és un enllaç simbòlic. Aquest enllaç apunta a una carpeta ja configurada. + The local folder %1 already contains a folder used in a folder sync connection. Please pick another one! + - - An already configured folder contains the currently entered folder. - Un directori ja configurat conté el directori que heu introduït. + + The local folder %1 is a symbolic link. The link target already contains a folder used in a folder sync connection. Please pick another one! + - - The selected folder is a symbolic link. An already configured folder is the parent of the current selected contains the folder this link is pointing to. - El directori seleccionat és un enllaç simbòlic. Ja heu configurat una carpeta que apunta als pares de la carpeta que apunta aquest enllaç. + + The local folder %1 is already contained in a folder used in a folder sync connection. Please pick another one! + + + + + The local folder %1 is a symbolic link. The link target is already contained in a folder used in a folder sync connection. Please pick another one! + OCC::FolderStatusDelegate - Add Folder to Synchronize - Afegeix una carpeta per sincronitzar + Add Folder Sync Connection + @@ -809,8 +798,8 @@ Temps restant total %5 - The directory alias is a descriptive name for this sync connection. - L'àlies del directori és un nom descriptiu per la connexió de ssincronització. + The folder alias is a descriptive name for this sync connection. + @@ -1077,30 +1066,28 @@ Compte: %3 - Files or directories matching a pattern will not be synchronized. + Files or folders matching a pattern will not be synchronized. Items where deletion is allowed will be deleted if they prevent a directory from being removed. This is useful for meta data. - Els fitxers o carpetes que concordin amb algun patró no es sincronitzaran. - -Els elements que poden ser eliminats s'eliminaran si impedeixen que una carpeta sigui eliminada. Això és útil per les metadades. + - + Could not open file No s'ha pogut obrir el fitxer - + Cannot write changes to '%1'. No es poden desar els canvis a '%1'. - + Add Ignore Pattern Afegeix una plantilla per ignorar - + Add a new ignore pattern: Afegeix una nova plantilla d'ignorats: @@ -1404,13 +1391,13 @@ privilegis addicionals durant el procés. - Sync the directory '%1' - Sincronita el directori '%1' + Sync the folder '%1' + - <p><small><strong>Warning:</strong> The local directory is not empty. Pick a resolution!</small></p> - <p><small><strong>Avís:</strong> La carpeta local no està buida. Escolliu una resolució!</small></p> + <p><small><strong>Warning:</strong> The local folder is not empty. Pick a resolution!</small></p> + @@ -1473,29 +1460,29 @@ privilegis addicionals durant el procés. OCC::OwncloudSetupPage - + Connect to %1 Connecta a %1 - + Setup %1 server Configura el sevidor %1 - + This url is NOT secure as it is not encrypted. It is not advisable to use it. Aquesta adreça NO és segura i no és encriptada. No és aconsellada usar-la. - + This url is secure. You can use it. Aquesta url és segura. Podeu usar-la. - + &Next > &Següent > @@ -1635,7 +1622,7 @@ No és aconsellada usar-la. No es pot esborrar i restaurar la carpeta perquè una carpeta o un fitxer de dins està obert en un altre programa. Tanqueu la carpeta o el fitxer i intenteu-ho de nou o cancel·leu la configuració. - + <font color="green"><b>Local sync folder %1 successfully created!</b></font> <font color="green"><b>la carpeta de sincronització %1 s'ha creat correctament!</b></font> @@ -1643,12 +1630,12 @@ No és aconsellada usar-la. OCC::OwncloudWizard - + %1 Connection Wizard Assistent de connexió %1 - + Skip folders configuration Salta la configuració de carpetes @@ -1757,8 +1744,8 @@ No és aconsellada usar-la. - A file or directory was removed from a read only share, but restoring failed: %1 - S'ha eliminat un fitxer o carpeta de la compartició nómés de lectura, però la restauració ha fallat: %1 + A file or folder was removed from a read only share, but restoring failed: %1 + @@ -1770,8 +1757,8 @@ No és aconsellada usar-la. - could not create directory %1 - No s'ha pogut crear el directori %1 + could not create folder %1 + @@ -1783,8 +1770,8 @@ No és aconsellada usar-la. - Could not remove directory '%1'; - No s'ha pogut esborrar la carpeta '%1'; + Could not remove folder '%1'; + @@ -2303,7 +2290,7 @@ No és aconsellada usar-la. OCC::SocketApi - + Share with %1 parameter is ownCloud Comparteix amb %1 @@ -2516,11 +2503,6 @@ No és aconsellada usar-la. Success. Èxit. - - - CSync failed to load or create the journal file. Make sure you have read and write permissions in the local sync directory. - CSync ha fallat en carregar o crear el fitxer de revista. Assegureu-vos que yeniu permisos de lectura i escriptura en la carpeta local de sincronització. - CSync failed to load the journal file. The journal file is corrupted. @@ -2592,9 +2574,29 @@ No és aconsellada usar-la. CSync ha fallat en no implementar el permís denegat. - - CSync tried to create a directory that already exists. - CSync ha intentat crear una carpeta que ja existeix. + + The mounted folder is temporarily not available on the server + + + + + An error occurred while opening a folder + + + + + Error while reading folder. + + + + + Not allowed because you don't have permission to add parent folder + + + + + Not allowed because you don't have permission to add files in that folder + @@ -2611,11 +2613,6 @@ No és aconsellada usar-la. Aborted by the user Aturat per l'usuari - - - The mounted directory is temporarily not available on the server - - Filename contains invalid characters that can not be synced cross platform. @@ -2626,21 +2623,21 @@ No és aconsellada usar-la. CSync failed to access + + + CSync failed to load or create the journal file. Make sure you have read and write permissions in the local sync folder. + + + + + CSync tried to create a folder that already exists. + + The service is temporarily unavailable El servei no està disponible temporalment - - - An error occurred while opening a directory - S'ha produït un error en obrir una carpeta - - - - Error while reading directory. - Error en llegir la carpeta. - An internal error number %1 occurred. @@ -2677,79 +2674,69 @@ No és aconsellada usar-la. - + Filename encoding is not valid La codificació del nom de fitxer no és vàlida - + Invalid characters, please rename "%1" Caràcters no vàlids. Reanomeneu "%1" - + Unable to initialize a sync journal. No es pot inicialitzar un periòdic de sincronització - + Cannot open the sync journal No es pot obrir el diari de sincronització - - + + Ignored because of the "choose what to sync" blacklist S'ignora degut al filtre a «Trieu què sincronitzar» - - Not allowed because you don't have permission to add sub-directories in that directory - No es permet perquè no teniu permisos per afegir subcarpetes en aquesta carpeta + + Not allowed because you don't have permission to add subfolders to that folder + - - Not allowed because you don't have permission to add parent directory - No es permet perquè no teniu permisos per afegir una carpeta inferior - - - - Not allowed because you don't have permission to add files in that directory - No es permet perquè no teniu permisos per afegir fitxers en aquesta carpeta - - - + Not allowed to upload this file because it is read-only on the server, restoring No es permet pujar aquest fitxer perquè només és de lectura en el servidor, es restaura - - + + Not allowed to remove, restoring No es permet l'eliminació, es restaura - + Local files and share folder removed. Fitxers locals i carpeta compartida esborrats. - + Move not allowed, item restored No es permet moure'l, l'element es restaura - + Move not allowed because %1 is read-only No es permet moure perquè %1 només és de lectura - + the destination el destí - + the source l'origen @@ -2822,22 +2809,36 @@ No és aconsellada usar-la. Obre al navegador - + + + + Log in... + + + + + + + Log out + Surt + + + None. Cap. - + Recent Changes Canvis recents - + Managed Folders: Fitxers gestionats: - + Open folder '%1' Obre carpeta '%1' @@ -2847,37 +2848,40 @@ No és aconsellada usar-la. Obre %1 en el navegador - + + Log out everywhere + + + + + Log in everywhere... + + + + Unknown status Estat desconegut - + Settings... Arranjament... - + Details... Detalls... - + Help Ajuda - + Quit %1 Surt %1 - - - - - Sign in... - Acredita... - Disconnected from %1 @@ -2894,55 +2898,38 @@ No és aconsellada usar-la. Compte %1: %2 - - - - Sign out - Surt - - - - Sign out everywhere - Desconnectat de tot arreu - - - - Sign in everywhere... - Connectat a tot arreu... - - - + Crash now Only shows in debug mode to allow testing the crash handler - + No items synced recently No hi ha elements sincronitzats recentment - + Discovering '%1' Descobrint '%1' - + Syncing %1 of %2 (%3 left) Sincronitzant %1 de %2 (%3 pendents) - + Syncing %1 (%2 left) Sincronitzant %1 (%2 pendents) - + %1 (%2, %3) %1 (%2, %3) - + Up to date Actualitzat @@ -2978,6 +2965,11 @@ No és aconsellada usar-la. Server Servidor + + + <html><head/><body><p>If this box is checked, existing content in the local folder will be erased to start a clean sync from the server.</p><p>Do not check this if the local content should be uploaded to the servers folder.</p></body></html> + + Start a &clean sync (Erases the local folder!) @@ -3003,11 +2995,6 @@ No és aconsellada usar-la. &Keep local data &Mantén les dades locals - - - <html><head/><body><p>If this box is checked, existing content in the local directory will be erased to start a clean sync from the server.</p><p>Do not check this if the local content should be uploaded to the servers directory.</p></body></html> - <html><head/><body><p>Si aquesta caixa està marcada, el contingut existent en la carpeta local s'eliminarà per començar una carpeta de sincronització des del servidor.</p><p>No la marqueu si el contingut local s'ha de pujar a la carpeta del servidor.</p></body></html> - S&ync everything from server @@ -3163,67 +3150,62 @@ No és aconsellada usar-la. Utility - - %L1 TB - %L1 TB - - - + %L1 GB %L1 GB - + %L1 MB %L1 MB - - %L1 kB - %L1 kB + + %L1 KB + - + %L1 B %L1 B - + %Ln year(s) %Ln any/s - + %Ln month(s) %Ln mes/os - + %Ln day(s) %Ln dia/es - + %Ln hour(s) %Ln hora/es - + %Ln minute(s) %Ln minut/s - + %Ln second(s) %Ln segon/s - + 0 seconds 0 segons - + %1 %2 %1 %2 diff --git a/translations/client_cs.ts b/translations/client_cs.ts index bda8d07ee..22dc57b7c 100644 --- a/translations/client_cs.ts +++ b/translations/client_cs.ts @@ -63,14 +63,6 @@ TextLabel - - OCC::Account - - - %1@%2 - %1@%2 - - OCC::AccountSettings @@ -85,8 +77,8 @@ - Delete - Smazat + Remove Account + Odebrat účet @@ -105,8 +97,8 @@ - - + + Cancel Zrušit @@ -121,137 +113,142 @@ Žádný účet nenastaven. - - Remove folder - Odstranit adresář - - - + Folder creation failed Vytvoření adresáře selhalo - + <p>Could not create local folder <i>%1</i>. <p>Nelze vytvořit místní adresář <i>%1</i>. - - Confirm Folder Remove - Potvrdit odstranění složky - - - + Stop syncing Ukončit synchronizaci - + Confirm Folder Reset Potvrdit restartování složky - + <p>Do you really want to reset folder <i>%1</i> and rebuild your client database?</p><p><b>Note:</b> This function is designed for maintenance purposes only. No files will be removed, but this can cause significant data traffic and take several minutes or hours to complete, depending on the size of the folder. Only use this option if advised by your administrator.</p> <p>Skutečně chcete resetovat složku <i>%1</i> a znovu sestavit klientskou databázi?</p><p><b>Poznámka:</b> Tato funkce je určena pouze pro účely údržby. Žádné soubory nebudou smazány, ale může to způsobit velké datové přenosy a dokončení může trvat mnoho minut či hodin v závislosti na množství dat ve složce. Použijte tuto volbu pouze na pokyn správce.</p> - + Sync Running Synchronizace probíhá - + The syncing operation is running.<br/>Do you want to terminate it? Operace synchronizace právě probíhá.<br/>Přejete si ji ukončit? - + %1 as <i>%2</i> %1 jako <i>%2</i> - + Connected to %1. Připojeno k %1. - + Server %1 is temporarily unavailable. Server %1 je dočasně nedostupný. - + Signed out from %1. Odhlášeno z %1. - + No connection to %1 at %2. Bez připojení k %1 na %2. - + There are new folders that were not synchronized because they are too big: %1 Jsou dostupné nové adresáře, které nebyly synchronizovány z důvodu jejich nadměrné velikosti: %1 - + , , - - Confirm Account Delete - Potvrdit smazání účtu + + Confirm Account Removal + Potvrdit odstranění účtu - + <p>Do you really want to remove the connection to the account <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> <p>Opravdu chcete odstranit připojení k účtu <i>%1</i>?</p><p><b>Poznámka:</b> Toto <b>neodstraní</b> žádné soubory.</p> - + Remove connection Odstranit připojení - + Open folder Otevřít adresář - + + Choose What to Sync + Vybrat co synchronizovat + + + Resume sync Pokračovat v synchronizaci - + Pause sync Pozastavit synchronizaci - + + Remove sync + Odstranit synchronizaci + + + + Confirm Sync Removal + Potvrdit odstranění synchronizace + + + <p>Do you really want to stop syncing the folder <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> <p>Opravdu chcete zastavit synchronizaci adresáře <i>%1</i>?</p><p><b>Poznámka:</b> Toto <b>neodstraní</b> žádné soubory.</p> - + %1 (%3%) of %2 in use. Some folders, including network mounted or shared folders, might have different limits. Používaných %1 (%3%) z %2. Některé adresáře včetně připojených síťových nebo sdílených adresářů mohou mít odlišné limity. - + %1 of %2 in use Používaných %1 z %2 - + Currently there is no storage usage information available. Momentálně nejsou k dispozici žádné informace o využití úložiště. - + No %1 connection configured. Žádné spojení s %1 nenastaveno. @@ -378,18 +375,12 @@ Chyba ověření: Uživatelské jméno nebo heslo není správné. - - - Unable to connect to %1 - Nelze se připojit k %1 - - - + timeout vypršel časový interval - + The provided credentials are not correct Poskytnuté přihlašovací údaje nejsou správné @@ -424,7 +415,7 @@ - %1 should be a directory but is not. + %1 should be a folder but is not. %1 by měl být adresář, ale není. @@ -510,38 +501,38 @@ Průběh synchronizace - + Could not read system exclude file Nezdařilo se přečtení systémového exclude souboru - + A new folder larger than %1 MB has been added: %2. Please go in the settings to select it if you wish to download it. Byl přidán nový adresář %2 větší než %1 MB. Pokud ho chcete stáhnout, přejděte prosím do nastavení a označte ho. - + This sync would remove all the files in the sync folder '%1'. -This might be because the folder was silently reconfigured, or that all the file were manually removed. +This might be because the folder was silently reconfigured, or that all the files were manually removed. Are you sure you want to perform this operation? Tato synchronizace by smazala všechny soubory ve složce '%1'. Toto může být způsobeno změnou v nastavení synchronizace složky nebo tím, že byly všechny soubory ručně odstraněny. Opravdu chcete provést tuto akci? - + Remove All Files? Odstranit všechny soubory? - + Remove all files Odstranit všechny soubory - + Keep files Ponechat soubory @@ -559,112 +550,112 @@ Opravdu chcete provést tuto akci? Byl nalezen starý záznam synchronizace '%1', ale nebylo možné jej odebrat. Ujistěte se, že není aktuálně používán jinou aplikací. - + (backup) (záloha) - + (backup %1) (záloha %1) - + Undefined State. Nedefinovaný stav. - + Waits to start syncing. Vyčkává na spuštění synchronizace. - + Preparing for sync. Příprava na synchronizaci. - + Sync is running. Synchronizace probíhá. - + Last Sync was successful. Poslední synchronizace byla úspěšná. - + Last Sync was successful, but with warnings on individual files. Poslední synchronizace byla úspěšná, ale s varováním u některých souborů - + Setup Error. Chyba nastavení. - + User Abort. Zrušení uživatelem. - + Sync is paused. Synchronizace pozastavena. - + %1 (Sync is paused) %1 (Synchronizace je pozastavena) - + No valid folder selected! Nebyl vybrán platný adresář! - - The selected path is not a directory! + + The selected path is not a folder! Vybraná cesta nevede do adresáře! - + You have no permission to write to the selected folder! Nemáte oprávnění pro zápis do zvolené složky! - - - The local path %1 is already an upload folder. Please pick another one! - Místní cesta %1 je již nastavena jako složka pro odesílání. Zvolte, prosím, jinou! - - An already configured folder is contained in the current entry. - V aktuální položce se již nachází složka s nastavenou synchronizací. + The local folder %1 is already used in a folder sync connection. Please pick another one! + Místní adresář %1 je již použit pro synchronizaci odesílání. Zvolte prosím jiný! - The selected folder is a symbolic link. An already configured folder is contained in the folder this link is pointing to. - Vybraná složka je symbolický odkaz. Cílová složka tohoto odkazu již obsahuje nastavenou složku. + The local folder %1 already contains a folder used in a folder sync connection. Please pick another one! + Místní adresář %1 již obsahuje podadresář použitý pro synchronizaci odesílání. Zvolte prosím jiný! - - An already configured folder contains the currently entered folder. - Právě zadaná složka je již obsažena ve složce s nastavenou synchronizací. + + The local folder %1 is a symbolic link. The link target already contains a folder used in a folder sync connection. Please pick another one! + Místní adresář %1 je symbolickým obsahem. Cíl odkazu již obsahuje adresář použitý pro synchronizaci adresáře. Vyberte, prosím, jiný! - - The selected folder is a symbolic link. An already configured folder is the parent of the current selected contains the folder this link is pointing to. - Zvolená složka je symbolický odkaz. Cílová složka tohoto odkazu již obsahuje složku s nastavenou synchronizací. + + The local folder %1 is already contained in a folder used in a folder sync connection. Please pick another one! + Místní adresář %1 je již obsažen ve složce použité pro synchronizaci. Vyberte, prosím, jiný! + + + + The local folder %1 is a symbolic link. The link target is already contained in a folder used in a folder sync connection. Please pick another one! + Místní adresář %1 je symbolickým obsahem. Cíl odkazu je již obsažen v adresáři použitém pro synchronizaci. Vyberte, prosím, jiný! OCC::FolderStatusDelegate - Add Folder to Synchronize - Přidat adresář pro synchronizaci + Add Folder Sync Connection + Přidat synchronizaci adresáře @@ -772,17 +763,17 @@ Celkový zbývající čas %5 Waiting... - + Chvíli strpení... Waiting for %n other folder(s)... - + Čeká se na %n další adresář...Čeká se na %n další adresáře...Čeká se na %n dalších adresářů... Preparing to sync... - + Synchronizace se připravuje... @@ -808,8 +799,8 @@ Celkový zbývající čas %5 - The directory alias is a descriptive name for this sync connection. - Alias složky je popisné jméno pro tuto synchronizaci. + The folder alias is a descriptive name for this sync connection. + Alias adresáře je popisné jméno pro tuto synchronizaci. @@ -857,7 +848,7 @@ Celkový zbývající čas %5 Failed to list a folder. Error: %1 - + Chyba při vypsání adresáře. Chyba: %1 @@ -1076,7 +1067,7 @@ Uživatel: %2 - Files or directories matching a pattern will not be synchronized. + Files or folders matching a pattern will not be synchronized. Items where deletion is allowed will be deleted if they prevent a directory from being removed. This is useful for meta data. Soubory či adresáře vyhovující masce nebudou synchronizovány. @@ -1084,22 +1075,22 @@ Items where deletion is allowed will be deleted if they prevent a directory from Položky u kterých je povoleno smazání budou vymazány, pokud by bránily odstranění adresáře. Toto je užitečné pro metadata. - + Could not open file Nepodařilo se otevřít soubor - + Cannot write changes to '%1'. Nelze zapsat změny do '%1'. - + Add Ignore Pattern Přidat masku ignorovaných - + Add a new ignore pattern: Přidat novou masku ignorovaných souborů: @@ -1403,13 +1394,13 @@ můžete být požádáni o dodatečná oprávnění. - Sync the directory '%1' + Sync the folder '%1' Synchronizovat adresář '%1' - <p><small><strong>Warning:</strong> The local directory is not empty. Pick a resolution!</small></p> - <p><small><strong>Varování:</strong> Místní adresář není prázdný. Zvolte další postup.</small></p> + <p><small><strong>Warning:</strong> The local folder is not empty. Pick a resolution!</small></p> + <p><small><strong>Varování:</strong> Místní adresář není prázdný. Zvolte další postup!</small></p> @@ -1472,29 +1463,29 @@ můžete být požádáni o dodatečná oprávnění. OCC::OwncloudSetupPage - + Connect to %1 Připojit k %1 - + Setup %1 server Nastavit server %1 - + This url is NOT secure as it is not encrypted. It is not advisable to use it. Tato adresa NENÍ bezpečná, protože není šifrovaná. Nedoporučuje se jí používat. - + This url is secure. You can use it. URL je bezpečná. Můžete ji použít. - + &Next > &Následující > @@ -1634,7 +1625,7 @@ Nedoporučuje se jí používat. Nelze odstranit a zazálohovat adresář, protože adresář nebo soubor v něm je otevřen v jiném programu. Prosím zavřete adresář nebo soubor a zkuste znovu nebo zrušte akci. - + <font color="green"><b>Local sync folder %1 successfully created!</b></font> <font color="green"><b>Místní synchronizovaná složka %1 byla vytvořena úspěšně!</b></font> @@ -1642,12 +1633,12 @@ Nedoporučuje se jí používat. OCC::OwncloudWizard - + %1 Connection Wizard %1 Průvodce spojením - + Skip folders configuration Přeskočit konfiguraci složek @@ -1756,7 +1747,7 @@ Nedoporučuje se jí používat. - A file or directory was removed from a read only share, but restoring failed: %1 + A file or folder was removed from a read only share, but restoring failed: %1 Soubor nebo adresář by odebrán ze sdílení pouze pro čtení, ale jeho obnovení selhalo: %1 @@ -1769,7 +1760,7 @@ Nedoporučuje se jí používat. - could not create directory %1 + could not create folder %1 nepodařilo se vytvořit adresář %1 @@ -1782,7 +1773,7 @@ Nedoporučuje se jí používat. - Could not remove directory '%1'; + Could not remove folder '%1'; Nezdařilo se odstranění adresáře '%1'; @@ -2308,7 +2299,7 @@ Nedoporučuje se jí používat. OCC::SocketApi - + Share with %1 parameter is ownCloud Sdílet s %1 @@ -2451,12 +2442,12 @@ Nedoporučuje se jí používat. Untrusted Certificate - + Nedůvěryhodný certifikát Cannot connect securely to <i>%1</i>: - + Nelze se bezpečně připojit k <i>%1</i>: @@ -2521,11 +2512,6 @@ Nedoporučuje se jí používat. Success. Úspěch. - - - CSync failed to load or create the journal file. Make sure you have read and write permissions in the local sync directory. - CSync se nepodařilo načíst či vytvořit soubor žurnálu. Ujistěte se, že máte oprávnění pro čtení a zápis v místní synchronizované složce. - CSync failed to load the journal file. The journal file is corrupted. @@ -2597,9 +2583,29 @@ Nedoporučuje se jí používat. CSync selhalo z důvodu nezpracovaného odmítnutí práv. - - CSync tried to create a directory that already exists. - CSync se pokusilo vytvořit adresář, který již existuje. + + The mounted folder is temporarily not available on the server + Připojený adresář je na serveru dočasně nedostupný + + + + An error occurred while opening a folder + Došlo k chybě při otvírání adresáře + + + + Error while reading folder. + Chyba při čtení adresáře. + + + + Not allowed because you don't have permission to add parent folder + Není povoleno, protože nemáte oprávnění vytvořit nadřazený adresář + + + + Not allowed because you don't have permission to add files in that folder + Není povoleno, protože nemáte oprávnění přidávat soubory do tohoto adresáře @@ -2616,11 +2622,6 @@ Nedoporučuje se jí používat. Aborted by the user Zrušeno uživatelem - - - The mounted directory is temporarily not available on the server - Připojený adresář je na serveru dočasně nedostupný - Filename contains invalid characters that can not be synced cross platform. @@ -2631,21 +2632,21 @@ Nedoporučuje se jí používat. CSync failed to access Selhal přístup pro CSync + + + CSync failed to load or create the journal file. Make sure you have read and write permissions in the local sync folder. + CSync se nepodařilo načíst či vytvořit soubor žurnálu. Ujistěte se, že máte oprávnění pro čtení a zápis do místního adresáře synchronizace. + + + + CSync tried to create a folder that already exists. + CSync se pokusil vytvořit adresář, který již existuje. + The service is temporarily unavailable Služba je dočasně nedostupná - - - An error occurred while opening a directory - Došlo k chybě při otvírání adresáře - - - - Error while reading directory. - Chyba při čtení adresáře. - An internal error number %1 occurred. @@ -2682,79 +2683,69 @@ Nedoporučuje se jí používat. Stat selhal. - + Filename encoding is not valid Kódování znaků jména soubor je neplatné - + Invalid characters, please rename "%1" Neplatné znaky, prosím přejmenujte "%1" - + Unable to initialize a sync journal. Nemohu inicializovat synchronizační žurnál. - + Cannot open the sync journal Nelze otevřít synchronizační žurnál - - + + Ignored because of the "choose what to sync" blacklist Ignorováno podle nastavení "vybrat co synchronizovat" - - Not allowed because you don't have permission to add sub-directories in that directory - Není povoleno, protože nemáte oprávnění vytvářet podadresáře v tomto adresáři + + Not allowed because you don't have permission to add subfolders to that folder + Není povoleno, protože nemáte oprávnění přidávat podadresáře do tohoto adresáře - - Not allowed because you don't have permission to add parent directory - Není povoleno, protože nemáte oprávnění vytvořit rodičovský adresář - - - - Not allowed because you don't have permission to add files in that directory - Není povoleno, protože nemáte oprávnění přidávat soubory do tohoto adresáře - - - + Not allowed to upload this file because it is read-only on the server, restoring Není povoleno nahrát tento soubor, protože je na serveru uložen pouze pro čtení, obnovuji - - + + Not allowed to remove, restoring Odstranění není povoleno, obnovuji - + Local files and share folder removed. Místní soubory a sdílená složka byly odstraněny. - + Move not allowed, item restored Přesun není povolen, položka obnovena - + Move not allowed because %1 is read-only Přesun není povolen, protože %1 je pouze pro čtení - + the destination cílové umístění - + the source zdroj @@ -2827,22 +2818,36 @@ Nedoporučuje se jí používat. Otevřít v prohlížeči - + + + + Log in... + Přihlásit... + + + + + + Log out + Odhlásit se + + + None. Nic. - + Recent Changes Poslední změny - + Managed Folders: Spravované složky: - + Open folder '%1' Otevřít složku '%1' @@ -2852,37 +2857,40 @@ Nedoporučuje se jí používat. Otevřít %1 v prohlížeči - + + Log out everywhere + Vše odhlásit + + + + Log in everywhere... + Vše přihlásit... + + + Unknown status Neznámý stav - + Settings... Nastavení... - + Details... Podrobnosti... - + Help Nápověda - + Quit %1 Ukončit %1 - - - - - Sign in... - Přihlásit... - Disconnected from %1 @@ -2899,55 +2907,38 @@ Nedoporučuje se jí používat. Účet %1: %2 - - - - Sign out - Odhlásit - - - - Sign out everywhere - Vše odhlásit - - - - Sign in everywhere... - Všude přihlásit... - - - + Crash now Only shows in debug mode to allow testing the crash handler Selhání - + No items synced recently Žádné položky nebyly nedávno synchronizovány - + Discovering '%1' Prohledávám '%1' - + Syncing %1 of %2 (%3 left) Synchronizuji %1 ze %2 (zbývá %3) - + Syncing %1 (%2 left) Synchronizuji %1 (zbývá %2) - + %1 (%2, %3) %1 (%2, %3) - + Up to date Aktuální @@ -2983,6 +2974,11 @@ Nedoporučuje se jí používat. Server Server + + + <html><head/><body><p>If this box is checked, existing content in the local folder will be erased to start a clean sync from the server.</p><p>Do not check this if the local content should be uploaded to the servers folder.</p></body></html> + <html><head/><body><p>Pokud je tato volba zaškrtnuta, aktuální obsah v místním adresáři bude smazán a bude zahájena nová synchronizace ze serveru.</p><p>Nezaškrtávejte pokud má být místní obsah nahrán do adresářů na serveru.</p></body></html> + Start a &clean sync (Erases the local folder!) @@ -3008,11 +3004,6 @@ Nedoporučuje se jí používat. &Keep local data &Ponechat místní data - - - <html><head/><body><p>If this box is checked, existing content in the local directory will be erased to start a clean sync from the server.</p><p>Do not check this if the local content should be uploaded to the servers directory.</p></body></html> - <html><head/><body><p>Pokud je zaškrtnuta tato volba, aktuální obsah v místním adresáři bude smazán a bude zahájena nová synchronizace ze serveru.</p><p>Nevolte tuto možnost pokud má být místní obsah nahrán do adresáře na serveru.</p></body></html> - S&ync everything from server @@ -3168,67 +3159,62 @@ Nedoporučuje se jí používat. Utility - - %L1 TB - %L1 TB - - - + %L1 GB %L1 GB - + %L1 MB %L1 MB - - %L1 kB - %L1 kB + + %L1 KB + %L1 KB - + %L1 B %L1 B - + %Ln year(s) %Ln rok(ů) - + %Ln month(s) %Ln měsíc(ů) - + %Ln day(s) %Ln dny(ů) - + %Ln hour(s) %Ln hodina(y) - + %Ln minute(s) %Ln minuta(y) - + %Ln second(s) %Ln sekunda(y) - + 0 seconds 0 sekund - + %1 %2 %1 %2 diff --git a/translations/client_de.ts b/translations/client_de.ts index c9a8746ca..6812cbe74 100644 --- a/translations/client_de.ts +++ b/translations/client_de.ts @@ -63,14 +63,6 @@ TextLabel - - OCC::Account - - - %1@%2 - %1@%2 - - OCC::AccountSettings @@ -85,8 +77,8 @@ - Delete - Löschen + Remove Account + Nutzerkonto entfernen @@ -105,8 +97,8 @@ - - + + Cancel Abbrechen @@ -121,138 +113,143 @@ Kein Konto konfiguriert. - - Remove folder - Ordner entfernen - - - + Folder creation failed Ordner anlegen fehlgeschlagen - + <p>Could not create local folder <i>%1</i>. <p>Konnte lokalen Ordner <i>%1</i> nicht anlegen. - - Confirm Folder Remove - Löschen des Ordners bestätigen - - - + Stop syncing Synchonisation stoppen - + Confirm Folder Reset Zurücksetzen des Ordners bestätigen - + <p>Do you really want to reset folder <i>%1</i> and rebuild your client database?</p><p><b>Note:</b> This function is designed for maintenance purposes only. No files will be removed, but this can cause significant data traffic and take several minutes or hours to complete, depending on the size of the folder. Only use this option if advised by your administrator.</p> <p>Soll Ordner <i>%1</i> wirklich zurückgesetzt und die Datenbank auf dem Client neu aufgebaut werden?</p><p><b>Hinweis:</b> Diese Funktion ist nur für Wartungszwecke gedacht. Es werden keine Dateien entfernt, jedoch kann diese Aktion erheblichen Datenverkehr verursachen und je nach Größe des Ordnerinhalts mehrere Minuten oder Stunden in Anspruch nehmen. Verwenden Sie diese Funktion nur dann, wenn Ihr Administrator Sie ausdrücklich dazu auffordert.</p> - + Sync Running Synchronisation läuft - + The syncing operation is running.<br/>Do you want to terminate it? Die Synchronisation läuft gerade.<br/>Wollen Sie sie beenden? - + %1 as <i>%2</i> %1 als <i>%2</i> - + Connected to %1. Verbunden mit %1. - + Server %1 is temporarily unavailable. Server %1 ist derzeit nicht verfügbar. - + Signed out from %1. Abgemeldet von %1. - + No connection to %1 at %2. Keine Verbindung zu %1 auf %2 - + There are new folders that were not synchronized because they are too big: %1 Einige neue Ordner wurden nicht synchronisiert, weil sie zu groß sind: %1 - + , , - - Confirm Account Delete + + Confirm Account Removal Konto wirklich entfernen? - + <p>Do you really want to remove the connection to the account <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> <p>Wollen Sie wirklich die Verbindung zum Konto <i>%1</i> lösen?</p><p><b>Anmerkung:</b> Dieser Vorgang wird <b>keine</b> Dateien löschen.</p> - + Remove connection Verbindung entfernen - + Open folder Ordner öffnen - + + Choose What to Sync + Zu synchronisierende Elemente auswählen + + + Resume sync Synchronisation fortsetzen - + Pause sync Synchronisation pausieren - + + Remove sync + + + + + Confirm Sync Removal + + + + <p>Do you really want to stop syncing the folder <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> <p>Möchten Sie wirklich die Synchronisation des Ordners <i>%1</i> stoppen?</p><p><b>Anmerkung:</b> Dies wird <b>keine</b> Dateien löschen.</p> - + %1 (%3%) of %2 in use. Some folders, including network mounted or shared folders, might have different limits. %1 (%3%) von %2 Serverkapazität verwendet. Einige Ordner, einschließlich über das Netzwerk verbundene oder freigegebene Ordner oder geteilte ordner können unterschiedliche Beschränkungen aufweisen. - + %1 of %2 in use %1 von %2 Serverkapazität verwendet - + Currently there is no storage usage information available. Derzeit sind keine Speichernutzungsinformationen verfügbar. - + No %1 connection configured. Keine %1-Verbindung konfiguriert. @@ -379,18 +376,12 @@ Diese Funktion ist nur für Wartungszwecke gedacht. Es werden keine Dateien entf Authentifizierungsfehler: Entweder der Benutzername oder das Passwort sind falsch. - - - Unable to connect to %1 - Verbinden mit %1 nicht möglich - - - + timeout Zeitüberschreitung - + The provided credentials are not correct Die zur Verfügung gestellten Anmeldeinformationen sind nicht korrekt @@ -425,8 +416,8 @@ Diese Funktion ist nur für Wartungszwecke gedacht. Es werden keine Dateien entf - %1 should be a directory but is not. - %1 sollte ein Verzeichnis sein, ist es aber nicht. + %1 should be a folder but is not. + @@ -511,37 +502,35 @@ Diese Funktion ist nur für Wartungszwecke gedacht. Es werden keine Dateien entf Synchronisierungsaktivität - + Could not read system exclude file Systemeigene Ausschlussdatei kann nicht gelesen werden - + A new folder larger than %1 MB has been added: %2. Please go in the settings to select it if you wish to download it. Ein neue Order größer als %1 MB wurde hinzugefügt: %2. Bitte besuchen Sie die Einstellungen, falls sie ihn herunterladen wollen. - + This sync would remove all the files in the sync folder '%1'. -This might be because the folder was silently reconfigured, or that all the file were manually removed. +This might be because the folder was silently reconfigured, or that all the files were manually removed. Are you sure you want to perform this operation? - Dieser Synchronisationsvorgang würde alle Dateien in dem lokalen Ordner '%1' entfernen. -Vielleicht wurde der Ordner neu konfiguriert, oder alle Dateien wurden händisch gelöscht. -Sind Sie sicher, dass sie diese Operation durchführen wollen? + - + Remove All Files? Alle Dateien löschen? - + Remove all files Lösche alle Dateien - + Keep files Dateien behalten @@ -559,112 +548,112 @@ Sind Sie sicher, dass sie diese Operation durchführen wollen? Ein altes Synchronisations-Journal '%1' wurde gefunden, konnte jedoch nicht entfernt werden. Bitte stellen Sie sicher, dass keine Anwendung es verwendet. - + (backup) - + (backup %1) - + Undefined State. Undefinierter Zustand. - + Waits to start syncing. Wartet auf Beginn der Synchronistation - + Preparing for sync. Synchronisation wird vorbereitet. - + Sync is running. Synchronisation läuft. - + Last Sync was successful. Die letzte Synchronisation war erfolgreich. - + Last Sync was successful, but with warnings on individual files. Letzte Synchronisation war erfolgreich, aber mit Warnungen für einzelne Dateien. - + Setup Error. Installationsfehler. - + User Abort. Benutzer-Abbruch - + Sync is paused. Synchronisation wurde angehalten. - + %1 (Sync is paused) %1 (Synchronisation ist pausiert) - + No valid folder selected! Kein gültige Ordner gewählt! - - The selected path is not a directory! + + The selected path is not a folder! Der gewählte Pfad ist kein Ordner! - + You have no permission to write to the selected folder! Sie haben keine Schreibberechtigung für den ausgewählten Ordner! - - - The local path %1 is already an upload folder. Please pick another one! - Das lokale Verzeichnis %1 ist bereits ein Verzeichnis zum Hochladen. Bitte wählen Sie ein anderes Verzeichnis! - - An already configured folder is contained in the current entry. - Ein bereits konfigurierter Ordner ist im aktuellen Verzeichnis vorhanden. + The local folder %1 is already used in a folder sync connection. Please pick another one! + - The selected folder is a symbolic link. An already configured folder is contained in the folder this link is pointing to. - Das gewählte Verzeichnis ist ein symbolischer Link. Ein bereits konfigurierter Ordner befindet sich in dem Ordner auf den dieser Link zeigt. + The local folder %1 already contains a folder used in a folder sync connection. Please pick another one! + - - An already configured folder contains the currently entered folder. - Ein bereits konfigurierter Ordner beinhaltet den aktuell eingegebenen Ordner. + + The local folder %1 is a symbolic link. The link target already contains a folder used in a folder sync connection. Please pick another one! + - - The selected folder is a symbolic link. An already configured folder is the parent of the current selected contains the folder this link is pointing to. - Der ausgewählte Ordner ist ein symbolischer Link. Ein bereits konfigurierter Ordner ist die Wurzel des aktuell ausgewählten Ordners, auf den der Link zeigt. + + The local folder %1 is already contained in a folder used in a folder sync connection. Please pick another one! + + + + + The local folder %1 is a symbolic link. The link target is already contained in a folder used in a folder sync connection. Please pick another one! + OCC::FolderStatusDelegate - Add Folder to Synchronize - Zu synchronisierenden Ordner hinzufügen. + Add Folder Sync Connection + @@ -698,7 +687,7 @@ Sind Sie sicher, dass sie diese Operation durchführen wollen? Click this button to add a folder to synchronize. - + Wählen Sie diese Schaltfläche, um einen zu synchronisierenden Ordner hinzuzufügen. @@ -808,8 +797,8 @@ Gesamtzeit übrig %5 - The directory alias is a descriptive name for this sync connection. - Der Verzeichnis-Alias ist der beschreibende Name der Synchronisationsverbindung. + The folder alias is a descriptive name for this sync connection. + @@ -949,7 +938,7 @@ Gesamtzeit übrig %5 For System Tray - + Für das Systembenachrichtungsfeld @@ -959,12 +948,12 @@ Gesamtzeit übrig %5 Advanced - Fortgeschritten + Erweitert Ask confirmation before downloading folders larger than - Bestätigung abfragen, bevor Ordner mit einer Größe über %1 heruntergeladen werden. + Bestätigung erfragen, bevor große Ordner heruntergeladen werden. Grenze: @@ -1042,7 +1031,7 @@ Konto: %3 Global Ignore Settings - + Globale Ignorier-Einstellungen @@ -1052,7 +1041,7 @@ Konto: %3 Files Ignored by Patterns - + Nach Muster ignorierte Dateien @@ -1076,28 +1065,28 @@ Konto: %3 - Files or directories matching a pattern will not be synchronized. + Files or folders matching a pattern will not be synchronized. Items where deletion is allowed will be deleted if they prevent a directory from being removed. This is useful for meta data. - + Could not open file Datei konnte nicht geöffnet werden - + Cannot write changes to '%1'. Konnte Änderungen nicht in '%1' schreiben. - + Add Ignore Pattern Ignoriermuster hinzufügen - + Add a new ignore pattern: Neues Ignoriermuster hinzufügen: @@ -1373,7 +1362,7 @@ for additional privileges during the process. Update Check - + Aktualitätsprüfung @@ -1400,13 +1389,13 @@ for additional privileges during the process. - Sync the directory '%1' - Verzeichnis '%1' synchronisieren + Sync the folder '%1' + - <p><small><strong>Warning:</strong> The local directory is not empty. Pick a resolution!</small></p> - <p><small><strong>Achtung:</strong> Das lokale Verzeichnis ist nicht leer. Wähle eine entsprechende Lösung!</small></p> + <p><small><strong>Warning:</strong> The local folder is not empty. Pick a resolution!</small></p> + @@ -1469,29 +1458,29 @@ for additional privileges during the process. OCC::OwncloudSetupPage - + Connect to %1 Verbinden mit %1 - + Setup %1 server %1 Server einrichten - + This url is NOT secure as it is not encrypted. It is not advisable to use it. Diese URL ist NICHT sicher, das sie nicht verschlüsselt ist. Es ist nicht ratsam, diese zu benutzen. - + This url is secure. You can use it. Diese URL ist sicher. Sie können Sie benutzen. - + &Next > &Weiter > @@ -1631,7 +1620,7 @@ Es ist nicht ratsam, diese zu benutzen. Der Ordner kann nicht entfernt und gesichert werden, da der Ordner oder einer seiner Dateien in einem anderen Programm geöffnet ist. Bitte schließen Sie den Ordner oder die Datei oder beenden Sie die Installation. - + <font color="green"><b>Local sync folder %1 successfully created!</b></font> <font color="green"><b>Lokaler Sync-Ordner %1 erfolgreich erstellt!</b></font> @@ -1639,12 +1628,12 @@ Es ist nicht ratsam, diese zu benutzen. OCC::OwncloudWizard - + %1 Connection Wizard %1 Verbindungsassistent - + Skip folders configuration Ordner-Konfiguration überspringen @@ -1753,8 +1742,8 @@ Es ist nicht ratsam, diese zu benutzen. - A file or directory was removed from a read only share, but restoring failed: %1 - Eine Datei oder Verzeichnis wurde von einer Nur-Lese-Freigabe wiederhergestellt, aber die Wiederherstellung ist mit folgendem Fehler fehlgeschlagen: %1 + A file or folder was removed from a read only share, but restoring failed: %1 + @@ -1766,8 +1755,8 @@ Es ist nicht ratsam, diese zu benutzen. - could not create directory %1 - Verzeichnis %1 konnte nicht erstellt werden + could not create folder %1 + @@ -1779,8 +1768,8 @@ Es ist nicht ratsam, diese zu benutzen. - Could not remove directory '%1'; - Konnte Verzeichnis '%1'; nicht entfernen. + Could not remove folder '%1'; + @@ -2210,7 +2199,7 @@ Es ist nicht ratsam, diese zu benutzen. Please Set Password - + Bitte wählen Sie ein Passwort: @@ -2304,7 +2293,7 @@ Es ist nicht ratsam, diese zu benutzen. OCC::SocketApi - + Share with %1 parameter is ownCloud Via %1 teilen @@ -2517,11 +2506,6 @@ Es ist nicht ratsam, diese zu benutzen. Success. Erfolgreich - - - CSync failed to load or create the journal file. Make sure you have read and write permissions in the local sync directory. - CSync konnte den Synchronisationsbericht nicht laden oder erstellen. Stellen Sie bitte sicher, dass Sie Lese- und Schreibrechte auf das lokale Synchronisationsverzeichnis haben. - CSync failed to load the journal file. The journal file is corrupted. @@ -2593,9 +2577,29 @@ Es ist nicht ratsam, diese zu benutzen. CSync wegen fehlender Berechtigung fehlgeschlagen. - - CSync tried to create a directory that already exists. - CSync versuchte, ein Verzeichnis zu erstellen, welches bereits existiert. + + The mounted folder is temporarily not available on the server + + + + + An error occurred while opening a folder + + + + + Error while reading folder. + + + + + Not allowed because you don't have permission to add parent folder + + + + + Not allowed because you don't have permission to add files in that folder + @@ -2612,11 +2616,6 @@ Es ist nicht ratsam, diese zu benutzen. Aborted by the user Abbruch durch den Benutzer - - - The mounted directory is temporarily not available on the server - Das eingehängte Verzeichnis ist auf dem Server vorübergehend nicht verfügbar - Filename contains invalid characters that can not be synced cross platform. @@ -2627,21 +2626,21 @@ Es ist nicht ratsam, diese zu benutzen. CSync failed to access CSync-Zugriff fehlgeschlagen + + + CSync failed to load or create the journal file. Make sure you have read and write permissions in the local sync folder. + + + + + CSync tried to create a folder that already exists. + + The service is temporarily unavailable Der Dienst ist vorübergehend nicht erreichbar - - - An error occurred while opening a directory - Beim Öffnen eines Verzeichnisses ist ein Fehler aufgetreten. - - - - Error while reading directory. - - An internal error number %1 occurred. @@ -2675,82 +2674,72 @@ Es ist nicht ratsam, diese zu benutzen. Stat failed. - + Stat fehlgeschlagen. - + Filename encoding is not valid Dateikodierung ist ungültig - + Invalid characters, please rename "%1" Ungültige Zeichenm bitte benennen Sie "%1" um - + Unable to initialize a sync journal. Synchronisationsbericht konnte nicht initialisiert werden. - + Cannot open the sync journal Synchronisationsbericht kann nicht geöffnet werden - - + + Ignored because of the "choose what to sync" blacklist Aufgrund der »Zu synchronisierende Elemente auswählen«-Sperrliste ignoriert - - Not allowed because you don't have permission to add sub-directories in that directory - Nicht erlaubt, da Sie keine Rechte zur Erstellung von Unterordnern haben + + Not allowed because you don't have permission to add subfolders to that folder + - - Not allowed because you don't have permission to add parent directory - Nicht erlaubt, da Sie keine Rechte zur Erstellung von Hauptordnern haben - - - - Not allowed because you don't have permission to add files in that directory - Nicht erlaubt, da Sie keine Rechte zum Hinzufügen von Dateien in diesen Ordner haben - - - + Not allowed to upload this file because it is read-only on the server, restoring Das Hochladen dieser Datei ist nicht erlaubt, da die Datei auf dem Server schreibgeschützt ist, Wiederherstellung - - + + Not allowed to remove, restoring Löschen nicht erlaubt, Wiederherstellung - + Local files and share folder removed. Lokale Dateien und Freigabeordner wurden entfernt. - + Move not allowed, item restored Verschieben nicht erlaubt, Element wiederhergestellt - + Move not allowed because %1 is read-only Verschieben nicht erlaubt, da %1 schreibgeschützt ist - + the destination Das Ziel - + the source Die Quelle @@ -2823,22 +2812,36 @@ Es ist nicht ratsam, diese zu benutzen. Im Browser öffnen - + + + + Log in... + + + + + + + Log out + Abmelden + + + None. Keine. - + Recent Changes Letzte Änderungen - + Managed Folders: Verwaltete Ordner: - + Open folder '%1' Ordner »%1« öffnen @@ -2848,37 +2851,40 @@ Es ist nicht ratsam, diese zu benutzen. %1 im Browser öffnen - + + Log out everywhere + + + + + Log in everywhere... + + + + Unknown status Unbekannter Status - + Settings... Einstellungen … - + Details... Details … - + Help Hilfe - + Quit %1 %1 beenden - - - - - Sign in... - Anmeldung… - Disconnected from %1 @@ -2895,55 +2901,38 @@ Es ist nicht ratsam, diese zu benutzen. Konto %1: %2 - - - - Sign out - Abmeldung - - - - Sign out everywhere - Überall abmelden... - - - - Sign in everywhere... - Überall anmelden... - - - + Crash now Only shows in debug mode to allow testing the crash handler Jetzt abstürzen lassen - + No items synced recently Keine kürzlich synchronisierten Elemente - + Discovering '%1' »%1« wird entdeckt - + Syncing %1 of %2 (%3 left) Synchronisiere %1 von %2 (%3 übrig) - + Syncing %1 (%2 left) Synchronisiere %1 (%2 übrig) - + %1 (%2, %3) %1 (%2, %3) - + Up to date Aktuell @@ -2979,10 +2968,15 @@ Es ist nicht ratsam, diese zu benutzen. Server Server + + + <html><head/><body><p>If this box is checked, existing content in the local folder will be erased to start a clean sync from the server.</p><p>Do not check this if the local content should be uploaded to the servers folder.</p></body></html> + + Start a &clean sync (Erases the local folder!) - + Saubere Syn&chronisation beginnen (entfernt lokalen Ordner!) @@ -3004,11 +2998,6 @@ Es ist nicht ratsam, diese zu benutzen. &Keep local data &Lokale Daten behalten - - - <html><head/><body><p>If this box is checked, existing content in the local directory will be erased to start a clean sync from the server.</p><p>Do not check this if the local content should be uploaded to the servers directory.</p></body></html> - <html><head/><body><p>Wenn diese Option gesetzt ist, werden bestehende Inhalte im lokalen Verzeichnis gelöscht, um eine saubere Synchronisation der Serverdaten zu ermöglichen.</p><p>Wählen Sie diese Option nicht, wenn die lokale Inhalte auf den Server übertragen werden sollen.</p></body></html> - S&ync everything from server @@ -3164,67 +3153,62 @@ Es ist nicht ratsam, diese zu benutzen. Utility - - %L1 TB - - - - + %L1 GB - + %L1 GB - + %L1 MB + %L1 MB + + + + %L1 KB - - %L1 kB - - - - + %L1 B %L1 B - - - %Ln year(s) - - - - - %Ln month(s) - - - %Ln day(s) - + %Ln year(s) + %Ln Jahr(e) - %Ln hour(s) - + %Ln month(s) + %Ln Monat(e) - %Ln minute(s) - + %Ln day(s) + %Ln Tag(e) + %Ln hour(s) + %Ln Stunde(n) + + + + %Ln minute(s) + %Ln Minute(n) + + + %Ln second(s) - + %Ln Sekunde(n) - + 0 seconds - + 0 Sekunden - + %1 %2 %1 %2 diff --git a/translations/client_el.ts b/translations/client_el.ts index e2f391c8a..1bca0a4a6 100644 --- a/translations/client_el.ts +++ b/translations/client_el.ts @@ -63,14 +63,6 @@ TextLabel - - OCC::Account - - - %1@%2 - %1@%2 - - OCC::AccountSettings @@ -85,8 +77,8 @@ - Delete - Διαγραφή + Remove Account + Αφαίρεση Λογαριασμού @@ -105,8 +97,8 @@ - - + + Cancel Άκυρο @@ -121,137 +113,142 @@ Δεν ρυθμίστηκε λογαριασμός. - - Remove folder - Αφαίρεση φακέλου - - - + Folder creation failed Αποτυχία αφαίρεσης φακέλου - + <p>Could not create local folder <i>%1</i>. <p>Αδυναμία δημιουργίας τοπικού φακέλου <i>%1</i>. - - Confirm Folder Remove - Επιβεβαίωση Αφαίρεσης Φακέλου - - - + Stop syncing Διακοπή συγχρονισμού - + Confirm Folder Reset Επιβεβαίωση Επαναφοράς Φακέλου - + <p>Do you really want to reset folder <i>%1</i> and rebuild your client database?</p><p><b>Note:</b> This function is designed for maintenance purposes only. No files will be removed, but this can cause significant data traffic and take several minutes or hours to complete, depending on the size of the folder. Only use this option if advised by your administrator.</p> <p>Θέλετε στ' αλήθεια να επαναφέρετε το φάκελο <i>%1</i> και να επαναδημιουργήσετε τη βάση δεδομένων του δέκτη;</p><p><b>Σημείωση:</b> Αυτή η λειτουργία έχει σχεδιαστεί αποκλειστικά για λόγους συντήρησης. Κανένα αρχείο δεν θα αφαιρεθεί, αλλά αυτό μπορεί να προκαλέσει σημαντική κίνηση δεδομένων και να πάρει αρκετά λεπτά ή ώρες μέχρι να ολοκληρωθεί, ανάλογα με το μέγεθος του φακέλου. Χρησιμοποιείστε αυτή την επιλογή μόνο εάν έχετε συμβουλευτεί αναλόγως από το διαχειριστή σας.</p> - + Sync Running Εκτελείται Συγχρονισμός - + The syncing operation is running.<br/>Do you want to terminate it? Η λειτουργία συγχρονισμού εκτελείται.<br/> Θέλετε να την τερματίσετε; - + %1 as <i>%2</i> %1 ως <i>%2</i> - + Connected to %1. Συνδεδεμένο με %1. - + Server %1 is temporarily unavailable. Ο διακομιστής %1 δεν είναι διαθέσιμος προσωρινά. - + Signed out from %1. Αποσυνδέθηκε από %1. - + No connection to %1 at %2. Δεν υπάρχει σύνδεση με το %1 στο %2. - + There are new folders that were not synchronized because they are too big: %1 Υπάρχουν νέοι φάκελοι που δεν συγχρονίσθηκαν επειδή είναι πολυ μεγάλοι: %1 - + , , - - Confirm Account Delete - Επιβεβαίωση Διαγραφής Λογαριασμού + + Confirm Account Removal + Επιβεβαίωση Αφαίρεσης Λογαριασμού - + <p>Do you really want to remove the connection to the account <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> <p>Θέλετε πραγματικά να αφαιρέσετε τη σύνδεση με το λογαριασμό <i>%1</i>;</p><p><b>Σημείωση:</b> Αυτό <b>δεν</b> θα διαγράψει κανένα αρχείο.</p> - + Remove connection Αφαίρεση σύνδεσης - + Open folder Άνοιγμα φακέλου - + + Choose What to Sync + Επιλέξτε Τι θα Συγχρονιστεί + + + Resume sync Συνέχιση συγχρονισμού - + Pause sync Παύση συγχρονισμού - + + Remove sync + Αφαίρεση συγχρονισμού + + + + Confirm Sync Removal + Επιβεβαίωση Αφαίρεσης Συγχρονισμού + + + <p>Do you really want to stop syncing the folder <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> <p>Θέλετε πραγματικά να σταματήσετε το συγχρονισμό του φακέλου <i>%1</i>;</p><p><b>Σημείωση:</b> Αυτό <b>δεν</b> θα διαγράψει κανένα αρχείο.</p> - + %1 (%3%) of %2 in use. Some folders, including network mounted or shared folders, might have different limits. %1 (%3%) από %2 σε χρήση. Μερικοί φάκελοι, συμπεριλαμβανομένων των δικτυακών ή των κοινόχρηστων μπορεί να έχουν διαφορετικά όρια. - + %1 of %2 in use %1 από %2 σε χρήση - + Currently there is no storage usage information available. Προς το παρόν δεν υπάρχουν πληροφορίες χρήσης χώρου αποθήκευσης διαθέσιμες. - + No %1 connection configured. Δεν έχει ρυθμιστεί σύνδεση με το %1. @@ -378,18 +375,12 @@ Σφάλμα Πιστοποίησης: Το όνομα χρήστη ή ο κωδικός πρόσβασης είναι λανθασμένα. - - - Unable to connect to %1 - Αδυναμία σύνδεσης με %1 - - - + timeout παρέλευση χρονικού ορίου - + The provided credentials are not correct Τα παρεχόμενα διαπιστευτήρια δεν είναι σωστά @@ -424,8 +415,8 @@ - %1 should be a directory but is not. - Ο %1 θα έπρεπε να είναι κατάλογος αρχείων αλλά δεν είναι. + %1 should be a folder but is not. + Το %1 θα έπρεπε να είναι φάκελος αλλά δεν είναι. @@ -510,38 +501,38 @@ Δραστηριότητα Συγχρονισμού - + Could not read system exclude file Αδυναμία ανάγνωσης αρχείου αποκλεισμού συστήματος - + A new folder larger than %1 MB has been added: %2. Please go in the settings to select it if you wish to download it. Ένας νέος φάκελος μεγαλύτερος από %1 MB έχει προστεθεί: %2. Παρακαλούμε πηγαίνετε στις ρυθμίσεις για να επιλέξετε αν επιθυμείτε να τον κατεβάσετε. - + This sync would remove all the files in the sync folder '%1'. -This might be because the folder was silently reconfigured, or that all the file were manually removed. +This might be because the folder was silently reconfigured, or that all the files were manually removed. Are you sure you want to perform this operation? - Αυτός ο συγχρονισμός θα αφαιρέσει όλα τα αρχεία από το φάκελο συγχρονισμού '%1'. -Αυτό μπορεί να συμβεί επειδή ο φάκελος επαναρυθμίστηκε σιωπηλά, ή επειδή όλα τα αρχεία αφαιρέθηκαν χειροκίνητα. + Αυτός ο συγχρονισμός θα αφαιρούσε όλα τα αρχεία του φακέλου συγχρονισμού '%1' +Αυτό μπορεί να συμβαίνει επειδή ο φάκελος επαναρυθμίστηκε σιωπηλά ή ότι όλα τα αρχεία αφαιρέθηκαν χειροκίνητα. Είστε σίγουροι ότι θέλετε να εκτελέσετε αυτή τη λειτουργία; - + Remove All Files? Αφαίρεση Όλων των Αρχείων; - + Remove all files Αφαίρεση όλων των αρχείων - + Keep files Διατήρηση αρχείων @@ -559,112 +550,112 @@ Are you sure you want to perform this operation? Βρέθηκε ένα παλαιότερο αρχείο συγχρονισμού '%1', αλλά δεν μπόρεσε να αφαιρεθεί. Παρακαλώ βεβαιωθείτε ότι καμμία εφαρμογή δεν το χρησιμοποιεί αυτή τη στιγμή. - + (backup) (αντίγραφο ασφαλείας) - + (backup %1) (αντίγραοφ ασφαλέιας %1) - + Undefined State. Απροσδιόριστη Κατάσταση. - + Waits to start syncing. Αναμονή έναρξης συγχρονισμού. - + Preparing for sync. Προετοιμασία για συγχρονισμό. - + Sync is running. Ο συγχρονισμός εκτελείται. - + Last Sync was successful. Ο τελευταίος συγχρονισμός ήταν επιτυχής. - + Last Sync was successful, but with warnings on individual files. Ο τελευταίος συγχρονισμός ήταν επιτυχής, αλλά υπήρχαν προειδοποιήσεις σε συγκεκριμένα αρχεία. - + Setup Error. Σφάλμα Ρύθμισης. - + User Abort. Ματαίωση από Χρήστη. - + Sync is paused. Παύση συγχρονισμού. - + %1 (Sync is paused) %1 (Παύση συγχρονισμού) - + No valid folder selected! Δεν επιλέχθηκε έγκυρος φάκελος! - - The selected path is not a directory! - Η επιλεγμένη διαδρομή δεν είναι κατάλογος! + + The selected path is not a folder! + Η επιλεγμένη διαδρομή δεν είναι φάκελος! - + You have no permission to write to the selected folder! Δεν έχετε δικαιώματα εγγραφής στον επιλεγμένο φάκελο! - - - The local path %1 is already an upload folder. Please pick another one! - Η τοπική διαδρομή %1 είναι ήδη ένας φάκελος μεταφόρτωσης. Παρακαλώ επιλέξτε κάποιον άλλο! - - An already configured folder is contained in the current entry. - Ένας ήδη ρυθμισμένος φάκελος περιέχεται στην τρέχουσα καταχώρηση. + The local folder %1 is already used in a folder sync connection. Please pick another one! + Ο τοπικός φάκελος %1 χρησιμοποιείται ήδη σε μια σύνδεση συγχρονισμού φακέλου. Παρακαλώ επιλέξτε άλλον! - The selected folder is a symbolic link. An already configured folder is contained in the folder this link is pointing to. - Ο επιλεγμένος φάκελος είναι ένας συμβολικός σύνδεσμος. Ένας ήδη ρυθμισμένος φάκελος περιέχεται στο φάκελο στον οποίο καταλήγει αυτός ο σύνδεσμος. + The local folder %1 already contains a folder used in a folder sync connection. Please pick another one! + Ο τοπικός φάκελος %1 περιέχει ήδη ένα φάκελο που χρησιμοποιείται σε μια σύνδεση συγχρονισμού φακέλου. Παρακαλώ επιλέξτε άλλον! - - An already configured folder contains the currently entered folder. - Ένας ήδη ρυθμισμένος φάκελος περιέχει τον φάκελο που μόλις επιλέξατε. + + The local folder %1 is a symbolic link. The link target already contains a folder used in a folder sync connection. Please pick another one! + Ο τοπικός φάκελος %1 είναι συμβολικός σύνδεσμος. Ο σύνδεσμος που παραπέμπει περιέχει ήδη ένα φάκελο που βρίσκεται σε συγχρονισμό. Παρακαλώ επιλέξτε άλλον! - - The selected folder is a symbolic link. An already configured folder is the parent of the current selected contains the folder this link is pointing to. - Ο επιλεγμένος φάκελος είναι ένας συμβολικός σύνδεσμος. Ο φάκελος στον οποίο οδηγεί ο σύνδεσμος περιέχεται σε έναν φάκελο που είναι ήδη ρυθμισμένος. + + The local folder %1 is already contained in a folder used in a folder sync connection. Please pick another one! + Ο τοπικός φάκελος %1 περιέχεται ήδη σε φάκελο που χρησιμοποιείται σε μια σύνδεση συγχρονισμού. Παρακαλώ επιλέξτε άλλον! + + + + The local folder %1 is a symbolic link. The link target is already contained in a folder used in a folder sync connection. Please pick another one! + Ο τοπικός φάκελος %1 είναι συμβολικός σύνδεσμος. Ο σύνδεσμος που παραπέμπει περιέχεται ήδη σε φάκελο που βρίσκεται σε συγχρονισμό. Παρακαλώ επιλέξτε άλλον! OCC::FolderStatusDelegate - Add Folder to Synchronize - Προσθήκη φακέλου στο Συγχρονισμό + Add Folder Sync Connection + Προσθήκη Σύνδεσης Συγχρονισμού Φακέλου @@ -809,8 +800,8 @@ Total time left %5 - The directory alias is a descriptive name for this sync connection. - Το όνομα καταλόγου είναι ένα περιγραφικό όνομα για αυτή τη σύνδεση συγχρονισμού. + The folder alias is a descriptive name for this sync connection. + Το όνομα φακέλου είναι ένα περιγραφικό όνομα για αυτή τη σύνδεση συγχρονισμού. @@ -1077,30 +1068,30 @@ Account: %3 - Files or directories matching a pattern will not be synchronized. + Files or folders matching a pattern will not be synchronized. Items where deletion is allowed will be deleted if they prevent a directory from being removed. This is useful for meta data. - Αρχεία ή κατάλογοι αρχείων που ταιριάζουν με αυτό το πρότυπο δεν θα συγχρονιστούν. + Αρχεία ή φάκελοι αρχείων που ταιριάζουν με αυτό το πρότυπο δεν θα συγχρονιστούν. -Τα στοιχεία όπου επιτρέπεται η διαγραφή θα διαγράφονται εάν εμποδίζουν την αφαίρεση ενός καταλόγου αρχείων. Αυτό είναι χρήσιμο για μετα-δεδομένα. +Τα στοιχεία όπου επιτρέπεται η διαγραφή θα διαγράφονται εάν εμποδίζουν την αφαίρεση ενός φακέλου αρχείων. Αυτό είναι χρήσιμο για μετα-δεδομένα. - + Could not open file Αδυναμία ανοίγματος αρχείου - + Cannot write changes to '%1'. Αδυναμία εγγραφής αλλαγών στο '%1'. - + Add Ignore Pattern Προσθήκη Προτύπου Αγνόησης - + Add a new ignore pattern: Προσθήκη νέου προτύπου αγνόησης: @@ -1404,13 +1395,13 @@ for additional privileges during the process. - Sync the directory '%1' - Συγχρονισμός του φακέλου '%1' + Sync the folder '%1' + Συγχρονισμός φακέλου '%1' - <p><small><strong>Warning:</strong> The local directory is not empty. Pick a resolution!</small></p> - <p><small><strong>Προειδοποίηση:</strong> Ο τοπικός κατάλογος αρχείων δεν είναι άδειος. Διαλέξτε μια λύση!</small></p> + <p><small><strong>Warning:</strong> The local folder is not empty. Pick a resolution!</small></p> + <p><small><strong>Προσοχή:</strong> Ο τοπικός φάκελος δεν είναι άδειος. Επιλέξτε μια επίλυση!</small></p> @@ -1473,29 +1464,29 @@ for additional privileges during the process. OCC::OwncloudSetupPage - + Connect to %1 Σύνδεση με %1 - + Setup %1 server Ρύθμιση %1 διακομιστή - + This url is NOT secure as it is not encrypted. It is not advisable to use it. Αυτή η ιστοσελίδα ΔΕΝ είναι ασφαλής καθώς δεν είναι κρυπτογραφημένη. Δεν προτείνεται να τη χρησιμοποιήσετε. - + This url is secure. You can use it. Αυτή η url είναι ασφαλής. Μπορείτε να τη χρησιμοποιήσετε. - + &Next > &Επόμενο > @@ -1635,7 +1626,7 @@ It is not advisable to use it. Αδυναμία αφαίρεσης και δημιουργίας αντιγράφου ασφαλείας του φακέλου διότι ο φάκελος ή ένα αρχείο του είναι ανοικτό από άλλο πρόγραμμα. Παρακαλώ κλείστε τον φάκελο ή το αρχείο και πατήστε επανάληψη ή ακυρώστε την ρύθμιση. - + <font color="green"><b>Local sync folder %1 successfully created!</b></font> <font color="green"><b>Επιτυχής δημιουργία τοπικού φακέλου %1 για συγχρονισμό!</b></font> @@ -1643,12 +1634,12 @@ It is not advisable to use it. OCC::OwncloudWizard - + %1 Connection Wizard %1 Οδηγός Σύνδεσης - + Skip folders configuration Παράλειψη διαμόρφωσης φακέλων @@ -1757,7 +1748,7 @@ It is not advisable to use it. - A file or directory was removed from a read only share, but restoring failed: %1 + A file or folder was removed from a read only share, but restoring failed: %1 Ένα αρχείο ή ένας κατάλογος αφαιρέθηκε από ένα διαμοιρασμένο κατάλογο μόνο για ανάγνωση, αλλά η επαναφορά απέτυχε: %1 @@ -1770,8 +1761,8 @@ It is not advisable to use it. - could not create directory %1 - αδυναμία δημιουργίας καταλόγου %1 + could not create folder %1 + αδυναμία δημιουργίας φακέλου %1 @@ -1783,8 +1774,8 @@ It is not advisable to use it. - Could not remove directory '%1'; - Αδυναμία αφαίρεσης καταλόγου '%1'; + Could not remove folder '%1'; + Αδυναμία αφαίρεσης φακέλου '%1'; @@ -2309,7 +2300,7 @@ It is not advisable to use it. OCC::SocketApi - + Share with %1 parameter is ownCloud Διαμοιρασμός με %1 @@ -2522,11 +2513,6 @@ It is not advisable to use it. Success. Επιτυχία. - - - CSync failed to load or create the journal file. Make sure you have read and write permissions in the local sync directory. - Το CSync απέτυχε να φορτώσει ή να δημιουργήσει το αρχείο καταλόγου. Βεβαιωθείτε ότι έχετε άδειες ανάγνωσης και εγγραφής στον τοπικό κατάλογο συγχρονισμού. - CSync failed to load the journal file. The journal file is corrupted. @@ -2598,9 +2584,29 @@ It is not advisable to use it. Το CSync απέτυχε λόγω απόρριψης μη-διαχειρίσιμων δικαιωμάτων. - - CSync tried to create a directory that already exists. - Το CSync προσπάθησε να δημιουργήσει ένα κατάλογο που υπάρχει ήδη. + + The mounted folder is temporarily not available on the server + Ο προσαρτημένος φάκελος δεν είναι διαθέσιμος στον δικομιστή προσωρινά + + + + An error occurred while opening a folder + Παρουσιάστηκε σφάλμα κατά το άνοιγμα του φακέλου + + + + Error while reading folder. + Σφάλμα κατά την ανάγνωση του φακέλου. + + + + Not allowed because you don't have permission to add parent folder + Δεν επιτρέπεται επειδή δεν έχετε δικαιώματα να προσθέσετε γονικό κατάλογο + + + + Not allowed because you don't have permission to add files in that folder + Δεν επιτρέπεται επειδή δεν έχετε δικαιώματα να προσθέσετε αρχεία σε αυτόν τον φάκελο @@ -2617,11 +2623,6 @@ It is not advisable to use it. Aborted by the user Ματαιώθηκε από το χρήστη - - - The mounted directory is temporarily not available on the server - Ο προσαρτημένος κατάλογος δεν είναι προσωρινά διαθέσιμος στον δικομιστή - Filename contains invalid characters that can not be synced cross platform. @@ -2632,21 +2633,21 @@ It is not advisable to use it. CSync failed to access Το CSync απέτυχε να αποκτήσει πρόσβαση + + + CSync failed to load or create the journal file. Make sure you have read and write permissions in the local sync folder. + Το CSync απέτυχε να φορτώσει ή να δημιουργήσει το αρχείο καταγραφής. Βεβαιωθείτε ότι έχετε άδεια ανάγνωσης και εγγραφής στον τοπικό κατάλογο συγχρονισμού. + + + + CSync tried to create a folder that already exists. + Το CSync προσπάθησε να δημιουργήσει φάκελο που υπάρχει ήδη. + The service is temporarily unavailable Η υπηρεσία δεν είναι διαθέσιμη προσωρινά - - - An error occurred while opening a directory - Προέκυψε σφάλμα κατά το άνοιγμα ενός καταλόγου - - - - Error while reading directory. - Σφάλμα κατά την ανάγνωση του καταλόγου. - An internal error number %1 occurred. @@ -2683,79 +2684,69 @@ It is not advisable to use it. Απέτυχε. - + Filename encoding is not valid Η κωδικοποίηση του ονόματος αρχείου δεν είναι έγκυρη - + Invalid characters, please rename "%1" Μη έγκυροι χαρακτήρες, παρακαλώ μετονομάστε το "%1" - + Unable to initialize a sync journal. Αδυναμία προετοιμασίας αρχείου συγχρονισμού. - + Cannot open the sync journal Αδυναμία ανοίγματος του αρχείου συγχρονισμού - - + + Ignored because of the "choose what to sync" blacklist Αγνοήθηκε εξαιτίας της μαύρης λίστας "διάλεξε τι να συγχρονιστεί" - - Not allowed because you don't have permission to add sub-directories in that directory - Δεν επιτρέπεται επειδή δεν έχετε δικαιώματα να προσθέσετε υπο-καταλόγους σε αυτό τον κατάλογο + + Not allowed because you don't have permission to add subfolders to that folder + Δεν επιτρέπεται επειδή δεν έχετε δικαιώματα να προσθέσετε υποφακέλους σε αυτό τον φάκελο - - Not allowed because you don't have permission to add parent directory - Δεν επιτρέπεται επειδή δεν έχετε δικαιώματα να προσθέσετε στο γονεϊκό κατάλογο - - - - Not allowed because you don't have permission to add files in that directory - Δεν επιτρέπεται επειδή δεν έχεται δικαιώματα να προσθέσετε αρχεία σε αυτόν τον κατάλογο - - - + Not allowed to upload this file because it is read-only on the server, restoring Δεν επιτρέπεται να μεταφορτώσετε αυτό το αρχείο επειδή είναι μόνο για ανάγνωση στο διακομιστή, αποκατάσταση σε εξέλιξη - - + + Not allowed to remove, restoring Δεν επιτρέπεται η αφαίρεση, αποκατάσταση σε εξέλιξη - + Local files and share folder removed. Οι τοπικοί φάκελοι και ο φάκελος κοινής χρήσης αφαιρέθηκαν. - + Move not allowed, item restored Η μετακίνηση δεν επιτρέπεται, το αντικείμενο αποκαταστάθηκε - + Move not allowed because %1 is read-only Η μετακίνηση δεν επιτρέπεται επειδή το %1 είναι μόνο για ανάγνωση - + the destination ο προορισμός - + the source η προέλευση @@ -2828,22 +2819,36 @@ It is not advisable to use it. Άνοιγμα στον περιηγητή ιστού - + + + + Log in... + Σύνδεση... + + + + + + Log out + Αποσύνδεση + + + None. Καμμία. - + Recent Changes Πρόσφατες Αλλαγές - + Managed Folders: Φάκελοι υπό Διαχείριση: - + Open folder '%1' Άνοιγμα φακέλου '%1' @@ -2853,37 +2858,40 @@ It is not advisable to use it. Άνοιγμα %1 στον περιηγητή - + + Log out everywhere + Αποσύνδεση από παντού + + + + Log in everywhere... + Συνδεση παντού... + + + Unknown status Άγνωστη κατάσταση - + Settings... Ρυθμίσεις... - + Details... Λεπτομέρειες... - + Help Βοήθεια - + Quit %1 Κλείσιμο %1 - - - - - Sign in... - Σύνδεση... - Disconnected from %1 @@ -2900,55 +2908,38 @@ It is not advisable to use it. Λογαριασμός %1: %2 - - - - Sign out - Αποσύνδεση - - - - Sign out everywhere - Αποσύνδεση από παντού - - - - Sign in everywhere... - Συνδεση παντού... - - - + Crash now Only shows in debug mode to allow testing the crash handler Κατάρρευση τώρα - + No items synced recently Κανένα στοιχείο δεν συγχρονίστηκε πρόσφατα - + Discovering '%1' Εντοπισμός '%1' - + Syncing %1 of %2 (%3 left) Συγχρονισμός %1 από %2 (%3 απομένουν) - + Syncing %1 (%2 left) Συγχρονισμός %1 (%2 απομένουν) - + %1 (%2, %3) %1 (%2, %3) - + Up to date Ενημερωμένο @@ -2984,6 +2975,11 @@ It is not advisable to use it. Server Διακομιστής + + + <html><head/><body><p>If this box is checked, existing content in the local folder will be erased to start a clean sync from the server.</p><p>Do not check this if the local content should be uploaded to the servers folder.</p></body></html> + <html><head/><body><p>Εάν αυτό το κουτί είναι επιλεγμένο, το υπάρχον περιεχόμενο του τοπικού καταλόγου θα διαγραφεί ώστε να αρχίσει ένας νέος συγχρονισμός από το διακομιστή.</p><p>Μην το επιλέξετε εάν το τοπικό περιεχόμενο πρέπει να μεταφορτωθεί στον κατάλογο του διακομιστή.</p></body></html> + Start a &clean sync (Erases the local folder!) @@ -3009,11 +3005,6 @@ It is not advisable to use it. &Keep local data &Διατήρηση τοπικών δεδομένων - - - <html><head/><body><p>If this box is checked, existing content in the local directory will be erased to start a clean sync from the server.</p><p>Do not check this if the local content should be uploaded to the servers directory.</p></body></html> - <html><head/><body><p>Εάν αυτό το κουτί είναι επιλεγμένο, το υπάρχων περιεχόμενο του τοπικού καταλόγου θα διαγραφεί ώστε να αρχίσει ένας νέος συγχρονισμός από το διακομιστή.</p><p>Μην το επιλέξετε εάν το τοπικό περιεχόμενο πρέπει να μεταφορτωθεί στον κατάλογο του διακομιστή.</p></body></html> - S&ync everything from server @@ -3169,67 +3160,62 @@ It is not advisable to use it. Utility - - %L1 TB - %L1 TB - - - + %L1 GB %L1 GB - + %L1 MB %L1 MB - - %L1 kB - %L1 kB + + %L1 KB + %L1 KB - + %L1 B %L1 B - + %Ln year(s) %Ln έτος(η) - + %Ln month(s) %Ln μήνας(ες) - + %Ln day(s) %Ln ημέρα(ες) - + %Ln hour(s) %Ln ώρα(ες) - + %Ln minute(s) %Ln λεπτό(ά) - + %Ln second(s) %Ln δευτερόλεπτο(α) - + 0 seconds 0 δευτερόλεπτα - + %1 %2 %1 %2 diff --git a/translations/client_en.ts b/translations/client_en.ts index 78f0052a4..26c4d0436 100644 --- a/translations/client_en.ts +++ b/translations/client_en.ts @@ -65,14 +65,6 @@ - - OCC::Account - - - %1@%2 - - - OCC::AccountSettings @@ -87,7 +79,7 @@ - Delete + Remove Account @@ -107,8 +99,8 @@ - - + + Cancel @@ -123,137 +115,142 @@ - - Remove folder - - - - + Folder creation failed - + <p>Could not create local folder <i>%1</i>. - - Confirm Folder Remove - - - - + Stop syncing - + Confirm Folder Reset - + <p>Do you really want to reset folder <i>%1</i> and rebuild your client database?</p><p><b>Note:</b> This function is designed for maintenance purposes only. No files will be removed, but this can cause significant data traffic and take several minutes or hours to complete, depending on the size of the folder. Only use this option if advised by your administrator.</p> - + Sync Running - + The syncing operation is running.<br/>Do you want to terminate it? - + %1 as <i>%2</i> - + Connected to %1. - + Server %1 is temporarily unavailable. - + Signed out from %1. - + No connection to %1 at %2. - + There are new folders that were not synchronized because they are too big: %1 - + , - - Confirm Account Delete + + Confirm Account Removal - + <p>Do you really want to remove the connection to the account <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> - + Remove connection - + Open folder - + + Choose What to Sync + + + + Resume sync - + Pause sync - + + Remove sync + + + + + Confirm Sync Removal + + + + <p>Do you really want to stop syncing the folder <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> - + %1 (%3%) of %2 in use. Some folders, including network mounted or shared folders, might have different limits. - + %1 of %2 in use - + Currently there is no storage usage information available. - + No %1 connection configured. @@ -380,18 +377,12 @@ - - - Unable to connect to %1 - - - - + timeout - + The provided credentials are not correct @@ -426,7 +417,7 @@ - %1 should be a directory but is not. + %1 should be a folder but is not. @@ -512,35 +503,35 @@ - + Could not read system exclude file - + A new folder larger than %1 MB has been added: %2. Please go in the settings to select it if you wish to download it. - + This sync would remove all the files in the sync folder '%1'. -This might be because the folder was silently reconfigured, or that all the file were manually removed. +This might be because the folder was silently reconfigured, or that all the files were manually removed. Are you sure you want to perform this operation? - + Remove All Files? - + Remove all files - + Keep files @@ -558,103 +549,103 @@ Are you sure you want to perform this operation? - + (backup) - + (backup %1) - + Undefined State. - + Waits to start syncing. - + Preparing for sync. - + Sync is running. - + Last Sync was successful. - + Last Sync was successful, but with warnings on individual files. - + Setup Error. - + User Abort. - + Sync is paused. - + %1 (Sync is paused) - + No valid folder selected! - - The selected path is not a directory! + + The selected path is not a folder! - + You have no permission to write to the selected folder! - - - The local path %1 is already an upload folder. Please pick another one! - - - An already configured folder is contained in the current entry. + The local folder %1 is already used in a folder sync connection. Please pick another one! - The selected folder is a symbolic link. An already configured folder is contained in the folder this link is pointing to. + The local folder %1 already contains a folder used in a folder sync connection. Please pick another one! - - An already configured folder contains the currently entered folder. + + The local folder %1 is a symbolic link. The link target already contains a folder used in a folder sync connection. Please pick another one! - - The selected folder is a symbolic link. An already configured folder is the parent of the current selected contains the folder this link is pointing to. + + The local folder %1 is already contained in a folder used in a folder sync connection. Please pick another one! + + + + + The local folder %1 is a symbolic link. The link target is already contained in a folder used in a folder sync connection. Please pick another one! @@ -662,7 +653,7 @@ Are you sure you want to perform this operation? OCC::FolderStatusDelegate - Add Folder to Synchronize + Add Folder Sync Connection @@ -809,7 +800,7 @@ Total time left %5 - The directory alias is a descriptive name for this sync connection. + The folder alias is a descriptive name for this sync connection. @@ -1073,28 +1064,28 @@ Account: %3 - Files or directories matching a pattern will not be synchronized. + Files or folders matching a pattern will not be synchronized. Items where deletion is allowed will be deleted if they prevent a directory from being removed. This is useful for meta data. - + Could not open file - + Cannot write changes to '%1'. - + Add Ignore Pattern - + Add a new ignore pattern: @@ -1397,12 +1388,12 @@ for additional privileges during the process. - Sync the directory '%1' + Sync the folder '%1' - <p><small><strong>Warning:</strong> The local directory is not empty. Pick a resolution!</small></p> + <p><small><strong>Warning:</strong> The local folder is not empty. Pick a resolution!</small></p> @@ -1466,28 +1457,28 @@ for additional privileges during the process. OCC::OwncloudSetupPage - + Connect to %1 - + Setup %1 server - + This url is NOT secure as it is not encrypted. It is not advisable to use it. - + This url is secure. You can use it. - + &Next > @@ -1627,7 +1618,7 @@ It is not advisable to use it. - + <font color="green"><b>Local sync folder %1 successfully created!</b></font> @@ -1635,12 +1626,12 @@ It is not advisable to use it. OCC::OwncloudWizard - + %1 Connection Wizard - + Skip folders configuration @@ -1749,7 +1740,7 @@ It is not advisable to use it. - A file or directory was removed from a read only share, but restoring failed: %1 + A file or folder was removed from a read only share, but restoring failed: %1 @@ -1762,7 +1753,7 @@ It is not advisable to use it. - could not create directory %1 + could not create folder %1 @@ -1775,7 +1766,7 @@ It is not advisable to use it. - Could not remove directory '%1'; + Could not remove folder '%1'; @@ -2301,7 +2292,7 @@ It is not advisable to use it. OCC::SocketApi - + Share with %1 parameter is ownCloud @@ -2512,11 +2503,6 @@ It is not advisable to use it. Success. - - - CSync failed to load or create the journal file. Make sure you have read and write permissions in the local sync directory. - - CSync failed to load the journal file. The journal file is corrupted. @@ -2588,8 +2574,28 @@ It is not advisable to use it. - - CSync tried to create a directory that already exists. + + The mounted folder is temporarily not available on the server + + + + + An error occurred while opening a folder + + + + + Error while reading folder. + + + + + Not allowed because you don't have permission to add parent folder + + + + + Not allowed because you don't have permission to add files in that folder @@ -2607,11 +2613,6 @@ It is not advisable to use it. Aborted by the user - - - The mounted directory is temporarily not available on the server - - Filename contains invalid characters that can not be synced cross platform. @@ -2622,21 +2623,21 @@ It is not advisable to use it. CSync failed to access + + + CSync failed to load or create the journal file. Make sure you have read and write permissions in the local sync folder. + + + + + CSync tried to create a folder that already exists. + + The service is temporarily unavailable - - - An error occurred while opening a directory - - - - - Error while reading directory. - - An internal error number %1 occurred. @@ -2673,79 +2674,69 @@ It is not advisable to use it. - + Filename encoding is not valid - + Invalid characters, please rename "%1" - + Unable to initialize a sync journal. - + Cannot open the sync journal - - + + Ignored because of the "choose what to sync" blacklist - - Not allowed because you don't have permission to add sub-directories in that directory + + Not allowed because you don't have permission to add subfolders to that folder - - Not allowed because you don't have permission to add parent directory - - - - - Not allowed because you don't have permission to add files in that directory - - - - + Not allowed to upload this file because it is read-only on the server, restoring - - + + Not allowed to remove, restoring - + Local files and share folder removed. - + Move not allowed, item restored - + Move not allowed because %1 is read-only - + the destination - + the source @@ -2818,22 +2809,36 @@ It is not advisable to use it. - + + + + Log in... + + + + + + + Log out + + + + None. - + Recent Changes - + Managed Folders: - + Open folder '%1' @@ -2843,37 +2848,40 @@ It is not advisable to use it. - - Unknown status + + Log out everywhere + + + + + Log in everywhere... + Unknown status + + + + Settings... - + Details... - + Help - + Quit %1 - - - - - Sign in... - - Disconnected from %1 @@ -2890,55 +2898,38 @@ It is not advisable to use it. - - - - Sign out - - - - - Sign out everywhere - - - - - Sign in everywhere... - - - - + Crash now Only shows in debug mode to allow testing the crash handler - + No items synced recently - + Discovering '%1' - + Syncing %1 of %2 (%3 left) - + Syncing %1 (%2 left) - + %1 (%2, %3) - + Up to date @@ -2974,6 +2965,11 @@ It is not advisable to use it. Server + + + <html><head/><body><p>If this box is checked, existing content in the local folder will be erased to start a clean sync from the server.</p><p>Do not check this if the local content should be uploaded to the servers folder.</p></body></html> + + Start a &clean sync (Erases the local folder!) @@ -2999,11 +2995,6 @@ It is not advisable to use it. &Keep local data - - - <html><head/><body><p>If this box is checked, existing content in the local directory will be erased to start a clean sync from the server.</p><p>Do not check this if the local content should be uploaded to the servers directory.</p></body></html> - - S&ync everything from server @@ -3159,67 +3150,62 @@ It is not advisable to use it. Utility - - %L1 TB - - - - + %L1 GB - + %L1 MB - - %L1 kB + + %L1 KB - + %L1 B - + %Ln year(s) - + %Ln month(s) - + %Ln day(s) - + %Ln hour(s) - + %Ln minute(s) - + %Ln second(s) - + 0 seconds - + %1 %2 diff --git a/translations/client_es.ts b/translations/client_es.ts index 0b037c0ca..72d04f681 100644 --- a/translations/client_es.ts +++ b/translations/client_es.ts @@ -63,14 +63,6 @@ EtiquetaDeTexto - - OCC::Account - - - %1@%2 - %1@%2 - - OCC::AccountSettings @@ -85,8 +77,8 @@ - Delete - Borrar + Remove Account + Eliminar cuenta @@ -105,8 +97,8 @@ - - + + Cancel Cancelar @@ -121,137 +113,142 @@ No se ha configurado ninguna cuenta. - - Remove folder - Eliminar carpeta - - - + Folder creation failed Hubo un fallo al crear la carpeta - + <p>Could not create local folder <i>%1</i>. <p>No se pudo crear la carpeta local <i>%1</i>. - - Confirm Folder Remove - Confirmar la eliminación de la carpeta - - - + Stop syncing Parando la sincronización - + Confirm Folder Reset Confirme que desea restablecer la carpeta - + <p>Do you really want to reset folder <i>%1</i> and rebuild your client database?</p><p><b>Note:</b> This function is designed for maintenance purposes only. No files will be removed, but this can cause significant data traffic and take several minutes or hours to complete, depending on the size of the folder. Only use this option if advised by your administrator.</p> <p>¿Realmente desea restablecer la carpeta <i>%1</i> y reconstruir la base de datos de cliente?</p><p><b>Nota:</b> Esta función es para mantenimiento únicamente. No se eliminarán archivos, pero se puede causar alto tráfico en la red y puede tomar varios minutos u horas para terminar, dependiendo del tamaño de la carpeta. Únicamente utilice esta opción si así lo indica su administrador.</p> - + Sync Running Sincronización en curso - + The syncing operation is running.<br/>Do you want to terminate it? La sincronización está en curso.<br/>¿Desea interrumpirla? - + %1 as <i>%2</i> %1 como <i>%2</i> - + Connected to %1. Conectado a %1. - + Server %1 is temporarily unavailable. Servidor %1 no está disponible temporalmente. - + Signed out from %1. Cerró sesión desde %1. - + No connection to %1 at %2. Sin conexión a %1 en %2. - + There are new folders that were not synchronized because they are too big: %1 Hay carpetas que no fueron sincronizadas debido a que son demasiado grandes: %1 - + , , - - Confirm Account Delete + + Confirm Account Removal Confirmar eliminación de cuenta - + <p>Do you really want to remove the connection to the account <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> <p>De verdad quiere eliminar la conexión a la cuenta <i>%1</i>?</p><p><b>Nota:</b> Esto <b>no</b> elminará los archivo.</p> - + Remove connection Eliminar conexión - + Open folder Abrir carpeta - + + Choose What to Sync + Escoja qué sincronizar + + + Resume sync Continuar sincronización - + Pause sync Pausar sincronización - + + Remove sync + Eliminar sincronización + + + + Confirm Sync Removal + Confirmar eliminación de la sincronización + + + <p>Do you really want to stop syncing the folder <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> <p>¿De verdad quiere dejar de sincronizar la carpeta <i>%1</i>?</p><p><b>Nota:</b> Esto <b>no</b> elminará los archivo.</p> - + %1 (%3%) of %2 in use. Some folders, including network mounted or shared folders, might have different limits. %1 (%3%) de %2 en uso. Algunas carpetas, como carpetas de red o compartidas, podrían tener límites diferentes. - + %1 of %2 in use %1 de %2 en uso - + Currently there is no storage usage information available. Actualmente no hay información disponible sobre el uso de almacenamiento. - + No %1 connection configured. No hay ninguna conexión de %1 configurada. @@ -378,18 +375,12 @@ Error de autenticación: El usuario o la contraseña son incorrectas - - - Unable to connect to %1 - Imposible conectar a %1 - - - + timeout tiempo de espera - + The provided credentials are not correct Las credenciales proporcionadas no son correctas @@ -424,7 +415,7 @@ - %1 should be a directory but is not. + %1 should be a folder but is not. %1 debería ser un directorio, pero no lo es. @@ -510,38 +501,38 @@ Actividad de la sincronización - + Could not read system exclude file No se ha podido leer el archivo de exclusión del sistema - + A new folder larger than %1 MB has been added: %2. Please go in the settings to select it if you wish to download it. Se ha añadido una nueva carpeta más grande de %1 MB: %2. Por favor diríjase a los ajustes para seleccionarlo si desea descargarlo. - + This sync would remove all the files in the sync folder '%1'. -This might be because the folder was silently reconfigured, or that all the file were manually removed. +This might be because the folder was silently reconfigured, or that all the files were manually removed. Are you sure you want to perform this operation? Esta sincronización eliminaría todos los archivos en la carpeta local de sincronización '%1'. Esto se puede deber a que la carpeta fue reconfigurada de forma silenciosa o a que todos los archivos fueron eliminados manualmente. ¿Está seguro de que desea realizar esta operación? - + Remove All Files? ¿Eliminar todos los archivos? - + Remove all files Eliminar todos los archivos - + Keep files Conservar archivos @@ -559,112 +550,112 @@ Esto se puede deber a que la carpeta fue reconfigurada de forma silenciosa o a q Se ha encontrado un antiguo registro de sincronización '%1'; pero no se ha podido eliminar. Por favor, asegúrese de que ninguna aplicación la esté utilizando. - + (backup) (copia de seguridad) - + (backup %1) (copia de seguridad %1) - + Undefined State. Estado no definido. - + Waits to start syncing. Esperando el inicio de la sincronización. - + Preparing for sync. Preparándose para sincronizar. - + Sync is running. Sincronización en funcionamiento. - + Last Sync was successful. La última sincronización se ha realizado con éxito. - + Last Sync was successful, but with warnings on individual files. La última sincronización salió bien; pero hay advertencias para archivos individuales. - + Setup Error. Error de configuración. - + User Abort. Interrumpido por el usuario. - + Sync is paused. La sincronización está en pausa. - + %1 (Sync is paused) %1 (Sincronización en pausa) - + No valid folder selected! ¡La carpeta seleccionada no es válida! - - The selected path is not a directory! + + The selected path is not a folder! ¡La ruta seleccionada no es un directorio! - + You have no permission to write to the selected folder! ¡Usted no tiene permiso para escribir en la carpeta seleccionada! - - - The local path %1 is already an upload folder. Please pick another one! - La ruta local %1 ya es una carpeta de subidas. Por favor, seleccione otra - - An already configured folder is contained in the current entry. - Ya hay una carpeta configurada dentro de la entrada actual. + The local folder %1 is already used in a folder sync connection. Please pick another one! + El directorio local %1 ya se usa en una conexión de sincronización de directorios. Por favor, elija otro. - The selected folder is a symbolic link. An already configured folder is contained in the folder this link is pointing to. - La carpeta seleccionada es un enlace simbólico. Ya existe una carpeta configurada en la carpeta a la que apunta este enlace. + The local folder %1 already contains a folder used in a folder sync connection. Please pick another one! + El directorio local %1 ya contiene un directorio usado en una conexión de sincronización de directorios. Por favor, elija otro. - - An already configured folder contains the currently entered folder. - Una carpeta ya configurada contiene la carpeta introducida. + + The local folder %1 is a symbolic link. The link target already contains a folder used in a folder sync connection. Please pick another one! + El directorio local %1 es un enlace simbólico. El objetivo del enlace ya contiene un directorio usado en una conexión de sincronización de directorios. Por favor, elija otro. - - The selected folder is a symbolic link. An already configured folder is the parent of the current selected contains the folder this link is pointing to. - La carpeta seleccionada es un enlace simbólico. La carpeta raiz actualmente configurada ya contiene la carpeta seleccionada en su jerarquía. + + The local folder %1 is already contained in a folder used in a folder sync connection. Please pick another one! + El directorio local %1 está dentro de un directorio usado en una conexión de sincronización de directorios. Por favor, elija otro. + + + + The local folder %1 is a symbolic link. The link target is already contained in a folder used in a folder sync connection. Please pick another one! + El directorio local %1 es un enlace simbólico. El objetivo está incluido en un directorio usado en una conexión de sincronización de directorios. Por favor, elija otro. OCC::FolderStatusDelegate - Add Folder to Synchronize - Añadir carpeta a sincronizar + Add Folder Sync Connection + Añadir Conexión para el Directorio de Sincronización @@ -772,17 +763,17 @@ Tiempo restante %5 Waiting... - + Esperando... Waiting for %n other folder(s)... - + Esperando por %n carpeta...Esperando por %n otras carpetas... Preparing to sync... - + Preparando para sincronizar... @@ -808,7 +799,7 @@ Tiempo restante %5 - The directory alias is a descriptive name for this sync connection. + The folder alias is a descriptive name for this sync connection. El alias de la carpeta es un nombre descriptivo para esta conexión de sincronización. @@ -1076,30 +1067,30 @@ Cuenta: %3 - Files or directories matching a pattern will not be synchronized. + Files or folders matching a pattern will not be synchronized. Items where deletion is allowed will be deleted if they prevent a directory from being removed. This is useful for meta data. - Archivos o directorios que coincidan con un patrón no serán sincronizados. + Los archivos o directorios que coincidan con un patrón no serán sincronizados. -Los elementos cuya eliminación está permitida serán eliminados si impiden que un directorio sea eliminado. Esto es útil por sus metadatos. +Los elementos cuya eliminación está permitida serán eliminados si impiden que un directorio sea eliminado. Esto es útil para sus metadatos. - + Could not open file No se ha podido abrir el archivo - + Cannot write changes to '%1'. No se pueden guardar cambios en '%1'. - + Add Ignore Pattern Añadir patrón para ignorar - + Add a new ignore pattern: Añadir nuevo patrón para ignorar: @@ -1402,13 +1393,13 @@ for additional privileges during the process. - Sync the directory '%1' + Sync the folder '%1' Sincronizar el directorio '%1' - <p><small><strong>Warning:</strong> The local directory is not empty. Pick a resolution!</small></p> - <p><small><strong>Advertencia:</strong>El directorio local no está vacío. ¡Seleccione otra!</small></p> + <p><small><strong>Warning:</strong> The local folder is not empty. Pick a resolution!</small></p> + <p><small><strong>Advertencia:</strong> El directorio local no está vacío. ¡Seleccione una resolución!</small></p> @@ -1471,29 +1462,29 @@ for additional privileges during the process. OCC::OwncloudSetupPage - + Connect to %1 Conectar a %1 - + Setup %1 server Configurar servidor %1 - + This url is NOT secure as it is not encrypted. It is not advisable to use it. Esta URL NO ES SEGURA; pues no está cifrada. No se recomienda usarla. - + This url is secure. You can use it. Esta url es segura. Puede utilizarla. - + &Next > &Siguiente > @@ -1620,7 +1611,7 @@ No se recomienda usarla. Connection to %1 could not be established. Please check again. - Conexión a %1 no se ha podido establecer. Por favor compruebelo de nuevo. + No se ha podido establecer la conexión con %1. Por favor, compruébelo de nuevo. @@ -1633,7 +1624,7 @@ No se recomienda usarla. No se puede eliminar y respaldar la carpeta porque la misma o un fichero en ella está abierto por otro programa. Por favor, cierre la carpeta o el fichero y reintente, o cancele la instalación. - + <font color="green"><b>Local sync folder %1 successfully created!</b></font> <font color="green"><b>Carpeta de sincronización local %1 creada con éxito</b></font> @@ -1641,12 +1632,12 @@ No se recomienda usarla. OCC::OwncloudWizard - + %1 Connection Wizard Asistente de conexión %1 - + Skip folders configuration Omitir la configuración de carpetas @@ -1755,8 +1746,8 @@ No se recomienda usarla. - A file or directory was removed from a read only share, but restoring failed: %1 - Un archivo o directorio fue eliminado de una carpeta compartida en modo de solo lectura, pero la recuperación falló: %1 + A file or folder was removed from a read only share, but restoring failed: %1 + Un archivo o directorio fue eliminado de una carpeta de compartida de solo lectura pero la recuperación falló: %1 @@ -1768,7 +1759,7 @@ No se recomienda usarla. - could not create directory %1 + could not create folder %1 No se ha podido crear el directorio %1 @@ -1781,8 +1772,8 @@ No se recomienda usarla. - Could not remove directory '%1'; - No se ha podido eliminar el directorio '%1'; + Could not remove folder '%1'; + No se puedo eliminar el directorio '%1'; @@ -2304,7 +2295,7 @@ No se recomienda usarla. OCC::SocketApi - + Share with %1 parameter is ownCloud Compartir con %1 @@ -2517,11 +2508,6 @@ No se recomienda usarla. Success. Completado con éxito. - - - CSync failed to load or create the journal file. Make sure you have read and write permissions in the local sync directory. - CSync falló al cargar o crear el archivo de diario. Asegúrese de tener permisos de lectura y escritura en el directorio local de sincronización. - CSync failed to load the journal file. The journal file is corrupted. @@ -2593,9 +2579,29 @@ No se recomienda usarla. CSync: Falló debido a un permiso denegado. - - CSync tried to create a directory that already exists. - CSync trató de crear un directorio que ya existe. + + The mounted folder is temporarily not available on the server + El directorio montado no está disponible temporalmente en el servidor + + + + An error occurred while opening a folder + Se produjo un error al abrir un directorio + + + + Error while reading folder. + Error al leer el directorio. + + + + Not allowed because you don't have permission to add parent folder + No permitido porque no tienes permiso para añadir un directorio padre + + + + Not allowed because you don't have permission to add files in that folder + No permitido porque no tienes permiso para añadir archivos a ese directorio @@ -2612,11 +2618,6 @@ No se recomienda usarla. Aborted by the user Interrumpido por el usuario - - - The mounted directory is temporarily not available on the server - Temporalmente, el directorio en uso no se encuentra disponible en el servidor - Filename contains invalid characters that can not be synced cross platform. @@ -2627,21 +2628,21 @@ No se recomienda usarla. CSync failed to access CSync ha fallado al acceder + + + CSync failed to load or create the journal file. Make sure you have read and write permissions in the local sync folder. + CSync falló al cargar o crear el archivo de diario. Asegúrese de tener permisos de lectura y escritura en el directorio local de sincronización. + + + + CSync tried to create a folder that already exists. + CSync trató de crear un directorio que ya existe. + The service is temporarily unavailable El servicio no está disponible temporalmente - - - An error occurred while opening a directory - Se produjo un error mientras se abría el directorio. - - - - Error while reading directory. - Error durante la lectura del directorio. - An internal error number %1 occurred. @@ -2678,79 +2679,69 @@ No se recomienda usarla. Stat ha fallado. - + Filename encoding is not valid Los caracteres del nombre de fichero no son válidos - + Invalid characters, please rename "%1" Caracteres inválidos, por favor renombre "%1" - + Unable to initialize a sync journal. No se pudo inicializar un registro (journal) de sincronización. - + Cannot open the sync journal No es posible abrir el diario de sincronización - - + + Ignored because of the "choose what to sync" blacklist Ignorado por que se encuentra en la lista negra de "elija qué va a sincronizar" - - Not allowed because you don't have permission to add sub-directories in that directory - No está permitido porque no tiene permisos para añadir subcarpetas en este directorio. + + Not allowed because you don't have permission to add subfolders to that folder + No permitido porque no tienes permiso para añadir subdirectorios a ese directorio - - Not allowed because you don't have permission to add parent directory - No está permitido porque no tiene permisos para añadir un directorio - - - - Not allowed because you don't have permission to add files in that directory - No está permitido porque no tiene permisos para crear archivos en este directorio - - - + Not allowed to upload this file because it is read-only on the server, restoring No está permitido subir este archivo porque es de solo lectura en el servidor, restaurando. - - + + Not allowed to remove, restoring No está permitido borrar, restaurando. - + Local files and share folder removed. Se han eliminado los archivos locales y la carpeta compartida. - + Move not allowed, item restored No está permitido mover, elemento restaurado. - + Move not allowed because %1 is read-only No está permitido mover, porque %1 es de sólo lectura. - + the destination destino - + the source origen @@ -2823,22 +2814,36 @@ No se recomienda usarla. Abrir en navegador - + + + + Log in... + Inicio de sesión... + + + + + + Log out + Salir + + + None. Ninguno. - + Recent Changes Cambios recientes - + Managed Folders: Carpetas administradas: - + Open folder '%1' Abrir carpeta '%1' @@ -2848,37 +2853,40 @@ No se recomienda usarla. Abrir %1 en el navegador - + + Log out everywhere + Cerrar sesión en todas partes + + + + Log in everywhere... + Iniciar sesión en todas partes... + + + Unknown status Estado desconocido - + Settings... Configuraciones... - + Details... Detalles... - + Help Ayuda - + Quit %1 Salir de %1 - - - - - Sign in... - Registrarse... - Disconnected from %1 @@ -2895,55 +2903,38 @@ No se recomienda usarla. Cuenta %1: %2 - - - - Sign out - Cerrar sesión - - - - Sign out everywhere - Cerrar sesión en todas las partes - - - - Sign in everywhere... - Iniciar sesión en cualquier parte... - - - + Crash now Only shows in debug mode to allow testing the crash handler Se ha producido un fallo - + No items synced recently No se han sincronizado elementos recientemente - + Discovering '%1' Descubriendo '%1' - + Syncing %1 of %2 (%3 left) Sincronizando %1 de %2 (quedan %3) - + Syncing %1 (%2 left) Sincronizando %1 (quedan %2) - + %1 (%2, %3) %1 (%2, %3) - + Up to date Actualizado @@ -2979,6 +2970,11 @@ No se recomienda usarla. Server Servidor + + + <html><head/><body><p>If this box is checked, existing content in the local folder will be erased to start a clean sync from the server.</p><p>Do not check this if the local content should be uploaded to the servers folder.</p></body></html> + <html><head/><body><p>Si esta casilla está marcada, el contenido existente en el directorio local será eliminado para comenzar una sincronización limpia desde el servidor.</p><p>No marque esta casilla si el contenido local debería subirse al directorio del servidor.</p></body></html> + Start a &clean sync (Erases the local folder!) @@ -3004,11 +3000,6 @@ No se recomienda usarla. &Keep local data &Mantener datos locales - - - <html><head/><body><p>If this box is checked, existing content in the local directory will be erased to start a clean sync from the server.</p><p>Do not check this if the local content should be uploaded to the servers directory.</p></body></html> - <html><head/><body><p> Si esta casilla está marcada, el contenido existente en el directorio local será eliminado para comenzar una sincronización limpia con el servidor.</p><p>No marque esta casilla si el contenido local debe ser subido al directorio del servidor.</p></body></html> - S&ync everything from server @@ -3164,67 +3155,62 @@ No se recomienda usarla. Utility - - %L1 TB - %L1 TB - - - + %L1 GB %L1 GB - + %L1 MB %L1 MB - - %L1 kB - %L1 kB + + %L1 KB + %L1 KB - + %L1 B %L1 B - + %Ln year(s) %Ln año(s) - + %Ln month(s) %Ln meses(s) - + %Ln day(s) %Ln dia(s) - + %Ln hour(s) %Ln hora(s) - + %Ln minute(s) %Ln minuto(s) - + %Ln second(s) %Ln segundos(s) - + 0 seconds 0 segundos - + %1 %2 %1 %2 diff --git a/translations/client_es_AR.ts b/translations/client_es_AR.ts index 3d4d437fb..038b95bba 100644 --- a/translations/client_es_AR.ts +++ b/translations/client_es_AR.ts @@ -4,7 +4,7 @@ The destination file has an unexpected size or modification time - + El archivo de destino tiene un tamaño o fecha de modificación inesperado @@ -22,7 +22,7 @@ &Choose... - &CElegir... + &Choose... @@ -40,22 +40,22 @@ Select a remote destination folder - + Selecciona una carpeta de destino remota Create Folder - + Crear Carpeta Refresh - Recargar + Actualizar Folders - Directorios + Carpetas @@ -63,14 +63,6 @@ Texto de la etiqueta - - OCC::Account - - - %1@%2 - - - OCC::AccountSettings @@ -81,32 +73,32 @@ Remove the account configuration from the client - + Eliminar la configuración de la cuenta del cliente - Delete - Borrar + Remove Account + Eliminar Cuenta Storage space: ... - + Espacio de almacenamiento: ... Unchecked folders will be <b>removed</b> from your local file system and will not be synchronized to this computer anymore - + Deseleccionar Carpetas que serán <b>eliminadas</b> de su sistema de archivos local y no será sincronizado más en este equipo Apply - + Aplicar - - + + Cancel Cancelar @@ -121,137 +113,142 @@ No hay cuenta configurada. - - Remove folder - - - - + Folder creation failed - + Falló la creacion de la carpeta - + <p>Could not create local folder <i>%1</i>. - + <p>No pudó ser creada la carpeta local <i>%1</i>. - - Confirm Folder Remove - Confirmá la eliminación del directorio - - - + Stop syncing - + Detener la sincronización - + Confirm Folder Reset Confirme el reseteo de la carpeta - + <p>Do you really want to reset folder <i>%1</i> and rebuild your client database?</p><p><b>Note:</b> This function is designed for maintenance purposes only. No files will be removed, but this can cause significant data traffic and take several minutes or hours to complete, depending on the size of the folder. Only use this option if advised by your administrator.</p> <p>¿Realmente deseas resetear el directorio <i>%1</i> y reconstruir la base de datos del cliente?</p><p><b>Nota:</b> Esta función está designada para propósitos de mantenimiento solamente. Ningún archivo será eliminado, pero puede causar un tráfico de datos significante y tomar varios minutos o horas para completarse, dependiendo del tamaño del directorio. Sólo use esta opción si es aconsejado por su administrador.</p> - + Sync Running Sincronización en curso - + The syncing operation is running.<br/>Do you want to terminate it? La sincronización está en curso.<br/>¿Querés interrumpirla? - + %1 as <i>%2</i> - + %1 de <i>%2</i> - + Connected to %1. - + Conectado a %1 - + Server %1 is temporarily unavailable. - + El servidor %1 esta temporalmente sin conexión - + Signed out from %1. - + Registrado desde %1. - + No connection to %1 at %2. - + Sin conexión a %1 desde %2. - + There are new folders that were not synchronized because they are too big: %1 - + Hay nuevas carpetas que no han sido sincronizadas porque son demasiado grandes: %1 - + , , - - Confirm Account Delete - + + Confirm Account Removal + Confirmar la eliminación de la cuenta - + <p>Do you really want to remove the connection to the account <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> - + Remove connection - + Eliminar conexión - + Open folder - + Abrir carpeta - + + Choose What to Sync + Elige que quieres sincronizar + + + Resume sync - + Reanudar sincronización - + Pause sync - + Pausar sincronización - + + Remove sync + Eliminar la sincronización + + + + Confirm Sync Removal + Confirma la eliminacion de la sincronización + + + <p>Do you really want to stop syncing the folder <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> - + <p>Realmente quieres detener la sincronización de la carpeta <i>%1</i>?</p><p><b>Nota:</b> Esto <b>no</b> eliminara ningun archivo.</p> - + %1 (%3%) of %2 in use. Some folders, including network mounted or shared folders, might have different limits. - + %1 of %2 in use - + %1 de %2 en uso - + Currently there is no storage usage information available. Actualmente no hay información disponible acerca del uso del almacenamiento. - + No %1 connection configured. No hay ninguna conexión de %1 configurada. @@ -261,37 +258,37 @@ Signed out - + Desautentificado Disconnected - + Desconectado Connected - + Conectado Service unavailable - + Servicio no disponible Network error - + Error de red Configuration error - + Error de configuración Unknown account state - + Estado de la cuenta desconocido @@ -299,37 +296,37 @@ SSL client certificate authentication - + Autentificación de certificado de cliente SSL This server probably requires a SSL client certificate. - + Este servidor probablemente requiere un certificado de cliente SSL. Certificate : - + Certificado: Browse... - + Examinar... Certificate password : - + Contraseña del certificado: Select a certificate - + Seleccionar certificado Certificate files (*.p12 *.pfx) - + Archivo de certificado (*.p12 *.pfx) @@ -337,17 +334,17 @@ Authentication Required - + Autentificación requerida Enter username and password for '%1' at %2. - + Ingrese usuario y contraseña para '%1' at %2. &User: - + &User: @@ -375,21 +372,15 @@ Authentication error: Either username or password are wrong. - + Error de autentificación: el usuario o contraseña es incorrecta. - - - Unable to connect to %1 - Imposible conectar a %1 - - - + timeout - + agotado - + The provided credentials are not correct Las credenciales otorgadas no son correctas @@ -399,7 +390,7 @@ Connection timed out - + Tiempo de conexión agotado @@ -424,8 +415,8 @@ - %1 should be a directory but is not. - %1 debería ser un directorio, pero no lo es. + %1 should be a folder but is not. + %1 debé ser una carpeta pero no lo es. @@ -441,36 +432,36 @@ %1 and %2 other files have been removed. %1 names a file. - + %1 y %2 otros archivos fueron eliminados. %1 has been removed. %1 names a file. - + %1 ha sido eliminado. %1 and %2 other files have been downloaded. %1 names a file. - + %1 y %2 otros archivos han sido descargados. %1 has been downloaded. %1 names a file. - + %1 ha sido descargado. %1 and %2 other files have been updated. - + %1 y %2 otros archivos han sido actualizados. %1 has been updated. %1 names a file. - + %1 ha sido actualizado @@ -510,37 +501,35 @@ Actividad de Sync - + Could not read system exclude file - + A new folder larger than %1 MB has been added: %2. Please go in the settings to select it if you wish to download it. - + This sync would remove all the files in the sync folder '%1'. -This might be because the folder was silently reconfigured, or that all the file were manually removed. +This might be because the folder was silently reconfigured, or that all the files were manually removed. Are you sure you want to perform this operation? - Esta sincronización borraría todos los archivos en el directorio local de sincronización '%1'. -Esto se puede deber a que el directorio fue reconfigurado de manera silenciosa o a que todos los archivos fueron borrados manualmente. -¿Estás seguro de que querés realizar esta operación? + - + Remove All Files? ¿Borrar todos los archivos? - + Remove all files Borrar todos los archivos - + Keep files Conservar archivos @@ -558,111 +547,111 @@ Esto se puede deber a que el directorio fue reconfigurado de manera silenciosa o Una antigua sincronización con journaling '%1' fue encontrada, pero no se pudo eliminar. Por favor, asegurate que ninguna aplicación la está utilizando. - + (backup) - + (backup %1) - + Undefined State. Estado no definido. - + Waits to start syncing. Esperando el comienzo de la sincronización. - + Preparing for sync. Preparando la sincronización. - + Sync is running. Sincronización en funcionamiento. - + Last Sync was successful. La última sincronización fue exitosa. - + Last Sync was successful, but with warnings on individual files. El último Sync fue exitoso, pero hubo advertencias en archivos individuales. - + Setup Error. Error de configuración. - + User Abort. Interrumpir. - + Sync is paused. La sincronización está en pausa. - + %1 (Sync is paused) %1 (Sincronización en pausa) - + No valid folder selected! - - The selected path is not a directory! + + The selected path is not a folder! - + You have no permission to write to the selected folder! ¡No tenés permisos para escribir el directorio seleccionado! - - - The local path %1 is already an upload folder. Please pick another one! - El path local %1 ya es un directorio actualizado. ¡Por favor seleccione otro! - - An already configured folder is contained in the current entry. - Hay un directorio sincronizado en de la selección actual. - - - - The selected folder is a symbolic link. An already configured folder is contained in the folder this link is pointing to. + The local folder %1 is already used in a folder sync connection. Please pick another one! - - An already configured folder contains the currently entered folder. - Un directorio configurado ya está contenido en el ingresado. + + The local folder %1 already contains a folder used in a folder sync connection. Please pick another one! + - - The selected folder is a symbolic link. An already configured folder is the parent of the current selected contains the folder this link is pointing to. - El directorio seleccionado es un vínculo simbólico. Un directorio ya configurado es el padre del actual y es contenido por el directorio que este vínculo apunta. + + The local folder %1 is a symbolic link. The link target already contains a folder used in a folder sync connection. Please pick another one! + + + + + The local folder %1 is already contained in a folder used in a folder sync connection. Please pick another one! + + + + + The local folder %1 is a symbolic link. The link target is already contained in a folder used in a folder sync connection. Please pick another one! + OCC::FolderStatusDelegate - Add Folder to Synchronize + Add Folder Sync Connection @@ -712,7 +701,7 @@ Esto se puede deber a que el directorio fue reconfigurado de manera silenciosa o Signed out - + Desautentificado @@ -722,7 +711,7 @@ Esto se puede deber a que el directorio fue reconfigurado de manera silenciosa o Syncing %1 - + Sincronizando %1 @@ -732,12 +721,12 @@ Esto se puede deber a que el directorio fue reconfigurado de manera silenciosa o u2193 %1/s - + u2193 %1/s upload %1/s - + Cargado %1/s @@ -754,7 +743,7 @@ Esto se puede deber a que el directorio fue reconfigurado de manera silenciosa o %1 %2 Example text: "uploading foobar.png" - + %1 %2 @@ -765,12 +754,12 @@ Total time left %5 file %1 of %2 - + Archivo %1 de %2 Waiting... - + Esperando... @@ -780,7 +769,7 @@ Total time left %5 Preparing to sync... - + Preparando para sincronizar... @@ -806,8 +795,8 @@ Total time left %5 - The directory alias is a descriptive name for this sync connection. - El alias de directorio es un nombre descriptivo para esta conexión de sincronización + The folder alias is a descriptive name for this sync connection. + @@ -830,7 +819,7 @@ Total time left %5 Create Remote Folder - + Crear carpeta remota @@ -1070,28 +1059,28 @@ Account: %3 - Files or directories matching a pattern will not be synchronized. + Files or folders matching a pattern will not be synchronized. Items where deletion is allowed will be deleted if they prevent a directory from being removed. This is useful for meta data. - + Could not open file No se pudo abrir el archivo - + Cannot write changes to '%1'. No se pueden guardar cambios en '%1'. - + Add Ignore Pattern Agregar patrón a ignorar - + Add a new ignore pattern: Añadir nuevo patrón a ignorar: @@ -1172,7 +1161,7 @@ Items where deletion is allowed will be deleted if they prevent a directory from Connection timed out - + Tiempo de conexión agotado @@ -1394,13 +1383,13 @@ for additional privileges during the process. - Sync the directory '%1' + Sync the folder '%1' - <p><small><strong>Warning:</strong> The local directory is not empty. Pick a resolution!</small></p> - <p><small><strong>Advertencia:</strong>El directorio local no está vacío. ¡Seleccioná otro!</small></p> + <p><small><strong>Warning:</strong> The local folder is not empty. Pick a resolution!</small></p> + @@ -1463,28 +1452,28 @@ for additional privileges during the process. OCC::OwncloudSetupPage - + Connect to %1 Conectar a %1 - + Setup %1 server Configurando servidor %1 - + This url is NOT secure as it is not encrypted. It is not advisable to use it. - + This url is secure. You can use it. Esta URL es segura. La podés usar. - + &Next > @@ -1504,7 +1493,7 @@ It is not advisable to use it. Timeout while trying to connect to %1 at %2. - + Tiempo excedido mientras se intentaba conectar a %1 desde %2. @@ -1624,7 +1613,7 @@ It is not advisable to use it. - + <font color="green"><b>Local sync folder %1 successfully created!</b></font> <font color="green"><b>Directorio local %1 creado</b></font> @@ -1632,12 +1621,12 @@ It is not advisable to use it. OCC::OwncloudWizard - + %1 Connection Wizard %1 Asistente de Conexión - + Skip folders configuration @@ -1746,7 +1735,7 @@ It is not advisable to use it. - A file or directory was removed from a read only share, but restoring failed: %1 + A file or folder was removed from a read only share, but restoring failed: %1 @@ -1759,7 +1748,7 @@ It is not advisable to use it. - could not create directory %1 + could not create folder %1 @@ -1772,7 +1761,7 @@ It is not advisable to use it. - Could not remove directory '%1'; + Could not remove folder '%1'; @@ -2019,7 +2008,7 @@ It is not advisable to use it. Unchecked folders will be <b>removed</b> from your local file system and will not be synchronized to this computer anymore - + Deseleccionar Carpetas que serán <b>eliminadas</b> de su sistema de archivos local y no será sincronizado más en este equipo @@ -2034,7 +2023,7 @@ It is not advisable to use it. Choose What to Sync - + Elige @@ -2292,7 +2281,7 @@ It is not advisable to use it. OCC::SocketApi - + Share with %1 parameter is ownCloud @@ -2503,11 +2492,6 @@ It is not advisable to use it. Success. Éxito. - - - CSync failed to load or create the journal file. Make sure you have read and write permissions in the local sync directory. - - CSync failed to load the journal file. The journal file is corrupted. @@ -2579,9 +2563,29 @@ It is not advisable to use it. CSync: Falló debido a un permiso denegado. - - CSync tried to create a directory that already exists. - Csync trató de crear un directorio que ya existía. + + The mounted folder is temporarily not available on the server + + + + + An error occurred while opening a folder + + + + + Error while reading folder. + + + + + Not allowed because you don't have permission to add parent folder + + + + + Not allowed because you don't have permission to add files in that folder + @@ -2598,11 +2602,6 @@ It is not advisable to use it. Aborted by the user Interrumpido por el usuario - - - The mounted directory is temporarily not available on the server - - Filename contains invalid characters that can not be synced cross platform. @@ -2613,21 +2612,21 @@ It is not advisable to use it. CSync failed to access + + + CSync failed to load or create the journal file. Make sure you have read and write permissions in the local sync folder. + + + + + CSync tried to create a folder that already exists. + + The service is temporarily unavailable - - - An error occurred while opening a directory - - - - - Error while reading directory. - - An internal error number %1 occurred. @@ -2664,79 +2663,69 @@ It is not advisable to use it. - + Filename encoding is not valid - + Invalid characters, please rename "%1" - + Unable to initialize a sync journal. Imposible inicializar un diario de sincronización. - + Cannot open the sync journal - - + + Ignored because of the "choose what to sync" blacklist - - Not allowed because you don't have permission to add sub-directories in that directory + + Not allowed because you don't have permission to add subfolders to that folder - - Not allowed because you don't have permission to add parent directory - - - - - Not allowed because you don't have permission to add files in that directory - - - - + Not allowed to upload this file because it is read-only on the server, restoring - - + + Not allowed to remove, restoring - + Local files and share folder removed. - + Move not allowed, item restored - + Move not allowed because %1 is read-only - + the destination - + the source @@ -2809,22 +2798,36 @@ It is not advisable to use it. - + + + + Log in... + + + + + + + Log out + Cerrar la sesión + + + None. Ninguno. - + Recent Changes Cambios recientes - + Managed Folders: Directorios administrados: - + Open folder '%1' Abrir carpeta '%1' @@ -2834,37 +2837,40 @@ It is not advisable to use it. Abrir %1 en el navegador... - + + Log out everywhere + + + + + Log in everywhere... + + + + Unknown status Estado desconocido - + Settings... Configuraciones... - + Details... Detalles... - + Help Ayuda - + Quit %1 Cancelar %1 - - - - - Sign in... - Iniciando sesión... - Disconnected from %1 @@ -2881,55 +2887,38 @@ It is not advisable to use it. - - - - Sign out - Salir - - - - Sign out everywhere - - - - - Sign in everywhere... - - - - + Crash now Only shows in debug mode to allow testing the crash handler - + No items synced recently No se sincronizaron elementos recientemente - + Discovering '%1' - + Syncing %1 of %2 (%3 left) - + Syncing %1 (%2 left) - + %1 (%2, %3) %1 (%2, %3) - + Up to date actualizado @@ -2965,6 +2954,11 @@ It is not advisable to use it. Server + + + <html><head/><body><p>If this box is checked, existing content in the local folder will be erased to start a clean sync from the server.</p><p>Do not check this if the local content should be uploaded to the servers folder.</p></body></html> + + Start a &clean sync (Erases the local folder!) @@ -2990,11 +2984,6 @@ It is not advisable to use it. &Keep local data &Mantener datos locales - - - <html><head/><body><p>If this box is checked, existing content in the local directory will be erased to start a clean sync from the server.</p><p>Do not check this if the local content should be uploaded to the servers directory.</p></body></html> - <html><head/><body><p>Si esta caja es activada, el contenido existente en el directorio local será borrado para empezar una sincronización limpia desde el servidor</p><p>No activar esto si el contenido local debe ser actualizado con el directorio del servidor.</p></body></html> - S&ync everything from server @@ -3151,69 +3140,64 @@ It is not advisable to use it. Utility - - %L1 TB - - - - + %L1 GB - + %L1 MB - - %L1 kB + + %L1 KB - + %L1 B %L1 B - + %Ln year(s) - + %Ln month(s) - + %Ln day(s) - + %Ln hour(s) - + %Ln minute(s) - + %Ln second(s) - + %Ln segundo(s) - + 0 seconds - + 0 segundos - + %1 %2 - + %1 %2 @@ -3252,7 +3236,7 @@ It is not advisable to use it. Downloaded, renamed conflicting file - + Descargado, renombrando archivo conflictivo @@ -3267,12 +3251,12 @@ It is not advisable to use it. Ignored - + Ignorado Filesystem access error - + Error de acceso al sistema de archivos @@ -3298,17 +3282,17 @@ It is not advisable to use it. deleting - + Eliminado moving - + Movido ignoring - + ignorado diff --git a/translations/client_et.ts b/translations/client_et.ts index 74b702a75..5dcb6f1a6 100644 --- a/translations/client_et.ts +++ b/translations/client_et.ts @@ -4,7 +4,7 @@ The destination file has an unexpected size or modification time - + Sihtkausta fail on ootamatu suuruse või muutmise ajaga @@ -63,14 +63,6 @@ TekstiSilt - - OCC::Account - - - %1@%2 - %1@%2 - - OCC::AccountSettings @@ -85,8 +77,8 @@ - Delete - Kustuta + Remove Account + Kustuta konto @@ -105,8 +97,8 @@ - - + + Cancel Loobu @@ -121,137 +113,142 @@ Ühtegi kontot pole seadistatud - - Remove folder - Eemalda kaust - - - + Folder creation failed Kausta loomine ebaõnnestus - + <p>Could not create local folder <i>%1</i>. - - Confirm Folder Remove - Kinnita kausta eemaldamist - - - + Stop syncing - + Confirm Folder Reset Kinnita kataloogi algseadistus - + <p>Do you really want to reset folder <i>%1</i> and rebuild your client database?</p><p><b>Note:</b> This function is designed for maintenance purposes only. No files will be removed, but this can cause significant data traffic and take several minutes or hours to complete, depending on the size of the folder. Only use this option if advised by your administrator.</p> <p>Kas tõesti soovid kataloogi <i>%1</i> algseadistada ning uuesti luua oma kliendi andmebaasi?</p><p><b>See funktsioon on mõeldud peamiselt ainult hooldustöödeks. Märkus:</b>Kuigi ühtegi faili ei eemaldata, siis see võib põhjustada märkimisväärset andmeliiklust ja võtta mitu minutit või tundi, sõltuvalt kataloogi suurusest. Kasuta seda võimalust ainult siis kui seda soovitab süsteemihaldur.</p> - + Sync Running Sünkroniseerimine on käimas - + The syncing operation is running.<br/>Do you want to terminate it? Sünkroniseerimine on käimas.<br/>Kas sa soovid seda lõpetada? - + %1 as <i>%2</i> %1 as <i>%2</i> - + Connected to %1. Ühendatud %1 - + Server %1 is temporarily unavailable. Server %1 pole ajutiselt saadaval. - + Signed out from %1. - + No connection to %1 at %2. - + There are new folders that were not synchronized because they are too big: %1 - + , , - - Confirm Account Delete + + Confirm Account Removal - + <p>Do you really want to remove the connection to the account <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> - + Remove connection - + Eemalda ühendus - + Open folder - + Ava kaust - + + Choose What to Sync + Vali, mida sünkroniseerida + + + Resume sync - + Taasta sünroonimist - + Pause sync + Peata sünkroonimine + + + + Remove sync + Eemalda sünkroonimine + + + + Confirm Sync Removal - + <p>Do you really want to stop syncing the folder <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> - + %1 (%3%) of %2 in use. Some folders, including network mounted or shared folders, might have different limits. - + %1 of %2 in use - + Currently there is no storage usage information available. Hetkel pole mahu kasutuse info saadaval. - + No %1 connection configured. Ühtegi %1 ühendust pole seadistatud. @@ -378,18 +375,12 @@ Autentimise tõrge: Kasutajanimi või parool on vale - - - Unable to connect to %1 - %1-ga ühendumine ebaõnnestus - - - + timeout aegumine - + The provided credentials are not correct Sisestatud kasutajatunnused pole õiged @@ -424,8 +415,8 @@ - %1 should be a directory but is not. - %1 peaks olema kataloog, kuid pole seda mitte. + %1 should be a folder but is not. + @@ -510,37 +501,35 @@ Sünkroniseerimise tegevus - + Could not read system exclude file Süsteemi väljajätmiste faili lugemine ebaõnnestus - + A new folder larger than %1 MB has been added: %2. Please go in the settings to select it if you wish to download it. - + This sync would remove all the files in the sync folder '%1'. -This might be because the folder was silently reconfigured, or that all the file were manually removed. +This might be because the folder was silently reconfigured, or that all the files were manually removed. Are you sure you want to perform this operation? - See sünkroniseering kustutab kõik failid sünkroniseeritavast '%1' kataloogist.⏎ -See võib olla põhjustatud kataloogi ümberseadistusest või on toimunud kõikide failid käsitsi eemaldamine⏎ -Oled kindel, et soovid seda operatsiooni teostada? + - + Remove All Files? Kustutada kõik failid? - + Remove all files Kustutada kõik failid - + Keep files Säilita failid @@ -558,112 +547,112 @@ Oled kindel, et soovid seda operatsiooni teostada? Leiti vana sünkroniseeringu zurnaal '%1', kuid selle eemaldamine ebaõnnenstus. Palun veendu, et seda kasutaks ükski programm. - + (backup) (varukoopia) - + (backup %1) (varukoopia %1) - + Undefined State. Määramata staatus. - + Waits to start syncing. Ootab sünkroniseerimise alustamist. - + Preparing for sync. Valmistun sünkroniseerima. - + Sync is running. Sünkroniseerimine on käimas. - + Last Sync was successful. Viimane sünkroniseerimine oli edukas. - + Last Sync was successful, but with warnings on individual files. Viimane sünkroniseering oli edukas, kuid mõned failid põhjustasid tõrkeid. - + Setup Error. Seadistamise viga. - + User Abort. Kasutaja tühistamine. - + Sync is paused. Sünkroniseerimine on peatatud. - + %1 (Sync is paused) %1 (Sünkroniseerimine on peatatud) - + No valid folder selected! Sobilikku kausta pole valitud! - - The selected path is not a directory! - Valitud asukoht pole kaust! + + The selected path is not a folder! + - + You have no permission to write to the selected folder! Sul puuduvad õigused valitud kataloogi kirjutamiseks! - - - The local path %1 is already an upload folder. Please pick another one! - Kohalik kataloog %1 juba on üleslaaditav kataloog. Palun vali mõni teine! - - An already configured folder is contained in the current entry. - Antud kataloogis juba sidaldub eelnevalt seadistatud kataloog. + The local folder %1 is already used in a folder sync connection. Please pick another one! + - The selected folder is a symbolic link. An already configured folder is contained in the folder this link is pointing to. - Valitud kataloog on sümboolne link. Juba eelnevalt seadistatud kataloog sisaldub kataloogis, millele antud link viitab. + The local folder %1 already contains a folder used in a folder sync connection. Please pick another one! + - - An already configured folder contains the currently entered folder. - Eelnevalt seadistatud kataloog juba sisaldab praegu sisestatud kataloogi. + + The local folder %1 is a symbolic link. The link target already contains a folder used in a folder sync connection. Please pick another one! + - - The selected folder is a symbolic link. An already configured folder is the parent of the current selected contains the folder this link is pointing to. - Valitud kataloog on sümboolne link. Juba eelnevalt seadistatud kataloog on praegu valitud kataloogi ülemkataloog, sisaldades kataloogi, millele antud link viitab. + + The local folder %1 is already contained in a folder used in a folder sync connection. Please pick another one! + + + + + The local folder %1 is a symbolic link. The link target is already contained in a folder used in a folder sync connection. Please pick another one! + OCC::FolderStatusDelegate - Add Folder to Synchronize - Lisa kaust sünkroniseeritavate kaustade hulka + Add Folder Sync Connection + @@ -771,7 +760,7 @@ Aega kokku jäänud %5 Waiting... - + Ootamine... @@ -807,8 +796,8 @@ Aega kokku jäänud %5 - The directory alias is a descriptive name for this sync connection. - Kataloogi alias on kirjeldav nimi selle sünkroniseeringu ühenduse jaoks. + The folder alias is a descriptive name for this sync connection. + @@ -1071,28 +1060,28 @@ Account: %3 - Files or directories matching a pattern will not be synchronized. + Files or folders matching a pattern will not be synchronized. Items where deletion is allowed will be deleted if they prevent a directory from being removed. This is useful for meta data. - + Could not open file Ei suutunud avada faili - + Cannot write changes to '%1'. Ei saa kirjutada muudatusi '%1'. - + Add Ignore Pattern Lisa ignoreerimise muster - + Add a new ignore pattern: Lisa uus ignoreerimise muster: @@ -1395,13 +1384,13 @@ for additional privileges during the process. - Sync the directory '%1' - Sünkrooni kaust '%1' + Sync the folder '%1' + - <p><small><strong>Warning:</strong> The local directory is not empty. Pick a resolution!</small></p> - <p><small><strong>Hoiatus:</strong> Kohalik kataloog ei ole tühi. Vali lahendus!</small></p> + <p><small><strong>Warning:</strong> The local folder is not empty. Pick a resolution!</small></p> + @@ -1464,29 +1453,29 @@ for additional privileges during the process. OCC::OwncloudSetupPage - + Connect to %1 Ühendu %1 - + Setup %1 server Seadista %1 server - + This url is NOT secure as it is not encrypted. It is not advisable to use it. See url EI OLE turvaline, kuna see pole krüpteeritud. Selle kasutamine pole soovitatav. - + This url is secure. You can use it. See aadress on turvaline. Võid seda kasutada. - + &Next > &Edasi > @@ -1626,7 +1615,7 @@ Selle kasutamine pole soovitatav. Ei suuda eemaldada ning varundada kataloogi kuna kataloog või selles asuv fail on avatud mõne teise programmi poolt. Palun sulge kataloog või fail ning proovi uuesti või katkesta paigaldus. - + <font color="green"><b>Local sync folder %1 successfully created!</b></font> <font color="green"><b>Kohalik kataloog %1 edukalt loodud!</b></font> @@ -1634,12 +1623,12 @@ Selle kasutamine pole soovitatav. OCC::OwncloudWizard - + %1 Connection Wizard %1 seadistamise juhendaja - + Skip folders configuration Jäta kaustade seadistamine vahele @@ -1748,8 +1737,8 @@ Selle kasutamine pole soovitatav. - A file or directory was removed from a read only share, but restoring failed: %1 - Fail või kataloog oli eemaldatud kirjutamisõiguseta jagamisest, kuid taastamine ebaõnnestus: %1 + A file or folder was removed from a read only share, but restoring failed: %1 + @@ -1761,8 +1750,8 @@ Selle kasutamine pole soovitatav. - could not create directory %1 - ei suuda luua kataloogi %1 + could not create folder %1 + @@ -1774,8 +1763,8 @@ Selle kasutamine pole soovitatav. - Could not remove directory '%1'; - Ei suutnud eemaldada kataloogi '%1'; + Could not remove folder '%1'; + @@ -2294,7 +2283,7 @@ Selle kasutamine pole soovitatav. OCC::SocketApi - + Share with %1 parameter is ownCloud Jagatud kasutajaga %1 @@ -2507,11 +2496,6 @@ Selle kasutamine pole soovitatav. Success. Korras. - - - CSync failed to load or create the journal file. Make sure you have read and write permissions in the local sync directory. - Csync ei suutnud avada või luua registri faili. Tee kindlaks et sul on õigus lugeda ja kirjutada kohalikus sünkrooniseerimise kataloogis - CSync failed to load the journal file. The journal file is corrupted. @@ -2583,9 +2567,29 @@ Selle kasutamine pole soovitatav. CSync ebaõnnestus ligipääsu puudumisel. - - CSync tried to create a directory that already exists. - Csync proovis tekitada kataloogi, mis oli juba olemas. + + The mounted folder is temporarily not available on the server + + + + + An error occurred while opening a folder + + + + + Error while reading folder. + + + + + Not allowed because you don't have permission to add parent folder + + + + + Not allowed because you don't have permission to add files in that folder + @@ -2602,11 +2606,6 @@ Selle kasutamine pole soovitatav. Aborted by the user Kasutaja poolt tühistatud - - - The mounted directory is temporarily not available on the server - - Filename contains invalid characters that can not be synced cross platform. @@ -2617,21 +2616,21 @@ Selle kasutamine pole soovitatav. CSync failed to access CSyncile ligipääs ebaõnnestus + + + CSync failed to load or create the journal file. Make sure you have read and write permissions in the local sync folder. + + + + + CSync tried to create a folder that already exists. + + The service is temporarily unavailable Teenus pole ajutiselt saadaval - - - An error occurred while opening a directory - Kataloogi avamisel tekkis viga - - - - Error while reading directory. - - An internal error number %1 occurred. @@ -2668,79 +2667,69 @@ Selle kasutamine pole soovitatav. - + Filename encoding is not valid Failinime kodeering pole kehtiv - + Invalid characters, please rename "%1" - + Unable to initialize a sync journal. Ei suuda lähtestada sünkroniseeringu zurnaali. - + Cannot open the sync journal Ei suuda avada sünkroniseeringu zurnaali - - + + Ignored because of the "choose what to sync" blacklist "Vali, mida sünkroniseerida" musta nimekirja tõttu vahele jäetud - - Not allowed because you don't have permission to add sub-directories in that directory - Pole lubatud, kuna sul puuduvad õigused lisada sellesse kataloogi lisada alam-kataloogi + + Not allowed because you don't have permission to add subfolders to that folder + - - Not allowed because you don't have permission to add parent directory - Pole lubatud, kuna sul puuduvad õigused lisada ülemkataloog - - - - Not allowed because you don't have permission to add files in that directory - Pole lubatud, kuna sul puuduvad õigused sellesse kataloogi faile lisada - - - + Not allowed to upload this file because it is read-only on the server, restoring Pole lubatud üles laadida, kuna tegemist on ainult-loetava serveriga, taastan - - + + Not allowed to remove, restoring Eemaldamine pole lubatud, taastan - + Local files and share folder removed. Kohalikud failid ja jagatud kaustad eemaldatud. - + Move not allowed, item restored Liigutamine pole lubatud, üksus taastatud - + Move not allowed because %1 is read-only Liigutamien pole võimalik kuna %1 on ainult lugemiseks - + the destination sihtkoht - + the source allikas @@ -2813,22 +2802,36 @@ Selle kasutamine pole soovitatav. Ava veebilehitsejas - + + + + Log in... + + + + + + + Log out + Logi välja + + + None. Pole. - + Recent Changes Hiljutised muudatused - + Managed Folders: Hallatavad kaustad: - + Open folder '%1' Ava kaust '%1' @@ -2838,37 +2841,40 @@ Selle kasutamine pole soovitatav. Ava %1 veebilehitsejas - + + Log out everywhere + + + + + Log in everywhere... + + + + Unknown status Tundmatu staatus - + Settings... Seaded... - + Details... Üksikasjad... - + Help Abiinfo - + Quit %1 Lõpeta %1 - - - - - Sign in... - Logi sisse... - Disconnected from %1 @@ -2885,55 +2891,38 @@ Selle kasutamine pole soovitatav. Konto %1: %2 - - - - Sign out - Logi välja - - - - Sign out everywhere - Logi kõikjalt välja - - - - Sign in everywhere... - Logi kõikjale sisse... - - - + Crash now Only shows in debug mode to allow testing the crash handler - + No items synced recently Ühtegi üksust pole hiljuti sünkroniseeritud - + Discovering '%1' '%1' avastamine - + Syncing %1 of %2 (%3 left) Sünkroniseerin %1 %2-st (%3 veel) - + Syncing %1 (%2 left) Sünkroniseerin %1 (%2 veel) - + %1 (%2, %3) %1 (%2, %3) - + Up to date Ajakohane @@ -2969,6 +2958,11 @@ Selle kasutamine pole soovitatav. Server Server + + + <html><head/><body><p>If this box is checked, existing content in the local folder will be erased to start a clean sync from the server.</p><p>Do not check this if the local content should be uploaded to the servers folder.</p></body></html> + + Start a &clean sync (Erases the local folder!) @@ -2994,11 +2988,6 @@ Selle kasutamine pole soovitatav. &Keep local data &Säilita kohalikud andmed - - - <html><head/><body><p>If this box is checked, existing content in the local directory will be erased to start a clean sync from the server.</p><p>Do not check this if the local content should be uploaded to the servers directory.</p></body></html> - <html><head/><body><p>Kui see valik on märgitud, siis kohalikes kaustades olev sisu kustutatakse, et alustada nullist sünkroniseerimist server.</p><p>Ära märgi seda valikut, kui kohalikus arvutis olevat sisu on vaja serverisse üles laadida.</p></body></html> - S&ync everything from server @@ -3154,67 +3143,62 @@ Selle kasutamine pole soovitatav. Utility - - %L1 TB - %L1 TB - - - + %L1 GB %L1 GB - + %L1 MB %L1 MB - - %L1 kB - %L1 kB + + %L1 KB + %L1 KB - + %L1 B %L1 B - + %Ln year(s) %Ln aasta(t) - + %Ln month(s) %Ln kuu(d) - + %Ln day(s) %Ln päeva(a) - + %Ln hour(s) %Ln tund(i) - + %Ln minute(s) %Ln minut(it) - + %Ln second(s) %Ln sekund(it) - + 0 seconds 0 sekundit - + %1 %2 %1 %2 diff --git a/translations/client_eu.ts b/translations/client_eu.ts index fff0397de..080eafb11 100644 --- a/translations/client_eu.ts +++ b/translations/client_eu.ts @@ -63,14 +63,6 @@ TestuEtiketa - - OCC::Account - - - %1@%2 - - - OCC::AccountSettings @@ -85,8 +77,8 @@ - Delete - Ezabatu + Remove Account + @@ -105,8 +97,8 @@ - - + + Cancel Ezeztatu @@ -121,137 +113,142 @@ Ez da konturik konfiguratu. - - Remove folder - - - - + Folder creation failed - + <p>Could not create local folder <i>%1</i>. - - Confirm Folder Remove - Baieztatu karpetaren ezabatzea - - - + Stop syncing - + Confirm Folder Reset Baieztatu Karpetaren Leheneratzea - + <p>Do you really want to reset folder <i>%1</i> and rebuild your client database?</p><p><b>Note:</b> This function is designed for maintenance purposes only. No files will be removed, but this can cause significant data traffic and take several minutes or hours to complete, depending on the size of the folder. Only use this option if advised by your administrator.</p> <p>Benetan nahi duzu <i>%1</i> karpeta leheneratu eta zure bezeroaren datu basea berreraiki?</p><p><b>Oharra:</p> Funtzio hau mantenurako bakarrik diseinauta izan da. Ez da fitxategirik ezabatuko, baina honek datu trafiko handia sor dezake eta minutu edo ordu batzuk behar izango ditu burutzeko, karpetaren tamainaren arabera. Erabili aukera hau bakarrik zure kudeatzaileak esanez gero.</p> - + Sync Running Sinkronizazioa martxan da - + The syncing operation is running.<br/>Do you want to terminate it? Sinkronizazio martxan da.<br/>Bukatu nahi al duzu? - + %1 as <i>%2</i> - + Connected to %1. - + Server %1 is temporarily unavailable. - + Signed out from %1. - + No connection to %1 at %2. - + There are new folders that were not synchronized because they are too big: %1 - + , , - - Confirm Account Delete + + Confirm Account Removal - + <p>Do you really want to remove the connection to the account <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> - + Remove connection - + Open folder - + + Choose What to Sync + Hautatu zer sinkronizatu + + + Resume sync - + Pause sync - + + Remove sync + + + + + Confirm Sync Removal + + + + <p>Do you really want to stop syncing the folder <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> - + %1 (%3%) of %2 in use. Some folders, including network mounted or shared folders, might have different limits. - + %1 of %2 in use - + Currently there is no storage usage information available. Orain ez dago eskuragarri biltegiratze erabileraren informazioa. - + No %1 connection configured. Ez dago %1 konexiorik konfiguratuta. @@ -378,18 +375,12 @@ - - - Unable to connect to %1 - Ezin izan da %1ra konektatu - - - + timeout denbora iraungi da - + The provided credentials are not correct Emandako kredentzialak ez dira zuzenak @@ -424,8 +415,8 @@ - %1 should be a directory but is not. - %1 karpeta bat izan behar zen baina ez da. + %1 should be a folder but is not. + @@ -510,37 +501,35 @@ Sinkronizazio Jarduerak - + Could not read system exclude file - + A new folder larger than %1 MB has been added: %2. Please go in the settings to select it if you wish to download it. - + This sync would remove all the files in the sync folder '%1'. -This might be because the folder was silently reconfigured, or that all the file were manually removed. +This might be because the folder was silently reconfigured, or that all the files were manually removed. Are you sure you want to perform this operation? - Sinkronizazioak '%1' sinkronizazio karpetako fitxategi guztiak ezabatuko ditu. -Izan daiteke karpeta isilpean birkonfiguratu delako edo fitxategi guztiak eskuz ezabatu direlako. -Ziur zaude eragiketa hau egin nahi duzula? + - + Remove All Files? Ezabatu Fitxategi Guztiak? - + Remove all files Ezabatu fitxategi guztiak - + Keep files Mantendu fitxategiak @@ -558,111 +547,111 @@ Ziur zaude eragiketa hau egin nahi duzula? Aurkitu da '%1' sinkronizazio erregistro zaharra, baina ezin da ezabatu. Ziurtatu aplikaziorik ez dela erabiltzen ari. - + (backup) - + (backup %1) - + Undefined State. Definitu gabeko egoera. - + Waits to start syncing. Itxoiten sinkronizazioa hasteko. - + Preparing for sync. Sinkronizazioa prestatzen. - + Sync is running. Sinkronizazioa martxan da. - + Last Sync was successful. Azkeneko sinkronizazioa ongi burutu zen. - + Last Sync was successful, but with warnings on individual files. Azkenengo sinkronizazioa ongi burutu zen, baina banakako fitxategi batzuetan abisuak egon dira. - + Setup Error. Konfigurazio errorea. - + User Abort. Erabiltzaileak bertan behera utzi. - + Sync is paused. Sinkronizazioa pausatuta dago. - + %1 (Sync is paused) %1 (Sinkronizazioa pausatuta dago) - + No valid folder selected! - - The selected path is not a directory! + + The selected path is not a folder! - + You have no permission to write to the selected folder! Ez daukazu hautatutako karpetan idazteko baimenik! - - - The local path %1 is already an upload folder. Please pick another one! - %1 sarbidean badago kargatzeko karpeta bat. Hautatu beste bat! - - An already configured folder is contained in the current entry. - Karpeta honek dagoeneko konfiguratuta dagoen beste karpeta bat du barnean + The local folder %1 is already used in a folder sync connection. Please pick another one! + - The selected folder is a symbolic link. An already configured folder is contained in the folder this link is pointing to. - Hautatutako karpeta esteka sinboliko bat da. Eta konfituratutako karpeta dagoeneko badago esteka apuntatzen duen karpetan. + The local folder %1 already contains a folder used in a folder sync connection. Please pick another one! + - - An already configured folder contains the currently entered folder. - Karpeta batek dagoeneko barnean du orain sartutako karpeta. + + The local folder %1 is a symbolic link. The link target already contains a folder used in a folder sync connection. Please pick another one! + - - The selected folder is a symbolic link. An already configured folder is the parent of the current selected contains the folder this link is pointing to. - Hautatutako karpeta esteka sinboliko bat da. Eta konfiguratutako karpeta estekak apuntatzen duen karpetaren gurasoa da. + + The local folder %1 is already contained in a folder used in a folder sync connection. Please pick another one! + + + + + The local folder %1 is a symbolic link. The link target is already contained in a folder used in a folder sync connection. Please pick another one! + OCC::FolderStatusDelegate - Add Folder to Synchronize + Add Folder Sync Connection @@ -807,8 +796,8 @@ Geratzen den denbora %5 - The directory alias is a descriptive name for this sync connection. - Direktorioaren ezizena sinkronizazio konexioaren izen deskriptiboa da. + The folder alias is a descriptive name for this sync connection. + @@ -1071,28 +1060,28 @@ Account: %3 - Files or directories matching a pattern will not be synchronized. + Files or folders matching a pattern will not be synchronized. Items where deletion is allowed will be deleted if they prevent a directory from being removed. This is useful for meta data. - + Could not open file Ezin izan da fitxategia ireki - + Cannot write changes to '%1'. Ezin izan dira aldaketa idatzi hemen '%1'. - + Add Ignore Pattern Gehitu Baztertzeko Eredua - + Add a new ignore pattern: Gehitu baztertzeko eredu berria: @@ -1395,12 +1384,12 @@ for additional privileges during the process. - Sync the directory '%1' + Sync the folder '%1' - <p><small><strong>Warning:</strong> The local directory is not empty. Pick a resolution!</small></p> + <p><small><strong>Warning:</strong> The local folder is not empty. Pick a resolution!</small></p> @@ -1464,29 +1453,29 @@ for additional privileges during the process. OCC::OwncloudSetupPage - + Connect to %1 %1ra konektatu - + Setup %1 server Konfiguratu %1 zerbitzaria - + This url is NOT secure as it is not encrypted. It is not advisable to use it. Url hori EZ da segurua ez baitago kodetuta. Ez da gomendagarria erabltzea. - + This url is secure. You can use it. Url hau segurua da. Berau erabili dezakezu. - + &Next > @@ -1626,7 +1615,7 @@ Ez da gomendagarria erabltzea. - + <font color="green"><b>Local sync folder %1 successfully created!</b></font> <font color="green"><b>Bertako sinkronizazio %1 karpeta ongi sortu da!</b></font> @@ -1634,12 +1623,12 @@ Ez da gomendagarria erabltzea. OCC::OwncloudWizard - + %1 Connection Wizard %1 Konexio Morroia - + Skip folders configuration Saltatu karpeten ezarpenak @@ -1748,7 +1737,7 @@ Ez da gomendagarria erabltzea. - A file or directory was removed from a read only share, but restoring failed: %1 + A file or folder was removed from a read only share, but restoring failed: %1 @@ -1761,8 +1750,8 @@ Ez da gomendagarria erabltzea. - could not create directory %1 - Ezin izan da %1 karpeta sortu + could not create folder %1 + @@ -1774,7 +1763,7 @@ Ez da gomendagarria erabltzea. - Could not remove directory '%1'; + Could not remove folder '%1'; @@ -2294,7 +2283,7 @@ Ez da gomendagarria erabltzea. OCC::SocketApi - + Share with %1 parameter is ownCloud @@ -2505,11 +2494,6 @@ Ez da gomendagarria erabltzea. Success. Arrakasta. - - - CSync failed to load or create the journal file. Make sure you have read and write permissions in the local sync directory. - - CSync failed to load the journal file. The journal file is corrupted. @@ -2581,9 +2565,29 @@ Ez da gomendagarria erabltzea. CSyncek huts egin du kudeatu gabeko baimen ukapen bat dela eta. - - CSync tried to create a directory that already exists. - CSyncek dagoeneko existitzen zen karpeta bat sortzen saiatu da. + + The mounted folder is temporarily not available on the server + + + + + An error occurred while opening a folder + + + + + Error while reading folder. + + + + + Not allowed because you don't have permission to add parent folder + + + + + Not allowed because you don't have permission to add files in that folder + @@ -2600,11 +2604,6 @@ Ez da gomendagarria erabltzea. Aborted by the user Erabiltzaileak bertan behera utzita - - - The mounted directory is temporarily not available on the server - - Filename contains invalid characters that can not be synced cross platform. @@ -2615,21 +2614,21 @@ Ez da gomendagarria erabltzea. CSync failed to access + + + CSync failed to load or create the journal file. Make sure you have read and write permissions in the local sync folder. + + + + + CSync tried to create a folder that already exists. + + The service is temporarily unavailable - - - An error occurred while opening a directory - - - - - Error while reading directory. - - An internal error number %1 occurred. @@ -2666,79 +2665,69 @@ Ez da gomendagarria erabltzea. - + Filename encoding is not valid - + Invalid characters, please rename "%1" - + Unable to initialize a sync journal. Ezin izan da sinkronizazio egunerokoa hasieratu. - + Cannot open the sync journal - - + + Ignored because of the "choose what to sync" blacklist - - Not allowed because you don't have permission to add sub-directories in that directory + + Not allowed because you don't have permission to add subfolders to that folder - - Not allowed because you don't have permission to add parent directory - - - - - Not allowed because you don't have permission to add files in that directory - - - - + Not allowed to upload this file because it is read-only on the server, restoring - - + + Not allowed to remove, restoring Ezabatzeko baimenik gabe, berrezartzen - + Local files and share folder removed. - + Move not allowed, item restored Mugitzea ez dago baimenduta, elementua berrezarri da - + Move not allowed because %1 is read-only Mugitzea ez dago baimenduta %1 irakurtzeko bakarrik delako - + the destination helburua - + the source jatorria @@ -2811,22 +2800,36 @@ Ez da gomendagarria erabltzea. - + + + + Log in... + + + + + + + Log out + Saioa bukatu + + + None. Bat ere ez. - + Recent Changes Azkenengo Aldaketak - + Managed Folders: Kudeatutako karpetak: - + Open folder '%1' Ireki '%1' karpeta @@ -2836,37 +2839,40 @@ Ez da gomendagarria erabltzea. Ireki %1 arakatzailean - + + Log out everywhere + + + + + Log in everywhere... + + + + Unknown status Egoera ezezaguna - + Settings... Ezarpenak... - + Details... Xehetasunak... - + Help Laguntza - + Quit %1 %1etik Irten - - - - - Sign in... - Saioa hasi... - Disconnected from %1 @@ -2883,55 +2889,38 @@ Ez da gomendagarria erabltzea. - - - - Sign out - Saioa bukatu - - - - Sign out everywhere - - - - - Sign in everywhere... - - - - + Crash now Only shows in debug mode to allow testing the crash handler - + No items synced recently Ez da azken aldian ezer sinkronizatu - + Discovering '%1' - + Syncing %1 of %2 (%3 left) Sinkronizatzen %1 %2tik (%3 faltan) - + Syncing %1 (%2 left) Sinkronizatzen %1 (%2faltan) - + %1 (%2, %3) %1 (%2, %3) - + Up to date Eguneratua @@ -2967,6 +2956,11 @@ Ez da gomendagarria erabltzea. Server Zerbitzaria + + + <html><head/><body><p>If this box is checked, existing content in the local folder will be erased to start a clean sync from the server.</p><p>Do not check this if the local content should be uploaded to the servers folder.</p></body></html> + + Start a &clean sync (Erases the local folder!) @@ -2992,11 +2986,6 @@ Ez da gomendagarria erabltzea. &Keep local data Mantendu datu lo&kalak - - - <html><head/><body><p>If this box is checked, existing content in the local directory will be erased to start a clean sync from the server.</p><p>Do not check this if the local content should be uploaded to the servers directory.</p></body></html> - - S&ync everything from server @@ -3152,67 +3141,62 @@ Ez da gomendagarria erabltzea. Utility - - %L1 TB - - - - + %L1 GB - + %L1 MB - - %L1 kB + + %L1 KB - + %L1 B %L1 B - + %Ln year(s) - + %Ln month(s) - + %Ln day(s) - + %Ln hour(s) - + %Ln minute(s) - + %Ln second(s) - + 0 seconds - + %1 %2 %1 %2 diff --git a/translations/client_fa.ts b/translations/client_fa.ts index daea6e0f9..c5c262be2 100644 --- a/translations/client_fa.ts +++ b/translations/client_fa.ts @@ -63,14 +63,6 @@ برچسب متنی - - OCC::Account - - - %1@%2 - - - OCC::AccountSettings @@ -85,8 +77,8 @@ - Delete - حذف + Remove Account + @@ -105,8 +97,8 @@ - - + + Cancel منصرف شدن @@ -121,137 +113,142 @@ - - Remove folder - - - - + Folder creation failed - + <p>Could not create local folder <i>%1</i>. - - Confirm Folder Remove - قبول کردن پاک شدن پوشه - - - + Stop syncing - + Confirm Folder Reset قبول تنظیم مجدد پوشه - + <p>Do you really want to reset folder <i>%1</i> and rebuild your client database?</p><p><b>Note:</b> This function is designed for maintenance purposes only. No files will be removed, but this can cause significant data traffic and take several minutes or hours to complete, depending on the size of the folder. Only use this option if advised by your administrator.</p> - + Sync Running همگام سازی در حال اجراست - + The syncing operation is running.<br/>Do you want to terminate it? عملیات همگام سازی در حال اجراست.<br/>آیا دوست دارید آن را متوقف کنید؟ - + %1 as <i>%2</i> - + Connected to %1. - + Server %1 is temporarily unavailable. - + Signed out from %1. - + No connection to %1 at %2. - + There are new folders that were not synchronized because they are too big: %1 - + , رشته های ترجمه نشده - - Confirm Account Delete + + Confirm Account Removal - + <p>Do you really want to remove the connection to the account <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> - + Remove connection - + Open folder - + + Choose What to Sync + + + + Resume sync - + Pause sync - + + Remove sync + + + + + Confirm Sync Removal + + + + <p>Do you really want to stop syncing the folder <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> - + %1 (%3%) of %2 in use. Some folders, including network mounted or shared folders, might have different limits. - + %1 of %2 in use - + Currently there is no storage usage information available. - + No %1 connection configured. بدون %1 اتصال پیکربندی شده. @@ -378,18 +375,12 @@ - - - Unable to connect to %1 - - - - + timeout - + The provided credentials are not correct @@ -424,8 +415,8 @@ - %1 should be a directory but is not. - %1 باید یک پوشه باشد اما نیست. + %1 should be a folder but is not. + @@ -510,37 +501,35 @@ فعالیت همگام سازی - + Could not read system exclude file - + A new folder larger than %1 MB has been added: %2. Please go in the settings to select it if you wish to download it. - + This sync would remove all the files in the sync folder '%1'. -This might be because the folder was silently reconfigured, or that all the file were manually removed. +This might be because the folder was silently reconfigured, or that all the files were manually removed. Are you sure you want to perform this operation? - این همگام سازی تمام فایل ها در پوشه همگام سازی محلی را حذف کرده است '%1'. -شاید به این علت که پوشه به آرارمی دوباره پیکربندی شده است، یا اینکه تمام فایل ها به صورت دستی حذف شده اند. -آیا شما مطمئن هستید که می خواهید این عملیات را اجرا کنید؟ + - + Remove All Files? حذف تمام فایل ها؟ - + Remove all files حذف تمام فایل ها - + Keep files نگه داشتن فایل ها @@ -558,103 +547,103 @@ Are you sure you want to perform this operation? - + (backup) - + (backup %1) - + Undefined State. موقعیت تعریف نشده - + Waits to start syncing. صبر کنید تا همگام سازی آغاز شود - + Preparing for sync. آماده سازی برای همگام سازی کردن. - + Sync is running. همگام سازی در حال اجراست - + Last Sync was successful. آخرین همگام سازی موفقیت آمیز بود - + Last Sync was successful, but with warnings on individual files. - + Setup Error. خطا در پیکر بندی. - + User Abort. خارج کردن کاربر. - + Sync is paused. همگام سازی فعلا متوقف شده است - + %1 (Sync is paused) - + No valid folder selected! - - The selected path is not a directory! + + The selected path is not a folder! - + You have no permission to write to the selected folder! شما اجازه نوشتن در پوشه های انتخاب شده را ندارید! - - - The local path %1 is already an upload folder. Please pick another one! - - - An already configured folder is contained in the current entry. - در حال حاضر یک پوشه پیکربندی شده در ورودی فعلی موجود است. + The local folder %1 is already used in a folder sync connection. Please pick another one! + - The selected folder is a symbolic link. An already configured folder is contained in the folder this link is pointing to. + The local folder %1 already contains a folder used in a folder sync connection. Please pick another one! - - An already configured folder contains the currently entered folder. + + The local folder %1 is a symbolic link. The link target already contains a folder used in a folder sync connection. Please pick another one! - - The selected folder is a symbolic link. An already configured folder is the parent of the current selected contains the folder this link is pointing to. + + The local folder %1 is already contained in a folder used in a folder sync connection. Please pick another one! + + + + + The local folder %1 is a symbolic link. The link target is already contained in a folder used in a folder sync connection. Please pick another one! @@ -662,7 +651,7 @@ Are you sure you want to perform this operation? OCC::FolderStatusDelegate - Add Folder to Synchronize + Add Folder Sync Connection @@ -806,7 +795,7 @@ Total time left %5 - The directory alias is a descriptive name for this sync connection. + The folder alias is a descriptive name for this sync connection. @@ -1070,28 +1059,28 @@ Account: %3 - Files or directories matching a pattern will not be synchronized. + Files or folders matching a pattern will not be synchronized. Items where deletion is allowed will be deleted if they prevent a directory from being removed. This is useful for meta data. - + Could not open file - + Cannot write changes to '%1'. - + Add Ignore Pattern - + Add a new ignore pattern: @@ -1394,12 +1383,12 @@ for additional privileges during the process. - Sync the directory '%1' + Sync the folder '%1' - <p><small><strong>Warning:</strong> The local directory is not empty. Pick a resolution!</small></p> + <p><small><strong>Warning:</strong> The local folder is not empty. Pick a resolution!</small></p> @@ -1463,28 +1452,28 @@ for additional privileges during the process. OCC::OwncloudSetupPage - + Connect to %1 - + Setup %1 server - + This url is NOT secure as it is not encrypted. It is not advisable to use it. - + This url is secure. You can use it. این ادرس امن است. شما می توانید از آن استفاده کنید. - + &Next > @@ -1624,7 +1613,7 @@ It is not advisable to use it. - + <font color="green"><b>Local sync folder %1 successfully created!</b></font> <font color="green"><b> پوشه همگام سازی محلی %1 با موفقیت ساخته شده است!</b></font> @@ -1632,12 +1621,12 @@ It is not advisable to use it. OCC::OwncloudWizard - + %1 Connection Wizard - + Skip folders configuration @@ -1746,7 +1735,7 @@ It is not advisable to use it. - A file or directory was removed from a read only share, but restoring failed: %1 + A file or folder was removed from a read only share, but restoring failed: %1 @@ -1759,7 +1748,7 @@ It is not advisable to use it. - could not create directory %1 + could not create folder %1 @@ -1772,7 +1761,7 @@ It is not advisable to use it. - Could not remove directory '%1'; + Could not remove folder '%1'; @@ -2292,7 +2281,7 @@ It is not advisable to use it. OCC::SocketApi - + Share with %1 parameter is ownCloud @@ -2503,11 +2492,6 @@ It is not advisable to use it. Success. موفقیت - - - CSync failed to load or create the journal file. Make sure you have read and write permissions in the local sync directory. - - CSync failed to load the journal file. The journal file is corrupted. @@ -2579,9 +2563,29 @@ It is not advisable to use it. - - CSync tried to create a directory that already exists. - CSync برای ایجاد یک پوشه که در حال حاضر موجود است تلاش کرده است. + + The mounted folder is temporarily not available on the server + + + + + An error occurred while opening a folder + + + + + Error while reading folder. + + + + + Not allowed because you don't have permission to add parent folder + + + + + Not allowed because you don't have permission to add files in that folder + @@ -2598,11 +2602,6 @@ It is not advisable to use it. Aborted by the user - - - The mounted directory is temporarily not available on the server - - Filename contains invalid characters that can not be synced cross platform. @@ -2613,21 +2612,21 @@ It is not advisable to use it. CSync failed to access + + + CSync failed to load or create the journal file. Make sure you have read and write permissions in the local sync folder. + + + + + CSync tried to create a folder that already exists. + + The service is temporarily unavailable - - - An error occurred while opening a directory - - - - - Error while reading directory. - - An internal error number %1 occurred. @@ -2664,79 +2663,69 @@ It is not advisable to use it. - + Filename encoding is not valid - + Invalid characters, please rename "%1" - + Unable to initialize a sync journal. - + Cannot open the sync journal - - + + Ignored because of the "choose what to sync" blacklist - - Not allowed because you don't have permission to add sub-directories in that directory + + Not allowed because you don't have permission to add subfolders to that folder - - Not allowed because you don't have permission to add parent directory - - - - - Not allowed because you don't have permission to add files in that directory - - - - + Not allowed to upload this file because it is read-only on the server, restoring - - + + Not allowed to remove, restoring - + Local files and share folder removed. - + Move not allowed, item restored - + Move not allowed because %1 is read-only - + the destination - + the source @@ -2809,22 +2798,36 @@ It is not advisable to use it. - + + + + Log in... + + + + + + + Log out + خروج + + + None. - + Recent Changes - + Managed Folders: پوشه های مدیریت شده: - + Open folder '%1' @@ -2834,37 +2837,40 @@ It is not advisable to use it. - - Unknown status + + Log out everywhere + + + + + Log in everywhere... + Unknown status + + + + Settings... - + Details... - + Help راه‌نما - + Quit %1 - - - - - Sign in... - - Disconnected from %1 @@ -2881,55 +2887,38 @@ It is not advisable to use it. - - - - Sign out - - - - - Sign out everywhere - - - - - Sign in everywhere... - - - - + Crash now Only shows in debug mode to allow testing the crash handler - + No items synced recently - + Discovering '%1' - + Syncing %1 of %2 (%3 left) - + Syncing %1 (%2 left) - + %1 (%2, %3) - + Up to date تا تاریخ @@ -2965,6 +2954,11 @@ It is not advisable to use it. Server سرور + + + <html><head/><body><p>If this box is checked, existing content in the local folder will be erased to start a clean sync from the server.</p><p>Do not check this if the local content should be uploaded to the servers folder.</p></body></html> + + Start a &clean sync (Erases the local folder!) @@ -2990,11 +2984,6 @@ It is not advisable to use it. &Keep local data - - - <html><head/><body><p>If this box is checked, existing content in the local directory will be erased to start a clean sync from the server.</p><p>Do not check this if the local content should be uploaded to the servers directory.</p></body></html> - - S&ync everything from server @@ -3150,67 +3139,62 @@ It is not advisable to use it. Utility - - %L1 TB - - - - + %L1 GB - + %L1 MB - - %L1 kB + + %L1 KB - + %L1 B - + %Ln year(s) - + %Ln month(s) - + %Ln day(s) - + %Ln hour(s) - + %Ln minute(s) - + %Ln second(s) - + 0 seconds - + %1 %2 diff --git a/translations/client_fi.ts b/translations/client_fi.ts index b0e3f1920..501e1e041 100644 --- a/translations/client_fi.ts +++ b/translations/client_fi.ts @@ -27,7 +27,7 @@ &Directory alias name: - &Directory alias-nimi: + &Kansion aliasnimi: @@ -63,14 +63,6 @@ TextLabel - - OCC::Account - - - %1@%2 - %1@%2 - - OCC::AccountSettings @@ -85,8 +77,8 @@ - Delete - Poista + Remove Account + Poista tili @@ -105,15 +97,15 @@ - - + + Cancel Peruuta Connected with <server> as <user> - Yhdistetty palvelimeen <server> käyttäen <user> tunnusta + Yhdistetty palvelimeen <server> käyttäen tunnusta <user> @@ -121,137 +113,142 @@ Tiliä ei ole määritelty. - - Remove folder - Poista kansio - - - + Folder creation failed Kansion luominen epäonnistui - + <p>Could not create local folder <i>%1</i>. <p>Paikallisen kansion <i>%1</i> luominen epäonnistui. - - Confirm Folder Remove - Vahvista kansion poisto - - - + Stop syncing Lopeta synkronointi - + Confirm Folder Reset Vahvista kansion alustus - + <p>Do you really want to reset folder <i>%1</i> and rebuild your client database?</p><p><b>Note:</b> This function is designed for maintenance purposes only. No files will be removed, but this can cause significant data traffic and take several minutes or hours to complete, depending on the size of the folder. Only use this option if advised by your administrator.</p> - + Sync Running Synkronointi meneillään - + The syncing operation is running.<br/>Do you want to terminate it? Synkronointioperaatio on meneillään.<br/>Haluatko keskeyttää sen? - + %1 as <i>%2</i> - + %1 käyttäjänä <i>%2</i> - + Connected to %1. Yhteys muodostettu kohteeseen %1. - + Server %1 is temporarily unavailable. Palvelin %1 ei ole juuri nyt saatavilla. - + Signed out from %1. Kirjauduttu ulos kohteesta %1. - + No connection to %1 at %2. Ei yhteyttä kohteeseen %1 osoitteessa %2. - + There are new folders that were not synchronized because they are too big: %1 Havaittu uusia kansioita, joita ei ole synkronoitu niiden suuren koon vuoksi: %1 - + , , - - Confirm Account Delete + + Confirm Account Removal Vahvista tilin poistaminen - + <p>Do you really want to remove the connection to the account <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> - + <p>Haluatko varmasti poistaa tilin <i>%1</i>?</p><p><b>Huomio:</b> Tämä toimenpide <b>ei</b> poista mitään tiedostoja.</p> - + Remove connection Poista yhteys - + Open folder Avaa kansio - + + Choose What to Sync + Valitse synkronoitavat tiedot + + + Resume sync Palauta synkronointi - + Pause sync Keskeytä synkronointi - - <p>Do you really want to stop syncing the folder <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> + + Remove sync + Poista synkronointi + + + + Confirm Sync Removal - + + <p>Do you really want to stop syncing the folder <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> + <p>Haluatko varmasti lopettaa kansion <i>%1</i> synkronoinnin?</p><p><b>Huomio:</b> Tämä toimenpide <b>ei</b> poista mitään tiedostoja.</p> + + + %1 (%3%) of %2 in use. Some folders, including network mounted or shared folders, might have different limits. %1/%2 (%3 %) käytössä. Jotkin kansiot, mukaan lukien verkkojaot ja jaetut kansiot, voivat sisältää eri rajoitukset. - + %1 of %2 in use %1/%2 käytössä - + Currently there is no storage usage information available. Tallennustilan käyttötietoja ei ole juuri nyt saatavilla. - + No %1 connection configured. %1-yhteyttä ei ole määritelty. @@ -378,18 +375,12 @@ Tunnistautumisvirhe: käyttäjätunnus tai salasana on väärin. - - - Unable to connect to %1 - Yhteys %1iin epäonnistui - - - + timeout aikakatkaisu - + The provided credentials are not correct Annetut tilitiedot eivät ole oikein @@ -424,7 +415,7 @@ - %1 should be a directory but is not. + %1 should be a folder but is not. Kohteen %1 pitäisi olla kansio, mutta se ei kuitenkaan ole kansio. @@ -510,36 +501,36 @@ Synkronointiaktiviteetti - + Could not read system exclude file - + A new folder larger than %1 MB has been added: %2. Please go in the settings to select it if you wish to download it. Uusi kansio, joka on suurempi kuin %1 Mt, on lisätty: %2. Siirry asetuksiin valitaksesi sen, jos haluat ladata kyseisen kansion. - + This sync would remove all the files in the sync folder '%1'. -This might be because the folder was silently reconfigured, or that all the file were manually removed. +This might be because the folder was silently reconfigured, or that all the files were manually removed. Are you sure you want to perform this operation? - + Remove All Files? Poistetaanko kaikki tiedostot? - + Remove all files Poista kaikki tiedostot - + Keep files Säilytä tiedostot @@ -557,103 +548,103 @@ Are you sure you want to perform this operation? - + (backup) (varmuuskopio) - + (backup %1) (varmuuskopio %1) - + Undefined State. Määrittelemätön tila. - + Waits to start syncing. Odottaa synkronoinnin alkamista. - + Preparing for sync. Valmistellaan synkronointia. - + Sync is running. Synkronointi on meneillään. - + Last Sync was successful. Viimeisin synkronointi suoritettiin onnistuneesti. - + Last Sync was successful, but with warnings on individual files. Viimeisin synkronointi onnistui, mutta yksittäisten tiedostojen kanssa ilmeni varoituksia. - + Setup Error. Asetusvirhe. - + User Abort. - + Sync is paused. Synkronointi on keskeytetty. - + %1 (Sync is paused) %1 (Synkronointi on keskeytetty) - + No valid folder selected! Kelvollista kansiota ei ole valittu! - - The selected path is not a directory! + + The selected path is not a folder! Valittu polku ei ole kansio! - + You have no permission to write to the selected folder! Sinulla ei ole kirjoitusoikeutta valittuun kansioon! - - - The local path %1 is already an upload folder. Please pick another one! - - - An already configured folder is contained in the current entry. - Tässä on jo olemassa asetettu kansio. + The local folder %1 is already used in a folder sync connection. Please pick another one! + - The selected folder is a symbolic link. An already configured folder is contained in the folder this link is pointing to. + The local folder %1 already contains a folder used in a folder sync connection. Please pick another one! - - An already configured folder contains the currently entered folder. - Jo aiemmin määritelty kansio sisältää nyt valitun kansion. + + The local folder %1 is a symbolic link. The link target already contains a folder used in a folder sync connection. Please pick another one! + - - The selected folder is a symbolic link. An already configured folder is the parent of the current selected contains the folder this link is pointing to. + + The local folder %1 is already contained in a folder used in a folder sync connection. Please pick another one! + + + + + The local folder %1 is a symbolic link. The link target is already contained in a folder used in a folder sync connection. Please pick another one! @@ -661,8 +652,8 @@ Are you sure you want to perform this operation? OCC::FolderStatusDelegate - Add Folder to Synchronize - Lisää synkronoitava kansio + Add Folder Sync Connection + Lisää kansion synkronointiyhteys @@ -673,7 +664,7 @@ Are you sure you want to perform this operation? Syncing selected files in your account with - + Synkronoidaan valitut tiedostot tililläsi kohteeseen @@ -770,7 +761,7 @@ Aikaa jäljellä yhteensä %5 Waiting... - + Odotetaan... @@ -806,7 +797,7 @@ Aikaa jäljellä yhteensä %5 - The directory alias is a descriptive name for this sync connection. + The folder alias is a descriptive name for this sync connection. @@ -947,7 +938,7 @@ Aikaa jäljellä yhteensä %5 For System Tray - + Ilmoitusalueelle @@ -972,7 +963,7 @@ Aikaa jäljellä yhteensä %5 Show crash reporter - + Näytä kaatumisraportti @@ -1018,7 +1009,11 @@ Aikaa jäljellä yhteensä %5 User: %2 Account: %3 - + Anna %1-salasana: + +Käyttäjä: %2 +Tili: %3 + @@ -1031,12 +1026,12 @@ Account: %3 Ignored Files Editor - + Ohitettavien tiedostojen muokkain Global Ignore Settings - + Yleiset ohitusasetukset @@ -1046,7 +1041,7 @@ Account: %3 Files Ignored by Patterns - + Kaavojen perusteella ohitettavat tiedostot @@ -1056,7 +1051,7 @@ Account: %3 Pattern - + Kaava @@ -1070,28 +1065,28 @@ Account: %3 - Files or directories matching a pattern will not be synchronized. + Files or folders matching a pattern will not be synchronized. Items where deletion is allowed will be deleted if they prevent a directory from being removed. This is useful for meta data. - + Could not open file Tiedoston avaaminen ei onnistunut - + Cannot write changes to '%1'. - + Muutoksien kirjoittaminen kohteeseen '%1' epäonnistui. - + Add Ignore Pattern Lisää ohituskaava - + Add a new ignore pattern: Lisää uusi ohituskaava: @@ -1272,7 +1267,7 @@ Items where deletion is allowed will be deleted if they prevent a directory from Limit to 3/4 of estimated bandwidth - + Rajoita 3/4:aan arvioidusta kaistanleveydestä @@ -1367,7 +1362,7 @@ for additional privileges during the process. Update Check - + Päivitystarkistus @@ -1394,13 +1389,13 @@ for additional privileges during the process. - Sync the directory '%1' + Sync the folder '%1' Synkronoi kansio '%1' - <p><small><strong>Warning:</strong> The local directory is not empty. Pick a resolution!</small></p> - <p><small><strong>Varoitus:</strong> Paikallinen kansio ei ole tyhjä. Valitse ratkaisu!</small></p> + <p><small><strong>Warning:</strong> The local folder is not empty. Pick a resolution!</small></p> + @@ -1424,7 +1419,7 @@ for additional privileges during the process. <html><head/><body><p>Failed to connect to the secure server address specified. How do you wish to proceed?</p></body></html> - + <html><head/><body><p>Yhteys määritettyyn palvelimen salattuun osoitteeseen epäonnistui. Miten haluat edetä?</p></body></html> @@ -1434,7 +1429,7 @@ for additional privileges during the process. Retry unencrypted over HTTP (insecure) - + Yritä uudelleen salaamattomana HTTP:n yli (turvaton!) @@ -1444,7 +1439,7 @@ for additional privileges during the process. <html><head/><body><p>Failed to connect to the secure server address <em>%1</em>. How do you wish to proceed?</p></body></html> - + <html><head/><body><p>Yhteys palvelimen salattuun osoitteeseen <em>%1</em> epäonnistui. Miten haluat edetä?</p></body></html> @@ -1457,35 +1452,35 @@ for additional privileges during the process. Enter user credentials - Anna käyttäjätunnus + Anna käyttäjätiedot OCC::OwncloudSetupPage - + Connect to %1 Muodosta yhteys - %1 - + Setup %1 server %1-palvelimen asetuksien määritys - + This url is NOT secure as it is not encrypted. It is not advisable to use it. Tämä osoite ei ole turvallinen, koska sitä ei ole salattu. Osoitteen käyttäminen ei ole suositeltavaa. - + This url is secure. You can use it. Tämä osoite on turvallinen. Voit käyttää sitä. - + &Next > &Seuraava > @@ -1625,7 +1620,7 @@ Osoitteen käyttäminen ei ole suositeltavaa. - + <font color="green"><b>Local sync folder %1 successfully created!</b></font> <font color="green"><b>Paikallinen synkronointikansio %1 luotu onnistuneesti!</b></font> @@ -1633,12 +1628,12 @@ Osoitteen käyttäminen ei ole suositeltavaa. OCC::OwncloudWizard - + %1 Connection Wizard %1-yhteysavustaja - + Skip folders configuration Ohita kansioiden määritykset @@ -1747,7 +1742,7 @@ Osoitteen käyttäminen ei ole suositeltavaa. - A file or directory was removed from a read only share, but restoring failed: %1 + A file or folder was removed from a read only share, but restoring failed: %1 @@ -1760,8 +1755,8 @@ Osoitteen käyttäminen ei ole suositeltavaa. - could not create directory %1 - kansion %1 luominen epäonnistui + could not create folder %1 + kansiota %1 ei voitu luoda @@ -1773,7 +1768,7 @@ Osoitteen käyttäminen ei ole suositeltavaa. - Could not remove directory '%1'; + Could not remove folder '%1'; Ei voitu poistaa kansiota '%1'; @@ -2220,7 +2215,7 @@ Osoitteen käyttäminen ei ole suositeltavaa. A sync file with the same name exists. The file cannot be registered to sync. - + Synkronointitiedosto samalla nimellä on jo olemassa. Tiedostoa ei voi rekisteröidä synkronoitavaksi. @@ -2269,7 +2264,7 @@ Osoitteen käyttäminen ei ole suositeltavaa. You must sign in as user %1 - Kirjaudu käyttäjänä %1 + Sinun tulee kirjautua käyttäjänä %1 @@ -2293,7 +2288,7 @@ Osoitteen käyttäminen ei ole suositeltavaa. OCC::SocketApi - + Share with %1 parameter is ownCloud @@ -2309,7 +2304,7 @@ Osoitteen käyttäminen ei ole suositeltavaa. Common Name (CN): - + Yleinen nimi (CN): @@ -2329,7 +2324,7 @@ Osoitteen käyttäminen ei ole suositeltavaa. State/Province: - + Lääni/maakunta/provinssi: @@ -2339,7 +2334,7 @@ Osoitteen käyttäminen ei ole suositeltavaa. Serial: - + Sarjanumero: @@ -2506,11 +2501,6 @@ Osoitteen käyttäminen ei ole suositeltavaa. Success. Onnistui. - - - CSync failed to load or create the journal file. Make sure you have read and write permissions in the local sync directory. - - CSync failed to load the journal file. The journal file is corrupted. @@ -2582,9 +2572,29 @@ Osoitteen käyttäminen ei ole suositeltavaa. - - CSync tried to create a directory that already exists. - CSync yritti luoda olemassa olevan kansion. + + The mounted folder is temporarily not available on the server + Liitetty kansio on väliaikaisesti pois käytöstä tällä palvelimella + + + + An error occurred while opening a folder + Kansiota avatessa tapahtui virhe + + + + Error while reading folder. + Kansiota lukiessa tapahtui virhe + + + + Not allowed because you don't have permission to add parent folder + Ei sallittu, koska käyttöoikeutesi eivät riitä ylätason kansion lisäämiseen + + + + Not allowed because you don't have permission to add files in that folder + Ei sallittu, koska käyttöoikeutesi eivät riitä tiedostojen lisäämiseen kyseiseen kansioon @@ -2601,36 +2611,31 @@ Osoitteen käyttäminen ei ole suositeltavaa. Aborted by the user Keskeytetty käyttäjän toimesta - - - The mounted directory is temporarily not available on the server - - Filename contains invalid characters that can not be synced cross platform. - + Tiedoston nimi sisältää virheellisiä merkkejä, joita ei voi synkronoida alustariippumattomasti. CSync failed to access + + + CSync failed to load or create the journal file. Make sure you have read and write permissions in the local sync folder. + + + + + CSync tried to create a folder that already exists. + + The service is temporarily unavailable Palvelu ei ole juuri nyt käytettävissä - - - An error occurred while opening a directory - Virhe kansiota avatessa - - - - Error while reading directory. - Virhe kansiota luettaessa. - An internal error number %1 occurred. @@ -2649,7 +2654,7 @@ Osoitteen käyttäminen ei ole suositeltavaa. File is listed on the ignore list. - + Tiedosto on ohituslistalla. @@ -2659,87 +2664,77 @@ Osoitteen käyttäminen ei ole suositeltavaa. File is ignored because it's hidden. - + Tiedosto ohitetaan, koska se on piilotettu. Stat failed. - + Stat epäonnistui. - + Filename encoding is not valid Tiedostonimen merkistökoodaus ei ole kelvollista - + Invalid characters, please rename "%1" Virheellisiä merkkejä, anna uusi nimi kohteelle "%1" - + Unable to initialize a sync journal. - + Cannot open the sync journal - - + + Ignored because of the "choose what to sync" blacklist - - Not allowed because you don't have permission to add sub-directories in that directory - Ei sallittu, koska sinulla ei ole oikeutta lisätä alikansioita kyseiseen kansioon + + Not allowed because you don't have permission to add subfolders to that folder + - - Not allowed because you don't have permission to add parent directory - Ei sallittu, koska sinulla ei ole oikeutta lisätä ylätason kansiota - - - - Not allowed because you don't have permission to add files in that directory - Ei sallittu, koska sinulla ei ole oikeutta lisätä tiedostoja kyseiseen kansioon - - - + Not allowed to upload this file because it is read-only on the server, restoring - - + + Not allowed to remove, restoring Poistaminen ei ole sallittua, palautetaan - + Local files and share folder removed. Paikalliset tiedostot ja jakokansio poistettu. - + Move not allowed, item restored Siirtäminen ei ole sallittua, kohde palautettu - + Move not allowed because %1 is read-only Siirto ei ole sallittu, koska %1 on "vain luku"-tilassa - + the destination kohde - + the source lähde @@ -2776,7 +2771,7 @@ Osoitteen käyttäminen ei ole suositeltavaa. The checksum header is malformed. - + Tarkistesumman otsake on muodostettu väärin. @@ -2812,22 +2807,36 @@ Osoitteen käyttäminen ei ole suositeltavaa. Avaa selaimessa - + + + + Log in... + Kirjaudu sisään... + + + + + + Log out + Kirjaudu ulos + + + None. - + Recent Changes Viimeisimmät muutokset - + Managed Folders: Hallitut kansiot: - + Open folder '%1' Avaa kansio '%1' @@ -2837,41 +2846,44 @@ Osoitteen käyttäminen ei ole suositeltavaa. Avaa %1 selaimeen - + + Log out everywhere + + + + + Log in everywhere... + + + + Unknown status Tuntematon tila - + Settings... Asetukset... - + Details... Tiedot... - + Help Ohje - + Quit %1 Lopeta %1 - - - - - Sign in... - Kirjaudu sisään... - Disconnected from %1 - + Katkaise yhteys kohteeseen %1 @@ -2884,55 +2896,38 @@ Osoitteen käyttäminen ei ole suositeltavaa. Tili %1: %2 - - - - Sign out - Kirjaudu ulos - - - - Sign out everywhere - Kirjaudu ulos kaikkialta - - - - Sign in everywhere... - - - - + Crash now Only shows in debug mode to allow testing the crash handler - + No items synced recently Kohteita ei ole synkronoitu äskettäin - + Discovering '%1' - + Syncing %1 of %2 (%3 left) Synkronoidaan %1/%2 (%3 jäljellä) - + Syncing %1 (%2 left) Synkronoidaan %1 (%2 jäljellä) - + %1 (%2, %3) %1 (%2, %3) - + Up to date Ajan tasalla @@ -2942,7 +2937,7 @@ Osoitteen käyttäminen ei ole suositeltavaa. <p>Version %2. For more information visit <a href="%3">%4</a></p><p><small>By Klaas Freitag, Daniel Molkentin, Jan-Christoph Borchardt, Olivier Goffart, Markus Götz and others.</small></p><p>Copyright ownCloud, Inc.</p><p>Licensed under the GNU General Public License (GPL) Version 2.0<br/>ownCloud and the ownCloud Logo are registered trademarks of ownCloud, Inc. in the United States, other countries, or both.</p> - + <p>Versio %2. Lisätietoja osoitteessa <a href="%3">%4</a></p><p><small>Tehnyt Klaas Freitag, Daniel Molkentin, Jan-Christoph Borchardt, Olivier Goffart, Markus Götz ja muut.</small></p><p>Tekijänoikeus ownCloud, Inc.</p><p>Lisensoitu GNU General Public License (GPL), versio 2.0 -lisenssillä<br/>ownCloud ja ownCloudin logo ovat ownCloud, Incin rekisteröimiä tavaramerkkejä Yhdysvalloissa ja muissa maissa.</p> @@ -2968,6 +2963,11 @@ Osoitteen käyttäminen ei ole suositeltavaa. Server Palvelin + + + <html><head/><body><p>If this box is checked, existing content in the local folder will be erased to start a clean sync from the server.</p><p>Do not check this if the local content should be uploaded to the servers folder.</p></body></html> + + Start a &clean sync (Erases the local folder!) @@ -2993,11 +2993,6 @@ Osoitteen käyttäminen ei ole suositeltavaa. &Keep local data &Säilytä paikallinen data - - - <html><head/><body><p>If this box is checked, existing content in the local directory will be erased to start a clean sync from the server.</p><p>Do not check this if the local content should be uploaded to the servers directory.</p></body></html> - - S&ync everything from server @@ -3153,67 +3148,62 @@ Osoitteen käyttäminen ei ole suositeltavaa. Utility - - %L1 TB - - - - + %L1 GB - + %L1 Gt - + %L1 MB + %L1 Mt + + + + %L1 KB - - %L1 kB - - - - + %L1 B %L1 t - + %Ln year(s) - + %Ln month(s) - + %Ln day(s) - + %Ln hour(s) - + %Ln minute(s) - + %Ln second(s) - + 0 seconds - + %1 %2 %1 %2 @@ -3236,7 +3226,7 @@ Osoitteen käyttäminen ei ole suositeltavaa. <p><small>Built from Git revision <a href="%1">%2</a> on %3, %4 using Qt %5, %6</small></p> - + <p><small>Koostettu Git-revisiosta <a href="%1">%2</a> %3, %4 käyttäen Qt:n versiota %5, %6</small></p> diff --git a/translations/client_fr.ts b/translations/client_fr.ts index 465d5485a..ee67ba79e 100644 --- a/translations/client_fr.ts +++ b/translations/client_fr.ts @@ -63,14 +63,6 @@ LabelTexte - - OCC::Account - - - %1@%2 - %1@%2 - - OCC::AccountSettings @@ -85,8 +77,8 @@ - Delete - Supprimer + Remove Account + Supprimer le compte @@ -105,8 +97,8 @@ - - + + Cancel Annuler @@ -121,137 +113,142 @@ Aucun compte configuré. - - Remove folder - Retirer le dossier - - - + Folder creation failed Échec de création du dossier - + <p>Could not create local folder <i>%1</i>. <p>Impossible de créer le dossier local <i>%1</i>. - - Confirm Folder Remove - Confirmer le retrait du dossier - - - + Stop syncing Arrêter la synchronisation - + Confirm Folder Reset Confirmez la réinitialisation du dossier - + <p>Do you really want to reset folder <i>%1</i> and rebuild your client database?</p><p><b>Note:</b> This function is designed for maintenance purposes only. No files will be removed, but this can cause significant data traffic and take several minutes or hours to complete, depending on the size of the folder. Only use this option if advised by your administrator.</p> <p>Voulez-vous réellement réinitialiser le dossier <i>%1</i> et reconstruire votre base de données cliente ?</p><p><b>Note :</b> Cette fonctionnalité existe pour des besoins de maintenance uniquement. Aucun fichier ne sera supprimé, mais cela peut causer un trafic de données conséquent et peut durer de plusieurs minutes à plusieurs heures, en fonction de la taille du dossier. Utilisez cette option uniquement sur avis de votre administrateur.</p> - + Sync Running Synchronisation en cours - + The syncing operation is running.<br/>Do you want to terminate it? La synchronisation est en cours.<br/>Voulez-vous l'arrêter ? - + %1 as <i>%2</i> %1 en tant que <i>%2</i> - + Connected to %1. Connecté à %1. - + Server %1 is temporarily unavailable. Le serveur %1 est temporairement indisponible. - + Signed out from %1. Session sur %1 fermée. - + No connection to %1 at %2. Pas de connexion à %1 sur %2. - + There are new folders that were not synchronized because they are too big: %1 Certains nouveaux dossiers n'ont pas été synchronisés en raison de leur taille trop importante : %1 - + , , - - Confirm Account Delete - Confirmation de suppression de compte + + Confirm Account Removal + Confirmer la suppression du compte - + <p>Do you really want to remove the connection to the account <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> <p>Êtes-vous sûr de vouloir supprimer le compte <i>%1</i>?</p><p><b>Note :</b> Aucun fichiers ne seront supprimés</p> - + Remove connection Supprimer la connexion - + Open folder Ouvrir le dossier - + + Choose What to Sync + Choisir le contenu à synchroniser + + + Resume sync Reprendre - + Pause sync Mettre en pause - + + Remove sync + Supprimer la synchronisation + + + + Confirm Sync Removal + + + + <p>Do you really want to stop syncing the folder <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> <p>Voulez-vous vraiment arrêter de synchroniser le dossier <i>%1</i> ?</p><p><b>Note :</b>Aucun fichiers ne seront supprimés.</p> - + %1 (%3%) of %2 in use. Some folders, including network mounted or shared folders, might have different limits. - + %1 (%3%) de %2 utilisés. Certains dossiers, montés depuis le réseau ou partagés, peuvent avoir des limites différentes. - + %1 of %2 in use - + %1 de %2 utilisés - + Currently there is no storage usage information available. Actuellement aucune information d'utilisation de stockage n'est disponible. - + No %1 connection configured. Aucune connexion à %1 configurée @@ -378,18 +375,12 @@ Erreur d'authentification: nom d'utilisateur et/ou mot de passe incorrect(s). - - - Unable to connect to %1 - Impossible de se connecter à %1 - - - + timeout délai d'attente - + The provided credentials are not correct Les informations d'identification fournies ne sont pas correctes @@ -424,8 +415,8 @@ - %1 should be a directory but is not. - %1 doit être un répertoire, mais ce n'en est pas un. + %1 should be a folder but is not. + %1 devrait être un dossier mais ne l'est pas. @@ -510,38 +501,36 @@ Activité de synchronisation - + Could not read system exclude file Impossible de lire le fichier d'exclusion du système - + A new folder larger than %1 MB has been added: %2. Please go in the settings to select it if you wish to download it. Un nouveau dossier de taille supérieure à %1 Mo a été ajouté : %2. Veuillez le sélectionner dans la fenêtre des paramètres pour le télécharger. - + This sync would remove all the files in the sync folder '%1'. -This might be because the folder was silently reconfigured, or that all the file were manually removed. +This might be because the folder was silently reconfigured, or that all the files were manually removed. Are you sure you want to perform this operation? - Cette synchronisation supprimerait tous les fichiers du dossier de synchronisation '%1'. -Cela est peut-être du à une reconfiguration silencieuse du dossier, ou parce que tous les fichiers ont été supprimés manuellement. -Voulez-vous réellement effectuer cette opération ? + - + Remove All Files? Supprimer tous les fichiers ? - + Remove all files Supprimer tous les fichiers - + Keep files Garder les fichiers @@ -559,112 +548,112 @@ Voulez-vous réellement effectuer cette opération ? Un ancien fichier journal '%1' a été trouvé, mais ne peut être supprimé. Veuillez vous assurer qu’aucune application ne l'utilise en ce moment. - + (backup) (sauvegarde) - + (backup %1) (sauvegarde %1) - + Undefined State. Statut indéfini. - + Waits to start syncing. En attente de synchronisation. - + Preparing for sync. Préparation de la synchronisation. - + Sync is running. La synchronisation est en cours. - + Last Sync was successful. Dernière synchronisation effectuée avec succès - + Last Sync was successful, but with warnings on individual files. La dernière synchronisation s'est achevée avec succès mais avec des avertissement à propos de certains fichiers. - + Setup Error. Erreur d'installation. - + User Abort. Abandon par l'utilisateur. - + Sync is paused. La synchronisation est en pause. - + %1 (Sync is paused) %1 (Synchronisation en pause) - + No valid folder selected! Aucun dossier valable sélectionné ! - - The selected path is not a directory! - Le chemin sélectionné n'est pas un répertoire ! + + The selected path is not a folder! + Le chemin sélectionné n'est pas un dossier ! - + You have no permission to write to the selected folder! Vous n'avez pas la permission d'écrire dans le dossier sélectionné ! - - - The local path %1 is already an upload folder. Please pick another one! - Le chemin d'accès local %1 est déjà un dossier de synchronisation. Veuillez en choisir un autre ! - - An already configured folder is contained in the current entry. - L'entrée sélectionnée contient un dossier déjà configuré. + The local folder %1 is already used in a folder sync connection. Please pick another one! + Le dossier local %1 est déjà utilisé pour une synchronisation de dossiers. Veuillez en choisir un autre! - The selected folder is a symbolic link. An already configured folder is contained in the folder this link is pointing to. - Le dossier sélectionné est un lien symbolique. Un dossier configuré existe déjà dans le répertoire vers lequel le lien pointe. + The local folder %1 already contains a folder used in a folder sync connection. Please pick another one! + Le dossier local %1 contient un dossier déjà utilisé pour une synchronisation de dossiers. Veuillez en choisir un autre! - - An already configured folder contains the currently entered folder. - Le dossier saisi est contenu dans un dossier déjà configuré. + + The local folder %1 is a symbolic link. The link target already contains a folder used in a folder sync connection. Please pick another one! + Le dossier local %1 est un lien symbolique. Le dossier vers lequel le lien pointe contient un dossier déjà utilisé pour une synchronisation de dossier. Veuillez en choisir un autre! - - The selected folder is a symbolic link. An already configured folder is the parent of the current selected contains the folder this link is pointing to. - Le dossier sélectionné est un lien symbolique. Ce lien pointe vers un emplacement contenu dans un dossier déjà configuré. + + The local folder %1 is already contained in a folder used in a folder sync connection. Please pick another one! + Le dossier local %1 est déjà inclus dans un dossier configuré pour une synchronisation de dossier. Veuillez en choisir un autre! + + + + The local folder %1 is a symbolic link. The link target is already contained in a folder used in a folder sync connection. Please pick another one! + Le dossier local %1 est un lien symbolique. Le dossier vers lequel le lien pointe est déjà inclus dans un dossier configuré pour une synchronisation de dossier. Veuillez en choisir un autre! OCC::FolderStatusDelegate - Add Folder to Synchronize - Ajouter un dossier à synchroniser + Add Folder Sync Connection + Ajoutez une synchronisation de dossier @@ -772,17 +761,17 @@ Temps restant total %5 Waiting... - + En attente ... Waiting for %n other folder(s)... - + En attente de %n autre(s) dossier(s)En attente de %n autre(s) dossier(s) Preparing to sync... - + Préparation à la synchronisation @@ -808,7 +797,7 @@ Temps restant total %5 - The directory alias is a descriptive name for this sync connection. + The folder alias is a descriptive name for this sync connection. L'alias du dossier est un nom descriptif pour cette synchronisation. @@ -1076,30 +1065,30 @@ Compte : %3 - Files or directories matching a pattern will not be synchronized. + Files or folders matching a pattern will not be synchronized. Items where deletion is allowed will be deleted if they prevent a directory from being removed. This is useful for meta data. - Les fichiers ou dossiers dont les noms correspondent à un modèle ne seront pas synchronisés. + Les fichiers ou dossiers dont les noms correspondent à un modèle ne seront pas synchronisés. Les éléments dont la suppression est permise seront supprimés s'ils empêchent l'effacement d'un répertoire. C'est utile pour les fichiers de méta-données. - + Could not open file Impossible d'ouvrir le fichier - + Cannot write changes to '%1'. Impossible d'écrire les modifications sur '%1'. - + Add Ignore Pattern Ajouter un motif à ignorer - + Add a new ignore pattern: Ajoutez un nouveau motif à ignorer : @@ -1403,12 +1392,12 @@ L'assistant peut demander des privilèges additionnels durant le processus. - Sync the directory '%1' + Sync the folder '%1' Synchroniser le dossier '%1' - <p><small><strong>Warning:</strong> The local directory is not empty. Pick a resolution!</small></p> + <p><small><strong>Warning:</strong> The local folder is not empty. Pick a resolution!</small></p> <p><small><strong>Attention :</strong> Le dossier local n'est pas vide. Résolvez d'abord ce point !</small></p> @@ -1472,29 +1461,29 @@ L'assistant peut demander des privilèges additionnels durant le processus. OCC::OwncloudSetupPage - + Connect to %1 Connexion à %1 - + Setup %1 server Configurez le serveur %1 - + This url is NOT secure as it is not encrypted. It is not advisable to use it. Cette adresse n'est PAS sécurisée car non chiffrée. Il est déconseillé de l'utiliser. - + This url is secure. You can use it. Cette URL est sécurisée. Vous pouvez l'utiliser. - + &Next > &Suivant > @@ -1634,7 +1623,7 @@ Il est déconseillé de l'utiliser. Impossible de supprimer et de sauvegarder le dossier parce que ce dossier ou un de ses fichiers est ouvert dans un autre programme. Veuillez fermer le dossier ou le fichier et ré-essayer, ou annuler l'installation. - + <font color="green"><b>Local sync folder %1 successfully created!</b></font> <font color="green"><b>Dossier de synchronisation local %1 créé avec succès !</b></font> @@ -1642,12 +1631,12 @@ Il est déconseillé de l'utiliser. OCC::OwncloudWizard - + %1 Connection Wizard Assistant de Connexion %1 - + Skip folders configuration Passer outre la configuration des dossiers @@ -1756,7 +1745,7 @@ Il est déconseillé de l'utiliser. - A file or directory was removed from a read only share, but restoring failed: %1 + A file or folder was removed from a read only share, but restoring failed: %1 Un fichier ou un dossier a été supprimé d'un partage en lecture seule, mais la restauration a échoué : %1 @@ -1769,8 +1758,8 @@ Il est déconseillé de l'utiliser. - could not create directory %1 - impossible de créer le répertoire %1 + could not create folder %1 + Impossible de créer le dossier %1 @@ -1782,7 +1771,7 @@ Il est déconseillé de l'utiliser. - Could not remove directory '%1'; + Could not remove folder '%1'; Impossible de supprimer le répertoire '%1'; @@ -2308,7 +2297,7 @@ Il est déconseillé de l'utiliser. OCC::SocketApi - + Share with %1 parameter is ownCloud Partager avec %1 @@ -2451,12 +2440,12 @@ Il est déconseillé de l'utiliser. Untrusted Certificate - + Certificat non fiable Cannot connect securely to <i>%1</i>: - + Impossible de se connecter de manière sécurisée à <i>%1</i> : @@ -2521,11 +2510,6 @@ Il est déconseillé de l'utiliser. Success. Succès. - - - CSync failed to load or create the journal file. Make sure you have read and write permissions in the local sync directory. - CSync n’a pu charger ou créer le fichier de journalisation. Veuillez vérifier que vous possédez les droits en lecture et écriture dans le répertoire de synchronisation local. - CSync failed to load the journal file. The journal file is corrupted. @@ -2597,9 +2581,29 @@ Il est déconseillé de l'utiliser. CSync a échoué en raison d'une erreur de permission non prise en charge. - - CSync tried to create a directory that already exists. - CSync a tenté de créer un répertoire déjà présent. + + The mounted folder is temporarily not available on the server + Le dossier monté est temporairement indisponible sur le serveur + + + + An error occurred while opening a folder + Une erreur est survenue lors de l'ouverture d'un dossier + + + + Error while reading folder. + Erreur lors de la lecture du dossier. + + + + Not allowed because you don't have permission to add parent folder + Non autorisé car vous n'avez pas la permission d'ajouter des dossiers parents + + + + Not allowed because you don't have permission to add files in that folder + Non autorisé car vous n'avez pas les droits pour ajouter des fichiers dans ce dossier @@ -2616,11 +2620,6 @@ Il est déconseillé de l'utiliser. Aborted by the user Interrompu par l'utilisateur - - - The mounted directory is temporarily not available on the server - Le dossier monté est temporairement indisponible sur le serveur - Filename contains invalid characters that can not be synced cross platform. @@ -2631,21 +2630,21 @@ Il est déconseillé de l'utiliser. CSync failed to access CSync n'a pas pu accéder à + + + CSync failed to load or create the journal file. Make sure you have read and write permissions in the local sync folder. + CSync n’a pu charger ou créer le fichier de journalisation. Veuillez vérifier que vous possédez les droits en lecture/écriture dans le dossier de synchronisation local. + + + + CSync tried to create a folder that already exists. + CSync a tenté de créer un dossier déjà présent. + The service is temporarily unavailable Le service est temporairement indisponible. - - - An error occurred while opening a directory - Une erreur est survenue lors de l'ouverture d'un dossier. - - - - Error while reading directory. - Erreur lors de la lecture du dossier. - An internal error number %1 occurred. @@ -2682,79 +2681,69 @@ Il est déconseillé de l'utiliser. Stat échoué. - + Filename encoding is not valid L'encodage du nom de fichier n'est pas valide - + Invalid characters, please rename "%1" Caractères non valides. Veuillez renommer "%1" - + Unable to initialize a sync journal. Impossible d'initialiser un journal de synchronisation. - + Cannot open the sync journal Impossible d'ouvrir le journal de synchronisation - - + + Ignored because of the "choose what to sync" blacklist Ignoré à cause de la liste noire "Choisir le contenu à synchroniser". - - Not allowed because you don't have permission to add sub-directories in that directory - Non autorisé car vous n'avez pas la permission d'ajouter des sous-dossiers dans ce dossier + + Not allowed because you don't have permission to add subfolders to that folder + - - Not allowed because you don't have permission to add parent directory - Non autorisé car vous n'avez pas la permission d'ajouter des dossiers parents - - - - Not allowed because you don't have permission to add files in that directory - Non autorisé car vous n'avez pas la permission d'ajouter des fichiers dans ce dossier - - - + Not allowed to upload this file because it is read-only on the server, restoring Non autorisé à envoyer ce fichier car il est en lecture seule sur le serveur. Restauration - - + + Not allowed to remove, restoring Non autorisé à supprimer. Restauration - + Local files and share folder removed. Fichiers locaux et répertoire de partage supprimés. - + Move not allowed, item restored Déplacement non autorisé, élément restauré - + Move not allowed because %1 is read-only Déplacement non autorisé car %1 est en mode lecture seule - + the destination la destination - + the source la source @@ -2827,22 +2816,36 @@ Il est déconseillé de l'utiliser. Ouvrir dans le navigateur - + + + + Log in... + Connexion... + + + + + + Log out + Se déconnecter + + + None. Aucune - + Recent Changes Modifications récentes - + Managed Folders: Répertoires configurés : - + Open folder '%1' Ouvrir le dossier '%1' @@ -2852,37 +2855,40 @@ Il est déconseillé de l'utiliser. Ouvrir %1 dans le navigateur - + + Log out everywhere + Déconnecter tous les comptes + + + + Log in everywhere... + Connecter tous les comptes + + + Unknown status Statut inconnu - + Settings... Paramètres... - + Details... Détails... - + Help Aide - + Quit %1 Quitter %1 - - - - - Sign in... - Se connecter... - Disconnected from %1 @@ -2899,55 +2905,38 @@ Il est déconseillé de l'utiliser. Compte %1 : %2 - - - - Sign out - Se déconnecter - - - - Sign out everywhere - Déconnecter tous les comptes - - - - Sign in everywhere... - Connecter tous les comptes - - - + Crash now Only shows in debug mode to allow testing the crash handler Plantage maintenant - + No items synced recently Aucun élément synchronisé récemment - + Discovering '%1' Découverte de '%1' - + Syncing %1 of %2 (%3 left) Synchronisation de %1 sur %2 (%3 restant) - + Syncing %1 (%2 left) Synchronisation de %1 (%2 restant) - + %1 (%2, %3) %1 (%2, %3) - + Up to date À jour @@ -2983,6 +2972,11 @@ Il est déconseillé de l'utiliser. Server Serveur + + + <html><head/><body><p>If this box is checked, existing content in the local folder will be erased to start a clean sync from the server.</p><p>Do not check this if the local content should be uploaded to the servers folder.</p></body></html> + <html><head/><body><p>Si cette case est cochée, le contenu existant du dossier local sera supprimé pour démarrer une synchronisation propre depuis le serveur.</p><p>Ne pas cocher si le contenu local doit être téléversé vers le serveur.</p></body></html> + Start a &clean sync (Erases the local folder!) @@ -3008,11 +3002,6 @@ Il est déconseillé de l'utiliser. &Keep local data &Garder les données locales - - - <html><head/><body><p>If this box is checked, existing content in the local directory will be erased to start a clean sync from the server.</p><p>Do not check this if the local content should be uploaded to the servers directory.</p></body></html> - <html><head/><body><p>Si cette case est cochée, le contenu existant du dossier local sera supprimé pour démarrer une synchronisation propre depuis le serveur.</p><p>Ne pas cocher si le contenu local doit être téléversé vers le serveur.</p></body></html> - S&ync everything from server @@ -3168,67 +3157,62 @@ Il est déconseillé de l'utiliser. Utility - - %L1 TB - %L1 To - - - + %L1 GB %L1 Go - + %L1 MB %L1 Mo - - %L1 kB - %L1 ko + + %L1 KB + %L1 Ko - + %L1 B %L1 octets - + %Ln year(s) %Ln an(s) - + %Ln month(s) - %d mois + %Ln mois - + %Ln day(s) %Ln jour(s) - + %Ln hour(s) %Ln heure(s) - + %Ln minute(s) %Ln minute(s) - + %Ln second(s) %Ln seconde(s) - + 0 seconds 0 seconde - + %1 %2 %1 %2 diff --git a/translations/client_gl.ts b/translations/client_gl.ts index 53309aca2..7d363d9cb 100644 --- a/translations/client_gl.ts +++ b/translations/client_gl.ts @@ -63,14 +63,6 @@ Etiqueta de texto - - OCC::Account - - - %1@%2 - %1@%2 - - OCC::AccountSettings @@ -85,8 +77,8 @@ - Delete - Eliminar + Remove Account + Retirar a conta @@ -105,8 +97,8 @@ - - + + Cancel Cancelar @@ -121,137 +113,142 @@ Non hai contas configuradas. - - Remove folder - Retirar o cartafol - - - + Folder creation failed Non foi posíbel crear o cartafol - + <p>Could not create local folder <i>%1</i>. <p>Non foi posíbel crear o cartafol local <i>%1</i>. - - Confirm Folder Remove - Confirmar a retirada do cartafol - - - + Stop syncing - + Confirm Folder Reset Confirmar o restabelecemento do cartafol - + <p>Do you really want to reset folder <i>%1</i> and rebuild your client database?</p><p><b>Note:</b> This function is designed for maintenance purposes only. No files will be removed, but this can cause significant data traffic and take several minutes or hours to complete, depending on the size of the folder. Only use this option if advised by your administrator.</p> <p>Confirma que quere restabelecer o cartafol <i>%1</i> e reconstruír as súa base datos no cliente?</p><p><b>Nota:</b> Esta función está deseñada só para fins de mantemento. Non se retirará ningún ficheiro, porén, isto pode xerar un tráfico de datos significativo e levarlle varios minutos ou horas en completarse, dependendo do tamaño do cartafol. Utilice esta opción só se o aconsella o administrador.</p> - + Sync Running Sincronización en proceso - + The syncing operation is running.<br/>Do you want to terminate it? Estase a realizar a sincronización.<br/>Quere interrompela e rematala? - + %1 as <i>%2</i> %1 como <i>%2</i> - + Connected to %1. Conectado a %1. - + Server %1 is temporarily unavailable. O servidor %1 non está dispoñíbel temporalmente. - + Signed out from %1. Desconectado de %1. - + No connection to %1 at %2. Non hai conexión con %1 en %2. - + There are new folders that were not synchronized because they are too big: %1 Hai cartafoles novos que non foron sincronizados, por seren grandes de máis: %1 - + , , - - Confirm Account Delete - Confirmar a eliminación da conta + + Confirm Account Removal + - + <p>Do you really want to remove the connection to the account <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> - + Remove connection - + Open folder Abrir o cartafol - + + Choose What to Sync + Escolla que sincronizar + + + Resume sync Continuar coa sincronización - + Pause sync Por en pausa a sincronización - + + Remove sync + + + + + Confirm Sync Removal + + + + <p>Do you really want to stop syncing the folder <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> - + %1 (%3%) of %2 in use. Some folders, including network mounted or shared folders, might have different limits. - + %1 of %2 in use - + Currently there is no storage usage information available. Actualmente non hai dispoñíbel ningunha información sobre o uso do almacenamento. - + No %1 connection configured. Non se configurou a conexión %1. @@ -378,18 +375,12 @@ Produciuse un erro de autenticación: Ou o nome de usuario ou o contrasinal poderían ser erróneos - - - Unable to connect to %1 - Non é posíbel conectar con %1 - - - + timeout caducidade - + The provided credentials are not correct As credenciais fornecidas non son correctas @@ -424,8 +415,8 @@ - %1 should be a directory but is not. - %1 debería ser un directorio e non o é. + %1 should be a folder but is not. + @@ -510,38 +501,36 @@ Actividade de sincronización - + Could not read system exclude file Non foi posíbel ler o ficheiro de exclusión do sistema - + A new folder larger than %1 MB has been added: %2. Please go in the settings to select it if you wish to download it. Foi engadido un novo cartafol maior de %1 MB: %2. Vaia aos axustes e seleccióneo se quere descargalo. - + This sync would remove all the files in the sync folder '%1'. -This might be because the folder was silently reconfigured, or that all the file were manually removed. +This might be because the folder was silently reconfigured, or that all the files were manually removed. Are you sure you want to perform this operation? - Esta sincronización retirará todos os ficheiros do cartafol local de sincronización «%1». -Isto podería ser debido a que o cartafol foi reconfigurado en silencio, ou a que todos os ficheiros foron retirados manualmente. -Confirma que quere realizar esta operación? + - + Remove All Files? Retirar todos os ficheiros? - + Remove all files Retirar todos os ficheiros - + Keep files Manter os ficheiros @@ -559,112 +548,112 @@ Confirma que quere realizar esta operación? Atopouse un rexistro de sincronización antigo en «%1» máis non pode ser retirado. Asegúrese de que non o está a usar ningunha aplicación. - + (backup) (copia de seguranza) - + (backup %1) (copia de seguranza %1) - + Undefined State. Estado sen definir. - + Waits to start syncing. Agardando polo comezo da sincronización. - + Preparing for sync. Preparando para sincronizar. - + Sync is running. Estase sincronizando. - + Last Sync was successful. A última sincronización fíxose correctamente. - + Last Sync was successful, but with warnings on individual files. A última sincronización fíxose correctamente, mais con algún aviso en ficheiros individuais. - + Setup Error. Erro de configuración. - + User Abort. Interrompido polo usuario. - + Sync is paused. Sincronización en pausa. - + %1 (Sync is paused) %1 (sincronización en pausa) - + No valid folder selected! Non seleccionou ningún cartafol correcto! - - The selected path is not a directory! - A ruta seleccionada non é dun directorio! + + The selected path is not a folder! + - + You have no permission to write to the selected folder! Vostede non ten permiso para escribir neste cartafol! - - - The local path %1 is already an upload folder. Please pick another one! - A ruta local %1 xa é un cartafol de envío. Escolla outro! - - An already configured folder is contained in the current entry. - Xa hai un cartafol configurado que xa está dentro da entrada actual. + The local folder %1 is already used in a folder sync connection. Please pick another one! + - The selected folder is a symbolic link. An already configured folder is contained in the folder this link is pointing to. - O cartafol seleccionado é unha ligazón simbólica. Xa hai un cartafol configurado no cartafol ao que apunta esta ligazón. + The local folder %1 already contains a folder used in a folder sync connection. Please pick another one! + - - An already configured folder contains the currently entered folder. - Xa hai un cartafol configurado que contén o cartafol que foi indicado. + + The local folder %1 is a symbolic link. The link target already contains a folder used in a folder sync connection. Please pick another one! + - - The selected folder is a symbolic link. An already configured folder is the parent of the current selected contains the folder this link is pointing to. - O cartafol seleccionado é unha ligazón simbólica. Un cartafol xa configurado é o pai do seleccionado actualmente e contén o cartafol ao que apunta esta ligazón. + + The local folder %1 is already contained in a folder used in a folder sync connection. Please pick another one! + + + + + The local folder %1 is a symbolic link. The link target is already contained in a folder used in a folder sync connection. Please pick another one! + OCC::FolderStatusDelegate - Add Folder to Synchronize - Engadir un cartafol para sincronizar + Add Folder Sync Connection + @@ -808,8 +797,8 @@ Tempo total restante %5 - The directory alias is a descriptive name for this sync connection. - O alias de directorio é un nome descritivo para esta conexión de sincronización. + The folder alias is a descriptive name for this sync connection. + @@ -1076,30 +1065,28 @@ Conta: %3 - Files or directories matching a pattern will not be synchronized. + Files or folders matching a pattern will not be synchronized. Items where deletion is allowed will be deleted if they prevent a directory from being removed. This is useful for meta data. - Os ficheiros ou directorios que coincidan cun patrón non se sincronizarán. - -Os elementos aos que se lles permite a eliminación tamén se eliminarán se impiden retirar un directorio. Isto é útil para os metadatos. + - + Could not open file Non foi posíbel abrir o ficheiro - + Cannot write changes to '%1'. Non é posíbel escribir os cambios en «%1». - + Add Ignore Pattern Engadir o patrón a ignorar - + Add a new ignore pattern: Engadir un novo patrón a ignorar: @@ -1403,13 +1390,13 @@ actualización pode pedir privilexios adicionais durante o procedemento. - Sync the directory '%1' - Sincronizar o directorio«%1» + Sync the folder '%1' + - <p><small><strong>Warning:</strong> The local directory is not empty. Pick a resolution!</small></p> - <p><small><strong>Aviso:</strong> O directorio local non está baleiro. Escolla unha resolución!</small></p> + <p><small><strong>Warning:</strong> The local folder is not empty. Pick a resolution!</small></p> + @@ -1472,29 +1459,29 @@ actualización pode pedir privilexios adicionais durante o procedemento. OCC::OwncloudSetupPage - + Connect to %1 Conectar con %1 - + Setup %1 server Estabelecer o servidor %1 - + This url is NOT secure as it is not encrypted. It is not advisable to use it. Este sitio de Internet non é seguro, xa que non está cifrado. Recomendámoslle que non o use. - + This url is secure. You can use it. Este URL é seguro. Pode utilizalo. - + &Next > &Seguinte > @@ -1634,7 +1621,7 @@ Recomendámoslle que non o use. Non é posíbel retirar e facer unha copia de seguranza do cartafol, xa que o cartafol ou un ficheiro está aberto noutro programa Peche o cartafol ou o ficheiro e ténteo de novo, ou cancele a acción. - + <font color="green"><b>Local sync folder %1 successfully created!</b></font> <font color="green"><b>O cartafol local de sincronización %1 creouse correctamente!</b></font> @@ -1642,12 +1629,12 @@ Recomendámoslle que non o use. OCC::OwncloudWizard - + %1 Connection Wizard Asistente de conexión %1 - + Skip folders configuration Omitir a configuración dos cartafoles @@ -1756,8 +1743,8 @@ Recomendámoslle que non o use. - A file or directory was removed from a read only share, but restoring failed: %1 - Foi retirado un ficheiro ou directorio desde unha compartición de só lectura, mais non foi posíbel a súa restauración: %1 + A file or folder was removed from a read only share, but restoring failed: %1 + @@ -1769,8 +1756,8 @@ Recomendámoslle que non o use. - could not create directory %1 - non foi posíbel crear o directorio %1 + could not create folder %1 + @@ -1782,8 +1769,8 @@ Recomendámoslle que non o use. - Could not remove directory '%1'; - Non foi posíbel retirar o directorio «%1»; + Could not remove folder '%1'; + @@ -2305,7 +2292,7 @@ Recomendámoslle que non o use. OCC::SocketApi - + Share with %1 parameter is ownCloud Compartir con %1 @@ -2518,11 +2505,6 @@ Recomendámoslle que non o use. Success. Correcto. - - - CSync failed to load or create the journal file. Make sure you have read and write permissions in the local sync directory. - Produciuse un fallo do Csync ao cargar ou crear o ficheiro de rexistro. Asegúrese de que ten permisos de lectura e escritura no directorio de sincronización local. - CSync failed to load the journal file. The journal file is corrupted. @@ -2594,9 +2576,29 @@ Recomendámoslle que non o use. Produciuse un fallo en CSync por mor dun permiso denegado. - - CSync tried to create a directory that already exists. - CSYNC tenta crear un directorio que xa existe. + + The mounted folder is temporarily not available on the server + + + + + An error occurred while opening a folder + + + + + Error while reading folder. + + + + + Not allowed because you don't have permission to add parent folder + + + + + Not allowed because you don't have permission to add files in that folder + @@ -2613,11 +2615,6 @@ Recomendámoslle que non o use. Aborted by the user Interrompido polo usuario - - - The mounted directory is temporarily not available on the server - O directorio montado non está temporalmente dispoñible no servidor - Filename contains invalid characters that can not be synced cross platform. @@ -2628,21 +2625,21 @@ Recomendámoslle que non o use. CSync failed to access Produciuse un fallo ao reservar memoria para CSync. + + + CSync failed to load or create the journal file. Make sure you have read and write permissions in the local sync folder. + + + + + CSync tried to create a folder that already exists. + + The service is temporarily unavailable O servizo está temporalmente inaccesíbel. - - - An error occurred while opening a directory - Produciuse un erro ao abrir o directorio. - - - - Error while reading directory. - Produciuse un erro ao ler o directorio - An internal error number %1 occurred. @@ -2679,79 +2676,69 @@ Recomendámoslle que non o use. Fallou a obtención de estatísticas. - + Filename encoding is not valid O nome de ficheiro codificado non é correcto - + Invalid characters, please rename "%1" Caracteres incorrectos, déalle outro nome a «%1» - + Unable to initialize a sync journal. Non é posíbel preparar un rexistro de sincronización. - + Cannot open the sync journal Non foi posíbel abrir o rexistro de sincronización - - + + Ignored because of the "choose what to sync" blacklist Ignorado por mor da lista negra de «escolla que sincronizar» - - Not allowed because you don't have permission to add sub-directories in that directory - Non está permitido xa que non ten permiso para engadir subdirectorios nese directorio + + Not allowed because you don't have permission to add subfolders to that folder + - - Not allowed because you don't have permission to add parent directory - Non está permitido xa que non ten permiso para engadir un directorio pai - - - - Not allowed because you don't have permission to add files in that directory - Non está permitido xa que non ten permiso para engadir ficheiros nese directorio - - - + Not allowed to upload this file because it is read-only on the server, restoring Non está permitido o envío xa que o ficheiro é só de lectura no servidor, restaurando - - + + Not allowed to remove, restoring Non está permitido retiralo, restaurando - + Local files and share folder removed. Retirados os ficheiros locais e o cartafol compartido. - + Move not allowed, item restored Nos está permitido movelo, elemento restaurado - + Move not allowed because %1 is read-only Bon está permitido movelo xa que %1 é só de lectura - + the destination o destino - + the source a orixe @@ -2824,22 +2811,36 @@ Recomendámoslle que non o use. Abrir no navegador - + + + + Log in... + + + + + + + Log out + Desconectar + + + None. Nada. - + Recent Changes Cambios recentes - + Managed Folders: Cartafoles xestionados: - + Open folder '%1' Abrir o cartafol «%1» @@ -2849,37 +2850,40 @@ Recomendámoslle que non o use. Abrir %1 nun navegador - + + Log out everywhere + + + + + Log in everywhere... + + + + Unknown status Estado descoñecido - + Settings... Axustes... - + Details... Detalles... - + Help Axuda - + Quit %1 Saír de %1 - - - - - Sign in... - Rexistrarse... - Disconnected from %1 @@ -2896,55 +2900,38 @@ Recomendámoslle que non o use. Conta %1: %2 - - - - Sign out - Desconectar - - - - Sign out everywhere - Desconectar de todos - - - - Sign in everywhere... - Rexistrarse en todos... - - - + Crash now Only shows in debug mode to allow testing the crash handler Quebrou agora - + No items synced recently Non hai elementos sincronizados recentemente - + Discovering '%1' Atopando «%1» - + Syncing %1 of %2 (%3 left) Sincronizando %1 of %2 (restan %3) - + Syncing %1 (%2 left) Sincronizando %1 (restan %2) - + %1 (%2, %3) %1 (%2, %3) - + Up to date Actualizado @@ -2980,6 +2967,11 @@ Recomendámoslle que non o use. Server Servidor + + + <html><head/><body><p>If this box is checked, existing content in the local folder will be erased to start a clean sync from the server.</p><p>Do not check this if the local content should be uploaded to the servers folder.</p></body></html> + + Start a &clean sync (Erases the local folder!) @@ -3005,11 +2997,6 @@ Recomendámoslle que non o use. &Keep local data &Conservar os datos locais - - - <html><head/><body><p>If this box is checked, existing content in the local directory will be erased to start a clean sync from the server.</p><p>Do not check this if the local content should be uploaded to the servers directory.</p></body></html> - <html><head/><body><p>Se se marca esta caixiña, o contido existente no directorio local borrarase para iniciar unha sincronización limpa desde o servidor.</p><p>Non seleccione esta opción se o contido local debe enviarse ao directorio dos servidores.</p></body></html> - S&ync everything from server @@ -3165,67 +3152,62 @@ Recomendámoslle que non o use. Utility - - %L1 TB - %L1 TB - - - + %L1 GB %L1 GB - + %L1 MB %L1 MB - - %L1 kB - %L1 kB + + %L1 KB + - + %L1 B %L1 B - + %Ln year(s) %Ln ano(s) - + %Ln month(s) %Ln mes(es) - + %Ln day(s) %Ln día(s) - + %Ln hour(s) %Ln hora(s) - + %Ln minute(s) %Ln minuto(s) - + %Ln second(s) %Ln segundo(s) - + 0 seconds 0 segundos - + %1 %2 %1 %2 diff --git a/translations/client_hu.ts b/translations/client_hu.ts index bfe1b1241..675f15530 100644 --- a/translations/client_hu.ts +++ b/translations/client_hu.ts @@ -27,7 +27,7 @@ &Directory alias name: - &Könyvtár alias neve: + &Könyvtár álneve: @@ -40,7 +40,7 @@ Select a remote destination folder - + Távoli célkönyvtár kiválasztása @@ -63,14 +63,6 @@ TextLabel - - OCC::Account - - - %1@%2 - - - OCC::AccountSettings @@ -85,18 +77,18 @@ - Delete - Törlés + Remove Account + Fiók eltávolítása Storage space: ... - + Tárhely mérete: ... Unchecked folders will be <b>removed</b> from your local file system and will not be synchronized to this computer anymore - + A jelöletlen könyvtárak <b>törlésre kerülnek</b> a helyi fájlrendszeredről és a továbbiakban nem lesz szinkronizálva ezzel a számítógéppel @@ -105,8 +97,8 @@ - - + + Cancel Mégsem @@ -121,137 +113,142 @@ Nincs beállított kapcsolat. - - Remove folder - Mappa törlése - - - + Folder creation failed - + Könyvtár létrehozása nem sikerült - + <p>Could not create local folder <i>%1</i>. - + <p>Nem lehet helyi könyvtárat létrehozni: <i>%1</i>. - - Confirm Folder Remove - Könyvtár törlésének megerősítése - - - + Stop syncing - + Szinkronizálás leállítása - + Confirm Folder Reset - Mappa visszaállítás megerősítése + Könyvtár visszaállítás megerősítése - + <p>Do you really want to reset folder <i>%1</i> and rebuild your client database?</p><p><b>Note:</b> This function is designed for maintenance purposes only. No files will be removed, but this can cause significant data traffic and take several minutes or hours to complete, depending on the size of the folder. Only use this option if advised by your administrator.</p> - + Sync Running Szinkronizálás fut - + The syncing operation is running.<br/>Do you want to terminate it? A szinkronizálás folyamatban van. <br/>Szakítsuk meg? - + %1 as <i>%2</i> - + %1, mint <i>%2</i> - + Connected to %1. - Csatlakoztatva ehhez: %1. + Csatlakozva: %1. - + Server %1 is temporarily unavailable. - + %1 szerver jelenleg nem elérhető. - + Signed out from %1. - + Kijelentkezve innen: %1. - + No connection to %1 at %2. - + Nincs kapcsolat ehhez: %1 ekkor: %2. - + There are new folders that were not synchronized because they are too big: %1 - + Néhány új könyvtár nem lett szinkronizálva, mert túl nagyok: %1 - + , , - - Confirm Account Delete + + Confirm Account Removal - + <p>Do you really want to remove the connection to the account <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> - + <p>Tényleg törölni szeretnéd a kapcsolatot <i>%1</i> fiókkal?</p><p><b>Megjegyzés:</b> Ez <b>nem</b> töröl fájlokat.</p> - + Remove connection - + Kapcsolat törlése - + Open folder - + Könyvtár megnyitása - + + Choose What to Sync + Szinkronizálandó elemek kiválasztása + + + Resume sync - + Szinkronizálás folytatása - + Pause sync + Szinkronizálás szüneteltetése + + + + Remove sync + Szinkronizálás törlése + + + + Confirm Sync Removal - + <p>Do you really want to stop syncing the folder <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> - + <p>Tényleg leszeretnéd állítani <i>%1</i> könyvtár szinkronizálását?</p><p><b>Megjegyzés:</b> Ez <b>nem</b> töröl fájlokat.</p> - + %1 (%3%) of %2 in use. Some folders, including network mounted or shared folders, might have different limits. - + %1 (%3%) / %2 használatban. Néhány könyvtár - beleértve a hálózati megosztásokat és a megosztott könyvtárakat - eltérő korlátozással rendelkezhet. - + %1 of %2 in use - + %1 / %2 használatban - + Currently there is no storage usage information available. - + Jelenleg nem érhető el tárhelyhasználati információ. - + No %1 connection configured. Nincs beállított kapcsolat: %1. @@ -378,18 +375,12 @@ - - - Unable to connect to %1 - - - - + timeout időtúllépés - + The provided credentials are not correct @@ -424,8 +415,8 @@ - %1 should be a directory but is not. - %1 könyvtár kell legyen, de nem az. + %1 should be a folder but is not. + @@ -435,13 +426,13 @@ %1: %2 - + %1: %2 %1 and %2 other files have been removed. %1 names a file. - + %1 és %2 további fájl törölve. @@ -453,7 +444,7 @@ %1 and %2 other files have been downloaded. %1 names a file. - + %1 és %2 további fájl letöltve. @@ -464,7 +455,7 @@ %1 and %2 other files have been updated. - + %1 és %2 további fájl feltöltve. @@ -475,7 +466,7 @@ %1 has been renamed to %2 and %3 other files have been renamed. - + %1 átnevezve erre: %2 és %3 további fájl átnevezve. @@ -486,7 +477,7 @@ %1 has been moved to %2 and %3 other files have been moved. - + %1 áthelyezve ide: %2 és %3 további fájl áthelyezve. @@ -497,12 +488,12 @@ %1 and %2 other files could not be synced due to errors. See the log for details. %1 names a file. - + %1 és %2 további fájlt nem sikerült szinkronizálni. Bővebb információ a naplófájlban. %1 could not be synced due to an error. See the log for details. - + %1 nem sikerült szinkronizálni. Bővebb információ a naplófájlban. @@ -510,35 +501,35 @@ Szinkronizálási aktivitás - + Could not read system exclude file - + A new folder larger than %1 MB has been added: %2. Please go in the settings to select it if you wish to download it. - + This sync would remove all the files in the sync folder '%1'. -This might be because the folder was silently reconfigured, or that all the file were manually removed. +This might be because the folder was silently reconfigured, or that all the files were manually removed. Are you sure you want to perform this operation? - + Remove All Files? El legyen távolítva az összes fájl? - + Remove all files Összes fájl eltávolítása - + Keep files Fájlok megtartása @@ -556,103 +547,103 @@ Are you sure you want to perform this operation? - + (backup) (biztonsági mentés) - + (backup %1) - + (biztonsági mentés: %1) - + Undefined State. Ismeretlen állapot. - + Waits to start syncing. Várakozás a szinkronizálás elindítására. - + Preparing for sync. Előkészítés szinkronizációhoz. - + Sync is running. Szinkronizálás fut. - + Last Sync was successful. Legutolsó szinkronizálás sikeres volt. - + Last Sync was successful, but with warnings on individual files. - + Az utolsó szinkronizáció sikeresen lefutott, de néhány figyelmeztetés van. - + Setup Error. Beállítás hiba. - + User Abort. - + Felhasználó megszakította. - + Sync is paused. Szinkronizálás megállítva. - + %1 (Sync is paused) - + %1 (szinkronizálás megállítva) - + No valid folder selected! - - - - - The selected path is not a directory! - + Nincs érvényes könyvtár kiválasztva! + The selected path is not a folder! + A kiválasztott elérési út nem könyvtár! + + + You have no permission to write to the selected folder! - - - The local path %1 is already an upload folder. Please pick another one! - - - An already configured folder is contained in the current entry. - Egy már beállított mappa szerepel a jelen bejegyzésben. + The local folder %1 is already used in a folder sync connection. Please pick another one! + - The selected folder is a symbolic link. An already configured folder is contained in the folder this link is pointing to. + The local folder %1 already contains a folder used in a folder sync connection. Please pick another one! - - An already configured folder contains the currently entered folder. + + The local folder %1 is a symbolic link. The link target already contains a folder used in a folder sync connection. Please pick another one! - - The selected folder is a symbolic link. An already configured folder is the parent of the current selected contains the folder this link is pointing to. + + The local folder %1 is already contained in a folder used in a folder sync connection. Please pick another one! + + + + + The local folder %1 is a symbolic link. The link target is already contained in a folder used in a folder sync connection. Please pick another one! @@ -660,7 +651,7 @@ Are you sure you want to perform this operation? OCC::FolderStatusDelegate - Add Folder to Synchronize + Add Folder Sync Connection @@ -700,7 +691,7 @@ Are you sure you want to perform this operation? %1 (%2) - + %1 (%2) @@ -735,7 +726,7 @@ Are you sure you want to perform this operation? upload %1/s - + feltöltés: %1/s @@ -746,7 +737,7 @@ Are you sure you want to perform this operation? %1 %2 (%3 of %4) Example text: "uploading foobar.png (2MB of 2MB)" - + %1 %2 (%3 / %4) @@ -758,7 +749,8 @@ Are you sure you want to perform this operation? %1 of %2, file %3 of %4 Total time left %5 - + %1 / %2, fájl %3 / %4 +Hátralévő idő: %5 @@ -768,17 +760,17 @@ Total time left %5 Waiting... - + Várakozás... Waiting for %n other folder(s)... - + Várakozás %n további könyvtárra...Várakozás %n további könyvtárra... Preparing to sync... - + Felkészülés szinkronizálásra... @@ -795,16 +787,16 @@ Total time left %5 Click to select a local folder to sync. - + A szinkronizáláshoz válassz ki egy helyi mappát. Enter the path to the local folder. - + Add meg a helyi könyvtár elérési útját. - The directory alias is a descriptive name for this sync connection. + The folder alias is a descriptive name for this sync connection. @@ -945,7 +937,7 @@ Total time left %5 For System Tray - + Rendszertálcára @@ -960,7 +952,7 @@ Total time left %5 Ask confirmation before downloading folders larger than - + Megerősítés kérése, mielőtt letölti a nagyobb fájlokat, mint @@ -1016,7 +1008,11 @@ Total time left %5 User: %2 Account: %3 - + Kérjük, add meg %1 jelszót: + +Felhasználó: %2 +Fiók: %3 + @@ -1039,7 +1035,7 @@ Account: %3 Sync hidden files - + Rejtett fájlok szinkronizálása @@ -1068,28 +1064,28 @@ Account: %3 - Files or directories matching a pattern will not be synchronized. + Files or folders matching a pattern will not be synchronized. Items where deletion is allowed will be deleted if they prevent a directory from being removed. This is useful for meta data. - + Could not open file Nem sikerült a fájl megnyitása - + Cannot write changes to '%1'. - + Add Ignore Pattern - + Add a new ignore pattern: @@ -1226,7 +1222,7 @@ Items where deletion is allowed will be deleted if they prevent a directory from Specify proxy manually as - + Proxy beállítása kézileg, mint @@ -1340,17 +1336,17 @@ for additional privileges during the process. Could not check for new updates. - Nem ellenőrzi a frissítéseket. + Nem lehet ellenőrzi a frissítéseket. New version %1 available. Please use the system's update tool to install it. - + %1 új verzió elérhető. Kérjük, használd a rendszer frissítő eszközét a telepítésre. Checking update server... - + Frissítési szerver ellenőrzése... @@ -1365,7 +1361,7 @@ for additional privileges during the process. Update Check - + Frissítés ellenőrzése @@ -1373,7 +1369,7 @@ for additional privileges during the process. Connect to %1 - Kapcsolódás ehhez: %1 + Csatlakozás: %1 @@ -1383,7 +1379,7 @@ for additional privileges during the process. Connect... - Kapcsolódás... + Csatlakozás... @@ -1392,12 +1388,12 @@ for additional privileges during the process. - Sync the directory '%1' + Sync the folder '%1' - <p><small><strong>Warning:</strong> The local directory is not empty. Pick a resolution!</small></p> + <p><small><strong>Warning:</strong> The local folder is not empty. Pick a resolution!</small></p> @@ -1417,7 +1413,7 @@ for additional privileges during the process. Connection failed - A kapcsolódás sikertelen + A csatlakozás sikertelen @@ -1450,7 +1446,7 @@ for additional privileges during the process. Connect to %1 - Kapcsolódás ehhez: %1 + Csatlakozás: %1 @@ -1461,28 +1457,28 @@ for additional privileges during the process. OCC::OwncloudSetupPage - + Connect to %1 - Kapcsolódás ehhez: %1 + Csatlakozás: %1 - + Setup %1 server - + This url is NOT secure as it is not encrypted. It is not advisable to use it. - + This url is secure. You can use it. Ez az url biztonságos. - + &Next > &Következő > @@ -1622,7 +1618,7 @@ It is not advisable to use it. - + <font color="green"><b>Local sync folder %1 successfully created!</b></font> <font color="green"><b>Helyi %1 szinkronizációs mappa sikeresen létrehozva!</b></font> @@ -1630,12 +1626,12 @@ It is not advisable to use it. OCC::OwncloudWizard - + %1 Connection Wizard %1 kapcsolódási varázsló - + Skip folders configuration @@ -1744,7 +1740,7 @@ It is not advisable to use it. - A file or directory was removed from a read only share, but restoring failed: %1 + A file or folder was removed from a read only share, but restoring failed: %1 @@ -1757,7 +1753,7 @@ It is not advisable to use it. - could not create directory %1 + could not create folder %1 @@ -1770,7 +1766,7 @@ It is not advisable to use it. - Could not remove directory '%1'; + Could not remove folder '%1'; @@ -2017,7 +2013,7 @@ It is not advisable to use it. Unchecked folders will be <b>removed</b> from your local file system and will not be synchronized to this computer anymore - + A jelöletlen könyvtárak <b>törlésre kerülnek</b> a helyi fájlrendszeredről és a továbbiakban nem lesz szinkronizálva ezzel a számítógéppel @@ -2261,12 +2257,12 @@ It is not advisable to use it. Login Error - + Bejelentkezési hiba You must sign in as user %1 - + %1 felhasználóként kell belépned @@ -2274,12 +2270,12 @@ It is not advisable to use it. %1 - Authenticate - + %1 - Azonosítás Reauthentication required - + Felhasználóazonosítás szükséges @@ -2290,7 +2286,7 @@ It is not advisable to use it. OCC::SocketApi - + Share with %1 parameter is ownCloud @@ -2486,7 +2482,7 @@ It is not advisable to use it. Expiration Date: %1 - + Lejárati dátum: %1 @@ -2501,11 +2497,6 @@ It is not advisable to use it. Success. Sikerült. - - - CSync failed to load or create the journal file. Make sure you have read and write permissions in the local sync directory. - - CSync failed to load the journal file. The journal file is corrupted. @@ -2577,9 +2568,29 @@ It is not advisable to use it. CSync hiba, nincs kezelési jogosultság. - - CSync tried to create a directory that already exists. - A CSync megpróbált létrehozni egy már létező mappát. + + The mounted folder is temporarily not available on the server + + + + + An error occurred while opening a folder + + + + + Error while reading folder. + + + + + Not allowed because you don't have permission to add parent folder + + + + + Not allowed because you don't have permission to add files in that folder + @@ -2596,11 +2607,6 @@ It is not advisable to use it. Aborted by the user Felhasználó megszakította - - - The mounted directory is temporarily not available on the server - - Filename contains invalid characters that can not be synced cross platform. @@ -2611,21 +2617,21 @@ It is not advisable to use it. CSync failed to access + + + CSync failed to load or create the journal file. Make sure you have read and write permissions in the local sync folder. + + + + + CSync tried to create a folder that already exists. + + The service is temporarily unavailable - - - An error occurred while opening a directory - - - - - Error while reading directory. - - An internal error number %1 occurred. @@ -2662,79 +2668,69 @@ It is not advisable to use it. - + Filename encoding is not valid - + Invalid characters, please rename "%1" - + Unable to initialize a sync journal. - + Cannot open the sync journal - - + + Ignored because of the "choose what to sync" blacklist - - Not allowed because you don't have permission to add sub-directories in that directory + + Not allowed because you don't have permission to add subfolders to that folder - - Not allowed because you don't have permission to add parent directory - - - - - Not allowed because you don't have permission to add files in that directory - - - - + Not allowed to upload this file because it is read-only on the server, restoring - - + + Not allowed to remove, restoring - + Local files and share folder removed. - + Move not allowed, item restored - + Move not allowed because %1 is read-only - + the destination - + the source @@ -2744,7 +2740,7 @@ It is not advisable to use it. %1: %2 - + %1: %2 @@ -2799,135 +2795,135 @@ It is not advisable to use it. There are no sync folders configured. - + Nincsenek megadva szinkronizálandó mappák. Open in browser + Megnyitás böngészőben + + + + + + Log in... - + + + + Log out + Kilépés + + + None. Nincs - + Recent Changes Legutóbbi változások - + Managed Folders: Kezelt mappák: - + Open folder '%1' - + „%1” könyvtár megnyitása Open %1 in browser + %1 megnyitása böngészőben + + + + Log out everywhere - + + Log in everywhere... + + + + Unknown status Ismeretlen állapot - + Settings... Beállítások... - + Details... Részletek... - + Help Súgó - + Quit %1 %1 kilépés - - - - - Sign in... - Belépés... - Disconnected from %1 - + Szétcsatlakozva innen: %1 Disconnected from accounts: - + Szétcsatlakozva a fiókokból: ó Account %1: %2 - + %1 fiók: %2 - - - - Sign out - Kilépés - - - - Sign out everywhere - Kijelentkezés mindenhonnan - - - - Sign in everywhere... - Kijelentkezés mindenhonnan... - - - + Crash now Only shows in debug mode to allow testing the crash handler - + No items synced recently - + Discovering '%1' '%1' felderítése - + Syncing %1 of %2 (%3 left) %1/%2 szinkronizálása (%3 maradt) - + Syncing %1 (%2 left) %1 szinkronizálása (%2 maradt) - + %1 (%2, %3) - + %1 (%2, %3) - + Up to date Naprakész @@ -2963,10 +2959,15 @@ It is not advisable to use it. Server Kiszolgáló + + + <html><head/><body><p>If this box is checked, existing content in the local folder will be erased to start a clean sync from the server.</p><p>Do not check this if the local content should be uploaded to the servers folder.</p></body></html> + <html><head/><body><p>Ha ez a négyzet be van jelölve, akkor minden törölve lesz a helyi könyvtárból, amint elindul a tiszta szinkronizálás.</p><p>Ne jelöld be, ha a helyi fájljaidat felszeretnéd tölteni a szerver könyvtárába.</p></body></html> + Start a &clean sync (Erases the local folder!) - + &Tiszta szinkronizálás elindítása (Mindent töröl a helyi könyvtárból!) @@ -2988,11 +2989,6 @@ It is not advisable to use it. &Keep local data &Helyi adatok megtartása - - - <html><head/><body><p>If this box is checked, existing content in the local directory will be erased to start a clean sync from the server.</p><p>Do not check this if the local content should be uploaded to the servers directory.</p></body></html> - <html><head/><body><p>Ha ez a négyzet be van jelölve, akkor minden törölve lesz a helyi könyvtárból, amint elindul a tiszta szinkronizálás.</p><p>Ne jelöld be, ha a helyi fájljaidat felszeretnéd tölteni a szerver könyvtárába.</p></body></html> - S&ync everything from server @@ -3148,67 +3144,62 @@ It is not advisable to use it. Utility - - %L1 TB - %L1 TB - - - + %L1 GB %L1 GB - + %L1 MB %L1 MB - - %L1 kB - %L1 kB + + %L1 KB + - + %L1 B %L1 B - + %Ln year(s) %ln év - + %Ln month(s) %ln hónap - + %Ln day(s) %Ln nap - + %Ln hour(s) %Ln óra - + %Ln minute(s) %Ln perc - + %Ln second(s) %Ln másodperc - + 0 seconds 0 másodperc - + %1 %2 %1 %2 diff --git a/translations/client_it.ts b/translations/client_it.ts index 8d0e79958..b9a3064d9 100644 --- a/translations/client_it.ts +++ b/translations/client_it.ts @@ -63,14 +63,6 @@ EtichettaTesto - - OCC::Account - - - %1@%2 - %1@%2 - - OCC::AccountSettings @@ -85,8 +77,8 @@ - Delete - Elimina + Remove Account + Rimuovi account @@ -105,8 +97,8 @@ - - + + Cancel Annulla @@ -121,137 +113,142 @@ Nessun account configurato. - - Remove folder - Rimuovi cartella - - - + Folder creation failed Creazione della cartella non riuscita - + <p>Could not create local folder <i>%1</i>. <p>Impossibile creare la cartella locale <i>%1</i>. - - Confirm Folder Remove - Conferma la rimozione della cartella - - - + Stop syncing Ferma la sincronizzazione - + Confirm Folder Reset Conferma il ripristino della cartella - + <p>Do you really want to reset folder <i>%1</i> and rebuild your client database?</p><p><b>Note:</b> This function is designed for maintenance purposes only. No files will be removed, but this can cause significant data traffic and take several minutes or hours to complete, depending on the size of the folder. Only use this option if advised by your administrator.</p> <p>Vuoi davvero ripristinare la cartella <i>%1</i> e ricostruire il database del client?</p><p><b>Nota:</b> questa funzione è destinata solo a scopi di manutenzione. Nessun file sarà rimosso, ma può causare un significativo traffico di dati e richiedere diversi minuti oppure ore, in base alla dimensione della cartella. Utilizza questa funzione solo se consigliata dal tuo amministratore.</p> - + Sync Running La sincronizzazione è in corso - + The syncing operation is running.<br/>Do you want to terminate it? L'operazione di sincronizzazione è in corso.<br/>Vuoi terminarla? - + %1 as <i>%2</i> %1 come <i>%2</i> - + Connected to %1. Connesso a %1. - + Server %1 is temporarily unavailable. Il server %1 è temporaneamente non disponibile. - + Signed out from %1. Disconnesso da %1. - + No connection to %1 at %2. Nessuna connessione a %1 su %2. - + There are new folders that were not synchronized because they are too big: %1 Ci sono nuove cartelle condivise che non sono state sincronizzate poiché sono troppo grandi: %1 - + , , - - Confirm Account Delete - Conferma eliminazione account + + Confirm Account Removal + Conferma rimozione account - + <p>Do you really want to remove the connection to the account <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> <p>Vuoi davvero eliminare la connessione all'account <i>%1</i>?</p><p><b>Nota:</b> ciò <b>non</b> eliminerà alcun file.</p> - + Remove connection Rimuovi connessione - + Open folder Apri cartella - + + Choose What to Sync + Scegli cosa sincronizzare + + + Resume sync Riprendi la sincronizzazione - + Pause sync Sospendi la sincronizzazione - + + Remove sync + Rimuovi sincronizzazione + + + + Confirm Sync Removal + Conferma rimozione sincronizzazione + + + <p>Do you really want to stop syncing the folder <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> <p>Vuoi davvero fermare la sincronizzazione della cartella <i>%1</i>?</p><p><b>Nota:</b> ciò <b>non</b> eliminerà alcun file.</p> - + %1 (%3%) of %2 in use. Some folders, including network mounted or shared folders, might have different limits. %1 (%3%) di %2 in uso. Alcune cartelle, incluse quelle montate in rete o le cartelle condivise, potrebbero avere limiti diversi. - + %1 of %2 in use %1% di %2 in uso - + Currently there is no storage usage information available. Non ci sono informazioni disponibili sull'utilizzo dello spazio di archiviazione. - + No %1 connection configured. Nessuna connessione di %1 configurata. @@ -378,18 +375,12 @@ Errore di autenticazione: nome utente o password errati. - - - Unable to connect to %1 - Impossibile connettersi a %1 - - - + timeout timeout - + The provided credentials are not correct Le credenziali fornite non sono corrette @@ -424,8 +415,8 @@ - %1 should be a directory but is not. - %1 dovrebbe essere una cartella. + %1 should be a folder but is not. + %1 dovrebbe essere una cartella, ma non lo è. @@ -510,38 +501,38 @@ Sincronizza attività - + Could not read system exclude file Impossibile leggere il file di esclusione di sistema - + A new folder larger than %1 MB has been added: %2. Please go in the settings to select it if you wish to download it. Una nuova cartella più grande di %1 MB è stata aggiunta: %2. Vai nelle impostazioni per selezionarla se desideri scaricarla. - + This sync would remove all the files in the sync folder '%1'. -This might be because the folder was silently reconfigured, or that all the file were manually removed. +This might be because the folder was silently reconfigured, or that all the files were manually removed. Are you sure you want to perform this operation? Questa sincronizzazione rimuoverà tutti i file nella cartella di sincronizzazione '%1'. Ciò potrebbe accadere in caso di riconfigurazione della cartella o di rimozione manuale di tutti i file. Sei sicuro di voler eseguire questa operazione? - + Remove All Files? Vuoi rimuovere tutti i file? - + Remove all files Rimuovi tutti i file - + Keep files Mantieni i file @@ -559,112 +550,112 @@ Sei sicuro di voler eseguire questa operazione? È stato trovato un vecchio registro di sincronizzazione '%1', ma non può essere rimosso. Assicurati che nessuna applicazione lo stia utilizzando. - + (backup) (copia di sicurezza) - + (backup %1) (copia di sicurezza %1) - + Undefined State. Stato non definito. - + Waits to start syncing. Attende l'inizio della sincronizzazione. - + Preparing for sync. Preparazione della sincronizzazione. - + Sync is running. La sincronizzazione è in corso. - + Last Sync was successful. L'ultima sincronizzazione è stata completata correttamente. - + Last Sync was successful, but with warnings on individual files. Ultima sincronizzazione avvenuta, ma con avvisi relativi a singoli file. - + Setup Error. Errore di configurazione. - + User Abort. Interrotto dall'utente. - + Sync is paused. La sincronizzazione è sospesa. - + %1 (Sync is paused) %1 (La sincronizzazione è sospesa) - + No valid folder selected! Nessuna cartella valida selezionata! - - The selected path is not a directory! + + The selected path is not a folder! Il percorso selezionato non è una cartella! - + You have no permission to write to the selected folder! Non hai i permessi di scrittura per la cartella selezionata! - - - The local path %1 is already an upload folder. Please pick another one! - Il percorso locale %1 è già una cartella di caricamento. Selezionane un altro! - - An already configured folder is contained in the current entry. - Una cartella già configurata è contenuta nella voce corrente. + The local folder %1 is already used in a folder sync connection. Please pick another one! + La cartella locale %1 è già utilizzata in una connessione di sincronizzazione delle cartelle. Selezionane un'altra! - The selected folder is a symbolic link. An already configured folder is contained in the folder this link is pointing to. - La cartella selezionata è un collegamento simbolico. Una cartella già configurata è contenuta nella cartella alla quale punta questo collegamento. + The local folder %1 already contains a folder used in a folder sync connection. Please pick another one! + La cartella locale %1 contiene già una cartella utilizzata in una connessione di sincronizzazione delle cartelle. Selezionane un'altra! - - An already configured folder contains the currently entered folder. - Una cartella già configurata contiene la cartella appena digitata. + + The local folder %1 is a symbolic link. The link target already contains a folder used in a folder sync connection. Please pick another one! + La cartella locale %1 è un collegamento simbolico. La destinazione del collegamento contiene già una cartella utilizzata in una connessione di sincronizzazione delle cartelle. Selezionane un'altra! - - The selected folder is a symbolic link. An already configured folder is the parent of the current selected contains the folder this link is pointing to. - La cartella selezionata è un collegamento simbolico. Una cartella già configurata è contenuta nella cartella alla quale punta questo collegamento. + + The local folder %1 is already contained in a folder used in a folder sync connection. Please pick another one! + La cartella locale %1 è già contenuta in una cartella utilizzata in una connessione di sincronizzazione delle cartelle. Selezionane un'altra! + + + + The local folder %1 is a symbolic link. The link target is already contained in a folder used in a folder sync connection. Please pick another one! + La cartella locale %1 è un collegamento simbolico. La destinazione del collegamento è già contenuta in una cartella utilizzata in una connessione di sincronizzazione delle cartelle. Selezionane un'altra! OCC::FolderStatusDelegate - Add Folder to Synchronize - Aggiungi cartella da sincronizzare + Add Folder Sync Connection + Aggiungi connessioni di sincronizzazione cartelle @@ -808,7 +799,7 @@ Totale tempo rimanente %5 - The directory alias is a descriptive name for this sync connection. + The folder alias is a descriptive name for this sync connection. L'alias della cartella è un nome descrittivo per questa connessione di sincronizzazione. @@ -1076,7 +1067,7 @@ Account: %3 - Files or directories matching a pattern will not be synchronized. + Files or folders matching a pattern will not be synchronized. Items where deletion is allowed will be deleted if they prevent a directory from being removed. This is useful for meta data. I file e le cartelle che verificano un modello non saranno sincronizzati. @@ -1084,22 +1075,22 @@ Items where deletion is allowed will be deleted if they prevent a directory from Gli elementi per i quali è consentita l'eliminazione, saranno eliminati se impediscono la rimozione di una cartella. Utile per i metadati. - + Could not open file Impossibile aprire il file - + Cannot write changes to '%1'. Impossibile scrivere le modifiche in '%1'. - + Add Ignore Pattern Aggiungi modello Ignora - + Add a new ignore pattern: Aggiungi un nuovo modello di esclusione: @@ -1402,12 +1393,12 @@ for additional privileges during the process. - Sync the directory '%1' + Sync the folder '%1' Sincronizza la cartella '%1' - <p><small><strong>Warning:</strong> The local directory is not empty. Pick a resolution!</small></p> + <p><small><strong>Warning:</strong> The local folder is not empty. Pick a resolution!</small></p> <p><small><strong>Avviso:</strong> la cartella locale non è vuota. Scegli una soluzione.</small></p> @@ -1471,29 +1462,29 @@ for additional privileges during the process. OCC::OwncloudSetupPage - + Connect to %1 Connetti a %1 - + Setup %1 server Configura il server %1 - + This url is NOT secure as it is not encrypted. It is not advisable to use it. Questo URL NON è sicuro poiché non è cifrato. Non è consigliabile utilizzarlo. - + This url is secure. You can use it. Questo URL è sicuro. Puoi utilizzarlo. - + &Next > Ava&nti > @@ -1633,7 +1624,7 @@ Non è consigliabile utilizzarlo. Impossibile rimuovere o creare una copia di sicurezza della cartella poiché la cartella o un file in essa contenuto è aperta in un altro programma. Chiudi la cartella o il file e premi Riprova o annulla la configurazione. - + <font color="green"><b>Local sync folder %1 successfully created!</b></font> <font color="green"><b>Cartella locale %1 creata correttamente!</b></font> @@ -1641,12 +1632,12 @@ Non è consigliabile utilizzarlo. OCC::OwncloudWizard - + %1 Connection Wizard Procedura guidata di connessione di %1 - + Skip folders configuration Salta la configurazione delle cartelle @@ -1755,7 +1746,7 @@ Non è consigliabile utilizzarlo. - A file or directory was removed from a read only share, but restoring failed: %1 + A file or folder was removed from a read only share, but restoring failed: %1 Un file o una cartella è stato rimosso da una condivisione in sola lettura, ma il ripristino non è riuscito: %1 @@ -1768,7 +1759,7 @@ Non è consigliabile utilizzarlo. - could not create directory %1 + could not create folder %1 impossibile creare la cartella %1 @@ -1781,7 +1772,7 @@ Non è consigliabile utilizzarlo. - Could not remove directory '%1'; + Could not remove folder '%1'; Impossibile rimuovere la cartella '%1'; @@ -2305,7 +2296,7 @@ Non è consigliabile utilizzarlo. OCC::SocketApi - + Share with %1 parameter is ownCloud Condividi con %1 @@ -2518,11 +2509,6 @@ Non è consigliabile utilizzarlo. Success. Successo. - - - CSync failed to load or create the journal file. Make sure you have read and write permissions in the local sync directory. - CSync non è riuscito a caricare o a creare il file di registro. Assicurati di avere i permessi di lettura e scrittura nella cartella di sincronizzazione locale. - CSync failed to load the journal file. The journal file is corrupted. @@ -2594,9 +2580,29 @@ Non è consigliabile utilizzarlo. Problema di CSync dovuto alla mancata gestione dei permessi. - - CSync tried to create a directory that already exists. - CSync ha cercato di creare una cartella già esistente. + + The mounted folder is temporarily not available on the server + La cartella montata è temporaneamente indisponibile sul server + + + + An error occurred while opening a folder + Si è verificato un errore durante l'apertura di una cartella + + + + Error while reading folder. + Errore durante la lettura della cartella. + + + + Not allowed because you don't have permission to add parent folder + Non consentito poiché non disponi dei permessi per aggiungere la cartella superiore + + + + Not allowed because you don't have permission to add files in that folder + Non consentito poiché non disponi dei permessi per aggiungere file in quella cartella @@ -2613,11 +2619,6 @@ Non è consigliabile utilizzarlo. Aborted by the user Interrotto dall'utente - - - The mounted directory is temporarily not available on the server - La cartella montata è temporaneamente indisponibile sul server - Filename contains invalid characters that can not be synced cross platform. @@ -2628,21 +2629,21 @@ Non è consigliabile utilizzarlo. CSync failed to access CSync non è riuscito ad accedere + + + CSync failed to load or create the journal file. Make sure you have read and write permissions in the local sync folder. + CSync non è riuscito a caricare o a creare il file journal. Assicurati di avere i permessi di lettura e scrittura nella cartella di sincronizzazione locale. + + + + CSync tried to create a folder that already exists. + CSync ha cercato di creare una cartella già esistente. + The service is temporarily unavailable Il servizio è temporaneamente non disponibile - - - An error occurred while opening a directory - Si è verificato un errore durante l'apertura di una cartella - - - - Error while reading directory. - Errore durante la lettura della cartella. - An internal error number %1 occurred. @@ -2679,79 +2680,69 @@ Non è consigliabile utilizzarlo. Stat non riuscita. - + Filename encoding is not valid La codifica del nome del file non è valida - + Invalid characters, please rename "%1" Caratteri non validi, rinomina "%1" - + Unable to initialize a sync journal. Impossibile inizializzare il registro di sincronizzazione. - + Cannot open the sync journal Impossibile aprire il registro di sincronizzazione - - + + Ignored because of the "choose what to sync" blacklist Ignorato in base alla lista nera per la scelta di cosa sincronizzare - - Not allowed because you don't have permission to add sub-directories in that directory + + Not allowed because you don't have permission to add subfolders to that folder Non consentito poiché non disponi dei permessi per aggiungere sottocartelle in quella cartella - - Not allowed because you don't have permission to add parent directory - Non consentito poiché non disponi dei permessi per aggiungere la cartella superiore - - - - Not allowed because you don't have permission to add files in that directory - Non consentito poiché non disponi dei permessi per aggiungere file in quella cartella - - - + Not allowed to upload this file because it is read-only on the server, restoring Il caricamento di questo file non è consentito poiché è in sola lettura sul server, ripristino - - + + Not allowed to remove, restoring Rimozione non consentita, ripristino - + Local files and share folder removed. I file locali e la cartella condivisa sono stati rimossi. - + Move not allowed, item restored Spostamento non consentito, elemento ripristinato - + Move not allowed because %1 is read-only Spostamento non consentito poiché %1 è in sola lettura - + the destination la destinazione - + the source l'origine @@ -2824,22 +2815,36 @@ Non è consigliabile utilizzarlo. Apri nel browser - + + + + Log in... + Accedi... + + + + + + Log out + Esci + + + None. Nessuna. - + Recent Changes Modifiche recenti - + Managed Folders: Cartelle gestite: - + Open folder '%1' Apri la cartella '%1' @@ -2849,37 +2854,40 @@ Non è consigliabile utilizzarlo. Apri %1 nel browser... - + + Log out everywhere + Disconnetti ovunque + + + + Log in everywhere... + Accedi ovunque... + + + Unknown status Stato sconosciuto - + Settings... Impostazioni... - + Details... Dettagli... - + Help Aiuto - + Quit %1 Esci da %1 - - - - - Sign in... - Accedi... - Disconnected from %1 @@ -2896,55 +2904,38 @@ Non è consigliabile utilizzarlo. Account %1: %2 - - - - Sign out - Esci - - - - Sign out everywhere - Disconnetti ovunque - - - - Sign in everywhere... - Accedi ovunque... - - - + Crash now Only shows in debug mode to allow testing the crash handler Chiusura immediata - + No items synced recently Nessun elemento sincronizzato di recente - + Discovering '%1' Rilevamento '%1' - + Syncing %1 of %2 (%3 left) Sincronizzazione di %1 di %2 (%3 rimanenti) - + Syncing %1 (%2 left) Sincronizzazione di %1 (%2 rimanenti) - + %1 (%2, %3) %1 (%2, %3) - + Up to date Aggiornato @@ -2980,6 +2971,11 @@ Non è consigliabile utilizzarlo. Server Server + + + <html><head/><body><p>If this box is checked, existing content in the local folder will be erased to start a clean sync from the server.</p><p>Do not check this if the local content should be uploaded to the servers folder.</p></body></html> + <html><head/><body><p>Se questa casella è marcata, il contenuto della cartella locale sarà cancellato per avviare una nuova sincronizzazione dal server.</p><p>Non marcarla se il contenuto locale deve essere caricato nella cartella del server.</p></body></html> + Start a &clean sync (Erases the local folder!) @@ -3005,11 +3001,6 @@ Non è consigliabile utilizzarlo. &Keep local data &Mantieni i dati locali - - - <html><head/><body><p>If this box is checked, existing content in the local directory will be erased to start a clean sync from the server.</p><p>Do not check this if the local content should be uploaded to the servers directory.</p></body></html> - <html><head/><body><p>Se questa casella è marcata, il contenuto della cartella locale sarà cancellato per avviare una nuova sincronizzazione dal server.</p><p>Non marcarla se il contenuto locale deve essere caricato nella cartella del server.</p></body></html> - S&ync everything from server @@ -3165,67 +3156,62 @@ Non è consigliabile utilizzarlo. Utility - - %L1 TB - %L1 TB - - - + %L1 GB %L1 GB - + %L1 MB %L1 MB - - %L1 kB - %L1 kB + + %L1 KB + %L1 KB - + %L1 B %L1 B - + %Ln year(s) %Ln anno(i) - + %Ln month(s) %Ln mese(i) - + %Ln day(s) %Ln giorno(i) - + %Ln hour(s) %Ln ora(e) - + %Ln minute(s) %Ln minuto(i) - + %Ln second(s) %Ln secondo(i) - + 0 seconds 0 secondi - + %1 %2 %1 %2 diff --git a/translations/client_ja.ts b/translations/client_ja.ts index e1be63cae..d702dec48 100644 --- a/translations/client_ja.ts +++ b/translations/client_ja.ts @@ -63,14 +63,6 @@ テキストラベル - - OCC::Account - - - %1@%2 - %1@%2 - - OCC::AccountSettings @@ -85,8 +77,8 @@ - Delete - 削除 + Remove Account + アカウント削除 @@ -105,8 +97,8 @@ - - + + Cancel キャンセル @@ -121,137 +113,142 @@ アカウントが未設定です。 - - Remove folder - フォルダーを削除 - - - + Folder creation failed フォルダーの作成に失敗しました - + <p>Could not create local folder <i>%1</i>. <p>ローカルフォルダー <i>%1</i> を作成できません。 - - Confirm Folder Remove - フォルダーの削除を確認 - - - + Stop syncing - + Confirm Folder Reset フォルダーのリセットを確認 - + <p>Do you really want to reset folder <i>%1</i> and rebuild your client database?</p><p><b>Note:</b> This function is designed for maintenance purposes only. No files will be removed, but this can cause significant data traffic and take several minutes or hours to complete, depending on the size of the folder. Only use this option if advised by your administrator.</p> <p>本当にフォルダー <i>%1</i> をリセットしてクライアントのデータベースを再構築しますか?</p><p><b>注意:</b>この機能は保守目的のためだけにデザインされています。ファイルは削除されませんが、完了するまでにデータ通信が明らかに増大し、数分、あるいはフォルダーのサイズによっては数時間かかります。このオプションは管理者に指示された場合にのみ使用してください。 - + Sync Running 同期を実行中 - + The syncing operation is running.<br/>Do you want to terminate it? 同期作業を実行中です。<br/>終了しますか? - + %1 as <i>%2</i> <i>%2</i> の %1 - + Connected to %1. %1 に接続 - + Server %1 is temporarily unavailable. サーバー %1 は一時的に利用できません - + Signed out from %1. %1 からサインアウトしました。 - + No connection to %1 at %2. %2 の %1 への接続がありません。 - + There are new folders that were not synchronized because they are too big: %1 転送容量が大きいため、同期されていない新しいフォルダーがあります: %1 - + , , - - Confirm Account Delete - アカウント削除を確認 + + Confirm Account Removal + - + <p>Do you really want to remove the connection to the account <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> <p> アカウント <i>%1</i> を本当に削除しますか?</p><p><b>注意:</b> これによりファイルが一切削除されることはありません。</p> - + Remove connection - + Open folder フォルダーを開く - + + Choose What to Sync + 同期フォルダーを選択 + + + Resume sync 再開 - + Pause sync 一時停止 - + + Remove sync + + + + + Confirm Sync Removal + + + + <p>Do you really want to stop syncing the folder <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> <p>フォルダー<i>%1</i>の同期を本当に止めますか?</p><p><b>注:</b> これによりファイルが一切削除されることはありません。</p> - + %1 (%3%) of %2 in use. Some folders, including network mounted or shared folders, might have different limits. - + %1 of %2 in use - + Currently there is no storage usage information available. 現在、利用できるストレージ利用状況はありません。 - + No %1 connection configured. %1 の接続は設定されていません。 @@ -378,18 +375,12 @@ 認証エラー: ユーザー名またはパスワードが間違っています。 - - - Unable to connect to %1 - %1 に接続できません - - - + timeout タイムアウト - + The provided credentials are not correct 入力された資格情報が正しくありません @@ -424,8 +415,8 @@ - %1 should be a directory but is not. - %1 はディレクトリのはずですが、そうではないようです。 + %1 should be a folder but is not. + @@ -510,38 +501,36 @@ 同期アクティビティ - + Could not read system exclude file システム上の除外ファイルを読み込めません - + A new folder larger than %1 MB has been added: %2. Please go in the settings to select it if you wish to download it. 新しい %1 MB以上のフォルダーが追加されました: %2 ダウンロードしたい場合は、設定画面で選択してください。 - + This sync would remove all the files in the sync folder '%1'. -This might be because the folder was silently reconfigured, or that all the file were manually removed. +This might be because the folder was silently reconfigured, or that all the files were manually removed. Are you sure you want to perform this operation? - この同期により、ローカルの同期フォルダー '%1'にある全ファイルが削除されます。 -これはフォルダーが黙って再構成されたか、すべてのファイルが手動で削除されたことが原因である場合があります。 -本当にこの操作を実行しますか? + - + Remove All Files? すべてのファイルを削除しますか? - + Remove all files すべてのファイルを削除 - + Keep files ファイルを残す @@ -559,112 +548,112 @@ Are you sure you want to perform this operation? 古い同期ジャーナル '%1' が見つかりましたが、削除できませんでした。それを現在使用しているアプリケーションが存在しないか確認してください。 - + (backup) (バックアップ) - + (backup %1) (%1をバックアップ) - + Undefined State. 未定義の状態。 - + Waits to start syncing. 同期開始を待機中 - + Preparing for sync. 同期の準備中。 - + Sync is running. 同期を実行中です。 - + Last Sync was successful. 最後の同期は成功しました。 - + Last Sync was successful, but with warnings on individual files. 最新の同期は成功しました。しかし、一部のファイルに問題がありました。 - + Setup Error. 設定エラー。 - + User Abort. ユーザーによる中止。 - + Sync is paused. 同期を一時停止しました。 - + %1 (Sync is paused) %1 (同期を一時停止) - + No valid folder selected! 有効なフォルダーが選択されていません! - - The selected path is not a directory! - 指定のパスは、ディレクトリではありません! + + The selected path is not a folder! + - + You have no permission to write to the selected folder! 選択されたフォルダーに書き込み権限がありません - - - The local path %1 is already an upload folder. Please pick another one! - ローカルパス %1 はアップロードフォルダーです。他のフォルダーを選択してください。 - - An already configured folder is contained in the current entry. - すでに設定済みのフォルダーは現在のエントリー内に含まれています。 + The local folder %1 is already used in a folder sync connection. Please pick another one! + - The selected folder is a symbolic link. An already configured folder is contained in the folder this link is pointing to. - 選択したフォルダーはシンボリックリンクです。このリンクの参照先のフォルダーには、すでに登録されているフォルダーが含まれます。 + The local folder %1 already contains a folder used in a folder sync connection. Please pick another one! + - - An already configured folder contains the currently entered folder. - すでに設定済みのフォルダーには、現在入力されたフォルダーが含まれています。 + + The local folder %1 is a symbolic link. The link target already contains a folder used in a folder sync connection. Please pick another one! + - - The selected folder is a symbolic link. An already configured folder is the parent of the current selected contains the folder this link is pointing to. - 選択されたフォルダーはシンボリックリンクです。このリンクが指している参照元フォルダーを含んだ親フォルダがすでに登録されています。 + + The local folder %1 is already contained in a folder used in a folder sync connection. Please pick another one! + + + + + The local folder %1 is a symbolic link. The link target is already contained in a folder used in a folder sync connection. Please pick another one! + OCC::FolderStatusDelegate - Add Folder to Synchronize - 同期するフォルダーを追加 + Add Folder Sync Connection + @@ -808,8 +797,8 @@ Total time left %5 - The directory alias is a descriptive name for this sync connection. - このディレクトリのエイリアスは、この同期接続用の記述名です。 + The folder alias is a descriptive name for this sync connection. + @@ -1076,30 +1065,28 @@ Account: %3 - Files or directories matching a pattern will not be synchronized. + Files or folders matching a pattern will not be synchronized. Items where deletion is allowed will be deleted if they prevent a directory from being removed. This is useful for meta data. - パターンに一致するファイルやディレクトリは同期されません。 - -指定のディレクトリやファイルを削除させたくなくても、削除が許可されていて上記のパターンに含まれていない場合削除されてしまいます。例えばメタデータファイルに有用です。 + - + Could not open file ファイルが開けませんでした - + Cannot write changes to '%1'. '%1'を更新できません。 - + Add Ignore Pattern 除外するファイルパターンを追加 - + Add a new ignore pattern: 除外するファイルパターンを新しく追加: @@ -1402,13 +1389,13 @@ for additional privileges during the process. - Sync the directory '%1' - ディレクトリ'%1'を同期 + Sync the folder '%1' + - <p><small><strong>Warning:</strong> The local directory is not empty. Pick a resolution!</small></p> - <p><small><strong>警告:</strong> ローカルディレクトリは空ではありません。拡張設定で解決方法を選択してください!</small></p> + <p><small><strong>Warning:</strong> The local folder is not empty. Pick a resolution!</small></p> + @@ -1471,28 +1458,28 @@ for additional privileges during the process. OCC::OwncloudSetupPage - + Connect to %1 %1 に接続中 - + Setup %1 server %1 サーバーを設定 - + This url is NOT secure as it is not encrypted. It is not advisable to use it. このURLは暗号化されていないため安全ではありません。利用はお勧めしません。 - + This url is secure. You can use it. このURLは安全です。利用可能です。 - + &Next > 次(&N) > @@ -1632,7 +1619,7 @@ It is not advisable to use it. フォルダーまたはその中にあるファイルが他のプログラムで開かれているため、フォルダーの削除やバックアップができません。フォルダーまたはファイルを閉じてから再試行するか、セットアップをキャンセルしてください。 - + <font color="green"><b>Local sync folder %1 successfully created!</b></font> <font color="green"><b>ローカルの同期フォルダー %1 は正常に作成されました!</b></font> @@ -1640,12 +1627,12 @@ It is not advisable to use it. OCC::OwncloudWizard - + %1 Connection Wizard %1 接続ウィザード - + Skip folders configuration フォルダー設定をスキップ @@ -1754,8 +1741,8 @@ It is not advisable to use it. - A file or directory was removed from a read only share, but restoring failed: %1 - ファイルまたはディレクトリが読み込み専用の共有から削除されましたが、復元に失敗しました: %1 + A file or folder was removed from a read only share, but restoring failed: %1 + @@ -1767,8 +1754,8 @@ It is not advisable to use it. - could not create directory %1 - ディレクトリ %1 を作成できませんでした + could not create folder %1 + @@ -1780,8 +1767,8 @@ It is not advisable to use it. - Could not remove directory '%1'; - ディレクトリ '%1'を削除できません; + Could not remove folder '%1'; + @@ -2302,7 +2289,7 @@ It is not advisable to use it. OCC::SocketApi - + Share with %1 parameter is ownCloud %1 と共有 @@ -2515,11 +2502,6 @@ It is not advisable to use it. Success. 成功。 - - - CSync failed to load or create the journal file. Make sure you have read and write permissions in the local sync directory. - CSyncはジャーナルファイルの読み込みや作成に失敗しました。ローカルの同期ディレクトリに読み書きの権限があるか確認してください。 - CSync failed to load the journal file. The journal file is corrupted. @@ -2591,9 +2573,29 @@ It is not advisable to use it. CSyncは対応できないパーミッション拒否が原因で失敗しました。 - - CSync tried to create a directory that already exists. - CSyncはすでに存在するディレクトリを作成しようとしました。 + + The mounted folder is temporarily not available on the server + + + + + An error occurred while opening a folder + + + + + Error while reading folder. + + + + + Not allowed because you don't have permission to add parent folder + + + + + Not allowed because you don't have permission to add files in that folder + @@ -2610,11 +2612,6 @@ It is not advisable to use it. Aborted by the user ユーザーによって中止されました - - - The mounted directory is temporarily not available on the server - サーバー上のマウント済ディレクトリが一時的に利用できません。 - Filename contains invalid characters that can not be synced cross platform. @@ -2625,21 +2622,21 @@ It is not advisable to use it. CSync failed to access CSync は接続できませんでした + + + CSync failed to load or create the journal file. Make sure you have read and write permissions in the local sync folder. + + + + + CSync tried to create a folder that already exists. + + The service is temporarily unavailable サーバーは一時的に利用できません - - - An error occurred while opening a directory - ディレクトリを開く際にエラーが発生しました - - - - Error while reading directory. - ディレクトリ読み込みエラー - An internal error number %1 occurred. @@ -2676,79 +2673,69 @@ It is not advisable to use it. 情報取得エラー - + Filename encoding is not valid ファイル名のエンコーディングが無効です。 - + Invalid characters, please rename "%1" 無効な文字です、"%1" を変更してください。 - + Unable to initialize a sync journal. 同期ジャーナルの初期化ができません。 - + Cannot open the sync journal 同期ジャーナルを開くことができません - - + + Ignored because of the "choose what to sync" blacklist "同期対象先" ブラックリストにより無視されました。 - - Not allowed because you don't have permission to add sub-directories in that directory - そのディレクトリにサブディレクトリを追加する権限がありません + + Not allowed because you don't have permission to add subfolders to that folder + - - Not allowed because you don't have permission to add parent directory - 親ディレクトリを追加する権限がありません - - - - Not allowed because you don't have permission to add files in that directory - そのディレクトリにファイルを追加する権限がありません - - - + Not allowed to upload this file because it is read-only on the server, restoring サーバーでは読み取り専用となっているため、このファイルをアップロードすることはできません、復元しています - - + + Not allowed to remove, restoring 削除できないので復元しています - + Local files and share folder removed. ローカルファイルと共有フォルダーを削除しました。 - + Move not allowed, item restored 移動できないので項目を復元しました - + Move not allowed because %1 is read-only %1 は読み取り専用のため移動できません - + the destination 移動先 - + the source 移動元 @@ -2821,22 +2808,36 @@ It is not advisable to use it. ブラウザーで開く - + + + + Log in... + + + + + + + Log out + ログアウト + + + None. なし - + Recent Changes 最近変更されたファイル - + Managed Folders: 管理フォルダー: - + Open folder '%1' フォルダー ’%1’ を開く @@ -2846,37 +2847,40 @@ It is not advisable to use it. %1をブラウザーで開く - + + Log out everywhere + + + + + Log in everywhere... + + + + Unknown status 不明な状態 - + Settings... 設定... - + Details... 詳細... - + Help ヘルプ - + Quit %1 %1 を終了 - - - - - Sign in... - サインイン... - Disconnected from %1 @@ -2893,55 +2897,38 @@ It is not advisable to use it. アカウント %1: %2 - - - - Sign out - サインアウト - - - - Sign out everywhere - 全サーバーからサインアウト - - - - Sign in everywhere... - 全サーバーにサインイン... - - - + Crash now Only shows in debug mode to allow testing the crash handler クラッシュしました。 - + No items synced recently 最近同期されたアイテムはありません。 - + Discovering '%1' '%1'を検索中 - + Syncing %1 of %2 (%3 left) 同期中 %2 中 %1 (残り %3) - + Syncing %1 (%2 left) 同期中 %1 (残り %2) - + %1 (%2, %3) %1 (%2, %3) - + Up to date 最新です @@ -2977,6 +2964,11 @@ It is not advisable to use it. Server サーバー + + + <html><head/><body><p>If this box is checked, existing content in the local folder will be erased to start a clean sync from the server.</p><p>Do not check this if the local content should be uploaded to the servers folder.</p></body></html> + + Start a &clean sync (Erases the local folder!) @@ -3002,11 +2994,6 @@ It is not advisable to use it. &Keep local data ローカルデータを保持(&K) - - - <html><head/><body><p>If this box is checked, existing content in the local directory will be erased to start a clean sync from the server.</p><p>Do not check this if the local content should be uploaded to the servers directory.</p></body></html> - <html><head/><body><p>チェックした場合、ローカルディレクトリ内に存在するコンテンツはサーバーからクリーンな同期を開始するために削除されます。</p><p>もしローカルのコンテンツをサーバーのディレクトリにアップロードするなら、チェックしないでください。</p></body></html> - S&ync everything from server @@ -3162,67 +3149,62 @@ It is not advisable to use it. Utility - - %L1 TB - %L1 TB - - - + %L1 GB %L1 GB - + %L1 MB %L1 MB - - %L1 kB - %L1 kB + + %L1 KB + - + %L1 B %L1 B - + %Ln year(s) %Ln年 - + %Ln month(s) %Lnヶ月 - + %Ln day(s) %Ln日 - + %Ln hour(s) %Ln時間 - + %Ln minute(s) %Ln分 - + %Ln second(s) %Ln秒 - + 0 seconds 0秒 - + %1 %2 %1 %2 diff --git a/translations/client_nb_NO.ts b/translations/client_nb_NO.ts index 52db19bb8..aaecd5146 100644 --- a/translations/client_nb_NO.ts +++ b/translations/client_nb_NO.ts @@ -63,14 +63,6 @@ Tekst-etikett - - OCC::Account - - - %1@%2 - - - OCC::AccountSettings @@ -81,17 +73,17 @@ Remove the account configuration from the client - + Fjern konto-konfigurasjonen fra klienten - Delete - Slett + Remove Account + Fjern konto Storage space: ... - + Lagringsplass: ... @@ -105,8 +97,8 @@ - - + + Cancel Avbryt @@ -121,137 +113,142 @@ Ingen konto konfigurert. - - Remove folder - - - - + Folder creation failed - + Oppretting av mappe feilet - + <p>Could not create local folder <i>%1</i>. - + <p>Klarte ikke å opprette lokal mappe <i>%1</i>. - - Confirm Folder Remove - Bekreft sletting av mappe - - - + Stop syncing - + Stopp synkronisering - + Confirm Folder Reset Bekreft tilbakestilling av mappe - + <p>Do you really want to reset folder <i>%1</i> and rebuild your client database?</p><p><b>Note:</b> This function is designed for maintenance purposes only. No files will be removed, but this can cause significant data traffic and take several minutes or hours to complete, depending on the size of the folder. Only use this option if advised by your administrator.</p> <p>Vil du virkelig tilbakestille mappe <i>%1</i> og bygge klientdatabaesn på nytt?</p><p><b>NB:</b> Denne funksjonen er bare til bruk for vedlikehold. Ingen filer vil bli fjernet, men dette kan forårsake betydelig nettverkstrafikk og ta flere minutter eller timer å utføre, avhengig av størrelsen på mappen. Bruk denne muligheten bare hvis en administrator har rådet deg til det.</p> - + Sync Running Synkroniserer... - + The syncing operation is running.<br/>Do you want to terminate it? Synkronisering kjører.<br/>Vil du avbryte den? - + %1 as <i>%2</i> - + %1 som <i>%2</i> - + Connected to %1. - + Tilkoblet %1. - + Server %1 is temporarily unavailable. - + Server %1 er midlertidig utilgjengelig. - + Signed out from %1. - + Logget ut fra %1. - + No connection to %1 at %2. - + Ingen tilkobling til %1 på %2. - + There are new folders that were not synchronized because they are too big: %1 - + Det finnes nye mapper som ikke ble synkronisert fordi de er for store: %1 - + , , - - Confirm Account Delete - + + Confirm Account Removal + Bekreft fjerning av konto - + <p>Do you really want to remove the connection to the account <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> - + <p>Vil du virkelig fjerne tilkoblingen til kontoen <i>%1</i>?</p><p><b>Merk:</b> Dette vil <b>ikke</b> slette noen filer.</p> - + Remove connection - + Fjern tilkobling - + Open folder - + Åpne mappe - + + Choose What to Sync + Velg hva som synkroniseres + + + Resume sync - + Fortsett synkronisering - + Pause sync - + Sett synkronisering på pause - + + Remove sync + Fjern synkronoisering + + + + Confirm Sync Removal + Bekreft fjerning ved synkronisering + + + <p>Do you really want to stop syncing the folder <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> - + <p>Vil du virkelig stoppe synkronisering av mappen <i>%1</i>?</p><p><b>Merk:</b> Dette vil <b>ikke</b> slette noen filer.</p> - + %1 (%3%) of %2 in use. Some folders, including network mounted or shared folders, might have different limits. - + %1 (%3%) av %2 i bruk. Noen mapper, inkludert nettverkstilkoblede eller delte mapper, kan ha andre begrensninger. - + %1 of %2 in use - + %1 av %2 i bruk - + Currently there is no storage usage information available. Ingen informasjon om bruk av lagringsplass tilgjengelig for øyeblikket. - + No %1 connection configured. Ingen %1-forbindelse konfigurert. @@ -261,37 +258,37 @@ Signed out - + Logget ut Disconnected - + Frakoblet Connected - + Tilkoblet Service unavailable - + Tjeneste utilgjengelig Network error - + Nettverksfeil Configuration error - + Konfigurasjonsfeil Unknown account state - + Ukjent kontotilstand @@ -378,18 +375,12 @@ Autentiseringsfeil: Bruker navn eller passord er feil. - - - Unable to connect to %1 - Klarer ikke å koble til %1 - - - + timeout tidsavbrudd - + The provided credentials are not correct Oppgitt påloggingsinformasjon er feil @@ -424,7 +415,7 @@ - %1 should be a directory but is not. + %1 should be a folder but is not. %1 skal være en mappe men er ikke det. @@ -510,37 +501,38 @@ Synkroniseringsaktivitet - + Could not read system exclude file Klarte ikke å lese systemets ekskluderingsfil - + A new folder larger than %1 MB has been added: %2. Please go in the settings to select it if you wish to download it. - + En ny mappe større enn %1 MB er blitt lagt til: %2. +Gå til Innstillinger og velg mappen hvis du ønsker å laste den ned. - + This sync would remove all the files in the sync folder '%1'. -This might be because the folder was silently reconfigured, or that all the file were manually removed. +This might be because the folder was silently reconfigured, or that all the files were manually removed. Are you sure you want to perform this operation? Denne synkroniseringen vil fjerne alle filene i synkroniseringsmappen '%1'. Dette kan være fordi mappen ble omkonfigurert i det stille, eller alle filene ble fjernet manuelt. Er du sikker på at du vil utføre denne operasjonen? - + Remove All Files? Fjerne alle filer? - + Remove all files Fjern alle filer - + Keep files Behold filer @@ -558,112 +550,112 @@ Er du sikker på at du vil utføre denne operasjonen? En gammel synkroniseringsjournal '%1' ble funnet men kunne ikke fjernes. Pass på at ingen applikasjoner bruker den. - + (backup) - + (sikkerhetskopi) - + (backup %1) - + (sikkerhetskopi %1) - + Undefined State. Udefinert tilstand. - + Waits to start syncing. Venter på å starte synkronisering. - + Preparing for sync. Forbereder synkronisering. - + Sync is running. Synkronisering kjører. - + Last Sync was successful. Siste synkronisering var vellykket. - + Last Sync was successful, but with warnings on individual files. Siste synkronisering var vellykket, men med advarsler på enkelte filer. - + Setup Error. Feil med oppsett. - + User Abort. Brukeravbrudd. - + Sync is paused. Synkronisering er satt på pause. - + %1 (Sync is paused) %1 (Synkronisering er satt på pause) - + No valid folder selected! - - - - - The selected path is not a directory! - + Ingen gyldig mappe valgt! + The selected path is not a folder! + Den valgte stien er ikke en mappe! + + + You have no permission to write to the selected folder! Du har ikke skrivetilgang til den valgte mappen! - - - The local path %1 is already an upload folder. Please pick another one! - Den lokale mappen %1 er en opplastingsmappe fra før av. Velg en annen mappe! - - An already configured folder is contained in the current entry. - Nåværende valg inneholder en mappe som er konfigurert fra før. + The local folder %1 is already used in a folder sync connection. Please pick another one! + Den lokale mappen %1 er allerede brukt i en mappe-synkronisering. Velg en annen! - The selected folder is a symbolic link. An already configured folder is contained in the folder this link is pointing to. - Den valgte mappen er en symbolsk lenke. En allerede konfigurert mappe finnes inne i mappen som denne lenken peker til. + The local folder %1 already contains a folder used in a folder sync connection. Please pick another one! + Den lokale mappen %1 inneholder allerede en mappe brukt i en mappe-synkronisering. Velg en annen! - - An already configured folder contains the currently entered folder. - En mappe som er konfigurert fra før av inneholder mappen som er oppgitt. + + The local folder %1 is a symbolic link. The link target already contains a folder used in a folder sync connection. Please pick another one! + Den lokale mappen %1 er en symbolsk lenke. Målet for lenken inneholder allerede en mappe brukt i en mappe-synkronisering. Velg en annen! - - The selected folder is a symbolic link. An already configured folder is the parent of the current selected contains the folder this link is pointing to. - Den valgte mappen er en symbolsk lenke. En mappe som er konfigurert fra før, inneholder mappen som lenken peker til. + + The local folder %1 is already contained in a folder used in a folder sync connection. Please pick another one! + Den lokale mappen %1 er allerede en undermappe av en mappe brukt i en mappe-synkronisering. Velg en annen! + + + + The local folder %1 is a symbolic link. The link target is already contained in a folder used in a folder sync connection. Please pick another one! + Den lokale mappen %1 er en symbolsk lenke. Målet for lenken er allerede en undermappe av en mappe brukt i en mappe-synkronisering. Velg en annen! OCC::FolderStatusDelegate - Add Folder to Synchronize - + Add Folder Sync Connection + Legg til mappe-synkronisering @@ -674,7 +666,7 @@ Er du sikker på at du vil utføre denne operasjonen? Syncing selected files in your account with - + Synkroniserer valgte filer i kontoen din med @@ -687,32 +679,32 @@ Er du sikker på at du vil utføre denne operasjonen? You need to be connected to add a folder - + Du må være tilkoblet for å legge til en mappe Adding folder is disabled because your are already syncing all your files. If you want to sync multiple folders, please remove the currently configured root folder. - + Du kan ikke legge til en mappe fordi du allerede synkroniserer alle filene dine. Hvis du ønsker å synkronisere individuelle mapper, må du fjerne synkroniseringen av rotmappen som er konfigurert. Click this button to add a folder to synchronize. - + Klikk denne knappen for å legge til en mappe som skal synkroniseres. %1 (%2) - + %1 (%2) Error while loading the list of folders from the server. - + Feil ved innlasting av listen av mapper fra serveren. Signed out - + Logget ut @@ -722,27 +714,27 @@ Er du sikker på at du vil utføre denne operasjonen? Syncing %1 - + Synkroniserer %1 download %1/s - + nedlasting %1/s u2193 %1/s - + u2193 %1/s upload %1/s - + opplasting %1/s u2191 %1/s - + u2191 %1/s @@ -771,17 +763,17 @@ Tid som gjenstår %5 Waiting... - + Venter.. Waiting for %n other folder(s)... - + Venter på %n annen mappe...Venter på %n andre mappe(r)... Preparing to sync... - + Forbereder synkronisering... @@ -807,7 +799,7 @@ Tid som gjenstår %5 - The directory alias is a descriptive name for this sync connection. + The folder alias is a descriptive name for this sync connection. Mappe-aliaset er et beskrivende navn for denne synkroniseringsforbindelsen. @@ -856,7 +848,7 @@ Tid som gjenstår %5 Failed to list a folder. Error: %1 - + Klarte ikke å liste en mappe. Feil: %1 @@ -948,7 +940,7 @@ Tid som gjenstår %5 For System Tray - + For systemkurven @@ -963,12 +955,12 @@ Tid som gjenstår %5 Ask confirmation before downloading folders larger than - + Be om bekreftelse før nedlasting av mapper større enn MB - + MB @@ -983,7 +975,7 @@ Tid som gjenstår %5 Add an Account - + Legg til en konto @@ -1007,7 +999,7 @@ Tid som gjenstår %5 Reading from keychain failed with error: '%1' - + Lesing fra nøkkelring feilet med feil: '%1' @@ -1019,7 +1011,11 @@ Tid som gjenstår %5 User: %2 Account: %3 - + Vennligst legg inn %1-passord: + +Bruker: %2 +Konto: %3 + @@ -1037,17 +1033,17 @@ Account: %3 Global Ignore Settings - + Globale ignorerings-innstillinger Sync hidden files - + Synkroniser skjulte filer Files Ignored by Patterns - + Filer som ignorerers av mønstre @@ -1057,12 +1053,12 @@ Account: %3 Pattern - + Mønster Allow Deletion - + Tillat sletting @@ -1071,28 +1067,30 @@ Account: %3 - Files or directories matching a pattern will not be synchronized. + Files or folders matching a pattern will not be synchronized. Items where deletion is allowed will be deleted if they prevent a directory from being removed. This is useful for meta data. - + Filer eller mapper som passer med et mønster vil ikke bli synkronisert. + +Elementer hvor sletting er tillatt, vil bli slettet hvis de forhindrer fjerning av en mappe. Dette er hendig for metadata. - + Could not open file Klarte ikke å åpne fil - + Cannot write changes to '%1'. Kan ikke skrive endringer til '%1'. - + Add Ignore Pattern Nytt mønster - + Add a new ignore pattern: Legg til ignoreringsmønster: @@ -1273,7 +1271,7 @@ Items where deletion is allowed will be deleted if they prevent a directory from Limit to 3/4 of estimated bandwidth - + Begrens til 3/4 av estimert båndbredde @@ -1369,7 +1367,7 @@ kan be om ytterligere rettigheter under behandlingen. Update Check - + Oppdateringssjek @@ -1396,12 +1394,12 @@ kan be om ytterligere rettigheter under behandlingen. - Sync the directory '%1' + Sync the folder '%1' Synkroniser mappen '%1' - <p><small><strong>Warning:</strong> The local directory is not empty. Pick a resolution!</small></p> + <p><small><strong>Warning:</strong> The local folder is not empty. Pick a resolution!</small></p> <p><small><strong>Advarsel:</strong> Den lokale mappen er ikke tom. Velg en løsning!</small></p> @@ -1465,29 +1463,29 @@ kan be om ytterligere rettigheter under behandlingen. OCC::OwncloudSetupPage - + Connect to %1 Koble til %1 - + Setup %1 server Sett opp %1 server - + This url is NOT secure as it is not encrypted. It is not advisable to use it. Denne url er IKKE sikker fordi den ikke er kryptert. Det er ikke tilrådelig å bruke den. - + This url is secure. You can use it. Denne url-en er sikker. Du kan bruke den. - + &Next > &Neste > @@ -1627,7 +1625,7 @@ Det er ikke tilrådelig å bruke den. Kan ikke fjerne og sikkerhetskopiere mappen fordi mappen eller en fil i mappen er åpen i et annet program. Lukk mappen eller filen og prøv igjen, eller avbryt oppsettet. - + <font color="green"><b>Local sync folder %1 successfully created!</b></font> <font color="green"><b>Oppretting av lokal synkroniseringsmappe %1 vellykket!</b></font> @@ -1635,12 +1633,12 @@ Det er ikke tilrådelig å bruke den. OCC::OwncloudWizard - + %1 Connection Wizard %1 Veiviser for tilkobling - + Skip folders configuration Hopp over mappekonfigurasjon @@ -1717,7 +1715,7 @@ Det er ikke tilrådelig å bruke den. File was deleted from server - + Filen ble slettet fra serveren @@ -1749,7 +1747,7 @@ Det er ikke tilrådelig å bruke den. - A file or directory was removed from a read only share, but restoring failed: %1 + A file or folder was removed from a read only share, but restoring failed: %1 En fil eller mappe ble fjernet fra en deling med lesetilgang, men gjenoppretting feilet: %1 @@ -1762,7 +1760,7 @@ Det er ikke tilrådelig å bruke den. - could not create directory %1 + could not create folder %1 klarte ikke å opprette mappe %1 @@ -1775,7 +1773,7 @@ Det er ikke tilrådelig å bruke den. - Could not remove directory '%1'; + Could not remove folder '%1'; Klarte ikke å fjerne mappe '%1'; @@ -1993,7 +1991,7 @@ Det er ikke tilrådelig å bruke den. Proxy authentication required - + Proxy-autentisering kreves @@ -2003,12 +2001,12 @@ Det er ikke tilrådelig å bruke den. Proxy: - + Proxy: The proxy server needs a username and password. - + Proxy-serveren trenger et brukernavn og et passord. @@ -2205,7 +2203,7 @@ Det er ikke tilrådelig å bruke den. Please Set Password - + Sett passord @@ -2247,7 +2245,7 @@ Det er ikke tilrådelig å bruke den. Cannot find a folder to upload to. - + Finner ikke en mappe å laste opp til. @@ -2299,7 +2297,7 @@ Det er ikke tilrådelig å bruke den. OCC::SocketApi - + Share with %1 parameter is ownCloud Del med %1 @@ -2412,7 +2410,7 @@ Det er ikke tilrådelig å bruke den. No support for SSL session tickets/identifiers - + Ingen støtte for billett/ID for SSL-økt @@ -2442,12 +2440,12 @@ Det er ikke tilrådelig å bruke den. Untrusted Certificate - + Ikke tiltrodd sertifikat Cannot connect securely to <i>%1</i>: - + Kan ikke koble sikkert til <i>%1</i>: @@ -2512,11 +2510,6 @@ Det er ikke tilrådelig å bruke den. Success. Suksess. - - - CSync failed to load or create the journal file. Make sure you have read and write permissions in the local sync directory. - CSync klarte ikke å laste eller opprette journalfilen. Sjekk at du har lese- og skrivetilgang i den lokale synkroniseringsmappen. - CSync failed to load the journal file. The journal file is corrupted. @@ -2588,9 +2581,29 @@ Det er ikke tilrådelig å bruke den. CSync feilet pga. at nektet tilgang ikke ble håndtert. - - CSync tried to create a directory that already exists. - CSync prøvde å opprette en mappe som finnes allerede. + + The mounted folder is temporarily not available on the server + Den oppkoblede mappen er for tiden ikke tilgjengelig på serveren + + + + An error occurred while opening a folder + Det oppstod en feil ved åpning av en mappe + + + + Error while reading folder. + Feil ved lesing av mappe. + + + + Not allowed because you don't have permission to add parent folder + Ikke tillatt fordi du ikke har lov til å legge til foreldremappe + + + + Not allowed because you don't have permission to add files in that folder + Ikke tillatt fordi du ikke har lov til å opprette filer i den mappen @@ -2607,36 +2620,31 @@ Det er ikke tilrådelig å bruke den. Aborted by the user Avbrutt av brukeren - - - The mounted directory is temporarily not available on the server - Den oppkoblede mappen er for tiden ikke tilgjengelig på serveren - Filename contains invalid characters that can not be synced cross platform. - + Filnavnet inneholder ugyldige tegn som ikke kan synkroniseres på tvers av plattformer. CSync failed to access CSync klarte ikke å aksessere + + + CSync failed to load or create the journal file. Make sure you have read and write permissions in the local sync folder. + CSync klarte ikke å laste eller opprette journalfilen. Sjekk at du har lese- og skrivetilgang i den lokale synkroniseringsmappen. + + + + CSync tried to create a folder that already exists. + CSync prøvde å opprette en mappe som finnes allerede. + The service is temporarily unavailable Tjenesten er midlertidig utilgjengelig - - - An error occurred while opening a directory - Det oppstod en feil ved åpning av en mappe - - - - Error while reading directory. - - An internal error number %1 occurred. @@ -2665,87 +2673,77 @@ Det er ikke tilrådelig å bruke den. File is ignored because it's hidden. - + Filen ignoreres fordi den er skjult. Stat failed. - + Stat feilet. - + Filename encoding is not valid Filnavn-koding er ikke gyldig - + Invalid characters, please rename "%1" - + Ugyldige tegn, gi et annet navn til "%1" - + Unable to initialize a sync journal. Kan ikke initialisere en synkroniseringsjournal. - + Cannot open the sync journal Kan ikke åpne synkroniseringsjournalen - - + + Ignored because of the "choose what to sync" blacklist Ignorert på grunn av svartelisten "velg hva som skal synkroniseres" - - Not allowed because you don't have permission to add sub-directories in that directory + + Not allowed because you don't have permission to add subfolders to that folder Ikke tillatt fordi du ikke har lov til å lage undermapper i den mappen - - Not allowed because you don't have permission to add parent directory - Ikke tillatt fordi du ikke har lov til å legge til foreldremappe - - - - Not allowed because you don't have permission to add files in that directory - Ikke tillatt fordi du ikke har lov til å opprette filer i den mappen - - - + Not allowed to upload this file because it is read-only on the server, restoring Ikke tillatt å laste opp denne filenfordi den er skrivebeskyttet på serveren, gjenoppretter - - + + Not allowed to remove, restoring Ikke tillatt å fjerne, gjenoppretter - + Local files and share folder removed. Lokale filer og delingsmappe fjernet. - + Move not allowed, item restored Flytting ikke tillatt, element gjenopprettet - + Move not allowed because %1 is read-only Flytting ikke tillatt fordi %1 er skrivebeskyttet - + the destination målet - + the source kilden @@ -2815,25 +2813,39 @@ Det er ikke tilrådelig å bruke den. Open in browser - + Åpne i nettleser - + + + + Log in... + Logg inn.. + + + + + + Log out + Logg ut + + + None. Ingen. - + Recent Changes Siste endringer - + Managed Folders: Administrerte mapper: - + Open folder '%1' Åpne mappe '%1' @@ -2843,102 +2855,88 @@ Det er ikke tilrådelig å bruke den. Åpne %1 i nettleser - + + Log out everywhere + Logg ut alle steder + + + + Log in everywhere... + Logg inn alle steder.. + + + Unknown status Ukjent status - + Settings... Innstillinger... - + Details... Detaljer... - + Help Hjelp - + Quit %1 Avslutt %1 - - - - - Sign in... - Logg inn... - Disconnected from %1 - + Koble fra %1 Disconnected from accounts: - + Koblet fra kontoer: Account %1: %2 - + Konto %1: %2 - - - - Sign out - Logg ut - - - - Sign out everywhere - - - - - Sign in everywhere... - - - - + Crash now Only shows in debug mode to allow testing the crash handler Krasj nå - + No items synced recently Ingenting synkronisert nylig - + Discovering '%1' Påviser '%1' - + Syncing %1 of %2 (%3 left) Synkroniserer %1 av %2 (%3 gjenstår) - + Syncing %1 (%2 left) Synkroniserer %1 (%2 gjenstår) - + %1 (%2, %3) %1 (%2, %3) - + Up to date Oppdatert @@ -2974,10 +2972,15 @@ Det er ikke tilrådelig å bruke den. Server Server + + + <html><head/><body><p>If this box is checked, existing content in the local folder will be erased to start a clean sync from the server.</p><p>Do not check this if the local content should be uploaded to the servers folder.</p></body></html> + <html><head/><body><p>Hvis det settes kryss i denne boksen, vil eksisterende innhold i den lokale mappen bli slettet for å starte en ren synkronisering fra serveren.</p><p>Ikke sett kryss for dette hvis det lokale innholdet skal lastes opp til mappen på serveren.</p></body></html> + Start a &clean sync (Erases the local folder!) - + Start en &ren synkronisering (sletter den lokale mappen!) @@ -2999,11 +3002,6 @@ Det er ikke tilrådelig å bruke den. &Keep local data &Behold lokale data - - - <html><head/><body><p>If this box is checked, existing content in the local directory will be erased to start a clean sync from the server.</p><p>Do not check this if the local content should be uploaded to the servers directory.</p></body></html> - <html><head/><body><p>Hvis det settes kryss i denne boksen, vil eksisterende innhold i den lokale mappen bli slettet for å starte en ren synkronisering fra serveren.</p><p>Ikke sett kryss for dette hvis det lokale innholdet skal lastes opp til mappen på serveren.</p></body></html> - S&ync everything from server @@ -3159,67 +3157,62 @@ Det er ikke tilrådelig å bruke den. Utility - - %L1 TB - - - - + %L1 GB - + %L1 GB - + %L1 MB - + %L1 MB - - %L1 kB - + + %L1 KB + %L1 KB - + %L1 B %L1 B - - - %Ln year(s) - - - - - %Ln month(s) - - - %Ln day(s) - + %Ln year(s) + %Ln år - %Ln hour(s) - + %Ln month(s) + %Ln måned(er) - %Ln minute(s) - + %Ln day(s) + %Ln dag(er) + %Ln hour(s) + %Ln time(r) + + + + %Ln minute(s) + %Ln minutt(er) + + + %Ln second(s) - + %Ln sekund(er) - + 0 seconds - + 0 sekunder - + %1 %2 %1 %2 diff --git a/translations/client_nl.ts b/translations/client_nl.ts index 489c69190..f213691d1 100644 --- a/translations/client_nl.ts +++ b/translations/client_nl.ts @@ -63,14 +63,6 @@ Tekstlabel - - OCC::Account - - - %1@%2 - %1@%2 - - OCC::AccountSettings @@ -85,8 +77,8 @@ - Delete - Verwijderen + Remove Account + Verwijder account @@ -105,8 +97,8 @@ - - + + Cancel Annuleren @@ -121,138 +113,142 @@ Geen account ingesteld. - - Remove folder - Verwijder map - - - + Folder creation failed Maken map mislukt - + <p>Could not create local folder <i>%1</i>. <p>Kon lokale map <i>%1</i> niet maken. - - Confirm Folder Remove - Bevestig het verwijderen van de map - - - + Stop syncing Stop synchroniseren - + Confirm Folder Reset Bevestig map reset - + <p>Do you really want to reset folder <i>%1</i> and rebuild your client database?</p><p><b>Note:</b> This function is designed for maintenance purposes only. No files will be removed, but this can cause significant data traffic and take several minutes or hours to complete, depending on the size of the folder. Only use this option if advised by your administrator.</p> <p>Wilt u map <i>%1</i> echt resetten en de database opnieuw opbouwen?</p><p><b>Let op:</b> Deze functie is alleen ontworpen voor onderhoudsdoeleinden. Hoewel er geen bestanden worden verwijderd, kan dit een aanzienlijke hoeveelheid dataverkeer tot gevolg hebben en minuten tot zelfs uren duren, afhankelijk van de omvang van de map. Gebruik deze functie alleen als dit wordt geadviseerd door uw applicatiebeheerder.</p> - + Sync Running Bezig met synchroniseren - + The syncing operation is running.<br/>Do you want to terminate it? Bezig met synchroniseren.<br/>Wilt u stoppen met synchroniseren? - + %1 as <i>%2</i> - -%1 als <i>%2</i> + %1 als <i>%2</i> - + Connected to %1. Verbonden met %1. - + Server %1 is temporarily unavailable. Server %1 is tijdelijk niet beschikbaar - + Signed out from %1. Uitgelogd van %1. - + No connection to %1 at %2. Geen verbinding met %1 op %2. - + There are new folders that were not synchronized because they are too big: %1 Er zijn nieuwe mappen die niet gesynchroniseerd werden omdat ze te groot zijn: %1 - + , , - - Confirm Account Delete + + Confirm Account Removal Bevestig verwijderen account - + <p>Do you really want to remove the connection to the account <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> <p>Wilt u echt de verbinding met het account <i>%1</i> verbreken?</p><p><b>Let op:</b> Hierdoor verwijdert u <b>geen</b> bestanden.</p> - + Remove connection Verwijderen verbinding - + Open folder Openen map - + + Choose What to Sync + Wat synchroniseren + + + Resume sync Hervatten sync - + Pause sync Pauzeren sync - + + Remove sync + Verwijderen sync + + + + Confirm Sync Removal + Bevestig Sync verwijdering + + + <p>Do you really want to stop syncing the folder <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> <p>Weet u zeker dat u de synchronisatie van map <i>%1</i> wilt stoppen?</p><p><b>Opmerking:</b> Dit zal <b>geen</b> bestanden verwijderen.</p> - + %1 (%3%) of %2 in use. Some folders, including network mounted or shared folders, might have different limits. %1 (%3%) van %2 in gebruik. Sommige mappen, inclusief netwerkmappen en gedeelde mappen, kunnen andere limieten hebben. - + %1 of %2 in use %1 van %2 in gebruik - + Currently there is no storage usage information available. Er is nu geen informatie over het gebruik van de opslagruimte beschikbaar. - + No %1 connection configured. Geen %1 connectie geconfigureerd. @@ -379,18 +375,12 @@ Authenticatiefout: Gebruikersnaam of wachtwoord is onjuist. - - - Unable to connect to %1 - Niet in staat om verbinding te maken met %1 - - - + timeout time-out - + The provided credentials are not correct De verstrekte inloggegevens zijn niet juist @@ -425,8 +415,8 @@ - %1 should be a directory but is not. - %1 zou een map moeten zijn, maar is dit niet. + %1 should be a folder but is not. + %1 zou een map moeten zijn, maar is dat niet. @@ -511,38 +501,38 @@ Synchronisatie-activiteit - + Could not read system exclude file Kon het systeem-uitsluitingsbestand niet lezen - + A new folder larger than %1 MB has been added: %2. Please go in the settings to select it if you wish to download it. Een nieuwe map groter dan %1 MB is toegevoegd: %2 Ga naar de instellingen om het te selecteren als u deze wilt downloaden. - + This sync would remove all the files in the sync folder '%1'. -This might be because the folder was silently reconfigured, or that all the file were manually removed. +This might be because the folder was silently reconfigured, or that all the files were manually removed. Are you sure you want to perform this operation? - Deze synchronisatie zal alle bestanden in de synchronisatiemap '%1' verwijderen. -Dit kan komen doordat de map ongemerkt opnieuw geconfigureerd is of doordat alle bestanden met de hand zijn verwijderd. -Weet u zeker dat u deze bewerking wilt uitvoeren? + Deze sync zou alle bestanden in syncmap '%1' verwijderen. +Dat zou kunnen gebeuren omdat de map stilletjes was geherconfigureerd, of omdat alle bestanden handmatig zijn verwijderd. +Weet je zeker dat je door wilt gaan? - + Remove All Files? Verwijder alle bestanden? - + Remove all files Verwijder alle bestanden - + Keep files Bewaar bestanden @@ -560,112 +550,112 @@ Weet u zeker dat u deze bewerking wilt uitvoeren? Een oud synchronisatieverslag '%1' is gevonden maar kan niet worden verwijderd. Zorg ervoor dat geen applicatie dit bestand gebruikt. - + (backup) (backup) - + (backup %1) (backup %1) - + Undefined State. Ongedefiniëerde staat - + Waits to start syncing. In afwachting van synchronisatie. - + Preparing for sync. Synchronisatie wordt voorbereid - + Sync is running. Bezig met synchroniseren. - + Last Sync was successful. Laatste synchronisatie was geslaagd. - + Last Sync was successful, but with warnings on individual files. Laatste synchronisatie geslaagd, maar met waarschuwingen over individuele bestanden. - + Setup Error. Installatiefout. - + User Abort. Afgebroken door gebruiker. - + Sync is paused. Synchronisatie gepauzeerd. - + %1 (Sync is paused) %1 (Synchronisatie onderbroken) - + No valid folder selected! Geen geldige map geselecteerd! - - The selected path is not a directory! - Het geselecteerde pad is geen directory! + + The selected path is not a folder! + Het geselecteerde pad is geen map! - + You have no permission to write to the selected folder! U heeft geen permissie om te schrijven naar de geselecteerde map! - - - The local path %1 is already an upload folder. Please pick another one! - Het lokale pad %1 is al een uploadmap. Kies een andere. - - An already configured folder is contained in the current entry. - Er bestaat een al eerder geconfigureerde map in de huidige opdracht. + The local folder %1 is already used in a folder sync connection. Please pick another one! + Lokale map %1 wordt al in de mapsync gebruikt. Kies een andere map! - The selected folder is a symbolic link. An already configured folder is contained in the folder this link is pointing to. - De gekozen map is een symbolic link. De map waarnaar deze link verwijst bevat een reeds geconfigureerde map. + The local folder %1 already contains a folder used in a folder sync connection. Please pick another one! + Lokale map %1 bevat al een map die wordt gebruikt voor een mapsync verbinding. Kies een andere! - - An already configured folder contains the currently entered folder. - Een reeds geconfigureerde map bevat de nu ingevoerde map. + + The local folder %1 is a symbolic link. The link target already contains a folder used in a folder sync connection. Please pick another one! + Lokale map %1 is een symbolische link. De doellink bevat al een map die in een mapsync verbinding wordt gebruikt. Kies een andere! - - The selected folder is a symbolic link. An already configured folder is the parent of the current selected contains the folder this link is pointing to. - De gekozen map is een symbolic link. Een reeds geconfigureerde map is de bovenliggende map van de gekozen map, waarnaar de link verwijst. + + The local folder %1 is already contained in a folder used in a folder sync connection. Please pick another one! + Lokale map %1 zit al in een map die wordt gebruikt voor een mapsync verbinding. Kies een andere! + + + + The local folder %1 is a symbolic link. The link target is already contained in a folder used in a folder sync connection. Please pick another one! + Lokale map %1 is een symbolische link. De doellink zit al in een map die in een mapsync verbinding wordt gebruikt. Kies een andere! OCC::FolderStatusDelegate - Add Folder to Synchronize - Voor map toe om te synchroniseren + Add Folder Sync Connection + Toevoegen mapsync verbinding @@ -774,17 +764,17 @@ Totaal resterende tijd %5 Waiting... - + Aan het wachten... Waiting for %n other folder(s)... - + Wacht op %n andere map...Wacht op %n andere mappen... Preparing to sync... - + Voorbereiden op sync... @@ -810,7 +800,7 @@ Totaal resterende tijd %5 - The directory alias is a descriptive name for this sync connection. + The folder alias is a descriptive name for this sync connection. De directory aliasnaam is een beschrijvende naam voor deze synchronisatieverbinding. @@ -1078,7 +1068,7 @@ account: %3 - Files or directories matching a pattern will not be synchronized. + Files or folders matching a pattern will not be synchronized. Items where deletion is allowed will be deleted if they prevent a directory from being removed. This is useful for meta data. Bestanden of mappen die overeenkomen met een patroon zullen niet worden gesynchroniseerd. @@ -1086,22 +1076,22 @@ Items where deletion is allowed will be deleted if they prevent a directory from Onderdelen die gewist mogen worden worden verwijderd als ze voorkomen dat een map verdwijnt. Dit is nuttig voor metadata. - + Could not open file Kon het bestand niet openen - + Cannot write changes to '%1'. Er kunnen geen wijzigingen worden geschreven naar %1 - + Add Ignore Pattern Toevoegen negeerpatroon - + Add a new ignore pattern: Voeg nieuw negeerpatroon toe: @@ -1386,7 +1376,7 @@ vragen om extra autorisaties tijdens installatie. Connect to %1 - Verbindt met %1 + Verbinden met %1 @@ -1405,12 +1395,12 @@ vragen om extra autorisaties tijdens installatie. - Sync the directory '%1' - Sync directory '%1' + Sync the folder '%1' + Sync map '%1' - <p><small><strong>Warning:</strong> The local directory is not empty. Pick a resolution!</small></p> + <p><small><strong>Warning:</strong> The local folder is not empty. Pick a resolution!</small></p> <p><small><strong>Waarschuwing:</strong> De lokale map is niet leeg. Maak een keuze!</small></p> @@ -1463,7 +1453,7 @@ vragen om extra autorisaties tijdens installatie. Connect to %1 - Verbindt met %1 + Verbinden met %1 @@ -1474,29 +1464,29 @@ vragen om extra autorisaties tijdens installatie. OCC::OwncloudSetupPage - + Connect to %1 - Verbindt met %1 + Verbinden met %1 - + Setup %1 server Instellen %1 server - + This url is NOT secure as it is not encrypted. It is not advisable to use it. Deze url is NIET veilig omdat versleuteling omntbreekt. We adviseren deze site niet te gebruiken. - + This url is secure. You can use it. Deze url is veilig te gebruiken. - + &Next > &Volgende > @@ -1636,7 +1626,7 @@ We adviseren deze site niet te gebruiken. Kan de map niet verwijderen en backuppen, omdat de map of een bestand daarin, geopend is in een ander programma. Sluit de map of het bestand en drup op Opnieuw of annuleer de installatie. - + <font color="green"><b>Local sync folder %1 successfully created!</b></font> <font color="green"><b>Lokale synch map %1 is succesvol aangemaakt!</b></font> @@ -1644,12 +1634,12 @@ We adviseren deze site niet te gebruiken. OCC::OwncloudWizard - + %1 Connection Wizard %1 Verbindingswizard - + Skip folders configuration Sla configuratie van mappen over @@ -1758,7 +1748,7 @@ We adviseren deze site niet te gebruiken. - A file or directory was removed from a read only share, but restoring failed: %1 + A file or folder was removed from a read only share, but restoring failed: %1 Er is een bestand of map verwijderd van een alleen-lezen share, maar herstellen is mislukt: %1 @@ -1771,7 +1761,7 @@ We adviseren deze site niet te gebruiken. - could not create directory %1 + could not create folder %1 kon map %1 niet maken @@ -1784,8 +1774,8 @@ We adviseren deze site niet te gebruiken. - Could not remove directory '%1'; - Kon directory '%1' niet verwijderen; + Could not remove folder '%1'; + Kon map '%1' niet verwijderen; @@ -2133,7 +2123,7 @@ We adviseren deze site niet te gebruiken. Share NewDocument.odt - Delen NieuwDocument.odt + Delen NewDocument.odt @@ -2308,7 +2298,7 @@ We adviseren deze site niet te gebruiken. OCC::SocketApi - + Share with %1 parameter is ownCloud Delen met %1 @@ -2451,12 +2441,12 @@ We adviseren deze site niet te gebruiken. Untrusted Certificate - + Niet vertrouwd certificaat Cannot connect securely to <i>%1</i>: - + Kan niet beveiligd verbinden met <i>%1</i>: @@ -2521,11 +2511,6 @@ We adviseren deze site niet te gebruiken. Success. Succes. - - - CSync failed to load or create the journal file. Make sure you have read and write permissions in the local sync directory. - CSync kon het journal bestand niet maken of lezen. Controleer of u de juiste lees- en schrijfrechten in de lokale syncmap hebt. - CSync failed to load the journal file. The journal file is corrupted. @@ -2597,9 +2582,29 @@ We adviseren deze site niet te gebruiken. CSync mislukt omdat de benodigde toegang werd geweigerd. - - CSync tried to create a directory that already exists. - CSync probeerde een al bestaande directory aan te maken. + + The mounted folder is temporarily not available on the server + De gemounte map is tijdelijk niet beschikbaar op de server + + + + An error occurred while opening a folder + Er trad een fout op bij het openen van een map + + + + Error while reading folder. + Fout tijdens lezen map. + + + + Not allowed because you don't have permission to add parent folder + Niet toegestaan omdat u geen rechten hebt om een bovenliggende map toe te voegen + + + + Not allowed because you don't have permission to add files in that folder + Niet toegestaan omdat u geen rechten hebt om bestanden in die map toe te voegen @@ -2616,11 +2621,6 @@ We adviseren deze site niet te gebruiken. Aborted by the user Afgebroken door de gebruiker - - - The mounted directory is temporarily not available on the server - De gemounte map is tijdelijk niet beschikbaar op de server - Filename contains invalid characters that can not be synced cross platform. @@ -2631,21 +2631,21 @@ We adviseren deze site niet te gebruiken. CSync failed to access CSync kreeg geen toegang + + + CSync failed to load or create the journal file. Make sure you have read and write permissions in the local sync folder. + CSync kon het journal bestand niet maken of lezen. Controleer of u de juiste lees- en schrijfrechten in de lokale syncmap hebt. + + + + CSync tried to create a folder that already exists. + CSync probeerde een al bestaande map aan te maken. + The service is temporarily unavailable De dienst is tijdelijk niet beschikbaar - - - An error occurred while opening a directory - Er trad een fout op bij het openen van een directory - - - - Error while reading directory. - Fout bij het lezen van directory. - An internal error number %1 occurred. @@ -2682,79 +2682,69 @@ We adviseren deze site niet te gebruiken. Stat mislukt. - + Filename encoding is not valid Bestandsnaamcodering is niet geldig - + Invalid characters, please rename "%1" Ongeldige karakters, hernoem "%1" - + Unable to initialize a sync journal. Niet in staat om een synchronisatie transactielog te starten. - + Cannot open the sync journal Kan het sync transactielog niet openen - - + + Ignored because of the "choose what to sync" blacklist Genegeerd vanwege de "wat synchroniseren" zwarte lijst - - Not allowed because you don't have permission to add sub-directories in that directory - Niet toegestaan, omdat u geen rechten hebt om sub-directories aan te maken in die directory + + Not allowed because you don't have permission to add subfolders to that folder + Niet toegestaan omdat je geen permissies hebt om submappen aan die map toe te voegen - - Not allowed because you don't have permission to add parent directory - Niet toegestaan, omdat u geen rechten hebt om een bovenliggende directories toe te voegen - - - - Not allowed because you don't have permission to add files in that directory - Niet toegestaan, omdat u geen rechten hebt om bestanden in die directory toe te voegen - - - + Not allowed to upload this file because it is read-only on the server, restoring Niet toegestaan om dit bestand te uploaden, omdat het alleen-lezen is op de server, herstellen - - + + Not allowed to remove, restoring Niet toegestaan om te verwijderen, herstellen - + Local files and share folder removed. Lokale bestanden en share-map verwijderd. - + Move not allowed, item restored Verplaatsen niet toegestaan, object hersteld - + Move not allowed because %1 is read-only Verplaatsen niet toegestaan omdat %1 alleen-lezen is - + the destination bestemming - + the source bron @@ -2827,22 +2817,36 @@ We adviseren deze site niet te gebruiken. Open in browser - + + + + Log in... + Inloggen... + + + + + + Log out + Afmelden + + + None. Geen. - + Recent Changes Recente wijzigingen - + Managed Folders: Beheerde mappen: - + Open folder '%1' Open map '%1' @@ -2852,37 +2856,40 @@ We adviseren deze site niet te gebruiken. Open %1 in browser - + + Log out everywhere + Overal uitloggen + + + + Log in everywhere... + Overal inloggen... + + + Unknown status Onbekende status - + Settings... Instellingen... - + Details... Details ... - + Help Help - + Quit %1 %1 afsluiten - - - - - Sign in... - Inloggen... - Disconnected from %1 @@ -2899,55 +2906,38 @@ We adviseren deze site niet te gebruiken. Account %1: %2 - - - - Sign out - Uitloggen - - - - Sign out everywhere - Overal afmelden - - - - Sign in everywhere... - Overal aanmelden - - - + Crash now Only shows in debug mode to allow testing the crash handler Crash nu - + No items synced recently Recent niets gesynchroniseerd - + Discovering '%1' '%1' onderzoeken - + Syncing %1 of %2 (%3 left) Sync %1 van %2 (%3 over) - + Syncing %1 (%2 left) Sync %1 (%2 over) - + %1 (%2, %3) %1 (%2, %3) - + Up to date Bijgewerkt @@ -2983,6 +2973,11 @@ We adviseren deze site niet te gebruiken. Server Server + + + <html><head/><body><p>If this box is checked, existing content in the local folder will be erased to start a clean sync from the server.</p><p>Do not check this if the local content should be uploaded to the servers folder.</p></body></html> + <html><head/><body><p>Als deze checkbox is aangevinkt zullen bestaande bestanden in de lokale map worden gewist om een schone sync vanaf de server te starten.</p><p>Vink dit niet aan als de lokale bestanden naar de map op de server zouden moeten worden geüploaded.</p></body></html> + Start a &clean sync (Erases the local folder!) @@ -3008,11 +3003,6 @@ We adviseren deze site niet te gebruiken. &Keep local data &Bewaar lokale gegevens - - - <html><head/><body><p>If this box is checked, existing content in the local directory will be erased to start a clean sync from the server.</p><p>Do not check this if the local content should be uploaded to the servers directory.</p></body></html> - <html><head/><body><p>Als deze checkbox is aangevinkt zullen bestaande bestanden in de lokale map worden gewist om een schone synchronisatie vanaf de server te starten.</p><p>Vink dit niet aan als de lokale bestanden naar de map op de server zouden moeten worden geupload.</p></body></html> - S&ync everything from server @@ -3168,67 +3158,62 @@ We adviseren deze site niet te gebruiken. Utility - - %L1 TB - %L1 TB - - - + %L1 GB %L1 GB - + %L1 MB %L1 MB - - %L1 kB - %L1 kB + + %L1 KB + %L1 KB - + %L1 B %L1 B - + %Ln year(s) %Ln ja(a)r(en) - + %Ln month(s) %Ln maand(en) - + %Ln day(s) %Ln dag(en) - + %Ln hour(s) %Ln u(u)r(en) - + %Ln minute(s) %Ln minu(u)t(en) - + %Ln second(s) %Ln seconde(n) - + 0 seconds 0 seconden - + %1 %2 %1 %2 @@ -3251,7 +3236,7 @@ We adviseren deze site niet te gebruiken. <p><small>Built from Git revision <a href="%1">%2</a> on %3, %4 using Qt %5, %6</small></p> - <p><small>Gebouwd van Git revisie <a href="%1">%2</a> op %3, %4 gebruik makend van Qt %5, %6</small></p> + <p><small>Gebouwd vanuit Git revisie <a href="%1">%2</a> op %3, %4 gebruik makend van Qt %5, %6</small></p> diff --git a/translations/client_pl.ts b/translations/client_pl.ts index 3bb9770e5..6fc48c65a 100644 --- a/translations/client_pl.ts +++ b/translations/client_pl.ts @@ -63,14 +63,6 @@ Etykieta tekstowa - - OCC::Account - - - %1@%2 - %1@%2 - - OCC::AccountSettings @@ -85,8 +77,8 @@ - Delete - Usuń + Remove Account + Usuń Konto @@ -105,8 +97,8 @@ - - + + Cancel Anuluj @@ -121,137 +113,142 @@ Brak skonfigurowanych kont. - - Remove folder - Usuń katalog - - - + Folder creation failed Nie udało się stworzyć katalogu - + <p>Could not create local folder <i>%1</i>. <p>Nie można stworzyć lokalnego katalogu <i>%1</i>. - - Confirm Folder Remove - Potwierdź usunięcie katalogu - - - + Stop syncing Zatrzymaj synchronizację - + Confirm Folder Reset Potwierdź reset folderu - + <p>Do you really want to reset folder <i>%1</i> and rebuild your client database?</p><p><b>Note:</b> This function is designed for maintenance purposes only. No files will be removed, but this can cause significant data traffic and take several minutes or hours to complete, depending on the size of the folder. Only use this option if advised by your administrator.</p> <p>Czy rzeczywiście chcesz zresetować folder <i>%1</i> i przebudować bazę klientów?</p><p><b>Uwaga:</b> Ta funkcja została przewidziana wyłącznie do czynności technicznych. Nie zostaną usunięte żadne pliki, ale może to spowodować znaczący wzrost ruchu sieciowego i potrwać kilka minut lub godzin, w zależności od rozmiaru folderu. Używaj tej opcji wyłącznie, jeśli Twój administrator doradził Ci takie działanie.</p> - + Sync Running Synchronizacja uruchomiona - + The syncing operation is running.<br/>Do you want to terminate it? Operacja synchronizacji jest uruchomiona.<br>Czy chcesz ją zakończyć? - + %1 as <i>%2</i> %1 jako <i>%2</i> - + Connected to %1. Podłączony do %1. - + Server %1 is temporarily unavailable. Serwer %1 jest tymczasowo niedostępny. - + Signed out from %1. - + No connection to %1 at %2. Brak połączenia do %1 z %2. - + There are new folders that were not synchronized because they are too big: %1 - + , , - - Confirm Account Delete - Potwierdź usunięcie konta + + Confirm Account Removal + - + <p>Do you really want to remove the connection to the account <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> - + Remove connection Usuwanie połączenia - + Open folder Otwórz katalog - + + Choose What to Sync + Wybierz co synchronizować + + + Resume sync Przywróć synchronizację - + Pause sync Zatrzymaj synchronizację - + + Remove sync + + + + + Confirm Sync Removal + + + + <p>Do you really want to stop syncing the folder <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> - + %1 (%3%) of %2 in use. Some folders, including network mounted or shared folders, might have different limits. - + %1 of %2 in use - + Currently there is no storage usage information available. Obecnie nie ma dostępnych informacji o wykorzystaniu pamięci masowej. - + No %1 connection configured. Połączenie %1 nie skonfigurowane. @@ -378,18 +375,12 @@ Błąd autentykacji: nazwa użytkownika lub hasło są nieprawidłowe. - - - Unable to connect to %1 - Nie mogę połączyć się do %1 - - - + timeout wygaśnięcie - + The provided credentials are not correct Podane dane logowania są nieprawidłowe @@ -424,8 +415,8 @@ - %1 should be a directory but is not. - %1 powinien być katalogiem, ale nie jest. + %1 should be a folder but is not. + @@ -510,37 +501,35 @@ Aktywności synchronizacji - + Could not read system exclude file Nie można przeczytać pliku wyłączeń - + A new folder larger than %1 MB has been added: %2. Please go in the settings to select it if you wish to download it. - + This sync would remove all the files in the sync folder '%1'. -This might be because the folder was silently reconfigured, or that all the file were manually removed. +This might be because the folder was silently reconfigured, or that all the files were manually removed. Are you sure you want to perform this operation? - Ta synchronizacja usunie wszystkie pliku z lokalnego folderu synchronizacji '%1'. -Mogło się tak zdarzyć z powodu niezauważonej rekonfiguracji folderu, lub też wszystkie pliki zostały ręcznie usunięte. -Czy jesteś pewien/pewna, że chcesz wykonać tę operację? + - + Remove All Files? Usunąć wszystkie pliki? - + Remove all files Usuń wszystkie pliki - + Keep files Pozostaw pliki @@ -558,112 +547,112 @@ Czy jesteś pewien/pewna, że chcesz wykonać tę operację? Stary sync journal '%1' został znaleziony, lecz nie mógł być usunięty. Proszę się upewnić, że żaden program go obecnie nie używa. - + (backup) (kopia zapasowa) - + (backup %1) (kopia zapasowa %1) - + Undefined State. Niezdefiniowany stan - + Waits to start syncing. Czekają na uruchomienie synchronizacji. - + Preparing for sync. Przygotowuję do synchronizacji - + Sync is running. Synchronizacja w toku - + Last Sync was successful. Ostatnia synchronizacja zakończona powodzeniem. - + Last Sync was successful, but with warnings on individual files. Ostatnia synchronizacja udana, ale istnieją ostrzeżenia z pojedynczymi plikami. - + Setup Error. Błąd ustawień. - + User Abort. Użytkownik anulował. - + Sync is paused. Synchronizacja wstrzymana - + %1 (Sync is paused) %1 (Synchronizacja jest zatrzymana) - + No valid folder selected! - - The selected path is not a directory! - Zaznaczona ścieżka nie jest katalogiem! + + The selected path is not a folder! + - + You have no permission to write to the selected folder! Nie masz uprawnień, aby zapisywać w tym katalogu! - - - The local path %1 is already an upload folder. Please pick another one! - Ścieżka lokalna %1 już istnieje w zdalnym folderze. Proszę wybrać inną! - - An already configured folder is contained in the current entry. - Folder jest już skonfigurowany w bieżącym wpisie. + The local folder %1 is already used in a folder sync connection. Please pick another one! + - The selected folder is a symbolic link. An already configured folder is contained in the folder this link is pointing to. - Zaznaczony folder jest linkiem symbolicznym. Skonfigurowany folder jest tym, na który wskazuje ten link. + The local folder %1 already contains a folder used in a folder sync connection. Please pick another one! + - - An already configured folder contains the currently entered folder. - Folder już skonfigurowany zawiera katalogi aktualnie wprowadzone. + + The local folder %1 is a symbolic link. The link target already contains a folder used in a folder sync connection. Please pick another one! + - - The selected folder is a symbolic link. An already configured folder is the parent of the current selected contains the folder this link is pointing to. - Zaznaczony folder jest linkiem symbolicznym. Skonfigurowany już folder jest nadrzędnym w stosunku do folderu na który wskazuje ten link. + + The local folder %1 is already contained in a folder used in a folder sync connection. Please pick another one! + + + + + The local folder %1 is a symbolic link. The link target is already contained in a folder used in a folder sync connection. Please pick another one! + OCC::FolderStatusDelegate - Add Folder to Synchronize - Dodaj katalog do synchronizacji + Add Folder Sync Connection + @@ -807,8 +796,8 @@ Pozostało czasu %5 - The directory alias is a descriptive name for this sync connection. - Alias katalogu jest nazwą opisową dla tego połączenia synchronizacji. + The folder alias is a descriptive name for this sync connection. + @@ -1071,28 +1060,28 @@ Account: %3 - Files or directories matching a pattern will not be synchronized. + Files or folders matching a pattern will not be synchronized. Items where deletion is allowed will be deleted if they prevent a directory from being removed. This is useful for meta data. - + Could not open file Nie można otworzyć plików - + Cannot write changes to '%1'. Nie mogę zapisać zmian do '%1'. - + Add Ignore Pattern Dodaj ignorowany - + Add a new ignore pattern: Dodaj nowy ignorowany: @@ -1396,13 +1385,13 @@ o dodatkowe uprawnienia podczas procesu aktualizacji. - Sync the directory '%1' - Synchronizacja katalogu '%1' + Sync the folder '%1' + - <p><small><strong>Warning:</strong> The local directory is not empty. Pick a resolution!</small></p> - <p><small><strong>Uwaga:</strong> Lokalny katalog nie jest pusty. Wybierz rozważnie!</small></p> + <p><small><strong>Warning:</strong> The local folder is not empty. Pick a resolution!</small></p> + @@ -1465,29 +1454,29 @@ o dodatkowe uprawnienia podczas procesu aktualizacji. OCC::OwncloudSetupPage - + Connect to %1 Podłącz do %1 - + Setup %1 server Ustaw serwer %1 - + This url is NOT secure as it is not encrypted. It is not advisable to use it. Ten adres url NIE jest bezpieczny, ponieważ jest nieszyfrowany. Niezalecane jest jego użycie. - + This url is secure. You can use it. Ten adres url jest bezpieczny. Można go użyć. - + &Next > Następny @@ -1627,7 +1616,7 @@ Niezalecane jest jego użycie. Nie można usunąć i zarchiwizować folderu ponieważ znajdujący się w nim plik lub folder jest otwarty przez inny program. Proszę zamknąć folder lub plik albo kliknąć ponów lub anuluj setup. - + <font color="green"><b>Local sync folder %1 successfully created!</b></font> <font color="green"><b>Utworzenie lokalnego folderu synchronizowanego %1 zakończone pomyślnie!</b></font> @@ -1635,12 +1624,12 @@ Niezalecane jest jego użycie. OCC::OwncloudWizard - + %1 Connection Wizard %1 Kreator połączeń - + Skip folders configuration Pomiń konfigurację folderów @@ -1749,8 +1738,8 @@ Niezalecane jest jego użycie. - A file or directory was removed from a read only share, but restoring failed: %1 - Plik lub katalog został usunięty z udziału z prawem tylko do odczytu, ale przywrócenie nie powiodło się: %1 + A file or folder was removed from a read only share, but restoring failed: %1 + @@ -1762,8 +1751,8 @@ Niezalecane jest jego użycie. - could not create directory %1 - nie można utworzyć katalogu %1 + could not create folder %1 + @@ -1775,7 +1764,7 @@ Niezalecane jest jego użycie. - Could not remove directory '%1'; + Could not remove folder '%1'; @@ -2295,7 +2284,7 @@ Niezalecane jest jego użycie. OCC::SocketApi - + Share with %1 parameter is ownCloud Współdzielone z %1 @@ -2508,11 +2497,6 @@ Niezalecane jest jego użycie. Success. Sukces. - - - CSync failed to load or create the journal file. Make sure you have read and write permissions in the local sync directory. - CSync nie powiodło się załadowanie lub utworzenie pliku dziennika. Upewnij się, że masz prawa do odczytu i zapisu do lokalnego katalogu synchronizacji. - CSync failed to load the journal file. The journal file is corrupted. @@ -2584,9 +2568,29 @@ Niezalecane jest jego użycie. CSync nie obsługiwane, odmowa uprawnień. - - CSync tried to create a directory that already exists. - CSync próbował utworzyć katalog, który już istnieje. + + The mounted folder is temporarily not available on the server + + + + + An error occurred while opening a folder + + + + + Error while reading folder. + + + + + Not allowed because you don't have permission to add parent folder + + + + + Not allowed because you don't have permission to add files in that folder + @@ -2603,11 +2607,6 @@ Niezalecane jest jego użycie. Aborted by the user Anulowane przez użytkownika - - - The mounted directory is temporarily not available on the server - - Filename contains invalid characters that can not be synced cross platform. @@ -2618,21 +2617,21 @@ Niezalecane jest jego użycie. CSync failed to access + + + CSync failed to load or create the journal file. Make sure you have read and write permissions in the local sync folder. + + + + + CSync tried to create a folder that already exists. + + The service is temporarily unavailable - - - An error occurred while opening a directory - - - - - Error while reading directory. - - An internal error number %1 occurred. @@ -2669,79 +2668,69 @@ Niezalecane jest jego użycie. Błąd statystyk. - + Filename encoding is not valid - + Invalid characters, please rename "%1" - + Unable to initialize a sync journal. Nie można zainicjować synchronizacji dziennika. - + Cannot open the sync journal Nie można otworzyć dziennika synchronizacji - - + + Ignored because of the "choose what to sync" blacklist - - Not allowed because you don't have permission to add sub-directories in that directory - Nie masz uprawnień do dodawania podkatalogów w tym katalogu. + + Not allowed because you don't have permission to add subfolders to that folder + - - Not allowed because you don't have permission to add parent directory - Nie masz uprawnień by dodać katalog nadrzędny - - - - Not allowed because you don't have permission to add files in that directory - Nie masz uprawnień by dodać pliki w tym katalogu - - - + Not allowed to upload this file because it is read-only on the server, restoring Wgrywanie niedozwolone, ponieważ plik jest tylko do odczytu na serwerze, przywracanie - - + + Not allowed to remove, restoring Brak uprawnień by usunąć, przywracanie - + Local files and share folder removed. - + Move not allowed, item restored Przenoszenie niedozwolone, obiekt przywrócony - + Move not allowed because %1 is read-only Przenoszenie niedozwolone, ponieważ %1 jest tylko do odczytu - + the destination docelowy - + the source źródło @@ -2814,22 +2803,36 @@ Niezalecane jest jego użycie. Otwórz w przeglądarce - + + + + Log in... + + + + + + + Log out + Wyloguj + + + None. Brak. - + Recent Changes Ostatnie zmiany - + Managed Folders: Zarządzane foldery: - + Open folder '%1' Otwórz katalog '%1' @@ -2839,37 +2842,40 @@ Niezalecane jest jego użycie. Otwórz %1 w przeglądarce - + + Log out everywhere + + + + + Log in everywhere... + + + + Unknown status Nieznany status - + Settings... Ustawienia... - + Details... Szczegóły... - + Help Pomoc - + Quit %1 Wyjdź %1 - - - - - Sign in... - Loguję... - Disconnected from %1 @@ -2886,55 +2892,38 @@ Niezalecane jest jego użycie. Dostęp %1: %2 - - - - Sign out - Wyloguj - - - - Sign out everywhere - Wyloguj z wszystkich - - - - Sign in everywhere... - Zaloguj do wszystkich... - - - + Crash now Only shows in debug mode to allow testing the crash handler - + No items synced recently Brak ostatnich synchronizacji - + Discovering '%1' Rozpoznaję '%1' - + Syncing %1 of %2 (%3 left) Synchronizacja %1 z %2 (%3 pozostało) - + Syncing %1 (%2 left) Synchronizuję %1 (%2 pozostało) - + %1 (%2, %3) %1 (%2, %3) - + Up to date Aktualne @@ -2970,6 +2959,11 @@ Niezalecane jest jego użycie. Server Serwer + + + <html><head/><body><p>If this box is checked, existing content in the local folder will be erased to start a clean sync from the server.</p><p>Do not check this if the local content should be uploaded to the servers folder.</p></body></html> + + Start a &clean sync (Erases the local folder!) @@ -2995,11 +2989,6 @@ Niezalecane jest jego użycie. &Keep local data &Zachowaj dane lokalne - - - <html><head/><body><p>If this box is checked, existing content in the local directory will be erased to start a clean sync from the server.</p><p>Do not check this if the local content should be uploaded to the servers directory.</p></body></html> - <html><head/><body><p>Jeśli zaznaczysz, istniejąca zawartość w lokalnym katalogu zostanie wymazana w celu rozpoczęcia czystej synchronizacji z serwerem.</p><p>Nie zaznaczaj, jeśli chcesz aby lokalna zawartość została wysłana do katalogu na serwerze.</p></body></html> - S&ync everything from server @@ -3156,67 +3145,62 @@ Kliknij Utility - - %L1 TB - %L1 TB - - - + %L1 GB %L1 GB - + %L1 MB %L1 MB - - %L1 kB - %L1 kB + + %L1 KB + - + %L1 B %L1 B - + %Ln year(s) %Ln rok(lat) - + %Ln month(s) %Ln miesiąc(ęcy) - + %Ln day(s) %Ln dzień(dni) - + %Ln hour(s) - + %Ln minute(s) - + %Ln second(s) - + 0 seconds 0 sekund - + %1 %2 %1 %2 diff --git a/translations/client_pt.ts b/translations/client_pt.ts index 3218504cf..ddc169caa 100644 --- a/translations/client_pt.ts +++ b/translations/client_pt.ts @@ -4,7 +4,7 @@ The destination file has an unexpected size or modification time - O ficheiro destino tem um tamanho ou hora de modificação inesperado + O ficheiro de destino tem um tamanho inesperado ou a hora foi modificada @@ -63,14 +63,6 @@ TextLabel - - OCC::Account - - - %1@%2 - %1@%2 - - OCC::AccountSettings @@ -85,8 +77,8 @@ - Delete - Apagar + Remove Account + Remover Conta @@ -105,8 +97,8 @@ - - + + Cancel Cancelar @@ -121,137 +113,142 @@ Nenhuma conta configurada. - - Remove folder - Remover pasta - - - + Folder creation failed Falhou a criação da pasta - + <p>Could not create local folder <i>%1</i>. <p>Não foi posssível criar a pasta local<i>%1</i>. - - Confirm Folder Remove - Confirmar Remover Pasta - - - + Stop syncing Parar sincronização - + Confirm Folder Reset Confirmar Repor Pasta - + <p>Do you really want to reset folder <i>%1</i> and rebuild your client database?</p><p><b>Note:</b> This function is designed for maintenance purposes only. No files will be removed, but this can cause significant data traffic and take several minutes or hours to complete, depending on the size of the folder. Only use this option if advised by your administrator.</p> <p>Deseja mesmo repor a pasta <i>%1</i> e reconstruir a base de dados do seu cliente?</p><p><b>Nota:</b> Esta função é desenhada apenas para efeitos de manutenção. Os ficheiros não irão ser removidos, mas este processo pode aumentar o tráfego de dados e demorar alguns minutos ou horas a completar, dependendo do tamanho da pasta. Utilize esta funcionalidade apenas se aconselhado pelo seu administrador.</p> - + Sync Running Sincronização em Execução - + The syncing operation is running.<br/>Do you want to terminate it? A operação de sincronização está a ser executada.<br/>Deseja terminar? - + %1 as <i>%2</i> %1 como <i>%2</i> - + Connected to %1. Conetado a %1. - + Server %1 is temporarily unavailable. O servidor %1 está temporariamente indisponível. - + Signed out from %1. Terminou a sesão de %1. - + No connection to %1 at %2. Sem ligação para %1 em %2. - + There are new folders that were not synchronized because they are too big: %1 Existem pastas novas que não foram sincronizadas porque estas eram muito grandes: %1 - + , , - - Confirm Account Delete - Confirmar Eliminação de Conta + + Confirm Account Removal + Confirmar Remoção da Conta - + <p>Do you really want to remove the connection to the account <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> <p>Deseja mesmo remover a ligação a esta conta <i>%1</i>?</p><p><b>Nota:</b> Isto <b>não</b> apaga quaisquer ficheiros.</p> - + Remove connection Remover ligação - + Open folder Abrir a pasta - + + Choose What to Sync + Escolher o Que Sincronizar + + + Resume sync Retomar sincronização - + Pause sync Pausar sincronização - + + Remove sync + Remover sincronização + + + + Confirm Sync Removal + Confirmar Remoção da Sincronização + + + <p>Do you really want to stop syncing the folder <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> <p>Deseja mesmo parar a sincronização da pasta <i>%1</i>?</p><p><b>Nota:</b> Isto <b>não</b> apaga quaisquer ficheiros.</p> - + %1 (%3%) of %2 in use. Some folders, including network mounted or shared folders, might have different limits. %1 (%3%) de %2 em uso. Algumas pastas, incluindo pastas de rede ou partilhadas, podem ter limites diferentes. - + %1 of %2 in use %1 de %2 em uso - + Currently there is no storage usage information available. Atualmente não está disponível nenhuma informação da utilização do armazenamento. - + No %1 connection configured. %1 sem ligação configurada. @@ -378,18 +375,12 @@ Erro de autenticação: O nome de utilizador ou a senha estão errados. - - - Unable to connect to %1 - Não foi possível conetar a %1 - - - + timeout tempo expirado - + The provided credentials are not correct As credenciais fornecidas não estão correctas @@ -424,8 +415,8 @@ - %1 should be a directory but is not. - %1 devia de ser um directório mas não é + %1 should be a folder but is not. + %1 devia ser uma pasta mas não é @@ -510,36 +501,38 @@ Atividade de Sincronização - + Could not read system exclude file Não foi possível ler o ficheiro system exclude - + A new folder larger than %1 MB has been added: %2. Please go in the settings to select it if you wish to download it. - + Foi adicionada uma nova pasta maior do que %1 MB: %2. +Por favor, vá às definições para a selecionar, se a desejar transferir. - + This sync would remove all the files in the sync folder '%1'. -This might be because the folder was silently reconfigured, or that all the file were manually removed. +This might be because the folder was silently reconfigured, or that all the files were manually removed. Are you sure you want to perform this operation? - Esta sincronização irá remover todos os ficheiros sincronizados na pasta local '%1'. -Se você, ou o seu administrador, reiniciou a sua conta no servidor, escolha "Manter os ficheiros". Se quer apagar os seus dados, escolha "Remover todos os ficheiros". + Esta sincronização removerá todos os ficheiros na pasta de sincronização '%1'. +Isto poderá acontecer porque a pasta foi reconfigurada silenciosamente, ou todos os seus ficheiros foram removidos manualmente. +Tem a certeza que deseja realizar esta operação? - + Remove All Files? Remover todos os ficheiros? - + Remove all files Remover todos os ficheiros - + Keep files Manter os ficheiros @@ -557,112 +550,112 @@ Se você, ou o seu administrador, reiniciou a sua conta no servidor, escolha &q Não foi possível remover o antigo 'journal sync' '%1'. Por favor certifique-se que nenhuma aplicação o está a utilizar. - + (backup) (cópia de segurança) - + (backup %1) (cópia de segurança %1) - + Undefined State. Estado indefinido. - + Waits to start syncing. A aguardar para iniciar a sincronização. - + Preparing for sync. A preparar para sincronizar. - + Sync is running. A sincronização está em execução. - + Last Sync was successful. A última sincronização foi efetuada com sucesso. - + Last Sync was successful, but with warnings on individual files. A última sincronização foi efectuada com sucesso, mas existem avisos sobre alguns ficheiros. - + Setup Error. Erro na instalação. - + User Abort. Cancelado pelo utilizador. - + Sync is paused. A sincronização está pausada. - + %1 (Sync is paused) %1 (A sincronização está pausada) - + No valid folder selected! Não foi selecionada nenhuma pasta válida! - - The selected path is not a directory! - O caminho selecionado não é uma diretoria! + + The selected path is not a folder! + O caminho selecionado não é uma pasta! - + You have no permission to write to the selected folder! Não tem permissões de escrina na pasta seleccionada! - - - The local path %1 is already an upload folder. Please pick another one! - A pasta local %1 já é uma pasta de sincronização. por favor escolha outra! - - An already configured folder is contained in the current entry. - Uma pasta anteriormente configurada está contida na introdução actual. + The local folder %1 is already used in a folder sync connection. Please pick another one! + A pasta local %1 já foi usada numa ligação da sincronização da pasta. Por favor, escolha outra! - The selected folder is a symbolic link. An already configured folder is contained in the folder this link is pointing to. - O directório seleccionado é uma hiperligação simbólica. Um directório já configurado está contido no directório para a qual a hiperligação está apontada. + The local folder %1 already contains a folder used in a folder sync connection. Please pick another one! + A pasta local %1 já contém uma pasta utilizada nua sincronização de pasta. Por favor, escolha outra! - - An already configured folder contains the currently entered folder. - Uma pasta anteriormente configurada está contida nos dados introduzidos. + + The local folder %1 is a symbolic link. The link target already contains a folder used in a folder sync connection. Please pick another one! + A pasta local %1 é uma hiperligação simbólica. A hiperligação de destino já contém uma pasta usada numa ligação de sincronização de pasta. Por favor, escolha outra! - - The selected folder is a symbolic link. An already configured folder is the parent of the current selected contains the folder this link is pointing to. - A pasta seleccionada é um link simbólico. Uma pasta já configurada está contida na pasta para onde este link está a apontar. + + The local folder %1 is already contained in a folder used in a folder sync connection. Please pick another one! + A pasta local %1 já contém uma pasta usada numa ligação de sincronização de pasta. Por favor, escolha outra! + + + + The local folder %1 is a symbolic link. The link target is already contained in a folder used in a folder sync connection. Please pick another one! + A pasta local %1 é uma hiperligação simbólica. A hiperligação de destino já contém uma pasta usada numa ligação de sincronização de pasta. Por favor, escolha outra! OCC::FolderStatusDelegate - Add Folder to Synchronize - Adicionar Pasta para Sincronizar + Add Folder Sync Connection + @@ -770,17 +763,17 @@ Tempo total restante %5 Waiting... - + A aguardar... Waiting for %n other folder(s)... - + A aguardar por %n outra pasta...A aguardar por %n outra(s) pasta(s)... Preparing to sync... - + A preparar para sincronizar... @@ -806,8 +799,8 @@ Tempo total restante %5 - The directory alias is a descriptive name for this sync connection. - O pseudónimo do directório é um nome descritivo para esta conexão de sincronização. + The folder alias is a descriptive name for this sync connection. + O pseudónimo da pasta é um nome descritivo para esta ligação de sincronização. @@ -1006,7 +999,7 @@ Tempo total restante %5 Reading from keychain failed with error: '%1' - + A leitura da "keychain" falhou com um erro: '%1' @@ -1074,28 +1067,30 @@ Conta: %3 - Files or directories matching a pattern will not be synchronized. + Files or folders matching a pattern will not be synchronized. Items where deletion is allowed will be deleted if they prevent a directory from being removed. This is useful for meta data. - + Os ficheiros ou pastas que correspondam a um padrão não serão sincronizadas. + +Os itens onde é permitido a eliminação serão eliminados se estes impedirem a remoção de uma diretoria. Isto é útil para os metadados. - + Could not open file Não foi possível abrir o ficheiro - + Cannot write changes to '%1'. Não foi possível escrever as alterações para '%1' - + Add Ignore Pattern Adicione regra para ignorar ficheiros - + Add a new ignore pattern: Adicione nova regra para ignorar ficheiros: @@ -1276,7 +1271,7 @@ Items where deletion is allowed will be deleted if they prevent a directory from Limit to 3/4 of estimated bandwidth - + Limitar para 3/4 da largura de banda estimatda @@ -1372,7 +1367,7 @@ privilégios adicionais durante o processo. Update Check - + Procurar Atualização @@ -1399,13 +1394,13 @@ privilégios adicionais durante o processo. - Sync the directory '%1' - Sincronizar a diretoria '%1' + Sync the folder '%1' + Sincronizar a pasta '%1' - <p><small><strong>Warning:</strong> The local directory is not empty. Pick a resolution!</small></p> - <p><small><strong>Aviso:</strong> A pasta local não está vazia. Faça a sua escolha!</small></p> + <p><small><strong>Warning:</strong> The local folder is not empty. Pick a resolution!</small></p> + <p><small><strong>Aviso:</strong> A pasta local não está vazia. Escolha uma resolução!</small></p> @@ -1468,28 +1463,28 @@ privilégios adicionais durante o processo. OCC::OwncloudSetupPage - + Connect to %1 Ligar a %1 - + Setup %1 server Configurar servidor %1 - + This url is NOT secure as it is not encrypted. It is not advisable to use it. Este endereço não é seguro. A sua utilização não é aconselhada. - + This url is secure. You can use it. Este endereço é seguro. Pode usar - + &Next > &Próximo> @@ -1629,7 +1624,7 @@ It is not advisable to use it. Não é possível remover e fazer backup à pasta porque a pasta ou um ficheiro nesta está aberto em outro programa. Por favor, feche a pasta ou o ficheiro e clique novamente ou cancele a configuração. - + <font color="green"><b>Local sync folder %1 successfully created!</b></font> <font color="green"><b>Pasta de sincronização local %1 criada com sucesso!</b></font> @@ -1637,12 +1632,12 @@ It is not advisable to use it. OCC::OwncloudWizard - + %1 Connection Wizard Assistente de ligação %1 - + Skip folders configuration Saltar a configuração das pastas @@ -1751,8 +1746,8 @@ It is not advisable to use it. - A file or directory was removed from a read only share, but restoring failed: %1 - Um ficheiro ou um directório foi removido de uma partilha apenas de leitura, mas o restauro falhou: %1 + A file or folder was removed from a read only share, but restoring failed: %1 + Um ficheiro ou pasta foi removido de uma partilha só de leitura, mas o restauro falhou: %1 @@ -1764,8 +1759,8 @@ It is not advisable to use it. - could not create directory %1 - Não foi possível criar a directoria %1 + could not create folder %1 + Não foi possivel criar a pasta %1 @@ -1777,8 +1772,8 @@ It is not advisable to use it. - Could not remove directory '%1'; - Não foi possível remover o diretório '%1'; + Could not remove folder '%1'; + Não foi possivel remover a pasta '%1'; @@ -2301,7 +2296,7 @@ It is not advisable to use it. OCC::SocketApi - + Share with %1 parameter is ownCloud Partilhar com %1 @@ -2414,7 +2409,7 @@ It is not advisable to use it. No support for SSL session tickets/identifiers - + Nenhum suporte para tickets/identificadores de sessão SSL @@ -2444,12 +2439,12 @@ It is not advisable to use it. Untrusted Certificate - + Certificado Não Confiável Cannot connect securely to <i>%1</i>: - + Não é possível ligar com segurança a <i>%1</i>: @@ -2514,11 +2509,6 @@ It is not advisable to use it. Success. Sucesso - - - CSync failed to load or create the journal file. Make sure you have read and write permissions in the local sync directory. - CSync falhou no carregamento ou criação do ficheiro jornal. Confirme que tem permissões de escrita e leitura no directório de sincronismo local. - CSync failed to load the journal file. The journal file is corrupted. @@ -2590,9 +2580,29 @@ It is not advisable to use it. CSync: Erro devido a permissões de negação não tratadas. - - CSync tried to create a directory that already exists. - O CSync tentou criar uma pasta que já existe. + + The mounted folder is temporarily not available on the server + O pasta montada está temporariamente indisponível no servidor + + + + An error occurred while opening a folder + Ocorreu um erro ao abrir uma pasta + + + + Error while reading folder. + Erro ao ler o ficheiro. + + + + Not allowed because you don't have permission to add parent folder + Não permitido, porque não tem permissão para adicionar a pasta fonte + + + + Not allowed because you don't have permission to add files in that folder + Não permitido, porque não tem permissão para adicionar os ficheiros nessa pasta @@ -2609,36 +2619,31 @@ It is not advisable to use it. Aborted by the user Cancelado pelo utilizador - - - The mounted directory is temporarily not available on the server - O directório montado está temporariamente indisponível no servidor - Filename contains invalid characters that can not be synced cross platform. - + O nome do ficheiro contém carateres inválidos que não podem ser sincronizados através das plataformas. CSync failed to access CSync falhou o acesso + + + CSync failed to load or create the journal file. Make sure you have read and write permissions in the local sync folder. + CSync falhou no carregamento ou criação do ficheiro jornal. Certifique-se de que tem permissões de gravação e leitura na pasta de sincronização local. + + + + CSync tried to create a folder that already exists. + O CSync tentou criar uma pasta que já existe. + The service is temporarily unavailable O serviço está temporariamente indisponível - - - An error occurred while opening a directory - Ocorreu um erro ao abrir um diretório - - - - Error while reading directory. - Erro durante a leitura da diretoria. - An internal error number %1 occurred. @@ -2675,79 +2680,69 @@ It is not advisable to use it. Estado falhou. - + Filename encoding is not valid Codificação de nome de ficheiro não é válida - + Invalid characters, please rename "%1" Carateres inválidos, por favor, renomeie "%1" - + Unable to initialize a sync journal. Impossível inicializar sincronização 'journal'. - + Cannot open the sync journal Impossível abrir o jornal de sincronismo - - + + Ignored because of the "choose what to sync" blacklist Ignorado devido à blacklist de escolha para sincronização - - Not allowed because you don't have permission to add sub-directories in that directory - Não permitido, porque não tem permissão para adicionar sub-directórios ao directório + + Not allowed because you don't have permission to add subfolders to that folder + Não permitido, porque não tem permissão para adicionar as subpastas nessa pasta - - Not allowed because you don't have permission to add parent directory - Não permitido, porque não tem permissão para adicionar o directório principal - - - - Not allowed because you don't have permission to add files in that directory - Não permitido, porque não tem permissão para adicionar ficheiros no directório - - - + Not allowed to upload this file because it is read-only on the server, restoring Não é permitido fazer o envio deste ficheiro porque é só de leitura no servidor, restaurando - - + + Not allowed to remove, restoring Não autorizado para remoção, restaurando - + Local files and share folder removed. Ficheiros locais e pasta partilhada removidos. - + Move not allowed, item restored Mover não foi permitido, item restaurado - + Move not allowed because %1 is read-only Mover não foi autorizado porque %1 é só de leitura - + the destination o destino - + the source a origem @@ -2820,22 +2815,36 @@ It is not advisable to use it. Abrir no navegador - + + + + Log in... + Iniciar sessão... + + + + + + Log out + Terminar sessão + + + None. Nada. - + Recent Changes Alterações recentes - + Managed Folders: Pastas Geridas: - + Open folder '%1' Abrir pasta '%1' @@ -2845,37 +2854,40 @@ It is not advisable to use it. Abrir %1 no browser - + + Log out everywhere + Terminar a sessão em todo o lado + + + + Log in everywhere... + Iniciar a sessão em todo o lado... + + + Unknown status Estado desconhecido - + Settings... Configurações... - + Details... Detalhes... - + Help Ajuda - + Quit %1 Sair do %1 - - - - - Sign in... - Iniciar sessão... - Disconnected from %1 @@ -2892,55 +2904,38 @@ It is not advisable to use it. Conta %1: %2 - - - - Sign out - Terminar sessão - - - - Sign out everywhere - Terminar a sessão em todo o lado - - - - Sign in everywhere... - Iniciar a sessão em todo o lado... - - - + Crash now Only shows in debug mode to allow testing the crash handler Crash agora - + No items synced recently Sem itens sincronizados recentemente - + Discovering '%1' Descobrindo '%1' - + Syncing %1 of %2 (%3 left) Sincronizar %1 de %2 (%3 faltando) - + Syncing %1 (%2 left) A sincronizar %1 (%2 em falta) - + %1 (%2, %3) %1 (%2, %3) - + Up to date Atualizado @@ -2976,6 +2971,11 @@ It is not advisable to use it. Server Servidor + + + <html><head/><body><p>If this box is checked, existing content in the local folder will be erased to start a clean sync from the server.</p><p>Do not check this if the local content should be uploaded to the servers folder.</p></body></html> + <html><head/><body><p>Se esta caixa estiver selecionada, o conteúdo existente na pasta local será eliminado e será iniciada uma nova sincronização a partir dos dados do servidor.</p><p>Não selecione esta caixa se os dados locais tiverem de ser enviados para a pasta do servidor.</p></body></html> + Start a &clean sync (Erases the local folder!) @@ -3001,11 +3001,6 @@ It is not advisable to use it. &Keep local data &Manter dados locais - - - <html><head/><body><p>If this box is checked, existing content in the local directory will be erased to start a clean sync from the server.</p><p>Do not check this if the local content should be uploaded to the servers directory.</p></body></html> - <html><head/><body><p>Se esta caixa estiver seleccionada, o conteúdo existente na pasta local será apagado e será iniciada uma nova sincronização a partir dos dados do servidor.</p><p>Não seleccione esta caixa se os dados locais tiverem de ser sincronizados com o servidor.</p></body></html> - S&ync everything from server @@ -3161,67 +3156,62 @@ It is not advisable to use it. Utility - - %L1 TB - %L1 TB - - - + %L1 GB %L1 GB - + %L1 MB %L1 MB - - %L1 kB - %L1 kB + + %L1 KB + %L1 KB - + %L1 B %L1 B - + %Ln year(s) %Ln ano(s) - + %Ln month(s) %Ln mês/meses - + %Ln day(s) %Ln dia(s) - + %Ln hour(s) %Ln hora(s) - + %Ln minute(s) %Ln minuto(s) - + %Ln second(s) %Ln segundo(s) - + 0 seconds 0 segundos - + %1 %2 %1 %2 diff --git a/translations/client_pt_BR.ts b/translations/client_pt_BR.ts index 920ef6cc9..647a69b75 100644 --- a/translations/client_pt_BR.ts +++ b/translations/client_pt_BR.ts @@ -63,14 +63,6 @@ TextLabel - - OCC::Account - - - %1@%2 - %1@%2 - - OCC::AccountSettings @@ -85,8 +77,8 @@ - Delete - Excluir + Remove Account + Remover Conta @@ -105,8 +97,8 @@ - - + + Cancel Cancelar @@ -121,137 +113,142 @@ Nenhuma conta configurada. - - Remove folder - Remover pasta - - - + Folder creation failed Falha na criação de pasta - + <p>Could not create local folder <i>%1</i>. <p>Não foi possível criar pasta local <i>%1</i>. - - Confirm Folder Remove - Confirmar Remoção da Pasta - - - + Stop syncing Parar de sincronizar - + Confirm Folder Reset Confirme Reiniciar Pasta - + <p>Do you really want to reset folder <i>%1</i> and rebuild your client database?</p><p><b>Note:</b> This function is designed for maintenance purposes only. No files will be removed, but this can cause significant data traffic and take several minutes or hours to complete, depending on the size of the folder. Only use this option if advised by your administrator.</p> <p>Você realmente deseja redefinir a pasta <i>%1</i> e reconstruir seu banco de dados de clientes?</p><p><b>Nota:</b> Esta função é usada somente para manutenção. Nenhum arquivo será removido, mas isso pode causar significativo tráfego de dados e levar vários minutos ou horas, dependendo do tamanho da pasta. Somente use esta opção se adivertido por seu administrador.</p> - + Sync Running Sincronização Acontecendo - + The syncing operation is running.<br/>Do you want to terminate it? A operação de sincronização está acontecendo.<br/>Você deseja finaliza-la? - + %1 as <i>%2</i> %1 como <i>%2</i> - + Connected to %1. Conectado a %1. - + Server %1 is temporarily unavailable. O Servidor %1 está temporariamente indisponível. - + Signed out from %1. Assibndado por %1. - + No connection to %1 at %2. Sem conexão para %1 em %2. - + There are new folders that were not synchronized because they are too big: %1 Há novas pastas que não foram sincronizados, porque elas são muito grandes: %1 - + , , - - Confirm Account Delete - Confirmar a Eliminação da Conta + + Confirm Account Removal + Confirmar a Remoção da Conta - + <p>Do you really want to remove the connection to the account <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> <p>Você realmente deseja remover a conexão desta conta<i>%1</i>?</p><p><b>Nota:</b> Isto <b>não</b> irá deletar nenhum arquivo.</p> - + Remove connection Remover conexão - + Open folder Abrir pasta - + + Choose What to Sync + Escolher o que Sincronizar + + + Resume sync Resumir sincronização - + Pause sync Pausar sincronização - + + Remove sync + Remover sincronização + + + + Confirm Sync Removal + Confirmar a Remoção de Sincronização + + + <p>Do you really want to stop syncing the folder <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> <p>Você realmente deseja para a sincronização desta pasta <i>%1</i>?</p><p><b>Nota:</b> Isto <b>não</b> vai deletar qualquer arquivo.</p> - + %1 (%3%) of %2 in use. Some folders, including network mounted or shared folders, might have different limits. %1 (%3%) de%2 em uso. Algumas pastas, incluindo montadas na rede ou pastas compartilhadas, podem ter limites diferenes. - + %1 of %2 in use %1 de %2 em uso - + Currently there is no storage usage information available. Atualmente, não há informações de uso de armazenamento disponível. - + No %1 connection configured. Nenhuma %1 conexão configurada. @@ -378,18 +375,12 @@ Erro de autenticação. Ou nome de usuário ou senha está errada. - - - Unable to connect to %1 - Impossível se conectar a %1 - - - + timeout tempo limite - + The provided credentials are not correct As credenciais fornecidas não estão corretas @@ -424,8 +415,8 @@ - %1 should be a directory but is not. - %1 deveria ser uma pasta, mas não é. + %1 should be a folder but is not. + %1 deve ser uma pasta, mas não é. @@ -510,38 +501,38 @@ Atividade de Sincronização - + Could not read system exclude file Não foi possível ler o sistema de arquivo de exclusão - + A new folder larger than %1 MB has been added: %2. Please go in the settings to select it if you wish to download it. Uma nova pasta maior que %1 MB foi adicionada: %2. Por favor, vá nas configurações para selecionar o que você deseja para fazer o download. - + This sync would remove all the files in the sync folder '%1'. -This might be because the folder was silently reconfigured, or that all the file were manually removed. +This might be because the folder was silently reconfigured, or that all the files were manually removed. Are you sure you want to perform this operation? - Esta sincronização irá remover todos os arquivos na pasta sincronizada '%1'. -Isso pode ser porque a pasta foi silenciosamente reconfigurada, ou todos os arquivos foram removidos manualmente. -Você tem certeza que quer executar esta operação? + Esta sincronização removerá todos os arquivos na pasta sincronizada '%1'. +Isso pode ser porque a pasta foi reconfigurada em silêncio, ou porque todos os arquivos foram manualmente removidos. +Tem certeza de que deseja executar esta operação? - + Remove All Files? Deseja Remover Todos os Arquivos? - + Remove all files Remover todos os arquivos - + Keep files Manter arquivos @@ -559,112 +550,112 @@ Você tem certeza que quer executar esta operação? Uma velha revista de sincronização '%1' foi encontrada, mas não pôde ser removida. Por favor, certifique-se de que nenhuma aplicação está a usá-la. - + (backup) (backup) - + (backup %1) (backup %1) - + Undefined State. Estado indefinido. - + Waits to start syncing. Aguardando o inicio da sincronização. - + Preparing for sync. Preparando para sincronização. - + Sync is running. A sincronização está ocorrendo. - + Last Sync was successful. A última sincronização foi feita com sucesso. - + Last Sync was successful, but with warnings on individual files. A última sincronização foi executada com sucesso, mas com advertências em arquivos individuais. - + Setup Error. Erro de Configuração. - + User Abort. Usuário Abortou. - + Sync is paused. Sincronização pausada. - + %1 (Sync is paused) %1 (Pausa na Sincronização) - + No valid folder selected! Nenhuma pasta válida selecionada! - - The selected path is not a directory! - O caminho selecionado não é para um diretório! + + The selected path is not a folder! + O caminho selecionado não é uma pasta! - + You have no permission to write to the selected folder! Voce não tem permissão para escrita na pasta selecionada! - - - The local path %1 is already an upload folder. Please pick another one! - O caminho local %1 já é uma pasta de upload. Por favor, escolha outro! - - An already configured folder is contained in the current entry. - Uma pasta configurada já está contida na entrada atual. + The local folder %1 is already used in a folder sync connection. Please pick another one! + A pasta local %1 já está sendo utilizada em uma conexão de sincronização de pastas. Por favor, escolha uma outra! - The selected folder is a symbolic link. An already configured folder is contained in the folder this link is pointing to. - A pasta selecionada é um link simbólico. Uma pasta já configurada está contida na pasta para onde este link está apontando. + The local folder %1 already contains a folder used in a folder sync connection. Please pick another one! + A pasta local %1 já contém uma pasta utilizada numa ligação de sincronização de pasta. Por favor, escolha outra! - - An already configured folder contains the currently entered folder. - Uma pasta já configurada contém a pasta atualmente inserida. + + The local folder %1 is a symbolic link. The link target already contains a folder used in a folder sync connection. Please pick another one! + A pasta local %1 é um link simbólico. O destino do link já contém uma pasta usada em uma conexão de sincronização de pastas. Por favor, escolha outra! - - The selected folder is a symbolic link. An already configured folder is the parent of the current selected contains the folder this link is pointing to. - A pasta selecionada é um link simbólico. Uma pasta já configurada é a mãe da atual selecionada que contém uma pasta para onde este link está apontando. + + The local folder %1 is already contained in a folder used in a folder sync connection. Please pick another one! + A pasta local %1 já está contida em uma pasta usada em uma conexão de sincronização de pastas. Por favor, escolha outra! + + + + The local folder %1 is a symbolic link. The link target is already contained in a folder used in a folder sync connection. Please pick another one! + A pasta local %1 é um link simbólico. O destino do link já está contido em uma pasta usada em uma conexão de sincronização de pastas. Por favor, escolha outra! OCC::FolderStatusDelegate - Add Folder to Synchronize - Adicionar Diretório para Sincronização + Add Folder Sync Connection + Adicionar Connection de Sincronização de pasta @@ -808,8 +799,8 @@ Total de tempo que falta %5 - The directory alias is a descriptive name for this sync connection. - O apelido da pasta é um nome descritivo para esta conexão de sincronização. + The folder alias is a descriptive name for this sync connection. + O alias da pasta é um nome descritivo para esta conexão de sincronização. @@ -1077,30 +1068,30 @@ Conta: %3 - Files or directories matching a pattern will not be synchronized. + Files or folders matching a pattern will not be synchronized. Items where deletion is allowed will be deleted if they prevent a directory from being removed. This is useful for meta data. - Arquivos ou diretórios que correspondam a um padrão não serão sincronizados. + Arquivos ou pastas que correspondam a um padrão não serão sincronizados. -Itens onde eliminação é permitido serão excluídos se eles impedem que um diretório seja removido. Isso é útil para meta dados. +Itens onde a eliminação é permitida serão excluídos se eles evitarem que um diretório seja removido. Isso é útil para meta dados. - + Could not open file Não foi possível abrir o arquivo - + Cannot write changes to '%1'. Não é possível gravar as alterações em '%1'. - + Add Ignore Pattern Adicionar Ignorar Padrão - + Add a new ignore pattern: Adicionar um novo padrão ignorar: @@ -1404,13 +1395,13 @@ por privilégios adicionais durante o processo. - Sync the directory '%1' + Sync the folder '%1' Sincronizar a pasta '%1' - <p><small><strong>Warning:</strong> The local directory is not empty. Pick a resolution!</small></p> - <p><small><strong>Atenção:</strong> O diretório local não está vazio. Escolha a resolução!</small></p> + <p><small><strong>Warning:</strong> The local folder is not empty. Pick a resolution!</small></p> + <p><small><strong>Aviso:</strong> A pasta local não está vazia. Escolha uma resolução!</small></p> @@ -1473,28 +1464,28 @@ por privilégios adicionais durante o processo. OCC::OwncloudSetupPage - + Connect to %1 Conectar a %1 - + Setup %1 server Configurar servidor %1 - + This url is NOT secure as it is not encrypted. It is not advisable to use it. Esta URL não é segura, pois não é criptografada. Não é aconselhável usá-lo. - + This url is secure. You can use it. Esta url é segura. Você pode usá-la. - + &Next > &Póximo > @@ -1634,7 +1625,7 @@ It is not advisable to use it. Não é possível remover e fazer backup da pasta porque a pasta ou um arquivo que está nesta pasta está aberto em outro programa. Por favor, feche a pasta ou arquivo e clique tentar novamente ou cancelar a operação. - + <font color="green"><b>Local sync folder %1 successfully created!</b></font> <font color="green"><b>Pasta de sincronização local %1 criada com sucesso!</b></font> @@ -1642,12 +1633,12 @@ It is not advisable to use it. OCC::OwncloudWizard - + %1 Connection Wizard Assistente de Conexões do %1 - + Skip folders configuration Pular etapa de configuração de pastas @@ -1756,8 +1747,8 @@ It is not advisable to use it. - A file or directory was removed from a read only share, but restoring failed: %1 - Um arquivo ou diretório foi removido de um compartilhamento somente de leitura, mas a restauração falhou: %1 + A file or folder was removed from a read only share, but restoring failed: %1 + Um arquivo ou pasta foi removido de um compartilhamento de somente leitura, mas a restauração falhou: %1 @@ -1769,8 +1760,8 @@ It is not advisable to use it. - could not create directory %1 - Não foi possível criar diretório %1 + could not create folder %1 + não foi possível criar a pasta %1 @@ -1782,7 +1773,7 @@ It is not advisable to use it. - Could not remove directory '%1'; + Could not remove folder '%1'; Não foi possível remover a pasta '%1'; @@ -2305,7 +2296,7 @@ It is not advisable to use it. OCC::SocketApi - + Share with %1 parameter is ownCloud Compartilhar com %1 @@ -2518,11 +2509,6 @@ It is not advisable to use it. Success. Sucesso. - - - CSync failed to load or create the journal file. Make sure you have read and write permissions in the local sync directory. - Csync falhou ao carregar ou criar o arquivo jornal. Certifique-se de ter permissão de escrita no diretório de sincronização local. - CSync failed to load the journal file. The journal file is corrupted. @@ -2594,9 +2580,29 @@ It is not advisable to use it. CSync falhou devido a uma negativa de permissão não resolvida. - - CSync tried to create a directory that already exists. - CSync tentou criar um diretório que já existe. + + The mounted folder is temporarily not available on the server + A pasta montada não está temporariamente disponível no servidor + + + + An error occurred while opening a folder + Ocorreu um erro ao abrir uma pasta + + + + Error while reading folder. + Erro ao ler pasta. + + + + Not allowed because you don't have permission to add parent folder + Não permitido porque você não tem permissão para adicionar pasta mãe + + + + Not allowed because you don't have permission to add files in that folder + Não permitido porque você não tem permissão para adicionar arquivos na pasta @@ -2613,11 +2619,6 @@ It is not advisable to use it. Aborted by the user Abortado pelo usuário - - - The mounted directory is temporarily not available on the server - O diretório montado não está temporariamente disponível no servidor - Filename contains invalid characters that can not be synced cross platform. @@ -2628,21 +2629,21 @@ It is not advisable to use it. CSync failed to access CSync não conseguiu o acesso + + + CSync failed to load or create the journal file. Make sure you have read and write permissions in the local sync folder. + CSync falhou ao carregar ou criar o arquivo de diário. Certifique-se de ter permissão de ler e escrever na pasta de sincronização local. + + + + CSync tried to create a folder that already exists. + CSync tentou criar uma pasta que já existe. + The service is temporarily unavailable O serviço está temporariamente indisponível - - - An error occurred while opening a directory - Ocorreu um erro ao abrir um diretório - - - - Error while reading directory. - Erro ao ler diretório. - An internal error number %1 occurred. @@ -2679,79 +2680,69 @@ It is not advisable to use it. Stat falhou. - + Filename encoding is not valid A codificação do nome do arquivo não é válida - + Invalid characters, please rename "%1" Caracteres inválidos, por favor renomear "%1" - + Unable to initialize a sync journal. Impossibilitado de iniciar a sincronização. - + Cannot open the sync journal Não é possível abrir o arquivo de sincronização - - + + Ignored because of the "choose what to sync" blacklist Ignorado por causa da lista negra "escolher o que sincronizar" - - Not allowed because you don't have permission to add sub-directories in that directory - Não permitido porque você não tem permissão de criar sub-pastas nesta pasta + + Not allowed because you don't have permission to add subfolders to that folder + Não permitido porque você não tem permissão para adicionar subpastas para essa pasta - - Not allowed because you don't have permission to add parent directory - Não permitido porque você não tem permissão de criar pastas mãe - - - - Not allowed because you don't have permission to add files in that directory - Não permitido porque você não tem permissão de adicionar arquivos a esta pasta - - - + Not allowed to upload this file because it is read-only on the server, restoring Não é permitido fazer o upload deste arquivo porque ele é somente leitura no servidor, restaurando - - + + Not allowed to remove, restoring Não é permitido remover, restaurando - + Local files and share folder removed. Arquivos locais e pasta compartilhada removida. - + Move not allowed, item restored Não é permitido mover, item restaurado - + Move not allowed because %1 is read-only Não é permitido mover porque %1 é somente para leitura - + the destination o destino - + the source a fonte @@ -2824,22 +2815,36 @@ It is not advisable to use it. Abrir no navegador - + + + + Log in... + Entrar... + + + + + + Log out + Sair + + + None. Nenhum. - + Recent Changes Alterações Recentes - + Managed Folders: Pastas Gerenciadas: - + Open folder '%1' Abrir pasta '%1' @@ -2849,37 +2854,40 @@ It is not advisable to use it. Abrir %1 no navegador - + + Log out everywhere + Sair em todos os lugares + + + + Log in everywhere... + Entrar de qualquer luga + + + Unknown status Status desconhecido - + Settings... Configurações... - + Details... Detalhes... - + Help Ajuda - + Quit %1 Sair %1 - - - - - Sign in... - Conectar em... - Disconnected from %1 @@ -2896,55 +2904,38 @@ It is not advisable to use it. Conta %1: %2 - - - - Sign out - Sair - - - - Sign out everywhere - Sair de todos os lugares - - - - Sign in everywhere... - Desconectar de todos os lugares... - - - + Crash now Only shows in debug mode to allow testing the crash handler Quebrar agora - + No items synced recently Não há itens sincronizados recentemente - + Discovering '%1' Descobrir '%1' - + Syncing %1 of %2 (%3 left) Sincronizar %1 de %2 (%3 faltando) - + Syncing %1 (%2 left) Sincronizando %1 (%2 faltando) - + %1 (%2, %3) %1 (%2, %3) - + Up to date Até a data @@ -2980,6 +2971,11 @@ It is not advisable to use it. Server Servidor + + + <html><head/><body><p>If this box is checked, existing content in the local folder will be erased to start a clean sync from the server.</p><p>Do not check this if the local content should be uploaded to the servers folder.</p></body></html> + <html><head/><body><p>Se esta opção estiver marcada, os conteúdos existentes na pasta local serão apagados para iniciar uma sincronização limpa a partir do servidor.</p><p>Não marque esta opção se os conteúdos locais devem ser enviados para a pasta de servidores.</p></body></html> + Start a &clean sync (Erases the local folder!) @@ -3005,11 +3001,6 @@ It is not advisable to use it. &Keep local data &Manter dados locais - - - <html><head/><body><p>If this box is checked, existing content in the local directory will be erased to start a clean sync from the server.</p><p>Do not check this if the local content should be uploaded to the servers directory.</p></body></html> - <html><head/><p><body>Se esta opção estiver marcada, os conteúdos existentes no diretório local serão apagados para iniciar uma sincronização limpa a partir do servidor. </p> Não marque esta opção se o conteúdo local deve ser enviado para o diretório de servidores. </p></body></html> - S&ync everything from server @@ -3165,67 +3156,62 @@ It is not advisable to use it. Utility - - %L1 TB - %L1 TB - - - + %L1 GB %L1 GB - + %L1 MB %L1 MB - - %L1 kB - %L1 kB + + %L1 KB + %L1 KB - + %L1 B %L1 B - + %Ln year(s) %Ln ano(s) - + %Ln month(s) %Ln mês(es) - + %Ln day(s) %Ln dia(s) - + %Ln hour(s) %Ln hora(s) - + %Ln minute(s) %Ln minuto(s) - + %Ln second(s) %Ln segundo(s) - + 0 seconds 0 segundos - + %1 %2 %1 %2 diff --git a/translations/client_ru.ts b/translations/client_ru.ts index 300749e3c..3063bd030 100644 --- a/translations/client_ru.ts +++ b/translations/client_ru.ts @@ -63,14 +63,6 @@ TextLabel - - OCC::Account - - - %1@%2 - %1@%2 - - OCC::AccountSettings @@ -85,8 +77,8 @@ - Delete - Удалить + Remove Account + Удалить учётную запись @@ -105,8 +97,8 @@ - - + + Cancel Отмена @@ -121,137 +113,142 @@ Учётная запись не настроена. - - Remove folder - Удалить каталог - - - + Folder creation failed Ошибка создания каталога - + <p>Could not create local folder <i>%1</i>. <p>Не удалось создать локальный каталог <i>%1</i>. - - Confirm Folder Remove - Подтвердите удаление каталога - - - + Stop syncing - + Confirm Folder Reset Подтвердить сброс каталога - + <p>Do you really want to reset folder <i>%1</i> and rebuild your client database?</p><p><b>Note:</b> This function is designed for maintenance purposes only. No files will be removed, but this can cause significant data traffic and take several minutes or hours to complete, depending on the size of the folder. Only use this option if advised by your administrator.</p> <p>Вы действительно хотите сбросить каталог <i>%1</i> и перестроить клиентскую базу данных?</p><p><b>Заметка:</b> Данный функционал предназначен только для технического обслуживания. Файлы не будут удалены, но, в зависимости от размера каталога, операция может занять от нескольких минут до нескольких часов и может вызвать передачу большого объема данных. Используйте данную операцию только по рекомендации администратора.</p> - + Sync Running Синхронизация запущена - + The syncing operation is running.<br/>Do you want to terminate it? Синхронизация запущена.<br/>Вы хотите её остановить? - + %1 as <i>%2</i> %1 как <i>%2</i> - + Connected to %1. Соединен с %1. - + Server %1 is temporarily unavailable. Сервер %1 временно недоступен. - + Signed out from %1. Успешно вышли из %1. - + No connection to %1 at %2. Нет соединения с %1 в %2. - + There are new folders that were not synchronized because they are too big: %1 Есть новые каталоги, которые не были синхронизированы, так как они слишком большие: %1 - + , , - - Confirm Account Delete - Подтвердите удаление учетной записи + + Confirm Account Removal + - + <p>Do you really want to remove the connection to the account <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> - + Remove connection - + Open folder Открыть папку - + + Choose What to Sync + Уточнить объекты + + + Resume sync Продолжить синхронизацию - + Pause sync Приостановить синхронизацию - + + Remove sync + + + + + Confirm Sync Removal + + + + <p>Do you really want to stop syncing the folder <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> - + %1 (%3%) of %2 in use. Some folders, including network mounted or shared folders, might have different limits. - + %1 of %2 in use - + Currently there is no storage usage information available. В данный момент информация о заполненности хранилища недоступна. - + No %1 connection configured. Нет настроенного подключения %1. @@ -378,18 +375,12 @@ Ошибка авторизации: Имя пользователя или пароль не верны. - - - Unable to connect to %1 - Невозможно подключиться к %1 - - - + timeout тайм-аут - + The provided credentials are not correct Введённые учётные данные не верны @@ -424,8 +415,8 @@ - %1 should be a directory but is not. - %1 должен быть каталогом, но не является таковым. + %1 should be a folder but is not. + @@ -510,38 +501,36 @@ Журнал синхронизации - + Could not read system exclude file Невозможно прочесть системный файл исключений - + A new folder larger than %1 MB has been added: %2. Please go in the settings to select it if you wish to download it. Новый каталог размером более %1 МБ был добавлен: %2. Пожалуйста, перейдите в настройки, если хотите скачать его. - + This sync would remove all the files in the sync folder '%1'. -This might be because the folder was silently reconfigured, or that all the file were manually removed. +This might be because the folder was silently reconfigured, or that all the files were manually removed. Are you sure you want to perform this operation? - Это действие может удалить все файлы в локальном каталоге '%1'. -Это может произойти из-за того, что этот каталог был незаметно перенастроен, или все файлы были удалены вручную. -Вы уверены, что хотите выполнить операцию? + - + Remove All Files? Удалить все файлы? - + Remove all files Удалить все файлы - + Keep files Сохранить файлы @@ -559,112 +548,112 @@ Are you sure you want to perform this operation? Найден старый журнал синхронизации '%1', и он не может быть удалён. Убедитесь что он не открыт в другом приложении. - + (backup) (бэкап) - + (backup %1) (бэкап %1) - + Undefined State. Неопределенное состояние. - + Waits to start syncing. Ожидает синхронизации. - + Preparing for sync. Подготовка к синхронизации. - + Sync is running. Идет синхронизация. - + Last Sync was successful. Последняя синхронизация прошла успешно. - + Last Sync was successful, but with warnings on individual files. Последняя синхронизация прошла успешно, но были предупреждения для некоторых файлов. - + Setup Error. Ошибка установки. - + User Abort. Отмена пользователем. - + Sync is paused. Синхронизация приостановлена. - + %1 (Sync is paused) %! (синхронизация приостановлена) - + No valid folder selected! Не выбран валидный каталог! - - The selected path is not a directory! - По указанному пути находится не каталог! + + The selected path is not a folder! + - + You have no permission to write to the selected folder! У вас недостаточно прав для записи в выбранный каталог! - - - The local path %1 is already an upload folder. Please pick another one! - Локальный путь %1 уже загружается на сервер. Пожалуйста, выберите другой! - - An already configured folder is contained in the current entry. - Для данной записи каталог уже настроен. + The local folder %1 is already used in a folder sync connection. Please pick another one! + - The selected folder is a symbolic link. An already configured folder is contained in the folder this link is pointing to. - Выбранный каталог является симолической ссылкой. В каталоге, на который указывает ссылка, присутствует каталог, который синхронизируется. + The local folder %1 already contains a folder used in a folder sync connection. Please pick another one! + - - An already configured folder contains the currently entered folder. - Выбранный подкаталог принадлежит уже синхронизируемому каталогу. + + The local folder %1 is a symbolic link. The link target already contains a folder used in a folder sync connection. Please pick another one! + - - The selected folder is a symbolic link. An already configured folder is the parent of the current selected contains the folder this link is pointing to. - Выбранный каталог является символической ссылкой. Ссылка указывает на подкаталог, который принадлежит уже синхронизируемому каталогу. + + The local folder %1 is already contained in a folder used in a folder sync connection. Please pick another one! + + + + + The local folder %1 is a symbolic link. The link target is already contained in a folder used in a folder sync connection. Please pick another one! + OCC::FolderStatusDelegate - Add Folder to Synchronize - Добавить Каталог в Синхронизацию + Add Folder Sync Connection + @@ -808,8 +797,8 @@ Total time left %5 - The directory alias is a descriptive name for this sync connection. - Псевдоним каталога - это наглядное имя для этой синхронизации. + The folder alias is a descriptive name for this sync connection. + @@ -1076,30 +1065,28 @@ Account: %3 - Files or directories matching a pattern will not be synchronized. + Files or folders matching a pattern will not be synchronized. Items where deletion is allowed will be deleted if they prevent a directory from being removed. This is useful for meta data. - Файлы или каталоги, соответствующие шаблонам игнорирования не будут синхронизированы. - -Выбранные элементы также будут удалены если они не позволят удалить каталог. Это полезно для метаданных. + - + Could not open file Невозможно открыть файл - + Cannot write changes to '%1'. Невозможно записать изменения в '%1'. - + Add Ignore Pattern Добавить шаблон игнорирования - + Add a new ignore pattern: Добавить новый шаблон игнорирования: @@ -1403,13 +1390,13 @@ for additional privileges during the process. - Sync the directory '%1' - Синхронизация каталога '%1' + Sync the folder '%1' + - <p><small><strong>Warning:</strong> The local directory is not empty. Pick a resolution!</small></p> - <p><small><strong>Внимание:</strong> Локальный каталог не пуст. Выберите способ решения</small></p> + <p><small><strong>Warning:</strong> The local folder is not empty. Pick a resolution!</small></p> + @@ -1472,29 +1459,29 @@ for additional privileges during the process. OCC::OwncloudSetupPage - + Connect to %1 Подключиться к %1 - + Setup %1 server Настроить сервер %1 - + This url is NOT secure as it is not encrypted. It is not advisable to use it. Эта ссылка НЕ безопасна, так как не зашифрована. Мы не рекомендуем её использовать. - + This url is secure. You can use it. Данная ссылка безопасна. Вы можете её использовать. - + &Next > &Далее > @@ -1634,7 +1621,7 @@ It is not advisable to use it. Невозможно удалить каталог и создать его резервную копию, каталог или файл в ней открыт в другой программе. Закройте каталог или файл и нажмите "Повторить попытку", либо прервите мастер настройки. - + <font color="green"><b>Local sync folder %1 successfully created!</b></font> <font color="green"><b>Локальный каталог синхронизации %1 успешно создан!</b></font> @@ -1642,12 +1629,12 @@ It is not advisable to use it. OCC::OwncloudWizard - + %1 Connection Wizard Мастер подключения %1 - + Skip folders configuration Пропустить настройку каталогов @@ -1756,8 +1743,8 @@ It is not advisable to use it. - A file or directory was removed from a read only share, but restoring failed: %1 - Файл или каталог был удалён с общего ресурса только для чтения, но его не удалось восстановить: %1 + A file or folder was removed from a read only share, but restoring failed: %1 + @@ -1769,8 +1756,8 @@ It is not advisable to use it. - could not create directory %1 - не удалось создать каталог %1 + could not create folder %1 + @@ -1782,8 +1769,8 @@ It is not advisable to use it. - Could not remove directory '%1'; - Невозможно удалить каталог '%1'; + Could not remove folder '%1'; + @@ -2310,7 +2297,7 @@ It is not advisable to use it. OCC::SocketApi - + Share with %1 parameter is ownCloud Поделиться с %1 @@ -2523,11 +2510,6 @@ It is not advisable to use it. Success. Успешно. - - - CSync failed to load or create the journal file. Make sure you have read and write permissions in the local sync directory. - CSync не смог открыть или создать файл журнала. Убедитесь, что у вас достаточно прав для чтения и записи в локальном каталоге синхронизации. - CSync failed to load the journal file. The journal file is corrupted. @@ -2599,9 +2581,29 @@ It is not advisable to use it. CSync не работает из-за неожиданного отказа в доступе. - - CSync tried to create a directory that already exists. - CSync пытался создать каталог, который уже существует. + + The mounted folder is temporarily not available on the server + + + + + An error occurred while opening a folder + + + + + Error while reading folder. + + + + + Not allowed because you don't have permission to add parent folder + + + + + Not allowed because you don't have permission to add files in that folder + @@ -2618,11 +2620,6 @@ It is not advisable to use it. Aborted by the user Прервано пользователем - - - The mounted directory is temporarily not available on the server - Присоединённая папка временно не доступна на сервере - Filename contains invalid characters that can not be synced cross platform. @@ -2633,21 +2630,21 @@ It is not advisable to use it. CSync failed to access CSync отказано в доступе + + + CSync failed to load or create the journal file. Make sure you have read and write permissions in the local sync folder. + + + + + CSync tried to create a folder that already exists. + + The service is temporarily unavailable Сервис временно недоступен - - - An error occurred while opening a directory - Произошла ошибка при открытии папки - - - - Error while reading directory. - Ошибка чтения каталога. - An internal error number %1 occurred. @@ -2684,79 +2681,69 @@ It is not advisable to use it. Не удалось загрузить статистику. - + Filename encoding is not valid Кодировка имени файла не верна - + Invalid characters, please rename "%1" Недопустимые символы, пожалуйста, переименуйте "%1" - + Unable to initialize a sync journal. Невозможно инициализировать журнал синхронизации. - + Cannot open the sync journal Не удаётся открыть журнал синхронизации - - + + Ignored because of the "choose what to sync" blacklist Игнорируется из-за черного списка в "что синхронизировать" - - Not allowed because you don't have permission to add sub-directories in that directory - Не допускается, так как у вас нет прав для создания подкаталогов в этом каталоге + + Not allowed because you don't have permission to add subfolders to that folder + - - Not allowed because you don't have permission to add parent directory - Не допускается, так как у вас нет прав для создания родительской папки - - - - Not allowed because you don't have permission to add files in that directory - Не допускается, так как у вас нет прав для добавления файлов в этот каталог - - - + Not allowed to upload this file because it is read-only on the server, restoring Не допускается загрузка этого файла, так как на сервере он помечен только для чтения, восстанавливаем - - + + Not allowed to remove, restoring Не допускается удаление, восстанавливаем - + Local files and share folder removed. Локальные файлы и общий каталог удалены. - + Move not allowed, item restored Перемещение не допускается, элемент восстановлен - + Move not allowed because %1 is read-only Перемещение не допускается, поскольку %1 помечен только для чтения - + the destination назначение - + the source источник @@ -2829,22 +2816,36 @@ It is not advisable to use it. Открыть в браузере - + + + + Log in... + + + + + + + Log out + Выйти + + + None. Нет. - + Recent Changes Недавние изменения - + Managed Folders: Управляемые каталоги: - + Open folder '%1' Открыть каталог '%1' @@ -2854,37 +2855,40 @@ It is not advisable to use it. Открыть %1 в браузере - + + Log out everywhere + + + + + Log in everywhere... + + + + Unknown status Неизвестный статус - + Settings... Настройки... - + Details... Детали... - + Help Помощь - + Quit %1 Закрыть %1 - - - - - Sign in... - Войти... - Disconnected from %1 @@ -2901,55 +2905,38 @@ It is not advisable to use it. Учетная запись %1: %2 - - - - Sign out - Выйти из аккаунта - - - - Sign out everywhere - Выйти везде - - - - Sign in everywhere... - Войти везде... - - - + Crash now Only shows in debug mode to allow testing the crash handler Критическая ошибка! - + No items synced recently Недавно ничего не синхронизировалось - + Discovering '%1' Ищем '%1' - + Syncing %1 of %2 (%3 left) Синхронизация %1 из %2 (осталось %3) - + Syncing %1 (%2 left) Синхронизация %1 (осталось %2) - + %1 (%2, %3) %1 (%2, %3) - + Up to date Актуальная версия @@ -2985,6 +2972,11 @@ It is not advisable to use it. Server Сервер + + + <html><head/><body><p>If this box is checked, existing content in the local folder will be erased to start a clean sync from the server.</p><p>Do not check this if the local content should be uploaded to the servers folder.</p></body></html> + + Start a &clean sync (Erases the local folder!) @@ -3010,11 +3002,6 @@ It is not advisable to use it. &Keep local data &Сохранить локальные данные - - - <html><head/><body><p>If this box is checked, existing content in the local directory will be erased to start a clean sync from the server.</p><p>Do not check this if the local content should be uploaded to the servers directory.</p></body></html> - <html><head/><body><p>Если эта галочка установлена, существующее содержимое в локальном каталоге будет стёрто, чтобы начать чистую синхронизацию с сервером.</p><p>Не ставьте её, если локальное содержимое должно быть загружено на сервер.</p></body></html> - S&ync everything from server @@ -3170,67 +3157,62 @@ It is not advisable to use it. Utility - - %L1 TB - %L1 ТБ - - - + %L1 GB %L1 ГБ - + %L1 MB %L1 МБ - - %L1 kB - %L1 кБ + + %L1 KB + - + %L1 B %L1 Б - + %Ln year(s) %Ln год(лет) - + %Ln month(s) %Ln месяц(ев) - + %Ln day(s) %Ln день(дней) - + %Ln hour(s) %Ln час(ов) - + %Ln minute(s) %Ln минут(а) - + %Ln second(s) %Ln секунд(а) - + 0 seconds 0 секунд - + %1 %2 %1 %2 diff --git a/translations/client_sk.ts b/translations/client_sk.ts index 345fb293d..261a47e7a 100644 --- a/translations/client_sk.ts +++ b/translations/client_sk.ts @@ -63,14 +63,6 @@ TextLabel - - OCC::Account - - - %1@%2 - - - OCC::AccountSettings @@ -81,17 +73,17 @@ Remove the account configuration from the client - + Odstrániť nastavenia účtu z klienta - Delete - Zmazať + Remove Account + Odstrániť účet Storage space: ... - + Úložný priestor: ... @@ -105,8 +97,8 @@ - - + + Cancel Zrušiť @@ -121,137 +113,142 @@ Žiadny účet nie je nastavený. - - Remove folder - - - - + Folder creation failed - + Vytvorenie priečinka zlyhalo - + <p>Could not create local folder <i>%1</i>. - + <p>Nemožno vytvoriť lokálny priečinok <i>%1</i>. - - Confirm Folder Remove - Potvrdiť odstránenie priečinka - - - + Stop syncing - + Zastaviť synchronizáciu - + Confirm Folder Reset Potvrdiť zresetovanie priečinka - + <p>Do you really want to reset folder <i>%1</i> and rebuild your client database?</p><p><b>Note:</b> This function is designed for maintenance purposes only. No files will be removed, but this can cause significant data traffic and take several minutes or hours to complete, depending on the size of the folder. Only use this option if advised by your administrator.</p> <p>Skutočne chcete zresetovať priečinok <i>%1</i> a opätovne zostaviť klientskú databázu?</p><p><b>Poznámka:</b> Táto funkcia je navrhnutá len pre účely údržby. Žiadne súbory nebudú odstránené, ale môže to spôsobiť značnú dátovú prevádzku a vyžiadať si niekoľko minút alebo hodín pre dokončenie, v závislosti od veľkosti priečinka. Použite túto možnosť pokiaľ máte doporučenie od správcu.</p> - + Sync Running Prebiehajúca synchronizácia - + The syncing operation is running.<br/>Do you want to terminate it? Proces synchronizácie práve prebieha.<br/>Chcete ho ukončiť? - + %1 as <i>%2</i> - + %1 ako <i>%2</i> - + Connected to %1. - + Pripojené k %1 - + Server %1 is temporarily unavailable. - + Server %1 je dočasne nedostupný. - + Signed out from %1. - + Odhlásený z %1. - + No connection to %1 at %2. - + Žiadne pripojenie k %1 na %2. - + There are new folders that were not synchronized because they are too big: %1 - + , , - - Confirm Account Delete - + + Confirm Account Removal + Potvrďte ostránenie účtu - + <p>Do you really want to remove the connection to the account <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> - + Remove connection - + Vymazať pripojenie - + Open folder - + Otvoriť priečinok - + + Choose What to Sync + Vybrať čo synchronizovať + + + Resume sync - + Obnoviť synchronizáciu - + Pause sync - + Pozastaviť synchronizáciu - + + Remove sync + Odstrániť synchronizáciu + + + + Confirm Sync Removal + Potvrdiť odstránenie synchronizácie + + + <p>Do you really want to stop syncing the folder <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> - + <p>Naozaj si prajete zastaviť synchronizácu priečinka <i>%1</i>?</p><p><b>Poznámka:</b> Toto <b>nevymaže</b> žiadne súbory.</p> - + %1 (%3%) of %2 in use. Some folders, including network mounted or shared folders, might have different limits. - + %1 (%3%) z %2 je využitých. Niektoré priečinky, vrátane sieťových a zdieľaných, môžu mať iné limity. - + %1 of %2 in use - + %1 z %2 je využitých - + Currently there is no storage usage information available. Teraz nie sú k dispozícii žiadne informácie o využití úložiska. - + No %1 connection configured. Žiadne nakonfigurované %1 spojenie @@ -261,37 +258,37 @@ Signed out - + Odhlásený Disconnected - + Odpojený Connected - + Pripojené Service unavailable - + Služba nedostupná Network error - + Chyba siete Configuration error - + Chyba nastavenia Unknown account state - + Neznámy stav účtu @@ -378,18 +375,12 @@ Chyba overenia: Používateľské meno alebo heslo nie je správne. - - - Unable to connect to %1 - Nedá sa pripojiť k %1 - - - + timeout vypršal časový limit - + The provided credentials are not correct Poskytnuté poverenia nie sú správne @@ -424,7 +415,7 @@ - %1 should be a directory but is not. + %1 should be a folder but is not. %1 by mal byť priečinok, avšak nie je. @@ -510,37 +501,38 @@ Aktivita synchronizácie - + Could not read system exclude file Nemožno čítať systémový exclude file - + A new folder larger than %1 MB has been added: %2. Please go in the settings to select it if you wish to download it. - + Bol pridaný nový priečinok, väčší ako %1 MB: %2. +Pokiaľ si ho prajete stiahnuť, vyberte ho v nastaveniach. - + This sync would remove all the files in the sync folder '%1'. -This might be because the folder was silently reconfigured, or that all the file were manually removed. +This might be because the folder was silently reconfigured, or that all the files were manually removed. Are you sure you want to perform this operation? - Táto synchronizácia odstráni všetky súbory v synchronizačnom priečinku '%1'. -Toto môže byť kvôli tichej rekonfigurácii priečinka, prípadne boli všetky súbory manuálne odstránené. -Ste si istý, že chcete uskutočniť danú operáciu? + Táto synchronizácia odstráni všetky súbory v synchronizovanom priečinku '%1'. +Dôvodom môže byť, že sa daný priečinok potichu rekonfiguroval, alebo boli súbory manuálne odstránené. +Ste si istý, že chcete pokračovať? - + Remove All Files? Odstrániť všetky súbory? - + Remove all files Odstrániť všetky súbory - + Keep files Ponechať súbory @@ -558,111 +550,111 @@ Ste si istý, že chcete uskutočniť danú operáciu? Starý synchronizačný žurnál '%1' nájdený, avšak neodstrániteľný. Prosím uistite sa, že žiadna aplikácia ho práve nevyužíva. - + (backup) - + (záloha) - + (backup %1) - + (záloha %1) - + Undefined State. Nedefinovaný stav. - + Waits to start syncing. Čakanie na štart synchronizácie. - + Preparing for sync. Príprava na synchronizáciu. - + Sync is running. Synchronizácia prebieha. - + Last Sync was successful. Posledná synchronizácia sa úspešne skončila. - + Last Sync was successful, but with warnings on individual files. Posledná synchronizácia bola úspešná, ale s varovaniami pre individuálne súbory. - + Setup Error. Chyba pri inštalácii. - + User Abort. Zrušené používateľom. - + Sync is paused. Synchronizácia je pozastavená. - + %1 (Sync is paused) %1 (Synchronizácia je pozastavená) - + No valid folder selected! - - - - - The selected path is not a directory! - + Nebol zvolený platný priečinok. + The selected path is not a folder! + Zvolená cesta nie je priečinok. + + + You have no permission to write to the selected folder! Nemáte oprávnenia pre zápis do daného priečinka! - - - The local path %1 is already an upload folder. Please pick another one! - Lokálna cesta %1 je už nastavená ako priečinok na odosielanie. Zvoľte prosím iný! - - An already configured folder is contained in the current entry. - V aktuálnej položke je už obsiahnutý rovnaký konfigurovaný priečinok. + The local folder %1 is already used in a folder sync connection. Please pick another one! + - The selected folder is a symbolic link. An already configured folder is contained in the folder this link is pointing to. - Zvolený priečinok je symbolický odkaz. Cieľový priečinok tohoto odkazu už obsahuje nastavený priečinok. + The local folder %1 already contains a folder used in a folder sync connection. Please pick another one! + - - An already configured folder contains the currently entered folder. - V aktuálnom priečinku je už obsiahnutý tento priečinok. + + The local folder %1 is a symbolic link. The link target already contains a folder used in a folder sync connection. Please pick another one! + - - The selected folder is a symbolic link. An already configured folder is the parent of the current selected contains the folder this link is pointing to. - Zvolený priečinok je symbolický odkaz. Cieľový priečinok tohoto odkazu už obsahuje nastavený priečinok. + + The local folder %1 is already contained in a folder used in a folder sync connection. Please pick another one! + + + + + The local folder %1 is a symbolic link. The link target is already contained in a folder used in a folder sync connection. Please pick another one! + OCC::FolderStatusDelegate - Add Folder to Synchronize + Add Folder Sync Connection @@ -674,7 +666,7 @@ Ste si istý, že chcete uskutočniť danú operáciu? Syncing selected files in your account with - + Synchornizácia vybraných súborov vášho účtu s @@ -687,7 +679,7 @@ Ste si istý, že chcete uskutočniť danú operáciu? You need to be connected to add a folder - + Na pridanie priečinku je nutné byť pripojený @@ -702,7 +694,7 @@ Ste si istý, že chcete uskutočniť danú operáciu? %1 (%2) - + %1 (%2) @@ -712,7 +704,7 @@ Ste si istý, že chcete uskutočniť danú operáciu? Signed out - + Odhlásený @@ -722,27 +714,27 @@ Ste si istý, že chcete uskutočniť danú operáciu? Syncing %1 - + Synchronizuje sa %1 download %1/s - + stiahnuť %1/s u2193 %1/s - + u2193 %1/s upload %1/s - + nahrať %1/s u2191 %1/s - + u2191 %1/s @@ -771,7 +763,7 @@ Celkom zostáva %5 Waiting... - + Čakajte... @@ -781,7 +773,7 @@ Celkom zostáva %5 Preparing to sync... - + Príprava na synchronizáciu... @@ -807,8 +799,8 @@ Celkom zostáva %5 - The directory alias is a descriptive name for this sync connection. - Alias priečinka je popisný názov pre toto synchronizačné spojenie. + The folder alias is a descriptive name for this sync connection. + @@ -968,7 +960,7 @@ Celkom zostáva %5 MB - + MB @@ -983,7 +975,7 @@ Celkom zostáva %5 Add an Account - + Pridanie účtu @@ -1042,7 +1034,7 @@ Account: %3 Sync hidden files - + Synchronizovať skryté súbory @@ -1057,12 +1049,12 @@ Account: %3 Pattern - + Vzor Allow Deletion - + Povoliť vymazanie @@ -1071,28 +1063,28 @@ Account: %3 - Files or directories matching a pattern will not be synchronized. + Files or folders matching a pattern will not be synchronized. Items where deletion is allowed will be deleted if they prevent a directory from being removed. This is useful for meta data. - + Could not open file Nemožno otvoriť súbor - + Cannot write changes to '%1'. Nemožno zapísať zmeny do '%1'. - + Add Ignore Pattern Pridať vzor ignorovaného súboru - + Add a new ignore pattern: Pridať nový vzor ignorovaného súboru: @@ -1369,7 +1361,7 @@ môžu byť vyžadované dodatočné oprávnenia. Update Check - + Kontrola aktualizácií @@ -1396,13 +1388,13 @@ môžu byť vyžadované dodatočné oprávnenia. - Sync the directory '%1' + Sync the folder '%1' Sychronizovať priečinok '%1' - <p><small><strong>Warning:</strong> The local directory is not empty. Pick a resolution!</small></p> - <p><small><strong>Varovanie:</strong> Lokálny priečinok nie je prázdny. Vyberte riešenie!</small></p> + <p><small><strong>Warning:</strong> The local folder is not empty. Pick a resolution!</small></p> + @@ -1465,29 +1457,29 @@ môžu byť vyžadované dodatočné oprávnenia. OCC::OwncloudSetupPage - + Connect to %1 Pripojiť sa k %1 - + Setup %1 server Nastaviť server %1 - + This url is NOT secure as it is not encrypted. It is not advisable to use it. Táto adresa nie je bezpečná, pretože nie je šifrovaná. Nie je vhodné ju používať. - + This url is secure. You can use it. Táto URL je bezpečná. Môžete ju používať. - + &Next > &Ďalšia > @@ -1627,7 +1619,7 @@ Nie je vhodné ju používať. Nemožno odstrániť a zazálohovať priečinok, pretože priečinok alebo súbor je otvorený v inom programe. Prosím zatvorte priečinok nebo súbor a skúste to znovu alebo zrušte akciu. - + <font color="green"><b>Local sync folder %1 successfully created!</b></font> <font color="green"><b>Lokálny synchronizačný priečinok %1 bol úspešne vytvorený!</b></font> @@ -1635,12 +1627,12 @@ Nie je vhodné ju používať. OCC::OwncloudWizard - + %1 Connection Wizard %1 Asistent pripojenia - + Skip folders configuration Preskočiť konfiguráciu priečinkov @@ -1749,8 +1741,8 @@ Nie je vhodné ju používať. - A file or directory was removed from a read only share, but restoring failed: %1 - Súbor alebo priečinok bol odobratý zo zdieľania len na čítanie, ale jeho obnovenie zlyhalo: %1 + A file or folder was removed from a read only share, but restoring failed: %1 + @@ -1762,8 +1754,8 @@ Nie je vhodné ju používať. - could not create directory %1 - nepodarilo sa vytvoriť priečinok %1 + could not create folder %1 + nemožno vytvoriť priečinok %1 @@ -1775,7 +1767,7 @@ Nie je vhodné ju používať. - Could not remove directory '%1'; + Could not remove folder '%1'; Nemožno odstrániť priečinok '%1'; @@ -1995,7 +1987,7 @@ Nie je vhodné ju používať. Proxy authentication required - + Vyžaduje sa proxy autentifikácia @@ -2005,12 +1997,12 @@ Nie je vhodné ju používať. Proxy: - + Proxy: The proxy server needs a username and password. - + Proxy server vyžaduje používateľské meno a heslo. @@ -2207,7 +2199,7 @@ Nie je vhodné ju používať. Please Set Password - + Prosím nastavte si heslo @@ -2249,7 +2241,7 @@ Nie je vhodné ju používať. Cannot find a folder to upload to. - + Nemožno nájsť priečinok na nahrávanie. @@ -2301,7 +2293,7 @@ Nie je vhodné ju používať. OCC::SocketApi - + Share with %1 parameter is ownCloud Zdieľať s %1 @@ -2444,7 +2436,7 @@ Nie je vhodné ju používať. Untrusted Certificate - + Nedôveryhodný certifikát @@ -2514,11 +2506,6 @@ Nie je vhodné ju používať. Success. Úspech. - - - CSync failed to load or create the journal file. Make sure you have read and write permissions in the local sync directory. - CSync sa nepodarilo načítať alebo vytvoriť súbor žurnálu. Uistite sa, že máte oprávnenia na čítanie a zápis v lokálnom synchronizovanom priečinku. - CSync failed to load the journal file. The journal file is corrupted. @@ -2590,9 +2577,29 @@ Nie je vhodné ju používať. CSync zlyhalo. Nedostatočné oprávnenie. - - CSync tried to create a directory that already exists. - CSync sa pokúsil vytvoriť priečinok, ktorý už existuje. + + The mounted folder is temporarily not available on the server + + + + + An error occurred while opening a folder + + + + + Error while reading folder. + + + + + Not allowed because you don't have permission to add parent folder + + + + + Not allowed because you don't have permission to add files in that folder + @@ -2609,11 +2616,6 @@ Nie je vhodné ju používať. Aborted by the user Zrušené používateľom - - - The mounted directory is temporarily not available on the server - Pripojený priečinok je na serveri dočasne nedostupný - Filename contains invalid characters that can not be synced cross platform. @@ -2624,21 +2626,21 @@ Nie je vhodné ju používať. CSync failed to access Prístup pre CSync zlyhal + + + CSync failed to load or create the journal file. Make sure you have read and write permissions in the local sync folder. + + + + + CSync tried to create a folder that already exists. + + The service is temporarily unavailable Služba je dočasne nedostupná - - - An error occurred while opening a directory - Nastala chyba počas otvárania priečinka. - - - - Error while reading directory. - - An internal error number %1 occurred. @@ -2675,79 +2677,69 @@ Nie je vhodné ju používať. - + Filename encoding is not valid Kódovanie znakov názvu súboru je neplatné - + Invalid characters, please rename "%1" - + Neplatné znaky, premenujte prosím "%1" - + Unable to initialize a sync journal. Nemôžem inicializovať synchronizačný žurnál. - + Cannot open the sync journal Nemožno otvoriť sync žurnál - - + + Ignored because of the "choose what to sync" blacklist Ignorované podľa nastavenia "vybrať čo synchronizovať" - - Not allowed because you don't have permission to add sub-directories in that directory - Nie je dovolené, pretože nemáte oprávnenie pridávať do tohto priečinka podpriečinky + + Not allowed because you don't have permission to add subfolders to that folder + - - Not allowed because you don't have permission to add parent directory - Nie je dovolené, pretože nemáte oprávnenie pridať nadradený priečinok. - - - - Not allowed because you don't have permission to add files in that directory - Nie je dovolené, pretože nemáte oprávnenie pridávať do tohto priečinka súbory. - - - + Not allowed to upload this file because it is read-only on the server, restoring Nie je dovolené tento súbor nahrať, pretože je na serveri iba na čítanie. Obnovuje sa. - - + + Not allowed to remove, restoring Nie je dovolené odstrániť. Obnovuje sa. - + Local files and share folder removed. Lokálne súbory a zdieľaný priečinok boli odstránené. - + Move not allowed, item restored Presunutie nie je dovolené. Položka obnovená. - + Move not allowed because %1 is read-only Presunutie nie je dovolené, pretože %1 je na serveri iba na čítanie - + the destination cieľ - + the source zdroj @@ -2817,25 +2809,39 @@ Nie je vhodné ju používať. Open in browser + Otvoriť v prehliadači + + + + + + Log in... - + + + + Log out + Odhlásiť + + + None. Žiaden. - + Recent Changes Nedávne zmeny - + Managed Folders: Spravované priečinky: - + Open folder '%1' Otvoriť priečinok '%1' @@ -2845,37 +2851,40 @@ Nie je vhodné ju používať. Otvoriť %1 v prehliadači - + + Log out everywhere + + + + + Log in everywhere... + + + + Unknown status Neznámy stav - + Settings... Nastavenia... - + Details... Podrobnosti... - + Help Pomoc - + Quit %1 Ukončiť %1 - - - - - Sign in... - Prihlásiť do... - Disconnected from %1 @@ -2889,58 +2898,41 @@ Nie je vhodné ju používať. Account %1: %2 - + Účet %1: %2 - - - - Sign out - Odhlásiť - - - - Sign out everywhere - - - - - Sign in everywhere... - - - - + Crash now Only shows in debug mode to allow testing the crash handler Zlyhanie - + No items synced recently Žiadne nedávno synchronizované položky - + Discovering '%1' Prehľadávam '%1' - + Syncing %1 of %2 (%3 left) Synchronizuje sa %1 z %2 (zostáva %3) - + Syncing %1 (%2 left) Synchronizuje sa %1 (zostáva %2) - + %1 (%2, %3) %1 (%2, %3) - + Up to date Až do dnešného dňa @@ -2976,10 +2968,15 @@ Nie je vhodné ju používať. Server Server + + + <html><head/><body><p>If this box is checked, existing content in the local folder will be erased to start a clean sync from the server.</p><p>Do not check this if the local content should be uploaded to the servers folder.</p></body></html> + + Start a &clean sync (Erases the local folder!) - + Spustiť novú synchronizáciu (Vymaže obsah lokálneho priečinka!) @@ -3001,11 +2998,6 @@ Nie je vhodné ju používať. &Keep local data &Nechať lokálne dáta - - - <html><head/><body><p>If this box is checked, existing content in the local directory will be erased to start a clean sync from the server.</p><p>Do not check this if the local content should be uploaded to the servers directory.</p></body></html> - <html><head/><body><p>Pokiaľ je toto pole zaškrtnuté, existujúci obsah lokálneho priečinka bude vymazaný pre začatie čistej synchronizácie zo servera.</p><p>Nezaškrtnite pokiaľ má byť lokálny obsah nahraný do serverového priečinka.</p></body></html> - S&ync everything from server @@ -3161,67 +3153,62 @@ Nie je vhodné ju používať. Utility - - %L1 TB - - - - + %L1 GB - + %L1 GB - + %L1 MB - + %L1 MB - - %L1 kB - + + %L1 KB + %L1 KB - + %L1 B %L1 B - - - %Ln year(s) - - - - - %Ln month(s) - - - %Ln day(s) - + %Ln year(s) + %Ln rok(y-ov) - %Ln hour(s) - + %Ln month(s) + %Ln mesiac(e-ov) - %Ln minute(s) - + %Ln day(s) + %Ln deň(dni-dní) + %Ln hour(s) + %Ln hodina(y-ín) + + + + %Ln minute(s) + %Ln minúta(y-minút) + + + %Ln second(s) - + %Ln sekunda(y-sekúnd) - + 0 seconds - + 0 sekúnd - + %1 %2 %1 %2 diff --git a/translations/client_sl.ts b/translations/client_sl.ts index f828971d1..e91e1495b 100644 --- a/translations/client_sl.ts +++ b/translations/client_sl.ts @@ -63,14 +63,6 @@ Oznaka - - OCC::Account - - - %1@%2 - %1@%2 - - OCC::AccountSettings @@ -85,8 +77,8 @@ - Delete - Izbriši + Remove Account + Odstrani račun @@ -105,8 +97,8 @@ - - + + Cancel Prekliči @@ -121,137 +113,142 @@ Ni nastavljenega računa. - - Remove folder - Odstrani mapo - - - + Folder creation failed Ustvarjanje mape je spodletelo - + <p>Could not create local folder <i>%1</i>. - - Confirm Folder Remove - Potrdi odstranitev mape - - - + Stop syncing Zaustavi usklajevanje - + Confirm Folder Reset Potrdi ponastavitev mape - + <p>Do you really want to reset folder <i>%1</i> and rebuild your client database?</p><p><b>Note:</b> This function is designed for maintenance purposes only. No files will be removed, but this can cause significant data traffic and take several minutes or hours to complete, depending on the size of the folder. Only use this option if advised by your administrator.</p> <p>Ali ste prepričani, da želite mapo <i>%1</i> ponastaviti in ponovno izgraditi podatkovno zbirko?</p><p><b>Opozorilo:</b> Možnost je zasnovana za vzdrževanje. Datoteke sicer ne bodo spremenjene, vendar pa je opravilo lahko zelo dolgotrajno in lahko traja tudi več ur. Trajanje je odvisno od velikosti mape. Možnost uporabite le, če vam to svetuje skrbnik sistema.</p> - + Sync Running Usklajevanje je v teku - + The syncing operation is running.<br/>Do you want to terminate it? Izvaja se usklajevanje.<br/>Ali želite opravilo prekiniti? - + %1 as <i>%2</i> - + Connected to %1. - + Server %1 is temporarily unavailable. - + Signed out from %1. - + No connection to %1 at %2. - + There are new folders that were not synchronized because they are too big: %1 - + , , - - Confirm Account Delete + + Confirm Account Removal - + <p>Do you really want to remove the connection to the account <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> - + Remove connection - + Open folder Odpri mapo - + + Choose What to Sync + Izbor map za usklajevanje + + + Resume sync Nadaljuj z usklajevanjem - + Pause sync Premor usklajevanja - + + Remove sync + + + + + Confirm Sync Removal + + + + <p>Do you really want to stop syncing the folder <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> - + %1 (%3%) of %2 in use. Some folders, including network mounted or shared folders, might have different limits. - + %1 of %2 in use - + Currently there is no storage usage information available. Trenutno ni na voljo nobenih podatkov o porabi prostora. - + No %1 connection configured. Ni nastavljene povezave %1. @@ -378,18 +375,12 @@ Napaka overitve: uporabniško ime ali geslo je napačno. - - - Unable to connect to %1 - Povezava z %1 ni mogoča. - - - + timeout časovni zamik - + The provided credentials are not correct Podana poverila niso pravilna. @@ -424,8 +415,8 @@ - %1 should be a directory but is not. - %1 bi morala biti mapa, vendar ni. + %1 should be a folder but is not. + @@ -510,37 +501,35 @@ Dejavnost usklajevanja - + Could not read system exclude file Ni mogoče prebrati sistemske izločitvene datoteke - + A new folder larger than %1 MB has been added: %2. Please go in the settings to select it if you wish to download it. - + This sync would remove all the files in the sync folder '%1'. -This might be because the folder was silently reconfigured, or that all the file were manually removed. +This might be because the folder was silently reconfigured, or that all the files were manually removed. Are you sure you want to perform this operation? - Z usklajevanjem bodo odstranjene vse datoteke v usklajevani mapi '%1'. -Mapa je bila morda odstranjena ali pa so bile spremenjene nastavitve. -Ali sta prepričani, da želite izvesti to opravilo? + - + Remove All Files? Ali naj bodo odstranjene vse datoteke? - + Remove all files Odstrani vse datoteke - + Keep files Ohrani datoteke @@ -558,111 +547,111 @@ Ali sta prepričani, da želite izvesti to opravilo? Obstaja starejši dnevnik usklajevanja '%1', vendar ga ni mogoče odstraniti. Preverite, ali je datoteka v uporabi. - + (backup) - + (backup %1) - + Undefined State. Nedoločeno stanje. - + Waits to start syncing. V čakanju na začetek usklajevanja. - + Preparing for sync. Poteka priprava za usklajevanje. - + Sync is running. Usklajevanje je v teku. - + Last Sync was successful. Zadnje usklajevanje je bilo uspešno končano. - + Last Sync was successful, but with warnings on individual files. Zadnje usklajevanje je bilo sicer uspešno, vendar z opozorili za posamezne datoteke. - + Setup Error. Napaka nastavitve. - + User Abort. Uporabniška prekinitev. - + Sync is paused. Usklajevanje je začasno v premoru. - + %1 (Sync is paused) %1 (usklajevanje je v premoru) - + No valid folder selected! - - The selected path is not a directory! + + The selected path is not a folder! - + You have no permission to write to the selected folder! Ni ustreznih dovoljenj za pisanje v izbrano mapo! - - - The local path %1 is already an upload folder. Please pick another one! - Krajevna pot %1 je že mapa za pošiljanje. Izbrati je treba drugo. - - An already configured folder is contained in the current entry. - Trenutni vnos določa mapo, ki je že nastavljena. + The local folder %1 is already used in a folder sync connection. Please pick another one! + - The selected folder is a symbolic link. An already configured folder is contained in the folder this link is pointing to. - Označena mapa je simbolična povezava. V mapi je povezava do že nastavljene mape s povezavo. + The local folder %1 already contains a folder used in a folder sync connection. Please pick another one! + - - An already configured folder contains the currently entered folder. - Trenutno vpisana mapa je že usklajena kot podrejena mapa. + + The local folder %1 is a symbolic link. The link target already contains a folder used in a folder sync connection. Please pick another one! + - - The selected folder is a symbolic link. An already configured folder is the parent of the current selected contains the folder this link is pointing to. - Izbrana mapa je simbolna povezava. Naslov povezave je nadrejena mapa trenutno izbrane mape. + + The local folder %1 is already contained in a folder used in a folder sync connection. Please pick another one! + + + + + The local folder %1 is a symbolic link. The link target is already contained in a folder used in a folder sync connection. Please pick another one! + OCC::FolderStatusDelegate - Add Folder to Synchronize + Add Folder Sync Connection @@ -807,8 +796,8 @@ Skupaj še %5 - The directory alias is a descriptive name for this sync connection. - Oznaka mape je opisno ime za usklajevano povezavo. + The folder alias is a descriptive name for this sync connection. + @@ -1071,28 +1060,28 @@ Account: %3 - Files or directories matching a pattern will not be synchronized. + Files or folders matching a pattern will not be synchronized. Items where deletion is allowed will be deleted if they prevent a directory from being removed. This is useful for meta data. - + Could not open file Datoteke ni mogoče odpreti - + Cannot write changes to '%1'. Ni mogoče zapisati sprememb v '%1'. - + Add Ignore Pattern Dodaj vzorec za izpuščanje - + Add a new ignore pattern: Dodaj nov vzorec za izpuščanje: @@ -1396,13 +1385,13 @@ zahteva skrbniška dovoljenja za dokončanje opravila. - Sync the directory '%1' - Uskladi mapo '%1' + Sync the folder '%1' + - <p><small><strong>Warning:</strong> The local directory is not empty. Pick a resolution!</small></p> - <p><small><strong>Opozorilo:</strong> krajevna mapa ni prazna. Kaj storiti?</small></p> + <p><small><strong>Warning:</strong> The local folder is not empty. Pick a resolution!</small></p> + @@ -1465,29 +1454,29 @@ zahteva skrbniška dovoljenja za dokončanje opravila. OCC::OwncloudSetupPage - + Connect to %1 Vzpostavi povezavo s strežnikom %1 - + Setup %1 server Nastavi strežnik %1 - + This url is NOT secure as it is not encrypted. It is not advisable to use it. Na naslov URL ni varen, saj ni šifriran. Uporaba ni priporočljiva. - + This url is secure. You can use it. Ta naslov URL je varen za uporabo. - + &Next > &Naslednja > @@ -1627,7 +1616,7 @@ Uporaba ni priporočljiva. Mape ni mogoče odstraniti niti ni mogoče ustvariti varnostne kopije, saj je mapa oziroma dokument v njej odprt v z drugim programom. Zaprite mapo/dokument ali prekinite namestitev. - + <font color="green"><b>Local sync folder %1 successfully created!</b></font> <font color="green"><b>Krajevno usklajena mapa %1 je uspešno ustvarjena!</b></font> @@ -1635,12 +1624,12 @@ Uporaba ni priporočljiva. OCC::OwncloudWizard - + %1 Connection Wizard Čarovnik za povezavo %1 - + Skip folders configuration Preskoči nastavitve map @@ -1749,8 +1738,8 @@ Uporaba ni priporočljiva. - A file or directory was removed from a read only share, but restoring failed: %1 - Datoteka ali mapa je bila odstranjena iz mesta v souporabi, ki je nastavljeno le za branje, obnavljanje pa je spodletelo: %1 + A file or folder was removed from a read only share, but restoring failed: %1 + @@ -1762,8 +1751,8 @@ Uporaba ni priporočljiva. - could not create directory %1 - ni mogoče ustvariti mape %1 + could not create folder %1 + @@ -1775,8 +1764,8 @@ Uporaba ni priporočljiva. - Could not remove directory '%1'; - Ni mogoče odstraniti mape '%1'; + Could not remove folder '%1'; + @@ -2295,7 +2284,7 @@ Uporaba ni priporočljiva. OCC::SocketApi - + Share with %1 parameter is ownCloud Omogoči souporabo z %1 @@ -2508,11 +2497,6 @@ Uporaba ni priporočljiva. Success. Uspešno končano. - - - CSync failed to load or create the journal file. Make sure you have read and write permissions in the local sync directory. - Nalaganje ali ustvarjanje dnevniške datoteke s CSync je spodletelo. Za to opravilo so zahtevana posebna dovoljenja krajevne mape za usklajevanje. - CSync failed to load the journal file. The journal file is corrupted. @@ -2584,9 +2568,29 @@ Uporaba ni priporočljiva. Delovanje CSync je zaradi neustreznih dovoljenj spodletelo. - - CSync tried to create a directory that already exists. - Prišlo je do napake programa CSync zaradi poskusa ustvarjanja mape z že obstoječim imenom. + + The mounted folder is temporarily not available on the server + + + + + An error occurred while opening a folder + + + + + Error while reading folder. + + + + + Not allowed because you don't have permission to add parent folder + + + + + Not allowed because you don't have permission to add files in that folder + @@ -2603,11 +2607,6 @@ Uporaba ni priporočljiva. Aborted by the user Opravilo je bilo prekinjeno s strani uporabnika - - - The mounted directory is temporarily not available on the server - - Filename contains invalid characters that can not be synced cross platform. @@ -2618,21 +2617,21 @@ Uporaba ni priporočljiva. CSync failed to access Dostop s CSync je spodletel + + + CSync failed to load or create the journal file. Make sure you have read and write permissions in the local sync folder. + + + + + CSync tried to create a folder that already exists. + + The service is temporarily unavailable Storitev trenutno ni na voljo - - - An error occurred while opening a directory - Med odpiranjem mape je prišlo do napake. - - - - Error while reading directory. - Napaka med branjem mape - An internal error number %1 occurred. @@ -2669,79 +2668,69 @@ Uporaba ni priporočljiva. - + Filename encoding is not valid Kodni zapis imena datoteke ni veljaven. - + Invalid characters, please rename "%1" - + Unable to initialize a sync journal. Dnevnika usklajevanja ni mogoče začeti. - + Cannot open the sync journal Ni mogoče odpreti dnevnika usklajevanja - - + + Ignored because of the "choose what to sync" blacklist Prezrto, ker ni neizbrano za usklajevanje - - Not allowed because you don't have permission to add sub-directories in that directory - Ni ustreznih dovoljenj za dodajanje podmap v izbrano mapo. + + Not allowed because you don't have permission to add subfolders to that folder + - - Not allowed because you don't have permission to add parent directory - Ni ustreznih dovoljenj za dodajanje nadrejene mape. - - - - Not allowed because you don't have permission to add files in that directory - Ni ustreznih dovoljenj za dodajanje datotek v izbrano mapo. - - - + Not allowed to upload this file because it is read-only on the server, restoring Ni dovoljeno pošiljati te datoteke, ker ima določena dovoljenja le za branje. Datoteka bo obnovljena na izvorno različico. - - + + Not allowed to remove, restoring Odstranitev ni dovoljena, datoteka bo obnovljena. - + Local files and share folder removed. Krajevne datoteke in mape v souporabi so odstranjene. - + Move not allowed, item restored Premikanje ni dovoljeno, datoteka bo obnovljena. - + Move not allowed because %1 is read-only Premikanje ni dovoljeno, ker je nastavljeno določilo %1 le za branje. - + the destination cilj - + the source vir @@ -2814,22 +2803,36 @@ Uporaba ni priporočljiva. - + + + + Log in... + + + + + + + Log out + Odjava + + + None. Brez - + Recent Changes Nedavne spremembe - + Managed Folders: Upravljane mape: - + Open folder '%1' Odpri mapo '%1' @@ -2839,37 +2842,40 @@ Uporaba ni priporočljiva. Odpri %1 v brskalniku - + + Log out everywhere + + + + + Log in everywhere... + + + + Unknown status Neznano stanje - + Settings... Nastavitve ... - + Details... Podrobnosti ... - + Help Pomoč - + Quit %1 Končaj %1 - - - - - Sign in... - Prijava ... - Disconnected from %1 @@ -2886,55 +2892,38 @@ Uporaba ni priporočljiva. - - - - Sign out - Odjava - - - - Sign out everywhere - - - - - Sign in everywhere... - - - - + Crash now Only shows in debug mode to allow testing the crash handler - + No items synced recently Ni nedavno usklajenih predmetov - + Discovering '%1' Poteka preučevanje '%1' - + Syncing %1 of %2 (%3 left) Poteka usklajevanje %1 od %2 (preostaja %3) - + Syncing %1 (%2 left) Usklajevanje %1 (%2 do konca) - + %1 (%2, %3) %1 (%2, %3) - + Up to date Ni posodobitev @@ -2970,6 +2959,11 @@ Uporaba ni priporočljiva. Server Strežnik + + + <html><head/><body><p>If this box is checked, existing content in the local folder will be erased to start a clean sync from the server.</p><p>Do not check this if the local content should be uploaded to the servers folder.</p></body></html> + + Start a &clean sync (Erases the local folder!) @@ -2995,11 +2989,6 @@ Uporaba ni priporočljiva. &Keep local data &Ohrani krajevno shranjene podatke - - - <html><head/><body><p>If this box is checked, existing content in the local directory will be erased to start a clean sync from the server.</p><p>Do not check this if the local content should be uploaded to the servers directory.</p></body></html> - <html><head/><body><p>Izbrana možnost določa, da bo do podatki v krajevni mapi v celoti izbrisani, nato pa bo vsebina te mape usklajena z vsebino na strežniku.</p><p>Če želite datoteke v tej mapi poslati na strežnik, te možnosti NE označite.</p></body></html> - S&ync everything from server @@ -3155,67 +3144,62 @@ Uporaba ni priporočljiva. Utility - - %L1 TB - %L1 TB - - - + %L1 GB %L1 GB - + %L1 MB %L1 MB - - %L1 kB - %L1 kB + + %L1 KB + - + %L1 B %L1 B - + %Ln year(s) - + %Ln month(s) - + %Ln day(s) - + %Ln hour(s) - + %Ln minute(s) - + %Ln second(s) - + 0 seconds - + %1 %2 %1 %2 diff --git a/translations/client_sr.ts b/translations/client_sr.ts index f49f41952..8380c000a 100644 --- a/translations/client_sr.ts +++ b/translations/client_sr.ts @@ -63,14 +63,6 @@ Текст ознака - - OCC::Account - - - %1@%2 - - - OCC::AccountSettings @@ -85,8 +77,8 @@ - Delete - Обриши + Remove Account + @@ -105,8 +97,8 @@ - - + + Cancel Одустани @@ -121,137 +113,142 @@ Није подешен налог. - - Remove folder - - - - + Folder creation failed - + <p>Could not create local folder <i>%1</i>. - - Confirm Folder Remove - Потврда уклањања фасцикле - - - + Stop syncing - + Confirm Folder Reset Потврда ресетовања фасцикле - + <p>Do you really want to reset folder <i>%1</i> and rebuild your client database?</p><p><b>Note:</b> This function is designed for maintenance purposes only. No files will be removed, but this can cause significant data traffic and take several minutes or hours to complete, depending on the size of the folder. Only use this option if advised by your administrator.</p> <p>Заиста желите да ресетујете фасциклу <i>%1</i> и поново изградите базу клијента?</p><p><b>Напомена:</b> Ова функција је намењена за сврху одржавања. Фајлови неће бити уклоњени, али ово може узроковати значајан пренос података и може трајати неколико минута или сати док се заврши, зависно од величине фасцикле. Користите ову опцију само ако вам је тако саветовао администратор.</p> - + Sync Running Синхронизација у току - + The syncing operation is running.<br/>Do you want to terminate it? Синхронизација је у току.<br/>Желите ли да је прекинете? - + %1 as <i>%2</i> - + Connected to %1. - + Server %1 is temporarily unavailable. - + Signed out from %1. - + No connection to %1 at %2. - + There are new folders that were not synchronized because they are too big: %1 - + , , - - Confirm Account Delete + + Confirm Account Removal - + <p>Do you really want to remove the connection to the account <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> - + Remove connection - + Open folder - + + Choose What to Sync + Избор шта синхронизовати + + + Resume sync - + Pause sync - + + Remove sync + + + + + Confirm Sync Removal + + + + <p>Do you really want to stop syncing the folder <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> - + %1 (%3%) of %2 in use. Some folders, including network mounted or shared folders, might have different limits. - + %1 of %2 in use - + Currently there is no storage usage information available. Тренутно нема доступних података о заузећу складишта. - + No %1 connection configured. Нема подешене %1 везе. @@ -378,18 +375,12 @@ Грешка аутентификације: лозинка или корисничко име су погрешни. - - - Unable to connect to %1 - Не могу да се повежем са %1 - - - + timeout истек времена - + The provided credentials are not correct Дати акредитиви нису исправни @@ -424,8 +415,8 @@ - %1 should be a directory but is not. - %1 би требало да је директоријум али није. + %1 should be a folder but is not. + @@ -510,37 +501,35 @@ Активност синхронизације - + Could not read system exclude file Не могу да прочитам системски списак за игнорисање - + A new folder larger than %1 MB has been added: %2. Please go in the settings to select it if you wish to download it. - + This sync would remove all the files in the sync folder '%1'. -This might be because the folder was silently reconfigured, or that all the file were manually removed. +This might be because the folder was silently reconfigured, or that all the files were manually removed. Are you sure you want to perform this operation? - Синхронизација ће уклонити све фајлове у фасцикли „%1“ -Или је фасцикла тихо преподешена или су сви фајлови ручно уклоњени. -Да ли заиста желите да обавите ову радњу? + - + Remove All Files? Уклонити све фајлове? - + Remove all files Уклони све фајлове - + Keep files Остави фајлове @@ -558,111 +547,111 @@ Are you sure you want to perform this operation? Пронађен је стари журнал синхронизације „%1“ али се не може уклонити. Проверите да га нека апликација тренутно не користи. - + (backup) - + (backup %1) - + Undefined State. Неодређено стање. - + Waits to start syncing. Чекам почетак синхронизације. - + Preparing for sync. Припремам синхронизацију. - + Sync is running. Синхронизација у току. - + Last Sync was successful. Последња синхронизација је била успешна. - + Last Sync was successful, but with warnings on individual files. Последња синхронизација је била успешна али са упозорењима за поједине фајлове. - + Setup Error. Грешка подешавања. - + User Abort. Корисник прекинуо. - + Sync is paused. Синхронизација је паузирана. - + %1 (Sync is paused) %1 (синхронизација паузирана) - + No valid folder selected! - - The selected path is not a directory! + + The selected path is not a folder! - + You have no permission to write to the selected folder! Немате дозволе за упис у изабрану фасциклу! - - - The local path %1 is already an upload folder. Please pick another one! - Локална путања %1 је већ фасцикла отпремања. Изаберите другу! - - An already configured folder is contained in the current entry. - Већ подешена фасцикла се налази у тренутном уносу. + The local folder %1 is already used in a folder sync connection. Please pick another one! + - The selected folder is a symbolic link. An already configured folder is contained in the folder this link is pointing to. - Изабрана фасцикла је симболичка веза. Већ подешена фасцикла се налази у фасцикли на коју упућује ова веза. + The local folder %1 already contains a folder used in a folder sync connection. Please pick another one! + - - An already configured folder contains the currently entered folder. - Већ подешена фасцикла садржи тренутно унесену фасциклу. + + The local folder %1 is a symbolic link. The link target already contains a folder used in a folder sync connection. Please pick another one! + - - The selected folder is a symbolic link. An already configured folder is the parent of the current selected contains the folder this link is pointing to. - Изабрана фасцикла је симболичка веза. Већ подешена фасцикла садржи тренутно изабрану фасциклу на коју упућује ова веза. + + The local folder %1 is already contained in a folder used in a folder sync connection. Please pick another one! + + + + + The local folder %1 is a symbolic link. The link target is already contained in a folder used in a folder sync connection. Please pick another one! + OCC::FolderStatusDelegate - Add Folder to Synchronize + Add Folder Sync Connection @@ -807,8 +796,8 @@ Total time left %5 - The directory alias is a descriptive name for this sync connection. - Алијас директоријума је описно име за ову везу синхронизације. + The folder alias is a descriptive name for this sync connection. + @@ -1071,28 +1060,28 @@ Account: %3 - Files or directories matching a pattern will not be synchronized. + Files or folders matching a pattern will not be synchronized. Items where deletion is allowed will be deleted if they prevent a directory from being removed. This is useful for meta data. - + Could not open file Не могу да отворим фајл - + Cannot write changes to '%1'. Не могу да упишем измене у „%1“ - + Add Ignore Pattern Додавање шаблона за игнорисање - + Add a new ignore pattern: Додајте нови шаблон за игнорисање: @@ -1396,13 +1385,13 @@ for additional privileges during the process. - Sync the directory '%1' - Синхронизуј директоријум „%1“ + Sync the folder '%1' + - <p><small><strong>Warning:</strong> The local directory is not empty. Pick a resolution!</small></p> - <p><small><strong>Упозорење:</strong> Локални директоријум није празан. Изаберите решење!</small></p> + <p><small><strong>Warning:</strong> The local folder is not empty. Pick a resolution!</small></p> + @@ -1465,29 +1454,29 @@ for additional privileges during the process. OCC::OwncloudSetupPage - + Connect to %1 Повежи %1 - + Setup %1 server Подеси %1 сервер - + This url is NOT secure as it is not encrypted. It is not advisable to use it. Ова адреса НИЈЕ безбедна јер није шифрована. Не препоручује се њено коришћење. - + This url is secure. You can use it. Ова адреса је безбедна. Можете је користити. - + &Next > &Следеће > @@ -1627,7 +1616,7 @@ It is not advisable to use it. Не могу да уклоним и направим резервну копију фасцикле јер су фасцикла или фајл отворени у другом програму. Затворите фасциклу или фајл и покушајте поново или одустаните од подешавања. - + <font color="green"><b>Local sync folder %1 successfully created!</b></font> <font color="green"><b>Локална фасцикла за синхронизовање %1 је успешно направљена!</b></font> @@ -1635,12 +1624,12 @@ It is not advisable to use it. OCC::OwncloudWizard - + %1 Connection Wizard %1 чаробњак повезивања - + Skip folders configuration Прескочи подешавање фасцикли @@ -1749,8 +1738,8 @@ It is not advisable to use it. - A file or directory was removed from a read only share, but restoring failed: %1 - Фајл или директоријум је уклоњен из дељења које је само за читање али враћење није успело: %1 + A file or folder was removed from a read only share, but restoring failed: %1 + @@ -1762,8 +1751,8 @@ It is not advisable to use it. - could not create directory %1 - не могу да направим директоријум %1 + could not create folder %1 + @@ -1775,8 +1764,8 @@ It is not advisable to use it. - Could not remove directory '%1'; - Не могу да уклоним директоријум %1; + Could not remove folder '%1'; + @@ -2301,7 +2290,7 @@ It is not advisable to use it. OCC::SocketApi - + Share with %1 parameter is ownCloud Подели са %1 @@ -2514,11 +2503,6 @@ It is not advisable to use it. Success. Успешно. - - - CSync failed to load or create the journal file. Make sure you have read and write permissions in the local sync directory. - CSync није успео да направи фајл дневника. Проверите да ли имате дозволе за читање и писање у локалном директоријуму за синхронизацију. - CSync failed to load the journal file. The journal file is corrupted. @@ -2590,9 +2574,29 @@ It is not advisable to use it. CSync није успео јер нема радње услед одбијања дозвола. - - CSync tried to create a directory that already exists. - CSync је покушао да направи директоријум који већ постоји. + + The mounted folder is temporarily not available on the server + + + + + An error occurred while opening a folder + + + + + Error while reading folder. + + + + + Not allowed because you don't have permission to add parent folder + + + + + Not allowed because you don't have permission to add files in that folder + @@ -2609,11 +2613,6 @@ It is not advisable to use it. Aborted by the user Прекинуо корисник - - - The mounted directory is temporarily not available on the server - Монтирани директоријум тренутно није доступан на серверу - Filename contains invalid characters that can not be synced cross platform. @@ -2624,21 +2623,21 @@ It is not advisable to use it. CSync failed to access CSync није приступио + + + CSync failed to load or create the journal file. Make sure you have read and write permissions in the local sync folder. + + + + + CSync tried to create a folder that already exists. + + The service is temporarily unavailable Услуга је привремено недоступна - - - An error occurred while opening a directory - Грешка при отварању директоријума - - - - Error while reading directory. - - An internal error number %1 occurred. @@ -2675,79 +2674,69 @@ It is not advisable to use it. - + Filename encoding is not valid Кодирање назива фајла није исправно - + Invalid characters, please rename "%1" - + Unable to initialize a sync journal. Није могуће покренути у синхронизацију дневника. - + Cannot open the sync journal Не могу да отворим дневник синхронизације - - + + Ignored because of the "choose what to sync" blacklist Игнорисано јер се не налази на листи за синхронизацију - - Not allowed because you don't have permission to add sub-directories in that directory - Није могуће јер немате дозволу да додајете поддиректоријуме у тај директоријум + + Not allowed because you don't have permission to add subfolders to that folder + - - Not allowed because you don't have permission to add parent directory - Није могуће јер немате дозволу да додајете наддиректоријум - - - - Not allowed because you don't have permission to add files in that directory - Није могуће јер немате дозволу да додајете фајлове у тај директоријум - - - + Not allowed to upload this file because it is read-only on the server, restoring Није могуће отпремити овај фајл јер је на серверу само за читање. Враћам - - + + Not allowed to remove, restoring Није могуће уклањање. Враћам - + Local files and share folder removed. Локални фајлови и дељена фасцикла су уклоњени. - + Move not allowed, item restored Премештање није дозвољено. Ставка је враћена - + Move not allowed because %1 is read-only Премештање није дозвољено јер %1 је само за читање - + the destination одредиште - + the source извор @@ -2820,22 +2809,36 @@ It is not advisable to use it. - + + + + Log in... + + + + + + + Log out + Одјава + + + None. Нема - + Recent Changes Недавне измене - + Managed Folders: Управљане фасцикле: - + Open folder '%1' Отвори фасциклу „%1“ @@ -2845,37 +2848,40 @@ It is not advisable to use it. Отвори %1 у прегледачу - + + Log out everywhere + + + + + Log in everywhere... + + + + Unknown status Непознато стање - + Settings... Поставке... - + Details... Детаљи... - + Help Помоћ - + Quit %1 Напусти %1 - - - - - Sign in... - Пријави се... - Disconnected from %1 @@ -2892,55 +2898,38 @@ It is not advisable to use it. - - - - Sign out - Одјави се - - - - Sign out everywhere - - - - - Sign in everywhere... - - - - + Crash now Only shows in debug mode to allow testing the crash handler Падни сада - + No items synced recently Ништа није недавно синхронизовано - + Discovering '%1' Откривам „%1“ - + Syncing %1 of %2 (%3 left) Синхронизујем %1 од %2 (преостало %3) - + Syncing %1 (%2 left) Синхронизујем %1 (преостало %2) - + %1 (%2, %3) %1 (%2, %3) - + Up to date Ажурно @@ -2976,6 +2965,11 @@ It is not advisable to use it. Server Сервер + + + <html><head/><body><p>If this box is checked, existing content in the local folder will be erased to start a clean sync from the server.</p><p>Do not check this if the local content should be uploaded to the servers folder.</p></body></html> + + Start a &clean sync (Erases the local folder!) @@ -3001,11 +2995,6 @@ It is not advisable to use it. &Keep local data &Остави локалне податке - - - <html><head/><body><p>If this box is checked, existing content in the local directory will be erased to start a clean sync from the server.</p><p>Do not check this if the local content should be uploaded to the servers directory.</p></body></html> - <html><head/><body><p>Ако је ово поље означено, постојећи садржај локалног директоријума биће обрисан да би започела чиста синхронизација са сервера.</p><p>Не означавајте ако локални садржај треба отпремити у директоријуме на серверу.</p></body></html> - S&ync everything from server @@ -3161,67 +3150,62 @@ It is not advisable to use it. Utility - - %L1 TB - - - - + %L1 GB - + %L1 MB - - %L1 kB + + %L1 KB - + %L1 B %L1 B - + %Ln year(s) - + %Ln month(s) - + %Ln day(s) - + %Ln hour(s) - + %Ln minute(s) - + %Ln second(s) - + 0 seconds - + %1 %2 %1 %2 diff --git a/translations/client_sv.ts b/translations/client_sv.ts index 34b75bf72..c473b81e1 100644 --- a/translations/client_sv.ts +++ b/translations/client_sv.ts @@ -63,14 +63,6 @@ Textetikett - - OCC::Account - - - %1@%2 - - - OCC::AccountSettings @@ -85,8 +77,8 @@ - Delete - Ta bort + Remove Account + Radera Konto @@ -105,8 +97,8 @@ - - + + Cancel Avbryt @@ -121,137 +113,142 @@ Inget konto är konfigurerat. - - Remove folder - - - - + Folder creation failed - + <p>Could not create local folder <i>%1</i>. - - Confirm Folder Remove - Bekräfta radering av mapp - - - + Stop syncing - + Confirm Folder Reset Bekräfta återställning av mapp - + <p>Do you really want to reset folder <i>%1</i> and rebuild your client database?</p><p><b>Note:</b> This function is designed for maintenance purposes only. No files will be removed, but this can cause significant data traffic and take several minutes or hours to complete, depending on the size of the folder. Only use this option if advised by your administrator.</p> <p>Vill du verkligen nollställa mappen <i>%1</i> och återställa din databas?</p><p><b>Notera:</b> Denna funktion är endast designad för underhållsuppgifter. Inga filer raderas, men kan skapa mycket datatrafik och ta allt från några minuter till flera timmar att slutföra, beroende på storleken på mappen. Använd endast detta alternativ om du har blivit uppmanad av din systemadministratör.</p> - + Sync Running Synkronisering pågår - + The syncing operation is running.<br/>Do you want to terminate it? En synkronisering pågår.<br/>Vill du avbryta den? - + %1 as <i>%2</i> - + Connected to %1. - + Server %1 is temporarily unavailable. - + Signed out from %1. - + No connection to %1 at %2. - + There are new folders that were not synchronized because they are too big: %1 - + , , - - Confirm Account Delete + + Confirm Account Removal - + <p>Do you really want to remove the connection to the account <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> - + Remove connection - + Open folder - + + Choose What to Sync + Välj vad som ska synkas + + + Resume sync - + Pause sync - + + Remove sync + + + + + Confirm Sync Removal + + + + <p>Do you really want to stop syncing the folder <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> - + %1 (%3%) of %2 in use. Some folders, including network mounted or shared folders, might have different limits. - + %1 of %2 in use - + Currently there is no storage usage information available. Just nu finns ingen utrymmes information tillgänglig - + No %1 connection configured. Ingen %1 anslutning konfigurerad. @@ -378,18 +375,12 @@ - - - Unable to connect to %1 - Kan ej koppla upp till %1 - - - + timeout timeout - + The provided credentials are not correct De angivna uppgifterna stämmer ej @@ -424,8 +415,8 @@ - %1 should be a directory but is not. - %1 ska vara en mapp, men är inte det. + %1 should be a folder but is not. + @@ -510,37 +501,35 @@ Synk aktivitet - + Could not read system exclude file Kunde inte läsa systemets exkluderings-fil - + A new folder larger than %1 MB has been added: %2. Please go in the settings to select it if you wish to download it. - + This sync would remove all the files in the sync folder '%1'. -This might be because the folder was silently reconfigured, or that all the file were manually removed. +This might be because the folder was silently reconfigured, or that all the files were manually removed. Are you sure you want to perform this operation? - Denna synk skulle radera alla filer i mappen '%1'. -Detta kan bero på att konfigurationen för mappen ändrats, eller att alla filer raderats manuellt. -Är du säker på att du vill fortsätta? + - + Remove All Files? Ta bort alla filer? - + Remove all files Ta bort alla filer - + Keep files Behåll filer @@ -558,111 +547,111 @@ Detta kan bero på att konfigurationen för mappen ändrats, eller att alla file En gammal synkroniseringsjournal '%1' hittades, men kunde inte raderas. Vänligen se till att inga program för tillfället använder den. - + (backup) - + (backup %1) - + Undefined State. Okänt tillstånd. - + Waits to start syncing. Väntar på att starta synkronisering. - + Preparing for sync. Förbereder synkronisering - + Sync is running. Synkronisering pågår. - + Last Sync was successful. Senaste synkronisering lyckades. - + Last Sync was successful, but with warnings on individual files. Senaste synkning lyckades, men det finns varningar för vissa filer! - + Setup Error. Inställningsfel. - + User Abort. Användare Avbryt - + Sync is paused. Synkronisering är pausad. - + %1 (Sync is paused) %1 (Synk är stoppad) - + No valid folder selected! - - The selected path is not a directory! + + The selected path is not a folder! - + You have no permission to write to the selected folder! Du har inga skrivrättigheter till den valda mappen! - - - The local path %1 is already an upload folder. Please pick another one! - Den lokala sökvägen %1 är redan en uppladdningsmapp. Välj en annan! - - An already configured folder is contained in the current entry. - En redan konfigurerad mapp finns i den aktuella posten. + The local folder %1 is already used in a folder sync connection. Please pick another one! + - The selected folder is a symbolic link. An already configured folder is contained in the folder this link is pointing to. - Den valda mappen är en symbolisk länk. En redan konfigurerad mapp finns i mappen länken pekar på. + The local folder %1 already contains a folder used in a folder sync connection. Please pick another one! + - - An already configured folder contains the currently entered folder. - En redan konfigurerad mapp innehåller den angivna mappen. + + The local folder %1 is a symbolic link. The link target already contains a folder used in a folder sync connection. Please pick another one! + - - The selected folder is a symbolic link. An already configured folder is the parent of the current selected contains the folder this link is pointing to. - Den angivna mappen är en symbolisk länk. En redan konfigurerad mapp är förälder till den valda och innehåller mappen länken pekar på. + + The local folder %1 is already contained in a folder used in a folder sync connection. Please pick another one! + + + + + The local folder %1 is a symbolic link. The link target is already contained in a folder used in a folder sync connection. Please pick another one! + OCC::FolderStatusDelegate - Add Folder to Synchronize + Add Folder Sync Connection @@ -807,8 +796,8 @@ Total tid kvar %5 - The directory alias is a descriptive name for this sync connection. - Katalogens alias är ett beskrivande namn för denna synkroniseringsanslutning. + The folder alias is a descriptive name for this sync connection. + @@ -1071,28 +1060,28 @@ Account: %3 - Files or directories matching a pattern will not be synchronized. + Files or folders matching a pattern will not be synchronized. Items where deletion is allowed will be deleted if they prevent a directory from being removed. This is useful for meta data. - + Could not open file Kunde inte öppna fil - + Cannot write changes to '%1'. Kan inte skriva förändringar till '%1'. - + Add Ignore Pattern Lägg till synk-filter - + Add a new ignore pattern: Lägg till ett nytt synk-filter: @@ -1395,13 +1384,13 @@ for additional privileges during the process. - Sync the directory '%1' + Sync the folder '%1' - <p><small><strong>Warning:</strong> The local directory is not empty. Pick a resolution!</small></p> - <p><small><strong>Varning:</strong> Den lokala mappen är inte tom. Välj en lösning!</small></p> + <p><small><strong>Warning:</strong> The local folder is not empty. Pick a resolution!</small></p> + @@ -1464,29 +1453,29 @@ for additional privileges during the process. OCC::OwncloudSetupPage - + Connect to %1 Anslut till %1 - + Setup %1 server Installerar %1 server - + This url is NOT secure as it is not encrypted. It is not advisable to use it. Denna URL är INTE säker eftersom den inte är krypterad. Det är inte lämpligt använda den. - + This url is secure. You can use it. Denna url är säker. Du kan använda den. - + &Next > &Nästa > @@ -1626,7 +1615,7 @@ Det är inte lämpligt använda den. Kan inte ta bort och göra en säkerhetskopia av mappen på grund av att mappen eller en fil i den används av ett annat program. Vänligen stäng mappen eller filen och försök igen eller avbryt installationen. - + <font color="green"><b>Local sync folder %1 successfully created!</b></font> <font color="green"><b>Lokal synkmapp %1 skapad!</b></font> @@ -1634,12 +1623,12 @@ Det är inte lämpligt använda den. OCC::OwncloudWizard - + %1 Connection Wizard %1 Anslutningsguiden - + Skip folders configuration Hoppa över konfiguration utav mappar @@ -1748,8 +1737,8 @@ Det är inte lämpligt använda den. - A file or directory was removed from a read only share, but restoring failed: %1 - En fil eller katalog togs bort från en endast-läsbar delning, men återställning misslyckades: %1 + A file or folder was removed from a read only share, but restoring failed: %1 + @@ -1761,8 +1750,8 @@ Det är inte lämpligt använda den. - could not create directory %1 - kunde ej skapa katalogen %1 + could not create folder %1 + @@ -1774,7 +1763,7 @@ Det är inte lämpligt använda den. - Could not remove directory '%1'; + Could not remove folder '%1'; @@ -2294,7 +2283,7 @@ Det är inte lämpligt använda den. OCC::SocketApi - + Share with %1 parameter is ownCloud Dela med %1 @@ -2507,11 +2496,6 @@ Det är inte lämpligt använda den. Success. Lyckades. - - - CSync failed to load or create the journal file. Make sure you have read and write permissions in the local sync directory. - CSync misslyckades att skapa en journal fil. Se till att du har läs och skriv rättigheter i den lokala synk katalogen. - CSync failed to load the journal file. The journal file is corrupted. @@ -2583,9 +2567,29 @@ Det är inte lämpligt använda den. CSYNC misslyckades på grund av att nekad åtkomst inte hanterades. - - CSync tried to create a directory that already exists. - CSync försökte skapa en mapp som redan finns. + + The mounted folder is temporarily not available on the server + + + + + An error occurred while opening a folder + + + + + Error while reading folder. + + + + + Not allowed because you don't have permission to add parent folder + + + + + Not allowed because you don't have permission to add files in that folder + @@ -2602,11 +2606,6 @@ Det är inte lämpligt använda den. Aborted by the user Avbruten av användare - - - The mounted directory is temporarily not available on the server - - Filename contains invalid characters that can not be synced cross platform. @@ -2617,21 +2616,21 @@ Det är inte lämpligt använda den. CSync failed to access + + + CSync failed to load or create the journal file. Make sure you have read and write permissions in the local sync folder. + + + + + CSync tried to create a folder that already exists. + + The service is temporarily unavailable - - - An error occurred while opening a directory - - - - - Error while reading directory. - - An internal error number %1 occurred. @@ -2668,79 +2667,69 @@ Det är inte lämpligt använda den. - + Filename encoding is not valid Filnamnskodning är inte giltig - + Invalid characters, please rename "%1" - + Unable to initialize a sync journal. Kan inte initialisera en synk journal. - + Cannot open the sync journal Kunde inte öppna synk journalen - - + + Ignored because of the "choose what to sync" blacklist Ignorerad eftersom den är svartlistad i "välj vad som ska synkas" - - Not allowed because you don't have permission to add sub-directories in that directory - Går ej att genomföra då du saknar rättigheter att lägga till underkataloger i den katalogen + + Not allowed because you don't have permission to add subfolders to that folder + - - Not allowed because you don't have permission to add parent directory - Går ej att genomföra då du saknar rättigheter att lägga till någon moderkatalog - - - - Not allowed because you don't have permission to add files in that directory - Går ej att genomföra då du saknar rättigheter att lägga till filer i den katalogen - - - + Not allowed to upload this file because it is read-only on the server, restoring Inte behörig att ladda upp denna fil då den är skrivskyddad på servern, återställer - - + + Not allowed to remove, restoring Inte behörig att radera, återställer - + Local files and share folder removed. Lokala filer och mappar som är delade är borttagna. - + Move not allowed, item restored Det gick inte att genomföra flytten, objektet återställs - + Move not allowed because %1 is read-only Det gick inte att genomföra flytten då %1 är skrivskyddad - + the destination destinationen - + the source källan @@ -2813,22 +2802,36 @@ Det är inte lämpligt använda den. - + + + + Log in... + + + + + + + Log out + Logga ut + + + None. Ingen. - + Recent Changes Senaste ändringar - + Managed Folders: Hanterade mappar: - + Open folder '%1' Öppna mapp '%1' @@ -2838,37 +2841,40 @@ Det är inte lämpligt använda den. Öppna %1 i webbläsaren - + + Log out everywhere + + + + + Log in everywhere... + + + + Unknown status Okänd status - + Settings... Inställningar... - + Details... Detaljer... - + Help Hjälp - + Quit %1 Avsluta %1 - - - - - Sign in... - Logga in... - Disconnected from %1 @@ -2885,55 +2891,38 @@ Det är inte lämpligt använda den. - - - - Sign out - Logga ut - - - - Sign out everywhere - - - - - Sign in everywhere... - - - - + Crash now Only shows in debug mode to allow testing the crash handler - + No items synced recently Inga filer har synkroniseras nyligen - + Discovering '%1' Söker igenom '%1' - + Syncing %1 of %2 (%3 left) Synkroniserar %1 av %2 (%3 kvar) - + Syncing %1 (%2 left) Synkroniserar %1 (%2 kvar) - + %1 (%2, %3) %1 (%2, %3) - + Up to date Aktuell version @@ -2969,6 +2958,11 @@ Det är inte lämpligt använda den. Server Server + + + <html><head/><body><p>If this box is checked, existing content in the local folder will be erased to start a clean sync from the server.</p><p>Do not check this if the local content should be uploaded to the servers folder.</p></body></html> + + Start a &clean sync (Erases the local folder!) @@ -2994,11 +2988,6 @@ Det är inte lämpligt använda den. &Keep local data &Behåll lokal data - - - <html><head/><body><p>If this box is checked, existing content in the local directory will be erased to start a clean sync from the server.</p><p>Do not check this if the local content should be uploaded to the servers directory.</p></body></html> - <html><head/><body><p>Om denna ruta är ikryssad så kommer existerande innehåll i den lokala mappen att raderas och en ny synkronisering sker från servern.</p><p>Kryssa inte i denna ruta om data från den lokala mappen ska laddas upp till servern.</p></body></html> - S&ync everything from server @@ -3154,67 +3143,62 @@ Det är inte lämpligt använda den. Utility - - %L1 TB - - - - + %L1 GB - + %L1 MB - - %L1 kB + + %L1 KB - + %L1 B %L1 B - + %Ln year(s) - + %Ln month(s) - + %Ln day(s) - + %Ln hour(s) - + %Ln minute(s) - + %Ln second(s) - + 0 seconds - + %1 %2 %1 %2 diff --git a/translations/client_th.ts b/translations/client_th.ts index 52600119b..288dcc904 100644 --- a/translations/client_th.ts +++ b/translations/client_th.ts @@ -63,14 +63,6 @@ ป้ายข้อความ - - OCC::Account - - - %1@%2 - %1@%2 - - OCC::AccountSettings @@ -85,8 +77,8 @@ - Delete - ลบ + Remove Account + ลบบัญชี @@ -105,8 +97,8 @@ - - + + Cancel ยกเลิก @@ -121,137 +113,142 @@ ไม่มีการกำหนดค่าบัญชี - - Remove folder - ลบโฟลเดอร์ - - - + Folder creation failed สร้างโฟลเดอร์ล้มเหลว - + <p>Could not create local folder <i>%1</i>. <p>ไม่สามารถสร้างโฟลเดอร์ต้นทาง <i>%1</i>. - - Confirm Folder Remove - ยืนยันการลบโฟลเดอร์ - - - + Stop syncing ยกเลิกการประสานข้อมูล - + Confirm Folder Reset ยืนยันการรีเซ็ตโฟลเดอร์ - + <p>Do you really want to reset folder <i>%1</i> and rebuild your client database?</p><p><b>Note:</b> This function is designed for maintenance purposes only. No files will be removed, but this can cause significant data traffic and take several minutes or hours to complete, depending on the size of the folder. Only use this option if advised by your administrator.</p> <p>คุณต้องการที่จะตั้งค่าโฟลเดอร์ <i>%1</i> และสร้างฐานข้อมูลไคลเอนต์ของคุณหรือไม่?</p><p><b>หมายเหตุ:</b>ฟังก์ชั่นนี้ถูกออกแบบมาเพื่อวัตถุประสงค์ในการซ่อมบำรุงเท่านั้น จะไม่มีไฟล์ที่ถูกลบออก แต่นี้อาจทำให้เกิดการจราจรข้อมูลที่สำคัญและใช้เวลาหลายนาทีหรือชั่วโมงขึ้นอยู่กับขนาดของโฟลเดอร์ ใช้ตัวเลือกนี้หากได้รับคำแนะนำจากผู้ดูแลระบบของคุณ - + Sync Running กำลังประสานข้อมูล - + The syncing operation is running.<br/>Do you want to terminate it? การดำเนินการเพื่อประสานข้อมูลกำลังทำงานอยู่ <br/>คุณต้องการสิ้นสุดการทำงานหรือไม่? - + %1 as <i>%2</i> %1 เช่น <i>%2</i> - + Connected to %1. เชื่อมต่อกับ %1 - + Server %1 is temporarily unavailable. เซิร์ฟเวอร์ %1 ไม่สามารถใช้ได้ชั่วคราว - + Signed out from %1. ลงชื่อออกจาก %1 - + No connection to %1 at %2. ไม่มีการเชื่อมต่อไปยัง %1 ที่ %2 - + There are new folders that were not synchronized because they are too big: %1 มีโฟลเดอร์ใหม่ที่ไม่ถูกประสานข้อมูลเพราะโฟลเดอร์มีขนาดใหญ่เกินไป: %1 - + , หรือ - - Confirm Account Delete + + Confirm Account Removal ยืนยันการลบบัญชี - + <p>Do you really want to remove the connection to the account <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> <p>คุณต้องการลบการเชื่อมต่อกับบัญชี<i>%1</i>?</p><p><b>หมายเหตุ:</b> นี้จะ <b>ไม่</b> ลบไฟล์ใดๆ</p> - + Remove connection ลบการเชื่อมต่อ - + Open folder เปิดโฟลเดอร์ - + + Choose What to Sync + เลือกสิ่งที่ต้องการประสานข้อมูล + + + Resume sync ประสานข้อมูลอีกครั้ง - + Pause sync หยุดประสานข้อมูลชั่วคราว - + + Remove sync + ลบการประสานข้อมูล + + + + Confirm Sync Removal + ยืนยันลบการประสานข้อมูล + + + <p>Do you really want to stop syncing the folder <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> <p>คุณต้องการที่จะหยุดการประสานข้อมูลโฟลเดอร์<i>%1</i>?</p><p><b>หมายเหตุ:</b> นี้จะ <b>ไม่</b> ลบไฟล์ใดๆ</p> - + %1 (%3%) of %2 in use. Some folders, including network mounted or shared folders, might have different limits. มีการใช้งาน %1 (%3%) จาก %2 บางโฟลเดอร์รวมทั้งเครือข่ายที่ติดตั้งหรือโฟลเดอร์ที่แชร์อาจมีข้อจำกัดที่แตกต่างกัน - + %1 of %2 in use มีการใช้งาน %1 จาก %2 - + Currently there is no storage usage information available. ขณะนี้ไม่มีพื้นที่จัดเก็บข้อมูลที่ใช้งานได้ - + No %1 connection configured. ไม่มีการเชื่อมต่อ %1 ที่ถูกกำหนดค่า @@ -378,18 +375,12 @@ ข้อผิดพลาดในการตรวจสอบ: ทั้งชื่อผู้ใช้หรือรหัสผ่านไม่ถูกต้อง - - - Unable to connect to %1 - ไม่สามารถเชื่อมต่อไปยัง %1 - - - + timeout หมดเวลา - + The provided credentials are not correct ระบุข้อมูลประจำตัวไม่ถูกต้อง @@ -424,8 +415,8 @@ - %1 should be a directory but is not. - %1 ควรเป็นไดเร็กทอรี่แต่ไม่ได้เป็น + %1 should be a folder but is not. + %1 ควรจะเป็นโฟลเดอร์ แต่ทำไม่ได้ @@ -510,37 +501,38 @@ ความเคลื่อนไหวของการประสานข้อมูล - + Could not read system exclude file ไม่สามารถอ่าน ยกเว้นไฟล์ระบบ - + A new folder larger than %1 MB has been added: %2. Please go in the settings to select it if you wish to download it. โฟลเดอร์ใหม่มีขนาดใหญ่กว่า %1 เมกะไบต์ ได้ถูกเพิ่ม: %2 กรุณาไปตั้งค่าถ้าคุณต้องการให้มันดาวน์โหลดได้ - + This sync would remove all the files in the sync folder '%1'. -This might be because the folder was silently reconfigured, or that all the file were manually removed. +This might be because the folder was silently reconfigured, or that all the files were manually removed. Are you sure you want to perform this operation? - นี้จะลบไฟล์ทั้งหมดที่ประสานข้อมุลในโฟลเดอร์ '%1' -นี้อาจจะเป็นเพราะโฟลเดอร์หรือไฟล์ทั้งหมดที่ถูกลบออกด้วยตนเอง คุณแน่ใจว่าคุณต้องการที่จะดำเนินการนี้? + การประสานข้อมูลนี้จะลบไฟล์ทั้งหมดที่อยู่ในโฟลเดอร์ประสานข้อมูล '%1' +สาเหตุเนื่องจากมีการเปลี่ยนแปลงข้อมูลโฟลเดอร์หรือไฟล์ทั้งหมดถูกลบด้วยตนเอง +คุณแน่ใจว่าคุณต้องการที่จะดำเนินการนี้? - + Remove All Files? ลบไฟล์ทั้งหมด? - + Remove all files ลบไฟล์ทั้งหมด - + Keep files เก็บไฟล์เอาไว้ @@ -558,112 +550,113 @@ Are you sure you want to perform this operation? บนบันทึกการประสานข้อมูลเก่า '%1' แต่ไม่สามารถลบออกได้ กรุณาตรวจสอบให้แน่ใจว่าไม่มีแอพฯ หรือการทำงานใดๆที่ใช้มันอยู่ - + (backup) (สำรองข้อมูล) - + (backup %1) (สำรองข้อมูล %1) - + Undefined State. สถานะที่ยังไม่ได้ถูกกำหนด - + Waits to start syncing. รอเริ่มต้นการประสานข้อมูล - + Preparing for sync. กำลังเตรียมการประสานข้อมูล - + Sync is running. การประสานข้อมูลกำลังทำงาน - + Last Sync was successful. ประสานข้อมูลครั้งล่าสุดเสร็จเรียบร้อยแล้ว - + Last Sync was successful, but with warnings on individual files. การประสานข้อมูลสำเร็จ แต่มีคำเตือนในแต่ละไฟล์ - + Setup Error. เกิดข้อผิดพลาดในการติดตั้ง - + User Abort. ยกเลิกผู้ใช้ - + Sync is paused. การประสานข้อมูลถูกหยุดไว้ชั่วคราว - + %1 (Sync is paused) %1 (การประสานข้อมูลถูกหยุดชั่วคราว) - + No valid folder selected! เลือกโฟลเดอร์ไม่ถูกต้อง! - - The selected path is not a directory! - ไม่ได้เลือกเส้นทางของไดเรกทอรี! + + The selected path is not a folder! + เส้นทางที่เลือกไม่ใช่โฟลเดอร์! - + You have no permission to write to the selected folder! คุณมีสิทธิ์ที่จะเขียนโฟลเดอร์ที่เลือกนี้! - - - The local path %1 is already an upload folder. Please pick another one! - มีพาธต้นทาง %1 ที่จะอัพโหลดโฟลเดอร์อยู่แล้ว กรุณาเลือกอีกอันหนึ่ง! - - An already configured folder is contained in the current entry. - โฟลเดอร์ที่ถูกกำหนดค่าไว้แล้วได้บรรจุรายการปัจจุบันอยู่ + The local folder %1 is already used in a folder sync connection. Please pick another one! + โฟลเดอร์ต้นทาง %1 ถูกใช้ไปแล้วในโฟลเดอร์ที่ประสานข้อมูล กรุณาเลือกอีกอันหนึ่ง! - The selected folder is a symbolic link. An already configured folder is contained in the folder this link is pointing to. - โฟลเดอร์ที่ถูกเลือกคือลิงค์สัญลักษณ์ ที่กำหนดค่าแล้วอยู่ในโฟลเดอร์ที่ลิงค์จะชี้ไปที่ + The local folder %1 already contains a folder used in a folder sync connection. Please pick another one! + เนื้อหาโฟลเดอร์ต้นทาง %1 ได้ถูกใช้ไปแล้วในโฟลเดอร์ที่ประสานข้อมูล กรุณาเลือกอีกอันหนึ่ง! - - An already configured folder contains the currently entered folder. - โฟลเดอร์ที่กำหนดค่าแล้วประกอบด้วยโฟลเดอร์ที่มีอยู่ในขณะนี้ + + The local folder %1 is a symbolic link. The link target already contains a folder used in a folder sync connection. Please pick another one! + โฟลเดอร์ต้นทาง %1 เป็นการเชื่อมโยงสัญลักษณ์ ลิงค์เป้าหมายมีเนื้อหาโฟลเดอร์ที่ถูกใช้ไปแล้วในโฟลเดอร์ที่ประสานข้อมูล กรุณาเลือกอีกอันหนึ่ง! - - The selected folder is a symbolic link. An already configured folder is the parent of the current selected contains the folder this link is pointing to. - โฟลเดอร์ที่ถูกเลือกคือลิงค์สัญลักษณ์ ที่กำหนดค่าแล้วเป็นโฟลเดอร์หลักที่เลือกในปัจจุบัน โฟลเดอร์ประกอบด้วยลิงค์ที่ชี้ไปที่ + + The local folder %1 is already contained in a folder used in a folder sync connection. Please pick another one! + เนื้อหาของโฟลเดอร์ต้นทาง %1 ไดถูกใช้ไปแล้วในโฟลเดอร์ที่ประสานข้อมูล กรุณาเลือกอีกอันหนึ่ง! + + + + The local folder %1 is a symbolic link. The link target is already contained in a folder used in a folder sync connection. Please pick another one! + โฟลเดอร์ต้นทาง %1 เป็นการเชื่อมโยงสัญลักษณ์ +เป้าหมายของลิงค์มีเนื้อหาที่ถูกใช้ไปแล้วในโฟลเดอร์ที่ประสานข้อมูล กรุณาเลือกอีกอันหนึ่ง! OCC::FolderStatusDelegate - Add Folder to Synchronize - เพิ่มโฟลเดอร์ที่จะประสานข้อมูล + Add Folder Sync Connection + เพิ่มโฟลเดอร์ที่ต้องการประสานข้อมูล @@ -770,17 +763,17 @@ Total time left %5 Waiting... - + กรุณารอซักครู่... Waiting for %n other folder(s)... - + กำลังรออีก (%n) โฟลเดอร์... Preparing to sync... - + กำลังเตรียมพร้อมในการประสานข้อมูล @@ -806,8 +799,8 @@ Total time left %5 - The directory alias is a descriptive name for this sync connection. - นามแฝงไดเรกทอรีเป็นชื่อที่อธิบายสำหรับเชื่อมต่อการประสานข้อมูลนี้ + The folder alias is a descriptive name for this sync connection. + นามแฝงโฟลเดอร์เป็นชื่อที่อธิบายสำหรับการเชื่อมต่อประสานข้อมูลนี้ @@ -1074,30 +1067,30 @@ Account: %3 - Files or directories matching a pattern will not be synchronized. + Files or folders matching a pattern will not be synchronized. Items where deletion is allowed will be deleted if they prevent a directory from being removed. This is useful for meta data. - ไฟล์หรือไดเรกทอรีตรงกับรูปแบบจะไม่ถูกประสานข้อมูล + ไฟล์หรือโฟลเดอร์ที่เหมือนกันจะไม่ถูกประสานข้อมูล -รายการที่ลบจะอนุญาตให้ลบถ้าพวกเขาป้องกันไม่ให้ไดเรกทอรีจากการถูกลบออก นี้จะเป็นประโยชน์สำหรับข้อมูล meta +รายการที่ลบจะถูกอนุญาตให้ลบถ้าพวกเขาป้องกันไม่ให้ไดเรกทอรีถูกลบออก นี้จะเป็นประโยชน์สำหรับข้อมูล meta - + Could not open file ไม่สามารถเปิดไฟล์ - + Cannot write changes to '%1'. ไม่สามารถเขียนเปลี่ยนเป็น '%1' - + Add Ignore Pattern เพิ่มการละเว้นรูปแบบ - + Add a new ignore pattern: เพิ่มการละเว้นรูปแบบใหม่: @@ -1400,13 +1393,13 @@ for additional privileges during the process. - Sync the directory '%1' - ประสานข้อมูลไดเรกทอรี '%1' + Sync the folder '%1' + ประสานข้อมูลโฟลเดอร์ '%1' - <p><small><strong>Warning:</strong> The local directory is not empty. Pick a resolution!</small></p> - <p><small><strong>คำเตือน:</strong>ไดเรกทอรีต้นทางไม่ว่างเปล่า เลือกความละเอียด!</small></p> + <p><small><strong>Warning:</strong> The local folder is not empty. Pick a resolution!</small></p> + <p><small><strong>คำเตือน:</strong> โฟลเดอร์ต้นทางจะต้องไม่ว่างเปล่า เลือกความละเอียด!</small></p> @@ -1469,29 +1462,29 @@ for additional privileges during the process. OCC::OwncloudSetupPage - + Connect to %1 เชื่อมต่อไปยัง %1 - + Setup %1 server ติดตั้งเซิร์ฟเวอร์ %1 - + This url is NOT secure as it is not encrypted. It is not advisable to use it. URL นี้ไม่มีความปลอดภัยเพราะมันไม่ถูกเข้ารหัส ไม่แนะนำให้ใช้ - + This url is secure. You can use it. URL นี้มีความปลอดภัย คุณสามารถใช้มัน - + &Next > และถัดไป > @@ -1631,7 +1624,7 @@ It is not advisable to use it. ไม่สามารถลบและสำรองข้อมูลโฟลเดอร์เพราะโฟลเดอร์หรือไฟล์ในนั้นจะเปิดในโปรแกรมอื่นอยู่ กรุณาปิดโฟลเดอร์หรือไฟล์และกดลองใหม่อีกครั้งหรือยกเลิกการติดตั้ง - + <font color="green"><b>Local sync folder %1 successfully created!</b></font> <font color="green"><b>ประสานข้อมูลโฟลเดอร์ต้นทาง %1 ได้ถูกสร้างขึ้นเรียบร้อยแล้ว!</b></font> @@ -1639,12 +1632,12 @@ It is not advisable to use it. OCC::OwncloudWizard - + %1 Connection Wizard %1 ตัวช่วยสร้างการเชื่อมต่อ - + Skip folders configuration ข้ามการกำหนดค่าโฟลเดอร์ @@ -1753,8 +1746,8 @@ It is not advisable to use it. - A file or directory was removed from a read only share, but restoring failed: %1 - แฟ้มหรือไดเรกทอรีถูกลบออกจากการแชร์เพื่ออ่านเพียงอย่างเดียว แต่การฟื้นฟูล้มเหลว: %1 + A file or folder was removed from a read only share, but restoring failed: %1 + ไฟล์หรือโฟลเดอร์ที่ถูกลบออกจากส่วนการอ่านเพียงอย่างเดียว แต่ล้มเหลวในการฟื้นฟู: %1 @@ -1766,8 +1759,8 @@ It is not advisable to use it. - could not create directory %1 - ไม่สามารถสร้างไดเรกทอรี %1 + could not create folder %1 + ไม่สามารถสร้างโฟลเดอร์ %1 @@ -1779,8 +1772,8 @@ It is not advisable to use it. - Could not remove directory '%1'; - ไม่สามารถลบไดเรกทอรี '%1'; + Could not remove folder '%1'; + ไม่สามารถลบโฟลเดอร์ '%1'; @@ -2299,7 +2292,7 @@ It is not advisable to use it. OCC::SocketApi - + Share with %1 parameter is ownCloud แชร์กับ %1 @@ -2440,12 +2433,12 @@ It is not advisable to use it. Untrusted Certificate - + ใบรับรองไม่น่าเชื่อถือ Cannot connect securely to <i>%1</i>: - + ไม่สามารถเชื่อมต่อแบบปลอดภัยไปยัง <i>%1</i>: @@ -2510,11 +2503,6 @@ It is not advisable to use it. Success. เสร็จสิ้น - - - CSync failed to load or create the journal file. Make sure you have read and write permissions in the local sync directory. - CSync ไม่สามารถโหลดหรือสร้างไฟล์เจอร์นัล ให้แน่ใจว่าคุณได้อ่านและเขียนสิทธิ์ในไดเรกทอรีผสานข้อมูลต้นทางแล้ว - CSync failed to load the journal file. The journal file is corrupted. @@ -2586,9 +2574,29 @@ It is not advisable to use it. CSync ล้มเหลว เนื่องจากไม่สามารถจัดการกับการปฏิเสธให้เข้าใช้งานได้ - - CSync tried to create a directory that already exists. - CSync ได้พยายามที่จะสร้างไดเร็กทอรี่ที่มีอยู่แล้ว + + The mounted folder is temporarily not available on the server + โฟลเดอร์ที่ติดตั้งชั่วคราว ไม่สามารถใช้งานบนเซิร์ฟเวอร์ + + + + An error occurred while opening a folder + เกิดข้อผิดพลาดบางอย่างขณะกำลังเปิดโฟลเดอร์ + + + + Error while reading folder. + เกิดข้อผิดพลาดขณะกำลังอ่านโฟลเดอร์ + + + + Not allowed because you don't have permission to add parent folder + ไม่ได้รับอนุญาต เพราะคุณไม่มีสิทธิ์ที่จะเพิ่มโฟลเดอร์หลัก + + + + Not allowed because you don't have permission to add files in that folder + ไม่ได้รับอนุญาต เพราะคุณไม่มีสิทธิ์ที่จะเพิ่มไฟล์ในโฟลเดอร์นั้น @@ -2605,11 +2613,6 @@ It is not advisable to use it. Aborted by the user ยกเลิกโดยผู้ใช้ - - - The mounted directory is temporarily not available on the server - ไดเรกทอรีที่ติดตั้งชั่วคราวไม่สามารถใช้ได้บนเซิร์ฟเวอร์ - Filename contains invalid characters that can not be synced cross platform. @@ -2620,21 +2623,21 @@ It is not advisable to use it. CSync failed to access ล้มเหลวในการเข้าถึง CSync + + + CSync failed to load or create the journal file. Make sure you have read and write permissions in the local sync folder. + CSync ผิดพลาด ไม่สามารถโหลดหรือสร้างไฟล์เจอร์นัล ให้แน่ใจว่าคุณได้อ่านและเขียนสิทธิ์ในการประสานโฟลเดอร์ต้นทาง + + + + CSync tried to create a folder that already exists. + CSync พยายามสร้างโฟลเดอร์ที่มีอยู่แล้ว + The service is temporarily unavailable ไม่สามารถใช้บริการได้ชั่วคราว - - - An error occurred while opening a directory - เกิดข้อผิดพลาดในขณะที่เปิดไดเรกทอรี - - - - Error while reading directory. - ข้อผิดพลาดในขณะที่อ่านไดเรกทอรี - An internal error number %1 occurred. @@ -2671,79 +2674,69 @@ It is not advisable to use it. สถิติความล้มเหลว - + Filename encoding is not valid การเข้ารหัสชื่อไฟล์ไม่ถูกต้อง - + Invalid characters, please rename "%1" ตัวอักษรไม่ถูกต้อง โปรดเปลี่ยนชื่อ "%1" - + Unable to initialize a sync journal. ไม่สามารถเตรียมการประสานข้อมูลเจอร์นัล - + Cannot open the sync journal ไม่สามารถเปิดการผสานข้อมูลเจอร์นัล - - + + Ignored because of the "choose what to sync" blacklist ถูกละเว้นเพราะ "ข้อมูลที่เลือกประสาน" ติดบัญชีดำ - - Not allowed because you don't have permission to add sub-directories in that directory - ไม่อนุญาตเพราะคุณไม่ได้รับอนุญาตให้เพิ่มไดเรกทอรีย่อยในไดเรกทอรีนี้ + + Not allowed because you don't have permission to add subfolders to that folder + ไม่อนุญาติเพราะคุณไม่มีสิทธิ์ที่จะเพิ่มโฟลเดอร์ย่อยของโฟลเดอร์นั้น - - Not allowed because you don't have permission to add parent directory - ไม่อนุญาตให้เพราะคุณไม่ได้รับอนุญาตให้เพิ่มไดเรกทอรีหลัก - - - - Not allowed because you don't have permission to add files in that directory - ไม่อนุญาตให้เพราะคุณไม่ได้รับอนุญาตให้เพิ่มไฟล์ในไดเรกทอรีนี้ - - - + Not allowed to upload this file because it is read-only on the server, restoring ไม่อนุญาตให้อัพโหลดไฟล์นี้เพราะมันจะอ่านได้เพียงอย่างเดียวบนเซิร์ฟเวอร์ กำลังฟื้นฟู - - + + Not allowed to remove, restoring ไม่อนุญาตให้ลบเพราะกำลังฟื้นฟู - + Local files and share folder removed. ไฟล์ต้นทางและโฟลเดอร์ที่แชร์ถูกลบออก - + Move not allowed, item restored ไม่ได้รับอนุญาตให้ย้าย เพราะกำลังฟื้นฟูรายการ - + Move not allowed because %1 is read-only ไม่อนุญาตให้ย้ายเพราะ %1 จะอ่านได้เพียงอย่างเดียว - + the destination ปลายทาง - + the source แหล่งที่มา @@ -2816,22 +2809,36 @@ It is not advisable to use it. เปิดในเบราว์เซอร์ - + + + + Log in... + เข้าสู่ระบบ... + + + + + + Log out + ออกจากระบบ + + + None. ไม่มี - + Recent Changes การเปลี่ยนแปลงล่าสุด - + Managed Folders: โฟลเดอร์ที่มีการจัดการแล้ว: - + Open folder '%1' เปิดโฟลเดอร์ '%1' @@ -2841,37 +2848,40 @@ It is not advisable to use it. เปิด %1 ในเบราว์เซอร์ - + + Log out everywhere + ออกจากระบบในที่อื่นๆ + + + + Log in everywhere... + เข้าสู่ระบบจากที่อื่นๆ + + + Unknown status สถานะที่ไม่รู้จัก - + Settings... ตั้งค่า... - + Details... รายละเอียด... - + Help ช่วยเหลือ - + Quit %1 ออก %1 - - - - - Sign in... - เข้าสู่ระบบ... - Disconnected from %1 @@ -2888,55 +2898,38 @@ It is not advisable to use it. บัญชี %1: %2 - - - - Sign out - ออกจากระบบ - - - - Sign out everywhere - ออกจากระบบได้จากทุกที่ - - - - Sign in everywhere... - เข้าสู่ระบบได้จากทุกที่ ... - - - + Crash now Only shows in debug mode to allow testing the crash handler ความผิดพลาดในขณะนี้ - + No items synced recently ไม่มีรายการที่ถูกประสานข้อมูลเมื่อเร็วๆ นี้ - + Discovering '%1' กำลังค้นหา '%1' - + Syncing %1 of %2 (%3 left) กำลังประสานข้อมูล %1 จาก %2 (เหลือ %3) - + Syncing %1 (%2 left) กำลังประสานข้อมูล %1 (เหลือ %2) - + %1 (%2, %3) %1 (%2, %3) - + Up to date ถึงวันที่ @@ -2972,6 +2965,11 @@ It is not advisable to use it. Server เซิร์ฟเวอร์ + + + <html><head/><body><p>If this box is checked, existing content in the local folder will be erased to start a clean sync from the server.</p><p>Do not check this if the local content should be uploaded to the servers folder.</p></body></html> + <html><head/><body><p>ถ้ากล่องนี้ถูกตรวจสอบ เนื้อหาที่มีอยู่ในโฟลเดอร์ในเครื่องจะถูกลบเพื่อเริ่มต้นล้างการประสานข้อมูลจากเซิร์ฟเวอร์</p><p>ไม่ต้องตรวจสอบนี้หากเนื้อหาต้นทางได้รับการอัพโหลดไปยังโฟลเดอร์เซิร์ฟเวอร์</p></body></html> + Start a &clean sync (Erases the local folder!) @@ -2997,11 +2995,6 @@ It is not advisable to use it. &Keep local data และเก็บข้อมูลต้นทาง - - - <html><head/><body><p>If this box is checked, existing content in the local directory will be erased to start a clean sync from the server.</p><p>Do not check this if the local content should be uploaded to the servers directory.</p></body></html> - <html><head/><body><p>ถ้าติ๊กเลือกกล่องนี้ เนื้อหาที่มีอยู่ในไดเรกทอรีต้นทางจะถูกลบเพื่อเริ่มต้นล้างการประสานข้อมูลจากเซิร์ฟเวอร์</p><p>หากไม่ได้ติ๊กเลือกเนื้อหาต้นทางจะถูกอัพโหลดไปยังไดเรกทอรีของเซิร์ฟเวอร์</p></body></html> - S&ync everything from server @@ -3157,67 +3150,62 @@ It is not advisable to use it. Utility - - %L1 TB - %L1 เทราไบต์ - - - + %L1 GB %L1 กิกะไบต์ - + %L1 MB %L1 เมกะไบต์ - - %L1 kB + + %L1 KB %L1 กิโลไบต์ - + %L1 B %L1 B - + %Ln year(s) %Ln (ปี) - + %Ln month(s) %Ln (เดือน) - + %Ln day(s) %Ln (วัน) - + %Ln hour(s) %Ln (ชั่วโมง) - + %Ln minute(s) %Ln (นาที) - + %Ln second(s) %Ln (วินาที) - + 0 seconds 0 วินาที - + %1 %2 %1 %2 diff --git a/translations/client_tr.ts b/translations/client_tr.ts index 63af3997b..d76dd3033 100644 --- a/translations/client_tr.ts +++ b/translations/client_tr.ts @@ -63,14 +63,6 @@ MetinEtiketi - - OCC::Account - - - %1@%2 - %1@%2 - - OCC::AccountSettings @@ -85,8 +77,8 @@ - Delete - Sil + Remove Account + @@ -105,8 +97,8 @@ - - + + Cancel İptal @@ -121,137 +113,142 @@ Hiçbir hesap yapılandırılmamış. - - Remove folder - Klasörü sil - - - + Folder creation failed Klasör oluşturma başarısız oldu - + <p>Could not create local folder <i>%1</i>. <p><i>%1</i> yerel klasörü oluşturulamadı. - - Confirm Folder Remove - Klasör Kaldırma İşlemini Onayla - - - + Stop syncing Eşitlemeyi durdur - + Confirm Folder Reset Klasör Sıfırlamayı Onayla - + <p>Do you really want to reset folder <i>%1</i> and rebuild your client database?</p><p><b>Note:</b> This function is designed for maintenance purposes only. No files will be removed, but this can cause significant data traffic and take several minutes or hours to complete, depending on the size of the folder. Only use this option if advised by your administrator.</p> <p>Gerçekten <i>%1</i> klasörünü sıfırlamak ve istemci veritabanını yeniden inşa etmek istiyor musunuz?</p><p><b>Not:</b> Bu işlev sadece bakım amaçlı tasarlandı. Hiçbir dosya kaldırılmayacak, fakat bu işlem büyük veri trafiğine sebep olabilir ve klasör boyutuna bağlı olarak tamamlanması birkaç dakikadan birkaç saate kadar sürebilir. Bu seçeneği sadece yöneticiniz tarafından istenmişse kullanın.</p> - + Sync Running Eşitleme Çalışıyor - + The syncing operation is running.<br/>Do you want to terminate it? Eşitleme işlemi devam ediyor.<br/>Durdurmak istiyor musunuz? - + %1 as <i>%2</i> %1 <i>%2</i> - + Connected to %1. %1 ile bağlı. - + Server %1 is temporarily unavailable. %1 sunucusu geçici olarak ulaşılamaz durumda. - + Signed out from %1. %1 oturumu sonlandırıldı. - + No connection to %1 at %2. %1 ile %2 bağlantısı yok. - + There are new folders that were not synchronized because they are too big: %1 Çok büyük olduklarından eşitlenmemiş yeni klasörler mevcut: %1 - + , , - - Confirm Account Delete - Hesap Silinmesini Onaylayın + + Confirm Account Removal + - + <p>Do you really want to remove the connection to the account <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> <p><i>%1</i> hesabının bağlantısını kaldırmayı gerçekten istiyor musunuz?</p><p><b>Not:</b> Bu işlem herhangi bir dosyayı <b>silmeyecektir</b>.</p> - + Remove connection Bağlantıyı kaldır - + Open folder Klasörü aç - + + Choose What to Sync + Ne Eşitleneceğini Seçin + + + Resume sync Eşitlemeye devam et - + Pause sync Eşitlemeyi duraklat - + + Remove sync + + + + + Confirm Sync Removal + + + + <p>Do you really want to stop syncing the folder <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> <p><i>%1</i> klasörünün eşitlemesini durdurmayı gerçekten istiyor musunuz?</p><p><b>Not:</b> Bu işlem herhangi bir dosyayı <b>silmeyecektir</b>.</p> - + %1 (%3%) of %2 in use. Some folders, including network mounted or shared folders, might have different limits. %1 (%3%) / %2 kullanımda. Ağdan bağlanmış veya paylaşılan dizinlerin farklı sınırları olabilir. - + %1 of %2 in use %1 / %2 kullanımda - + Currently there is no storage usage information available. Şu anda depolama kullanım bilgisi mevcut değil. - + No %1 connection configured. Hiç %1 bağlantısı yapılandırılmamış. @@ -378,18 +375,12 @@ Giriş hatası: Kullanıcı adı veya parola hatalı. - - - Unable to connect to %1 - %1 bağlantısı yapılamadı - - - + timeout zaman aşımı - + The provided credentials are not correct Sağlanan kimlik bilgileri doğru değil @@ -424,8 +415,8 @@ - %1 should be a directory but is not. - %1 bir dizin olmalı, ancak değil. + %1 should be a folder but is not. + @@ -510,38 +501,36 @@ Eşitleme Etkinliği - + Could not read system exclude file Sistem hariç tutulma dosyası okunamadı - + A new folder larger than %1 MB has been added: %2. Please go in the settings to select it if you wish to download it. %1 MB boyutundan daha büyük bir yeni klasör eklendi: %2\n İndirmek istiyorsanız lütfen ayarlar bölümünden seçin. - + This sync would remove all the files in the sync folder '%1'. -This might be because the folder was silently reconfigured, or that all the file were manually removed. +This might be because the folder was silently reconfigured, or that all the files were manually removed. Are you sure you want to perform this operation? - Bu eşitleme, yerel eşitleme klasörü '%1' içindeki tüm dosyaları kaldıracak. -Bu, klasörün sessizce yeniden yapılandırılması veya tüm dosyaların el ile kaldırılmış olmasından olabilir. -Bu işlemi gerçekleştirmek istediğinize emin misiniz? + - + Remove All Files? Tüm Dosyalar Kaldırılsın mı? - + Remove all files Tüm dosyaları kaldır - + Keep files Dosyaları koru @@ -559,112 +548,112 @@ Bu işlemi gerçekleştirmek istediğinize emin misiniz? Eski eşitleme günlüğü '%1' bulundu ancak kaldırılamadı. Başka bir uygulama tarafından kullanılmadığından emin olun. - + (backup) (yedek) - + (backup %1) (yedek %1) - + Undefined State. Tanımlanmamış Durum. - + Waits to start syncing. Eşitleme başlatmak için bekliyor. - + Preparing for sync. Eşitleme için hazırlanıyor. - + Sync is running. Eşitleme çalışıyor. - + Last Sync was successful. Son Eşitleme başarılı oldu. - + Last Sync was successful, but with warnings on individual files. Son eşitleme başarılıydı, ancak tekil dosyalarda uyarılar vardı. - + Setup Error. Kurulum Hatası. - + User Abort. Kullanıcı İptal Etti. - + Sync is paused. Eşitleme duraklatıldı. - + %1 (Sync is paused) %1 (Eşitleme duraklatıldı) - + No valid folder selected! Geçerli klasör seçilmedi! - - The selected path is not a directory! - Seçilen yol bir klasör değil! + + The selected path is not a folder! + - + You have no permission to write to the selected folder! Seçilen klasöre yazma izniniz yok! - - - The local path %1 is already an upload folder. Please pick another one! - %1 yerel yolu zaten bir yükleme klasörü. Lütfen farklı bir seçim yapın! - - An already configured folder is contained in the current entry. - Zaten geçerli girdide yapılandırılmış bir klasör var. + The local folder %1 is already used in a folder sync connection. Please pick another one! + - The selected folder is a symbolic link. An already configured folder is contained in the folder this link is pointing to. - Seçilen klasör sembolik bir bağlantı. Bu bağlantının işaretlediği klasörde zaten yapılandırılmış bir klasör mevcut. + The local folder %1 already contains a folder used in a folder sync connection. Please pick another one! + - - An already configured folder contains the currently entered folder. - Zaten yapılandırılmış bir klasör içinde bulunulan klasörü içeriyor. + + The local folder %1 is a symbolic link. The link target already contains a folder used in a folder sync connection. Please pick another one! + - - The selected folder is a symbolic link. An already configured folder is the parent of the current selected contains the folder this link is pointing to. - Seçilen klasör sembolik bir bağlantı. Zaten yapılandırılmış bir klasör, bu bağlantının işaret ettiği geçerli seçimdeki klasörü içeren üst klasörü. + + The local folder %1 is already contained in a folder used in a folder sync connection. Please pick another one! + + + + + The local folder %1 is a symbolic link. The link target is already contained in a folder used in a folder sync connection. Please pick another one! + OCC::FolderStatusDelegate - Add Folder to Synchronize - Klasörü Eşitlemeye Dahil Et + Add Folder Sync Connection + @@ -808,8 +797,8 @@ Toplam kalan süre: %5 - The directory alias is a descriptive name for this sync connection. - Dizin sahte adı, bu eşitleme bağlantısı için tanımlayıcı bir addır. + The folder alias is a descriptive name for this sync connection. + @@ -1076,30 +1065,28 @@ Hesap: %3 - Files or directories matching a pattern will not be synchronized. + Files or folders matching a pattern will not be synchronized. Items where deletion is allowed will be deleted if they prevent a directory from being removed. This is useful for meta data. - Bir desen ile eşleşen dosyalar veya dizinler eşitlenmeyecektir. - -Bir dizinin silinmesine engel oluyorsa silmeye izin verilen yerlerdeki ögeler silinecektir. Bu ham veriler için kullanışlıdır. + - + Could not open file Dosya açılamadı - + Cannot write changes to '%1'. Değişiklikler '%1' üzerine yazılamıyor. - + Add Ignore Pattern Yoksayma Deseni Ekle - + Add a new ignore pattern: Yeni bir yoksayma deseni ekle: @@ -1402,13 +1389,13 @@ for additional privileges during the process. - Sync the directory '%1' - '%1' dizinini eşitle + Sync the folder '%1' + - <p><small><strong>Warning:</strong> The local directory is not empty. Pick a resolution!</small></p> - <p><small><strong>Uyarı:</strong> Yerel klasör boş değil. Bir çözüm seçin!</small></p> + <p><small><strong>Warning:</strong> The local folder is not empty. Pick a resolution!</small></p> + @@ -1471,29 +1458,29 @@ for additional privileges during the process. OCC::OwncloudSetupPage - + Connect to %1 %1 bağlantısını yap - + Setup %1 server %1 sunucusunu ayarla - + This url is NOT secure as it is not encrypted. It is not advisable to use it. Bu adres şifrelenmediğinden güvenli DEĞİL. Kullanmanız önerilmez. - + This url is secure. You can use it. Bu adres güvenli. Kullanabilirsiniz. - + &Next > &İleri > @@ -1633,7 +1620,7 @@ Kullanmanız önerilmez. Klasör veya içerisindeki bir dosya farklı bir program içerisinde açık olduğundan, kaldırma ve yedekleme işlemi yapılamıyor. Lütfen klasör veya dosyayı kapatıp yeniden deneyin veya kurulumu iptal edin. - + <font color="green"><b>Local sync folder %1 successfully created!</b></font> <font color="green"><b>Yerel eşitleme klasörü %1 başarıyla oluşturuldu!</b></font> @@ -1641,12 +1628,12 @@ Kullanmanız önerilmez. OCC::OwncloudWizard - + %1 Connection Wizard %1 Bağlantı Sihirbazı - + Skip folders configuration Klasör yapılandırmasını atla @@ -1755,8 +1742,8 @@ Kullanmanız önerilmez. - A file or directory was removed from a read only share, but restoring failed: %1 - Bir dosya veya dizin bir salt okunur paylaşımdan kaldırılmıştı, ancak geri yükleme başarısız oldu: %1 + A file or folder was removed from a read only share, but restoring failed: %1 + @@ -1768,8 +1755,8 @@ Kullanmanız önerilmez. - could not create directory %1 - %1 dizini oluşturulamadı + could not create folder %1 + @@ -1781,8 +1768,8 @@ Kullanmanız önerilmez. - Could not remove directory '%1'; - '%1' dizini silinemiyor; + Could not remove folder '%1'; + @@ -2305,7 +2292,7 @@ Kullanmanız önerilmez. OCC::SocketApi - + Share with %1 parameter is ownCloud %1 ile paylaş @@ -2518,11 +2505,6 @@ Kullanmanız önerilmez. Success. Başarılı. - - - CSync failed to load or create the journal file. Make sure you have read and write permissions in the local sync directory. - CSync, günlük dosyası yükleyemedi veya oluşturamadı. Lütfen yerel eşitleme dizininde okuma ve yazma izinleriniz olduğundan emin olun. - CSync failed to load the journal file. The journal file is corrupted. @@ -2594,9 +2576,29 @@ Kullanmanız önerilmez. CSync ele alınmayan izin reddinden dolayı başarısız. - - CSync tried to create a directory that already exists. - CSync, zaten mevcut olan bir dizin oluşturmaya çalıştı. + + The mounted folder is temporarily not available on the server + + + + + An error occurred while opening a folder + + + + + Error while reading folder. + + + + + Not allowed because you don't have permission to add parent folder + + + + + Not allowed because you don't have permission to add files in that folder + @@ -2613,11 +2615,6 @@ Kullanmanız önerilmez. Aborted by the user Kullanıcı tarafından iptal edildi - - - The mounted directory is temporarily not available on the server - Bağlanan dizin geçici olarak sunucuda kullanılabilir değil - Filename contains invalid characters that can not be synced cross platform. @@ -2628,21 +2625,21 @@ Kullanmanız önerilmez. CSync failed to access CSync erişimde başarısız oldu + + + CSync failed to load or create the journal file. Make sure you have read and write permissions in the local sync folder. + + + + + CSync tried to create a folder that already exists. + + The service is temporarily unavailable Hizmet geçiçi olarak kullanılamıyor - - - An error occurred while opening a directory - Dizin açılırken bir hata oluştu - - - - Error while reading directory. - Dizin okunurken hata oluştu. - An internal error number %1 occurred. @@ -2679,79 +2676,69 @@ Kullanmanız önerilmez. Durum hatalı. - + Filename encoding is not valid Dosya adı kodlaması geçerli değil - + Invalid characters, please rename "%1" Geçersiz karakterler, lütfen "%1" yerine yeni bir isim girin - + Unable to initialize a sync journal. Bir eşitleme günlüğü başlatılamadı. - + Cannot open the sync journal Eşitleme günlüğü açılamıyor - - + + Ignored because of the "choose what to sync" blacklist "Eşitlenecekleri seçin" kara listesinde olduğundan yoksayıldı. - - Not allowed because you don't have permission to add sub-directories in that directory - Bu dizine alt dizin ekleme yetkiniz olmadığından izin verilmedi + + Not allowed because you don't have permission to add subfolders to that folder + - - Not allowed because you don't have permission to add parent directory - Üst dizin ekleme yetkiniz olmadığından izin verilmedi - - - - Not allowed because you don't have permission to add files in that directory - Bu dizine dosya ekleme yetkiniz olmadığından izin verilmedi - - - + Not allowed to upload this file because it is read-only on the server, restoring Sunucuda salt okunur olduğundan, bu dosya yüklenemedi, geri alınıyor - - + + Not allowed to remove, restoring Kaldırmaya izin verilmedi, geri alınıyor - + Local files and share folder removed. Yerel dosyalar ve paylaşım klasörü kaldırıldı. - + Move not allowed, item restored Taşımaya izin verilmedi, öge geri alındı - + Move not allowed because %1 is read-only %1 salt okunur olduğundan taşımaya izin verilmedi - + the destination hedef - + the source kaynak @@ -2824,22 +2811,36 @@ Kullanmanız önerilmez. Tarayıcıda aç - + + + + Log in... + + + + + + + Log out + Çıkış yap + + + None. Hiçbir şey. - + Recent Changes Son Değişiklikler - + Managed Folders: Yönetilen Klasörler: - + Open folder '%1' '%1' klasörünü aç @@ -2849,37 +2850,40 @@ Kullanmanız önerilmez. %1'ı tarayıcıda aç - + + Log out everywhere + + + + + Log in everywhere... + + + + Unknown status Bilinmeyen durum - + Settings... Ayarlar... - + Details... Ayrıntılar... - + Help Yardım - + Quit %1 %1'tan çık - - - - - Sign in... - Oturum aç... - Disconnected from %1 @@ -2896,55 +2900,38 @@ Kullanmanız önerilmez. Hesap %1: %2 - - - - Sign out - Oturumu kapat - - - - Sign out everywhere - Her yerden oturumları kapat - - - - Sign in everywhere... - Her yerde oturum aç... - - - + Crash now Only shows in debug mode to allow testing the crash handler Şimdi çök - + No items synced recently Yakın zamanda eşitlenen öge yok - + Discovering '%1' Ortaya çıkarılan: %1 - + Syncing %1 of %2 (%3 left) Eşitlenen %1/%2 (%3 kaldı) - + Syncing %1 (%2 left) Eşitlenen %1 (%2 kaldı) - + %1 (%2, %3) %1 (%2, %3) - + Up to date Güncel @@ -2980,6 +2967,11 @@ Kullanmanız önerilmez. Server Sunucu + + + <html><head/><body><p>If this box is checked, existing content in the local folder will be erased to start a clean sync from the server.</p><p>Do not check this if the local content should be uploaded to the servers folder.</p></body></html> + + Start a &clean sync (Erases the local folder!) @@ -3005,11 +2997,6 @@ Kullanmanız önerilmez. &Keep local data &Yerel veriyi sakla - - - <html><head/><body><p>If this box is checked, existing content in the local directory will be erased to start a clean sync from the server.</p><p>Do not check this if the local content should be uploaded to the servers directory.</p></body></html> - <html><head/><body><p>Eğer bu kutu işaretlenmişse, yerel dizindeki tüm içerik sunucudan temiz bir eşitleme yapılabilmesi için silinecektir.</p><p>Eğer yerel içeriğin sunucu dizininden güncellenmesini istemiyorsanız, bunu işaretlemeyin.</p></body></html> - S&ync everything from server @@ -3165,67 +3152,62 @@ Kullanmanız önerilmez. Utility - - %L1 TB - %L1 TB - - - + %L1 GB %L1 GB - + %L1 MB %L1 MB - - %L1 kB - %L1 kB + + %L1 KB + - + %L1 B %L1 B - + %Ln year(s) %Ln yıl - + %Ln month(s) %Ln ay - + %Ln day(s) %Ln gün - + %Ln hour(s) %Ln saat - + %Ln minute(s) %Ln dakika - + %Ln second(s) %Ln saniye - + 0 seconds 0 saniye - + %1 %2 %1 %2 diff --git a/translations/client_uk.ts b/translations/client_uk.ts index f563aab49..667dd68ae 100644 --- a/translations/client_uk.ts +++ b/translations/client_uk.ts @@ -63,14 +63,6 @@ Мітка - - OCC::Account - - - %1@%2 - - - OCC::AccountSettings @@ -85,8 +77,8 @@ - Delete - Видалити + Remove Account + @@ -105,8 +97,8 @@ - - + + Cancel Скасувати @@ -121,137 +113,142 @@ Обліковий запис не налаштовано. - - Remove folder - - - - + Folder creation failed - + <p>Could not create local folder <i>%1</i>. - - Confirm Folder Remove - Підтвердіть видалення каталогу - - - + Stop syncing - + Confirm Folder Reset Підтвердіть скидання теки - + <p>Do you really want to reset folder <i>%1</i> and rebuild your client database?</p><p><b>Note:</b> This function is designed for maintenance purposes only. No files will be removed, but this can cause significant data traffic and take several minutes or hours to complete, depending on the size of the folder. Only use this option if advised by your administrator.</p> <p>Ви дійсно бажаєте скинути теку <i>%1</i> та перебудувати клієнтську базу даних?</p><p><b>Зверніть увагу:</b> Дана функція призначена лише для технічного обслуговування. Файли не будуть видалені, але, в залежності від розміру теки, операція може зайняти від кількох хвилин до кількох годин та може бути переданий великий обсяг даних. Використовуйте дану операцію лише за рекомендації адміністратора.</p> - + Sync Running Виконується синхронізація - + The syncing operation is running.<br/>Do you want to terminate it? Виконується процедура синхронізації.<br/>Бажаєте відмінити? - + %1 as <i>%2</i> - + Connected to %1. - + Server %1 is temporarily unavailable. - + Signed out from %1. - + No connection to %1 at %2. - + There are new folders that were not synchronized because they are too big: %1 - + , , - - Confirm Account Delete + + Confirm Account Removal - + <p>Do you really want to remove the connection to the account <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> - + Remove connection - + Open folder - + + Choose What to Sync + Оберіть, що хочете синхронізувати + + + Resume sync - + Pause sync - + + Remove sync + + + + + Confirm Sync Removal + + + + <p>Do you really want to stop syncing the folder <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> - + %1 (%3%) of %2 in use. Some folders, including network mounted or shared folders, might have different limits. - + %1 of %2 in use - + Currently there is no storage usage information available. На даний час немає відомостей про наповнення сховища. - + No %1 connection configured. Жодного %1 підключення не налаштовано. @@ -286,7 +283,7 @@ Configuration error - + Помилка конфігурації @@ -378,18 +375,12 @@ Помилка автентифікації: ім'я користувача або пароль невірні. - - - Unable to connect to %1 - Не вдалося підключитися до %1 - - - + timeout час вичерпано - + The provided credentials are not correct Введені дані не вірні @@ -424,8 +415,8 @@ - %1 should be a directory but is not. - %1 повинна бути текою, але нею не є. + %1 should be a folder but is not. + @@ -510,37 +501,35 @@ Журнал синхронізації - + Could not read system exclude file Неможливо прочитати виключений системний файл - + A new folder larger than %1 MB has been added: %2. Please go in the settings to select it if you wish to download it. - + This sync would remove all the files in the sync folder '%1'. -This might be because the folder was silently reconfigured, or that all the file were manually removed. +This might be because the folder was silently reconfigured, or that all the files were manually removed. Are you sure you want to perform this operation? - Ця синхронізація видалить усі файли з теки синхронізації '%1'. -Це може бути через те, що тека була переналаштована або усі файли були видалені з неї вручну. -Ви дійсно бажаєте продовжити цю операцію? + - + Remove All Files? Видалити усі файли? - + Remove all files Видалити усі файли - + Keep files Зберегти файли @@ -558,111 +547,111 @@ Are you sure you want to perform this operation? Знайдено старий журнал синхронізації '%1', його неможливо видалити. Будь ласка, впевніться що він не відкритий в іншій програмі. - + (backup) - + (backup %1) - + Undefined State. Невизначений стан. - + Waits to start syncing. Очікування початку синхронізації. - + Preparing for sync. Підготовка до синхронізації - + Sync is running. Синхронізація запущена. - + Last Sync was successful. Остання синхронізація була успішною. - + Last Sync was successful, but with warnings on individual files. Остання синхронізація пройшла вдало, але були зауваження про деякі файли. - + Setup Error. Помилка установки. - + User Abort. Відмінено користувачем. - + Sync is paused. Синхронізація призупинена. - + %1 (Sync is paused) %1 (Синхронізація призупинена) - + No valid folder selected! - - The selected path is not a directory! + + The selected path is not a folder! - + You have no permission to write to the selected folder! У вас немає прав на запис в цю теку! - - - The local path %1 is already an upload folder. Please pick another one! - Локальний шлях %1 вже належить каталогу для завантаження. Будь ласка, оберіть інший! - - An already configured folder is contained in the current entry. - В поточному запису містяться вже налаштовані теки. + The local folder %1 is already used in a folder sync connection. Please pick another one! + - The selected folder is a symbolic link. An already configured folder is contained in the folder this link is pointing to. - Обрана тека є символічним посиланням. В теці, на яку веде посилання, вже існує тека, що синхронізується. + The local folder %1 already contains a folder used in a folder sync connection. Please pick another one! + - - An already configured folder contains the currently entered folder. - Вже налаштований каталог містить вказану теку. + + The local folder %1 is a symbolic link. The link target already contains a folder used in a folder sync connection. Please pick another one! + - - The selected folder is a symbolic link. An already configured folder is the parent of the current selected contains the folder this link is pointing to. - Обрана тека є символічним посиланням. Тека, що вже синхронізується, має посилання на обрану директорію. + + The local folder %1 is already contained in a folder used in a folder sync connection. Please pick another one! + + + + + The local folder %1 is a symbolic link. The link target is already contained in a folder used in a folder sync connection. Please pick another one! + OCC::FolderStatusDelegate - Add Folder to Synchronize + Add Folder Sync Connection @@ -807,8 +796,8 @@ Total time left %5 - The directory alias is a descriptive name for this sync connection. - Псевдонім каталогу - наочне ім'я для цієї синхронізації. + The folder alias is a descriptive name for this sync connection. + @@ -1071,28 +1060,28 @@ Account: %3 - Files or directories matching a pattern will not be synchronized. + Files or folders matching a pattern will not be synchronized. Items where deletion is allowed will be deleted if they prevent a directory from being removed. This is useful for meta data. - + Could not open file Не вдалося відкрити файл - + Cannot write changes to '%1'. Неможливо запиасати зміни до '%1'. - + Add Ignore Pattern Додати шаблон ігнорування - + Add a new ignore pattern: Додати новий шаблон ігнорування: @@ -1395,13 +1384,13 @@ for additional privileges during the process. - Sync the directory '%1' - Синхронізувати каталог '%1' + Sync the folder '%1' + - <p><small><strong>Warning:</strong> The local directory is not empty. Pick a resolution!</small></p> - <p><small><strong>Увага:</strong> Локальна тека не пуста. Оберіть рішення!</small></p> + <p><small><strong>Warning:</strong> The local folder is not empty. Pick a resolution!</small></p> + @@ -1464,29 +1453,29 @@ for additional privileges during the process. OCC::OwncloudSetupPage - + Connect to %1 З'єднати з %1 - + Setup %1 server Налаштувати %1 сервер - + This url is NOT secure as it is not encrypted. It is not advisable to use it. Це посилання НЕ зашифроване. Ми не рекомендуємо відкривати такі посилання. - + This url is secure. You can use it. Ця адреса безпечна. Її можна використовувати. - + &Next > &Наступний> @@ -1626,7 +1615,7 @@ It is not advisable to use it. Неможливо видалити теку та створити її резервну копію, оскільки тека або файли, що в ній розташовані, використовуються. Будь ласка, закрийте всі програми, що можуть використовувати цю теку та спробуйте ще раз, або скасуйте встановлення. - + <font color="green"><b>Local sync folder %1 successfully created!</b></font> <font color="green"><b>Локальна тека синхронізації %1 успішно створена!</b></font> @@ -1634,12 +1623,12 @@ It is not advisable to use it. OCC::OwncloudWizard - + %1 Connection Wizard Майстер з'єднання %1 - + Skip folders configuration Пропустити налаштування теки @@ -1748,8 +1737,8 @@ It is not advisable to use it. - A file or directory was removed from a read only share, but restoring failed: %1 - Файл або каталог було видалено з опублікованої теки з правами тільки на перегляд, але відновити його не вдалося: %1 + A file or folder was removed from a read only share, but restoring failed: %1 + @@ -1761,8 +1750,8 @@ It is not advisable to use it. - could not create directory %1 - Не вдалося створити теку %1 + could not create folder %1 + @@ -1774,8 +1763,8 @@ It is not advisable to use it. - Could not remove directory '%1'; - Неможливо видалити теку '%1'; + Could not remove folder '%1'; + @@ -2300,7 +2289,7 @@ It is not advisable to use it. OCC::SocketApi - + Share with %1 parameter is ownCloud Поділитися з %1 @@ -2513,11 +2502,6 @@ It is not advisable to use it. Success. Успішно. - - - CSync failed to load or create the journal file. Make sure you have read and write permissions in the local sync directory. - CSync не зміг завантажити або створити файл протоколу. Перевірте, чи надано права на перегляд та запис до локальної теки. - CSync failed to load the journal file. The journal file is corrupted. @@ -2589,9 +2573,29 @@ It is not advisable to use it. CSync завершився неуспішно через порушення прав доступу. - - CSync tried to create a directory that already exists. - CSync намагалася створити каталог, який вже існує. + + The mounted folder is temporarily not available on the server + + + + + An error occurred while opening a folder + + + + + Error while reading folder. + + + + + Not allowed because you don't have permission to add parent folder + + + + + Not allowed because you don't have permission to add files in that folder + @@ -2608,11 +2612,6 @@ It is not advisable to use it. Aborted by the user Перервано користувачем - - - The mounted directory is temporarily not available on the server - Приєднана тека тимчасово недоступна на сервері - Filename contains invalid characters that can not be synced cross platform. @@ -2623,21 +2622,21 @@ It is not advisable to use it. CSync failed to access CSync не вдалося отримати доступ + + + CSync failed to load or create the journal file. Make sure you have read and write permissions in the local sync folder. + + + + + CSync tried to create a folder that already exists. + + The service is temporarily unavailable Служба тимчасово недоступна - - - An error occurred while opening a directory - Виникла помилка під час відкривання теки - - - - Error while reading directory. - - An internal error number %1 occurred. @@ -2674,79 +2673,69 @@ It is not advisable to use it. - + Filename encoding is not valid Кодування файлу не припустиме - + Invalid characters, please rename "%1" - + Unable to initialize a sync journal. Не вдалося ініціалізувати протокол синхронізації. - + Cannot open the sync journal Не вдається відкрити протокол синхронізації - - + + Ignored because of the "choose what to sync" blacklist Ігнорується через чорний список в "обрати що синхронізувати" - - Not allowed because you don't have permission to add sub-directories in that directory - Не дозволено через відсутність прав на додавання підкаталогів в цій теці. + + Not allowed because you don't have permission to add subfolders to that folder + - - Not allowed because you don't have permission to add parent directory - Не дозволено через відсутність прав на додавання батьківської теки. - - - - Not allowed because you don't have permission to add files in that directory - Не дозволено через відсутність прав на додавання файлів в цю теку. - - - + Not allowed to upload this file because it is read-only on the server, restoring Не дозволено завантажувати цей файл, оскільки він має дозвіл лише на перегляд, відновлюємо - - + + Not allowed to remove, restoring Не дозволено видаляти, відновлюємо - + Local files and share folder removed. Локальні файли та теки в загальному доступі було видалено. - + Move not allowed, item restored Переміщення не дозволено, елемент відновлено - + Move not allowed because %1 is read-only Переміщення не дозволено, оскільки %1 помічений тільки для перегляду - + the destination призначення - + the source джерело @@ -2819,22 +2808,36 @@ It is not advisable to use it. - + + + + Log in... + + + + + + + Log out + Вихід + + + None. Пусто. - + Recent Changes Недавні зміни - + Managed Folders: Керовані теки: - + Open folder '%1' Відкрити теку '%1' @@ -2844,37 +2847,40 @@ It is not advisable to use it. Відкрити %1 в браузері - + + Log out everywhere + + + + + Log in everywhere... + + + + Unknown status Невідомий статус - + Settings... Налаштування... - + Details... Деталі... - + Help Допомога - + Quit %1 Закрити %1 - - - - - Sign in... - Ввійти... - Disconnected from %1 @@ -2891,55 +2897,38 @@ It is not advisable to use it. - - - - Sign out - Вийти - - - - Sign out everywhere - - - - - Sign in everywhere... - - - - + Crash now Only shows in debug mode to allow testing the crash handler Критична помилка - + No items synced recently Нещодавно нічого не синхронізувалося - + Discovering '%1' Виявлення '%1' - + Syncing %1 of %2 (%3 left) Синхронізовано %1 з %2 (залишилося %3) - + Syncing %1 (%2 left) Синхронізовано %1 (залишилося %2) - + %1 (%2, %3) %1 (%2, %3) - + Up to date Оновлено @@ -2975,6 +2964,11 @@ It is not advisable to use it. Server Сервер + + + <html><head/><body><p>If this box is checked, existing content in the local folder will be erased to start a clean sync from the server.</p><p>Do not check this if the local content should be uploaded to the servers folder.</p></body></html> + + Start a &clean sync (Erases the local folder!) @@ -3000,11 +2994,6 @@ It is not advisable to use it. &Keep local data &Зберегти локальні дані - - - <html><head/><body><p>If this box is checked, existing content in the local directory will be erased to start a clean sync from the server.</p><p>Do not check this if the local content should be uploaded to the servers directory.</p></body></html> - <html><head/><body><p>Якщо встановлено цю позначку, існуючі дані в локальній теці будуть видалені, щоб розпочати чисту синхронізацію з сервером.</p><p>Не ставте її, якщо локальні дані мають бути завантажені на сервер.</p></body></html> - S&ync everything from server @@ -3160,67 +3149,62 @@ It is not advisable to use it. Utility - - %L1 TB - - - - + %L1 GB - + %L1 MB - - %L1 kB + + %L1 KB - + %L1 B %L1 Б - + %Ln year(s) - + %Ln month(s) - + %Ln day(s) - + %Ln hour(s) - + %Ln minute(s) - + %Ln second(s) - + 0 seconds - + %1 %2 %1 %2 diff --git a/translations/client_zh_CN.ts b/translations/client_zh_CN.ts index f2c815d0d..6c8fbddab 100644 --- a/translations/client_zh_CN.ts +++ b/translations/client_zh_CN.ts @@ -63,14 +63,6 @@ 文本标签 - - OCC::Account - - - %1@%2 - %1@%2 - - OCC::AccountSettings @@ -85,8 +77,8 @@ - Delete - 删除 + Remove Account + @@ -105,8 +97,8 @@ - - + + Cancel 取消 @@ -121,137 +113,142 @@ 没有配置的帐号。 - - Remove folder - 移除文件夹 - - - + Folder creation failed 文件夹创建失败 - + <p>Could not create local folder <i>%1</i>. <p>无法创建文件夹 <i>%1</i>。 - - Confirm Folder Remove - 确认移除文件夹 - - - + Stop syncing - + Confirm Folder Reset 确认文件夹重置 - + <p>Do you really want to reset folder <i>%1</i> and rebuild your client database?</p><p><b>Note:</b> This function is designed for maintenance purposes only. No files will be removed, but this can cause significant data traffic and take several minutes or hours to complete, depending on the size of the folder. Only use this option if advised by your administrator.</p> <p>您真希望重置文件夹 <i>%1</i> 并重新构建您的客户端数据库吗?</p><p><b>注意:</b>此功能设计仅用作维护操作。没有文件将被移除,但这将导致大量的数据传输。根据文件夹的大小,这一过程将持续几分钟到几小时。请仅在管理员指导的情况下使用此功能。</p> - + Sync Running 同步正在运行 - + The syncing operation is running.<br/>Do you want to terminate it? 正在执行同步。<br />您确定要关闭它吗? - + %1 as <i>%2</i> - + Connected to %1. 连接到 %1。 - + Server %1 is temporarily unavailable. 远程服务器%1暂时不可用。 - + Signed out from %1. 从 %1 登出 - + No connection to %1 at %2. - + There are new folders that were not synchronized because they are too big: %1 - + , - - Confirm Account Delete - 确认删除账户 + + Confirm Account Removal + - + <p>Do you really want to remove the connection to the account <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> - + Remove connection - + Open folder - + + Choose What to Sync + 选择同步内容 + + + Resume sync - + Pause sync - + + Remove sync + + + + + Confirm Sync Removal + + + + <p>Do you really want to stop syncing the folder <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> - + %1 (%3%) of %2 in use. Some folders, including network mounted or shared folders, might have different limits. - + %1 of %2 in use - + Currently there is no storage usage information available. 目前没有储存使用量信息可用。 - + No %1 connection configured. 没有 %1 连接配置。 @@ -378,18 +375,12 @@ 认证失败:用户名或密码错误 - - - Unable to connect to %1 - 无法连接到 %1 - - - + timeout 超时 - + The provided credentials are not correct 提供的证书不正确 @@ -424,8 +415,8 @@ - %1 should be a directory but is not. - %1 应为目录但并不是。 + %1 should be a folder but is not. + @@ -510,37 +501,35 @@ 同步活动 - + Could not read system exclude file 无法读取系统排除的文件 - + A new folder larger than %1 MB has been added: %2. Please go in the settings to select it if you wish to download it. - + This sync would remove all the files in the sync folder '%1'. -This might be because the folder was silently reconfigured, or that all the file were manually removed. +This might be because the folder was silently reconfigured, or that all the files were manually removed. Are you sure you want to perform this operation? - 这个同步将会移除在同步文件夹 %1 下的所有文件。 -这可能因为该文件夹被默默地重新配置过,或者所有的文件被手动地移除了。 -你确定执行该操作吗? + - + Remove All Files? 删除所有文件? - + Remove all files 删除所有文件 - + Keep files 保持所有文件 @@ -558,112 +547,112 @@ Are you sure you want to perform this operation? 一个旧的同步日志 '%1' 被找到,但是不能被移除。请确定没有应用程序正在使用它。 - + (backup) - + (backup %1) - + Undefined State. 未知状态。 - + Waits to start syncing. 等待启动同步。 - + Preparing for sync. 准备同步。 - + Sync is running. 同步正在运行。 - + Last Sync was successful. 最后一次同步成功。 - + Last Sync was successful, but with warnings on individual files. 上次同步已成功,不过一些文件出现了警告。 - + Setup Error. 安装失败 - + User Abort. 用户撤销。 - + Sync is paused. 同步已暂停。 - + %1 (Sync is paused) %1 (同步已暂停) - + No valid folder selected! - - The selected path is not a directory! - 所选择的路径并非一个目录! + + The selected path is not a folder! + - + You have no permission to write to the selected folder! 你没有写入所选文件夹的权限! - - - The local path %1 is already an upload folder. Please pick another one! - 本地路径 %1 已经是同步文件夹。 - - An already configured folder is contained in the current entry. - 当前路径包含一个已配置的文件夹。 + The local folder %1 is already used in a folder sync connection. Please pick another one! + - The selected folder is a symbolic link. An already configured folder is contained in the folder this link is pointing to. - 选择的文件夹是一个符号连接,连接指向的文件夹已经是同步文件夹。 + The local folder %1 already contains a folder used in a folder sync connection. Please pick another one! + - - An already configured folder contains the currently entered folder. - 选择的文件夹在已有的同步文件夹中。 + + The local folder %1 is a symbolic link. The link target already contains a folder used in a folder sync connection. Please pick another one! + - - The selected folder is a symbolic link. An already configured folder is the parent of the current selected contains the folder this link is pointing to. - 选择的文件夹是一个符号连接,连接指向的文件夹已经在已有的同步文件夹中。 + + The local folder %1 is already contained in a folder used in a folder sync connection. Please pick another one! + + + + + The local folder %1 is a symbolic link. The link target is already contained in a folder used in a folder sync connection. Please pick another one! + OCC::FolderStatusDelegate - Add Folder to Synchronize - 添加需要同步的文件夹 + Add Folder Sync Connection + @@ -807,8 +796,8 @@ Total time left %5 - The directory alias is a descriptive name for this sync connection. - 目录别名 + The folder alias is a descriptive name for this sync connection. + @@ -1071,28 +1060,28 @@ Account: %3 - Files or directories matching a pattern will not be synchronized. + Files or folders matching a pattern will not be synchronized. Items where deletion is allowed will be deleted if they prevent a directory from being removed. This is useful for meta data. - + Could not open file 不能打开文件 - + Cannot write changes to '%1'. 无法向 %1 中写入修改。 - + Add Ignore Pattern 增加忽略模式 - + Add a new ignore pattern: 增加新的忽略模式: @@ -1395,13 +1384,13 @@ for additional privileges during the process. - Sync the directory '%1' - 同步目录'%1' + Sync the folder '%1' + - <p><small><strong>Warning:</strong> The local directory is not empty. Pick a resolution!</small></p> - <p><small><strong>警告:</strong> 本地目录非空。选择一个操作!</small></p> + <p><small><strong>Warning:</strong> The local folder is not empty. Pick a resolution!</small></p> + @@ -1464,28 +1453,28 @@ for additional privileges during the process. OCC::OwncloudSetupPage - + Connect to %1 连接到 %1 - + Setup %1 server 设置 %1 服务器 - + This url is NOT secure as it is not encrypted. It is not advisable to use it. 这个地址没有使用加密,不够安全,不建议使用。 - + This url is secure. You can use it. 此地址是安全的。您可以使用它 - + &Next > 下一步 (&N) > @@ -1625,7 +1614,7 @@ It is not advisable to use it. 无法移除和备份文件夹,由于文件夹或文件正在被另一程序占用。请关闭程序后重试,或取消安装。 - + <font color="green"><b>Local sync folder %1 successfully created!</b></font> <font color="green"><b>本地同步目录 %1 已成功创建</b></font> @@ -1633,12 +1622,12 @@ It is not advisable to use it. OCC::OwncloudWizard - + %1 Connection Wizard %1 链接向导 - + Skip folders configuration 跳过文件夹设置 @@ -1747,8 +1736,8 @@ It is not advisable to use it. - A file or directory was removed from a read only share, but restoring failed: %1 - 文件(夹)移除了只读共享,但恢复失败:%1 + A file or folder was removed from a read only share, but restoring failed: %1 + @@ -1760,8 +1749,8 @@ It is not advisable to use it. - could not create directory %1 - 不能创建文件夹 %1 + could not create folder %1 + @@ -1773,8 +1762,8 @@ It is not advisable to use it. - Could not remove directory '%1'; - 无法删除目录'%1'; + Could not remove folder '%1'; + @@ -2295,7 +2284,7 @@ It is not advisable to use it. OCC::SocketApi - + Share with %1 parameter is ownCloud 共享给 %1 @@ -2508,11 +2497,6 @@ It is not advisable to use it. Success. 成功。 - - - CSync failed to load or create the journal file. Make sure you have read and write permissions in the local sync directory. - Csync同步失败,请确定是否有本地同步目录的读写权 - CSync failed to load the journal file. The journal file is corrupted. @@ -2584,9 +2568,29 @@ It is not advisable to use it. 出于未处理的权限拒绝,CSync 失败。 - - CSync tried to create a directory that already exists. - CSync 尝试创建了已有的文件夹。 + + The mounted folder is temporarily not available on the server + + + + + An error occurred while opening a folder + + + + + Error while reading folder. + + + + + Not allowed because you don't have permission to add parent folder + + + + + Not allowed because you don't have permission to add files in that folder + @@ -2603,11 +2607,6 @@ It is not advisable to use it. Aborted by the user 用户撤销 - - - The mounted directory is temporarily not available on the server - - Filename contains invalid characters that can not be synced cross platform. @@ -2618,21 +2617,21 @@ It is not advisable to use it. CSync failed to access + + + CSync failed to load or create the journal file. Make sure you have read and write permissions in the local sync folder. + + + + + CSync tried to create a folder that already exists. + + The service is temporarily unavailable 服务暂时不可用 - - - An error occurred while opening a directory - 打开目录失败 - - - - Error while reading directory. - - An internal error number %1 occurred. @@ -2669,79 +2668,69 @@ It is not advisable to use it. - + Filename encoding is not valid 文件名编码无效 - + Invalid characters, please rename "%1" - + Unable to initialize a sync journal. 无法初始化同步日志 - + Cannot open the sync journal 无法打开同步日志 - - + + Ignored because of the "choose what to sync" blacklist 已忽略(“选择同步内容”黑名单) - - Not allowed because you don't have permission to add sub-directories in that directory - 你没有权限增加子目录 + + Not allowed because you don't have permission to add subfolders to that folder + - - Not allowed because you don't have permission to add parent directory - 你没有权限增加父目录 - - - - Not allowed because you don't have permission to add files in that directory - 你没有权限增加文件 - - - + Not allowed to upload this file because it is read-only on the server, restoring 无法上传文件,因为服务器端此文件为只读,正在回退 - - + + Not allowed to remove, restoring 无法删除,正在回退 - + Local files and share folder removed. 本地文件和共享文件夹已被删除。 - + Move not allowed, item restored - + Move not allowed because %1 is read-only 无法移动,%1为是只读的 - + the destination 目标 - + the source @@ -2814,22 +2803,36 @@ It is not advisable to use it. 在浏览器中打开 - + + + + Log in... + + + + + + + Log out + 注销 + + + None. 无。 - + Recent Changes 最近修改 - + Managed Folders: 管理的文件夹: - + Open folder '%1' 打开文件夹“%1” @@ -2839,37 +2842,40 @@ It is not advisable to use it. 在浏览器中打开%1 - + + Log out everywhere + + + + + Log in everywhere... + + + + Unknown status 未知状态 - + Settings... 设置... - + Details... 细节... - + Help 帮助 - + Quit %1 退出 %1 - - - - - Sign in... - 登录... - Disconnected from %1 @@ -2886,55 +2892,38 @@ It is not advisable to use it. - - - - Sign out - 注销 - - - - Sign out everywhere - 从所有位置登出 - - - - Sign in everywhere... - - - - + Crash now Only shows in debug mode to allow testing the crash handler 发生了崩溃 - + No items synced recently 近期没有项目被同步 - + Discovering '%1' 正在发现 '%1' - + Syncing %1 of %2 (%3 left) 同步 %2 中的 %1 (剩余 %3) - + Syncing %1 (%2 left) 同步 %1 (剩余 %2) - + %1 (%2, %3) %1 (%2, %3) - + Up to date 更新 @@ -2970,6 +2959,11 @@ It is not advisable to use it. Server 服务器 + + + <html><head/><body><p>If this box is checked, existing content in the local folder will be erased to start a clean sync from the server.</p><p>Do not check this if the local content should be uploaded to the servers folder.</p></body></html> + + Start a &clean sync (Erases the local folder!) @@ -2995,11 +2989,6 @@ It is not advisable to use it. &Keep local data 保留本地数据 (&K) - - - <html><head/><body><p>If this box is checked, existing content in the local directory will be erased to start a clean sync from the server.</p><p>Do not check this if the local content should be uploaded to the servers directory.</p></body></html> - <html><head/><body><p>当该选项被勾选,当前目录的内容将被删除,并开始同步服务器内容。</p><p>如果本地内容要被上传到服务器,不要勾选该选项。</p></body></html> - S&ync everything from server @@ -3155,67 +3144,62 @@ It is not advisable to use it. Utility - - %L1 TB - %L1 TB - - - + %L1 GB %L1 GB - + %L1 MB %L1 MB - - %L1 kB - %L1 kB + + %L1 KB + - + %L1 B %L1 B - + %Ln year(s) %Ln 年 - + %Ln month(s) %Ln 月 - + %Ln day(s) %Ln 日 - + %Ln hour(s) %Ln 小时 - + %Ln minute(s) %Ln 分钟 - + %Ln second(s) %Ln 秒 - + 0 seconds 0 秒 - + %1 %2 %1 %2 diff --git a/translations/client_zh_TW.ts b/translations/client_zh_TW.ts index d1bcc088e..0056c3dab 100644 --- a/translations/client_zh_TW.ts +++ b/translations/client_zh_TW.ts @@ -63,14 +63,6 @@ 文字標籤 - - OCC::Account - - - %1@%2 - - - OCC::AccountSettings @@ -85,8 +77,8 @@ - Delete - 刪除 + Remove Account + @@ -105,8 +97,8 @@ - - + + Cancel 取消 @@ -121,137 +113,142 @@ 沒有設置帳號。 - - Remove folder - - - - + Folder creation failed - + <p>Could not create local folder <i>%1</i>. - - Confirm Folder Remove - 資料夾移除確認 - - - + Stop syncing - + Confirm Folder Reset 資料夾重設確認 - + <p>Do you really want to reset folder <i>%1</i> and rebuild your client database?</p><p><b>Note:</b> This function is designed for maintenance purposes only. No files will be removed, but this can cause significant data traffic and take several minutes or hours to complete, depending on the size of the folder. Only use this option if advised by your administrator.</p> - + Sync Running 正在同步中 - + The syncing operation is running.<br/>Do you want to terminate it? 正在同步中<br/>你真的想要中斷? - + %1 as <i>%2</i> - + Connected to %1. - + Server %1 is temporarily unavailable. - + Signed out from %1. - + No connection to %1 at %2. - + There are new folders that were not synchronized because they are too big: %1 - + , , - - Confirm Account Delete + + Confirm Account Removal - + <p>Do you really want to remove the connection to the account <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> - + Remove connection - + Open folder - + + Choose What to Sync + 選擇要同步的項目 + + + Resume sync - + Pause sync - + + Remove sync + + + + + Confirm Sync Removal + + + + <p>Do you really want to stop syncing the folder <i>%1</i>?</p><p><b>Note:</b> This will <b>not</b> delete any files.</p> - + %1 (%3%) of %2 in use. Some folders, including network mounted or shared folders, might have different limits. - + %1 of %2 in use - + Currently there is no storage usage information available. - + No %1 connection configured. 沒有 %1 連線設置。 @@ -378,18 +375,12 @@ - - - Unable to connect to %1 - 無法連線到 %1 - - - + timeout 逾時 - + The provided credentials are not correct @@ -424,8 +415,8 @@ - %1 should be a directory but is not. - 資料夾不存在, %1 必須是資料夾 + %1 should be a folder but is not. + @@ -510,35 +501,35 @@ 同步活動 - + Could not read system exclude file 無法讀取系統的排除檔案 - + A new folder larger than %1 MB has been added: %2. Please go in the settings to select it if you wish to download it. - + This sync would remove all the files in the sync folder '%1'. -This might be because the folder was silently reconfigured, or that all the file were manually removed. +This might be because the folder was silently reconfigured, or that all the files were manually removed. Are you sure you want to perform this operation? - + Remove All Files? 移除所有檔案? - + Remove all files 移除所有檔案 - + Keep files 保留檔案 @@ -556,103 +547,103 @@ Are you sure you want to perform this operation? 發現較舊的同步處理日誌'%1',但無法移除。請確認沒有應用程式正在使用它。 - + (backup) - + (backup %1) - + Undefined State. 未知狀態 - + Waits to start syncing. 等待啟動同步 - + Preparing for sync. 正在準備同步。 - + Sync is running. 同步執行中 - + Last Sync was successful. 最後一次同步成功 - + Last Sync was successful, but with warnings on individual files. - + Setup Error. 安裝失敗 - + User Abort. 使用者中斷。 - + Sync is paused. 同步已暫停 - + %1 (Sync is paused) %1 (同步暫停) - + No valid folder selected! - - The selected path is not a directory! + + The selected path is not a folder! - + You have no permission to write to the selected folder! 您沒有權限來寫入被選取的資料夾! - - - The local path %1 is already an upload folder. Please pick another one! - - - An already configured folder is contained in the current entry. - 此項目中包含了已經設定同步的資料夾 + The local folder %1 is already used in a folder sync connection. Please pick another one! + - The selected folder is a symbolic link. An already configured folder is contained in the folder this link is pointing to. + The local folder %1 already contains a folder used in a folder sync connection. Please pick another one! - - An already configured folder contains the currently entered folder. + + The local folder %1 is a symbolic link. The link target already contains a folder used in a folder sync connection. Please pick another one! - - The selected folder is a symbolic link. An already configured folder is the parent of the current selected contains the folder this link is pointing to. + + The local folder %1 is already contained in a folder used in a folder sync connection. Please pick another one! + + + + + The local folder %1 is a symbolic link. The link target is already contained in a folder used in a folder sync connection. Please pick another one! @@ -660,7 +651,7 @@ Are you sure you want to perform this operation? OCC::FolderStatusDelegate - Add Folder to Synchronize + Add Folder Sync Connection @@ -804,7 +795,7 @@ Total time left %5 - The directory alias is a descriptive name for this sync connection. + The folder alias is a descriptive name for this sync connection. @@ -1068,28 +1059,28 @@ Account: %3 - Files or directories matching a pattern will not be synchronized. + Files or folders matching a pattern will not be synchronized. Items where deletion is allowed will be deleted if they prevent a directory from being removed. This is useful for meta data. - + Could not open file 無法開啟檔案 - + Cannot write changes to '%1'. %1 無法寫入變更。 - + Add Ignore Pattern 增加忽略格式 - + Add a new ignore pattern: 增加一個新的忽略格式: @@ -1392,12 +1383,12 @@ for additional privileges during the process. - Sync the directory '%1' + Sync the folder '%1' - <p><small><strong>Warning:</strong> The local directory is not empty. Pick a resolution!</small></p> + <p><small><strong>Warning:</strong> The local folder is not empty. Pick a resolution!</small></p> @@ -1461,28 +1452,28 @@ for additional privileges during the process. OCC::OwncloudSetupPage - + Connect to %1 連線到 %1 - + Setup %1 server 設定 %1 伺服器 - + This url is NOT secure as it is not encrypted. It is not advisable to use it. - + This url is secure. You can use it. 這個 URL 是安全的,您可以使用它。 - + &Next > 下一步 (&N) > @@ -1622,7 +1613,7 @@ It is not advisable to use it. - + <font color="green"><b>Local sync folder %1 successfully created!</b></font> <font color="green"><b>本地同步資料夾 %1 建立成功!</b></font> @@ -1630,12 +1621,12 @@ It is not advisable to use it. OCC::OwncloudWizard - + %1 Connection Wizard %1連線精靈 - + Skip folders configuration @@ -1744,7 +1735,7 @@ It is not advisable to use it. - A file or directory was removed from a read only share, but restoring failed: %1 + A file or folder was removed from a read only share, but restoring failed: %1 @@ -1757,8 +1748,8 @@ It is not advisable to use it. - could not create directory %1 - 無法建立目錄 %1 + could not create folder %1 + @@ -1770,7 +1761,7 @@ It is not advisable to use it. - Could not remove directory '%1'; + Could not remove folder '%1'; @@ -2290,7 +2281,7 @@ It is not advisable to use it. OCC::SocketApi - + Share with %1 parameter is ownCloud @@ -2501,11 +2492,6 @@ It is not advisable to use it. Success. 成功。 - - - CSync failed to load or create the journal file. Make sure you have read and write permissions in the local sync directory. - - CSync failed to load the journal file. The journal file is corrupted. @@ -2577,9 +2563,29 @@ It is not advisable to use it. CSync 失敗,由於未處理的存取被拒。 - - CSync tried to create a directory that already exists. - CSync 試圖建立一個已經存在的目錄。 + + The mounted folder is temporarily not available on the server + + + + + An error occurred while opening a folder + + + + + Error while reading folder. + + + + + Not allowed because you don't have permission to add parent folder + + + + + Not allowed because you don't have permission to add files in that folder + @@ -2596,11 +2602,6 @@ It is not advisable to use it. Aborted by the user 使用者中斷 - - - The mounted directory is temporarily not available on the server - - Filename contains invalid characters that can not be synced cross platform. @@ -2611,21 +2612,21 @@ It is not advisable to use it. CSync failed to access + + + CSync failed to load or create the journal file. Make sure you have read and write permissions in the local sync folder. + + + + + CSync tried to create a folder that already exists. + + The service is temporarily unavailable - - - An error occurred while opening a directory - - - - - Error while reading directory. - - An internal error number %1 occurred. @@ -2662,79 +2663,69 @@ It is not advisable to use it. - + Filename encoding is not valid - + Invalid characters, please rename "%1" - + Unable to initialize a sync journal. 同步處理日誌無法初始化 - + Cannot open the sync journal 同步處理日誌無法開啟 - - + + Ignored because of the "choose what to sync" blacklist - - Not allowed because you don't have permission to add sub-directories in that directory + + Not allowed because you don't have permission to add subfolders to that folder - - Not allowed because you don't have permission to add parent directory - - - - - Not allowed because you don't have permission to add files in that directory - - - - + Not allowed to upload this file because it is read-only on the server, restoring - - + + Not allowed to remove, restoring - + Local files and share folder removed. - + Move not allowed, item restored - + Move not allowed because %1 is read-only - + the destination 目標 - + the source 來源 @@ -2807,22 +2798,36 @@ It is not advisable to use it. - + + + + Log in... + + + + + + + Log out + 登出 + + + None. 無。 - + Recent Changes 最近的更動 - + Managed Folders: 管理的資料夾: - + Open folder '%1' 開啟 %1 資料夾 @@ -2832,37 +2837,40 @@ It is not advisable to use it. 瀏覽器中開啟 %1 - + + Log out everywhere + + + + + Log in everywhere... + + + + Unknown status 未知狀態 - + Settings... 設定… - + Details... 細節… - + Help 說明 - + Quit %1 離開 %1 - - - - - Sign in... - 登入中... - Disconnected from %1 @@ -2879,55 +2887,38 @@ It is not advisable to use it. - - - - Sign out - 登出 - - - - Sign out everywhere - - - - - Sign in everywhere... - - - - + Crash now Only shows in debug mode to allow testing the crash handler - + No items synced recently 最近沒有項目被同步 - + Discovering '%1' 正在檢索 '%1' - + Syncing %1 of %2 (%3 left) - + Syncing %1 (%2 left) - + %1 (%2, %3) - + Up to date 最新的 @@ -2963,6 +2954,11 @@ It is not advisable to use it. Server 伺服器 + + + <html><head/><body><p>If this box is checked, existing content in the local folder will be erased to start a clean sync from the server.</p><p>Do not check this if the local content should be uploaded to the servers folder.</p></body></html> + + Start a &clean sync (Erases the local folder!) @@ -2988,11 +2984,6 @@ It is not advisable to use it. &Keep local data 保留本地資料 (&K) - - - <html><head/><body><p>If this box is checked, existing content in the local directory will be erased to start a clean sync from the server.</p><p>Do not check this if the local content should be uploaded to the servers directory.</p></body></html> - - S&ync everything from server @@ -3148,67 +3139,62 @@ It is not advisable to use it. Utility - - %L1 TB - - - - + %L1 GB - + %L1 MB - - %L1 kB + + %L1 KB - + %L1 B %L1 B - + %Ln year(s) - + %Ln month(s) - + %Ln day(s) - + %Ln hour(s) - + %Ln minute(s) - + %Ln second(s) - + 0 seconds - + %1 %2