diff --git a/apps/files/l10n/oc.js b/apps/files/l10n/oc.js index 4e1c7e0a01..e5dfd46a40 100644 --- a/apps/files/l10n/oc.js +++ b/apps/files/l10n/oc.js @@ -44,6 +44,7 @@ OC.L10N.register( "Select" : "Seleccionar", "Pending" : "En espèra", "Unable to determine date" : "Impossible de determinar la data", + "This operation is forbidden" : "L'operacion es interdicha", "Error moving file." : "Error al moment del desplaçament del fichièr.", "Error moving file" : "Error al moment del desplaçament del fichièr", "Error" : "Error", @@ -67,8 +68,10 @@ OC.L10N.register( "Your storage is full, files can not be updated or synced anymore!" : "Vòstre espaci d'emmagazinatge es plen, los fichièrs pòdon pas mai èsser aponduts o sincronizats !", "Your storage is almost full ({usedSpacePercent}%)" : "Vòstre espace d'emmagazinatge es gaireben plen ({usedSpacePercent}%)", "_matches '{filter}'_::_match '{filter}'_" : ["correspond a '{filter}'","correspondon a '{filter}'"], + "_%n byte_::_%n bytes_" : ["%n octet","%n octets"], "Favorited" : "Marcat coma favorit", "Favorite" : "Favorit", + "{newname} already exists" : "{new_name} existís ja", "Upload" : "Cargament", "Text file" : "Fichièr tèxte", "New text file.txt" : "Novèl fichièr tèxte .txt", @@ -89,6 +92,9 @@ OC.L10N.register( "%2$s deleted %1$s" : "%2$s a suprimit %1$s", "You restored %1$s" : "Avètz restablit %1$s", "%2$s restored %1$s" : "%2$s a restablit %1$s", + "Changed by %2$s" : "Modificat per %2$s", + "Deleted by %2$s" : "Suprimit per %2$s", + "Restored by %2$s" : "Restablit per %2$s", "%s could not be renamed as it has been deleted" : "%s pòt pas èsser renomenat perque es estat suprimit ", "%s could not be renamed" : "%s pòt pas èsser renomenat", "Upload (max. %s)" : "Mandadís (max. %s)", diff --git a/apps/files/l10n/oc.json b/apps/files/l10n/oc.json index 108bc5d9de..c35ca8011d 100644 --- a/apps/files/l10n/oc.json +++ b/apps/files/l10n/oc.json @@ -42,6 +42,7 @@ "Select" : "Seleccionar", "Pending" : "En espèra", "Unable to determine date" : "Impossible de determinar la data", + "This operation is forbidden" : "L'operacion es interdicha", "Error moving file." : "Error al moment del desplaçament del fichièr.", "Error moving file" : "Error al moment del desplaçament del fichièr", "Error" : "Error", @@ -65,8 +66,10 @@ "Your storage is full, files can not be updated or synced anymore!" : "Vòstre espaci d'emmagazinatge es plen, los fichièrs pòdon pas mai èsser aponduts o sincronizats !", "Your storage is almost full ({usedSpacePercent}%)" : "Vòstre espace d'emmagazinatge es gaireben plen ({usedSpacePercent}%)", "_matches '{filter}'_::_match '{filter}'_" : ["correspond a '{filter}'","correspondon a '{filter}'"], + "_%n byte_::_%n bytes_" : ["%n octet","%n octets"], "Favorited" : "Marcat coma favorit", "Favorite" : "Favorit", + "{newname} already exists" : "{new_name} existís ja", "Upload" : "Cargament", "Text file" : "Fichièr tèxte", "New text file.txt" : "Novèl fichièr tèxte .txt", @@ -87,6 +90,9 @@ "%2$s deleted %1$s" : "%2$s a suprimit %1$s", "You restored %1$s" : "Avètz restablit %1$s", "%2$s restored %1$s" : "%2$s a restablit %1$s", + "Changed by %2$s" : "Modificat per %2$s", + "Deleted by %2$s" : "Suprimit per %2$s", + "Restored by %2$s" : "Restablit per %2$s", "%s could not be renamed as it has been deleted" : "%s pòt pas èsser renomenat perque es estat suprimit ", "%s could not be renamed" : "%s pòt pas èsser renomenat", "Upload (max. %s)" : "Mandadís (max. %s)", diff --git a/apps/files_external/l10n/ja.js b/apps/files_external/l10n/ja.js index b4401e0e34..ac5d1bfe6f 100644 --- a/apps/files_external/l10n/ja.js +++ b/apps/files_external/l10n/ja.js @@ -8,6 +8,8 @@ OC.L10N.register( "Storage with id \"%i\" not found" : "ストレージID \"%i\" が見つかりません", "Invalid mount point" : "無効なマウントポイント", "Invalid storage backend \"%s\"" : "\"%s\" のストレージバックエンドが不正", + "Not permitted to use backend \"%s\"" : "バックエンド %s を使うための権限がありません", + "Unsatisfied authentication mechanism parameters" : "認証のためのパラメータが不十分です", "Personal" : "個人", "System" : "システム", "Grant access" : "アクセスを許可", @@ -69,6 +71,7 @@ OC.L10N.register( "Username as share" : "共有名", "OpenStack Object Storage" : "OpenStack ObjectStorage", "Service name" : "サービス名", + "Request timeout (seconds)" : "リクエストがタイムアウトするまでの秒数", "Note: " : "注意: ", "Note: The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "注意: PHPにcURLのエクステンションが入っていないか、有効ではありません。%s をマウントすることができません。このシステムの管理者にインストールをお願いしてください。", "Note: The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "注意: PHPにFTPのエクステンションが入っていないか、有効ではありません。%s をマウントすることができません。このシステムの管理者にインストールをお願いしてください。", diff --git a/apps/files_external/l10n/ja.json b/apps/files_external/l10n/ja.json index fbabe2eeb0..6664b3d97d 100644 --- a/apps/files_external/l10n/ja.json +++ b/apps/files_external/l10n/ja.json @@ -6,6 +6,8 @@ "Storage with id \"%i\" not found" : "ストレージID \"%i\" が見つかりません", "Invalid mount point" : "無効なマウントポイント", "Invalid storage backend \"%s\"" : "\"%s\" のストレージバックエンドが不正", + "Not permitted to use backend \"%s\"" : "バックエンド %s を使うための権限がありません", + "Unsatisfied authentication mechanism parameters" : "認証のためのパラメータが不十分です", "Personal" : "個人", "System" : "システム", "Grant access" : "アクセスを許可", @@ -67,6 +69,7 @@ "Username as share" : "共有名", "OpenStack Object Storage" : "OpenStack ObjectStorage", "Service name" : "サービス名", + "Request timeout (seconds)" : "リクエストがタイムアウトするまでの秒数", "Note: " : "注意: ", "Note: The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "注意: PHPにcURLのエクステンションが入っていないか、有効ではありません。%s をマウントすることができません。このシステムの管理者にインストールをお願いしてください。", "Note: The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "注意: PHPにFTPのエクステンションが入っていないか、有効ではありません。%s をマウントすることができません。このシステムの管理者にインストールをお願いしてください。", diff --git a/apps/files_trashbin/l10n/zh_TW.js b/apps/files_trashbin/l10n/zh_TW.js index 85d0873edd..e0ad6dbd72 100644 --- a/apps/files_trashbin/l10n/zh_TW.js +++ b/apps/files_trashbin/l10n/zh_TW.js @@ -5,13 +5,15 @@ OC.L10N.register( "Couldn't restore %s" : "無法還原 %s", "Deleted files" : "回收桶", "Restore" : "還原", + "Delete" : "刪除", "Delete permanently" : "永久刪除", "Error" : "錯誤", "restored" : "已還原", + "No deleted files" : "沒有已刪除的檔案", + "You will be able to recover deleted files from here" : "您可以從這裡還原已刪除的檔案", "No entries found in this folder" : "在此資料夾中沒有任何項目", "Select all" : "全選", "Name" : "名稱", - "Deleted" : "已刪除", - "Delete" : "刪除" + "Deleted" : "已刪除" }, "nplurals=1; plural=0;"); diff --git a/apps/files_trashbin/l10n/zh_TW.json b/apps/files_trashbin/l10n/zh_TW.json index 5c744f828c..6a313220b5 100644 --- a/apps/files_trashbin/l10n/zh_TW.json +++ b/apps/files_trashbin/l10n/zh_TW.json @@ -3,13 +3,15 @@ "Couldn't restore %s" : "無法還原 %s", "Deleted files" : "回收桶", "Restore" : "還原", + "Delete" : "刪除", "Delete permanently" : "永久刪除", "Error" : "錯誤", "restored" : "已還原", + "No deleted files" : "沒有已刪除的檔案", + "You will be able to recover deleted files from here" : "您可以從這裡還原已刪除的檔案", "No entries found in this folder" : "在此資料夾中沒有任何項目", "Select all" : "全選", "Name" : "名稱", - "Deleted" : "已刪除", - "Delete" : "刪除" + "Deleted" : "已刪除" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/core/l10n/oc.js b/core/l10n/oc.js index 10143f417f..5d8ed8918e 100644 --- a/core/l10n/oc.js +++ b/core/l10n/oc.js @@ -2,18 +2,33 @@ OC.L10N.register( "core", { "Couldn't send mail to following users: %s " : "Impossible de mandar un corrièl als utilizaires seguents : %s", + "Preparing update" : "Preparacion de la mesa a jorn", + "Migration tests are skipped - \"update.skip-migration-test\" is activated in config.php" : "Los tèsts de migracion son ignorats - \"update.skip-migration-test\" es activat dins config.php", "Turned on maintenance mode" : "Mòde de mantenença activat", "Turned off maintenance mode" : "Mòde de mantenença desactivat", + "Maintenance mode is kept active" : "Lo mòde de mantenença es daissat actiu", + "Updating database schema" : "Mesa a jorn de l'esquèma de la banca de donadas", "Updated database" : "Banca de donadas mesa a jorn", + "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Verificacion de la possibilitat de metre a jorn l'esquèma de la banca de donadas (aquò pòt préner un certan temps que depend de la talha de la banca de donadas)", "Checked database schema update" : "Mesa a jorn de l'esquèma de la banca de donadas verificada", + "Checking updates of apps" : "Recèrca de mesas a jorn d'aplicacions", + "Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Verificacion de la possibilitat de metre a jorn l'esquèma de la banca de donadas per %s (aquò pòt préner un certan temps que depend de la talha de la banca de donadas)", "Checked database schema update for apps" : "Mesa a jorn de l'esquèma de la banca de donadas per las aplicacions verificada", "Updated \"%s\" to %s" : "Mesa a jorn de « %s » cap a %s", "Repair warning: " : "Avertiment de reparacion :", "Repair error: " : "Error de reparacion :", + "Set log level to debug - current level: \"%s\"" : "Reglatge del nivèl de log de \"desbug\" - nivèl actual : \"%s\"", + "Reset log level to \"%s\"" : "Reglatge del nivèl de log de \"desbug\" - nivèl actual : \"%s\"", + "%s (3rdparty)" : "%s (origina tèrça)", + "%s (incompatible)" : "%s (incompatible)", + "Following apps have been disabled: %s" : "Las aplicacions seguentas son estadas desactivadas : %s", + "Already up to date" : "Ja a jorn", + "File is too big" : "Fichièr tròp voluminós", "Invalid file provided" : "Fichièr invalid", "No image or file provided" : "Cap de fichièr pas provesit", "Unknown filetype" : "Tipe de fichièr desconegut", "Invalid image" : "Imatge pas valable", + "An error occurred. Please contact your admin." : "Una error s'es produsida. Contactatz vòstre administrator.", "No temporary profile picture available, try again" : "Cap d'imatge temporari pas disponible pel profil. Ensajatz tornamai.", "No crop data provided" : "Cap de donada de requadratge pas provesida", "No valid crop data provided" : "Donadas de requadratge invalidas", @@ -32,6 +47,13 @@ OC.L10N.register( "Thu." : "Jòu.", "Fri." : "Ven.", "Sat." : "Sab.", + "Su" : "Di", + "Mo" : "Lu", + "Tu" : "Ma", + "We" : "Mè", + "Th" : "Jò", + "Fr" : "Ve", + "Sa" : "Sa", "January" : "Genièr", "February" : "Febrièr", "March" : "Març", @@ -92,8 +114,13 @@ OC.L10N.register( "Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. We strongly suggest that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root." : "Vòstre dorsièr de donadas e vòstres fichièrs son probablament accessibles dempuèi internet. Lo fichièr .htaccess fonciona pas. Vos recomandam bravament de configurar vòstre servidor web de manièra qu'aqueste dorsièr de donadas siá pas mai accessible, o de lo desplaçar en defòra de la raiç del servidor web.", "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our documentation." : "Cap d'escondedor de la memòria es pas configurat. Se possible, configuratz un \"memcache\" per aumentar las performàncias. Per mai d'information consultatz la documentacion.", "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our documentation." : "/dev/urandom es pas legible per PHP, aquò es bravament desconselhat per de rasons de seguretat. Mai d'informacions pòdon èsser trobadas dins nòstra documentacion.", + "Your PHP version ({version}) is no longer supported by PHP. We encourage you to upgrade your PHP version to take advantage of performance and security updates provided by PHP." : "La version de PHP utilizada ({version}) es pas mai presa en carga pels creators de PHP. Vos recomandam de metre a nivèl vòstra installacion de PHP per beneficiar de performàncias melhoras e de las mesas a jorn de seguretat provesidas per PHP.", + "The reverse proxy headers configuration is incorrect, or you are accessing ownCloud from a trusted proxy. If you are not accessing ownCloud from a trusted proxy, this is a security issue and can allow an attacker to spoof their IP address as visible to ownCloud. Further information can be found in our documentation." : "La configuracion dels headers del reverse proxy es incorrècta, o accedissètz a ownCloud dempuèi un proxy fisable. Se sètz pas a accedir a ownCloud dempuèi un proxy fisable, aquò es un problèma de seguretat que pòt permetre a un atacant d'amagar sa vertadièra adreça IP. Mai d'info dins la documentacion.", + "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the memcached wiki about both modules." : "\"memcached\" es configurat coma escondedor distribuit, mas lo modul installat es \"memcache\". \\OC\\Memcache\\Memcached pren pas en carga que \"memcached\" e non pas \"memcache\". Consultar lo wiki memcached que parla d'aquestes dos moduls.", "Error occurred while checking server setup" : "Una error s'es produsida al moment de la verificacion de la configuracion del servidor", "The \"{header}\" HTTP header is not configured to equal to \"{expected}\". This is a potential security or privacy risk and we recommend adjusting this setting." : "L'entèsta HTTP \"{header}\" es pas configurada per èsser egala a \"{expected}\" en creant potencialament un risc religat a la seguretat e a la vida privada. Es doncas recomandat d'ajustar aqueste paramètre.", + "The \"Strict-Transport-Security\" HTTP header is not configured to least \"{seconds}\" seconds. For enhanced security we recommend enabling HSTS as described in our security tips." : "L'entèsta HTTP \"Strict-Transport-Security\" es pas configurada a \"{seconds}\" segondas. Per renforçar la seguretat, recomandam d'activar HSTS coma descrich dins nòstre Guida pel renfortiment e la seguretat.", + "You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our security tips." : "Accedissètz a aqueste site via HTTP. Vos recomandam fòrtament de configurar vòstre servidor per forçar l'utilizacion de HTTPS, coma explicat dins nòstre Guida pel renfortiment e la seguretat.", "Shared" : "Partejat", "Shared with {recipients}" : "Partejat amb {recipients}", "Error" : "Error", @@ -105,6 +132,7 @@ OC.L10N.register( "Set expiration date" : "Especificar una data d'expiracion", "Expiration" : "Expiracion", "Expiration date" : "Data d'expiracion", + "Choose a password for the public link" : "Causissètz un senhal pel ligam public", "Sending ..." : "Mandadís…", "Email sent" : "Corrièl mandat", "Resharing is not allowed" : "Lo repartiment es pas autorizat", @@ -112,7 +140,6 @@ OC.L10N.register( "Link" : "Ligam", "Password protect" : "Protegir per un senhal", "Password" : "Senhal", - "Choose a password for the public link" : "Causissètz un senhal pel ligam public", "Allow editing" : "Permetre la modificacion", "Email link to person" : "Mandar lo ligam per corrièl", "Send" : "Mandar", @@ -129,12 +156,14 @@ OC.L10N.register( "change" : "modificacion", "delete" : "suprimir", "access control" : "contraròtle d'accès", + "Share details could not be loaded for this item." : "Las informacions de partiment an pas pogut èsser cargadas per aqueste element.", "An error occured. Please try again" : "Una error s'es produsida. Mercé d'ensajar tornamai", "Share" : "Partejar", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Partejatz amb de personas sus d'autres ownClouds en utilizant la sintaxi utilizaire@exemple.com/owncloud", "Share with users or groups …" : "Partejar amb d'utilizaires o gropes...", "Share with users, groups or remote users …" : "Partejar amb d'utilizaires, gropes, o utilizaires distants", "Warning" : "Atencion", + "Error while sending notification" : "Error al moment del mandadís de la notificacion", "The object type is not specified." : "Lo tipe d'objècte es pas especificat.", "Enter new" : "Picar un novèl", "Delete" : "Suprimir", @@ -149,11 +178,15 @@ OC.L10N.register( "Hello {name}" : "Adiu {name}", "_download %n file_::_download %n files_" : ["Telecargar %n fichièr","Telecargar %n fichièrs"], "{version} is available. Get more information on how to update." : "La version {version} es disponibla. Obtenètz mai d'informacions a prepaus d'aquesta mesa a jorn.", + "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "La mesa a jorn es en cors. Segon la configuracion, lo fach de quitar aquesta pagina pòt entraïnar l'interrupcion de la procedura.", "Updating {productName} to version {version}, this may take a while." : "La mesa a jorn de {productName} cap a la version {version} es en cors. Aquò pòt prene un certan temps.", + "An error occurred." : "Una error s'es produsida.", "Please reload the page." : "Recargatz la pagina.", "The update was unsuccessful. " : "La mesa a jorn a fracassat.", + "The update was successful. There were warnings." : "La mesa a jorn a capitat, mas i a agut d'avertiments", "The update was successful. Redirecting you to ownCloud now." : "La mesa a jorn a capitat. Ara sètz redirigit cap a ownCloud.", "Couldn't reset password because the token is invalid" : "Impossible de reïnicializar lo senhal perque lo geton es pas valable.", + "Couldn't reset password because the token is expired" : "Impossible de reïnicializar lo senhal perque lo geton a expirat.", "Couldn't send reset email. Please make sure your username is correct." : "Impossible de mandar lo corrièl de reïnicializacion. Verificatz que vòstre nom d'utilizaire es corrècte.", "Couldn't send reset email because there is no email address for this username. Please contact your administrator." : "Impossible de mandar lo corrièl de reïnicializacion perque i a pas cap d'adreça de corrièl per aqueste utilizaire. Contactatz vòstre administrator.", "%s password reset" : "Reïnicializacion de vòstre senhal %s", @@ -162,6 +195,8 @@ OC.L10N.register( "New Password" : "Senhal novèl", "Reset password" : "Reïnicializar lo senhal", "Searching other places" : "Recèrca en cors dins d'autres emplaçaments", + "No search results in other folders" : "Pas cap de resultat dins d'autres dorsièrs", + "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} resultat dins un autre dorsièr","{count} resultats dins d'autres dorsièrs"], "Personal" : "Personal", "Users" : "Utilizaires", "Apps" : "Aplicacions", @@ -226,6 +261,8 @@ OC.L10N.register( "An internal error occured." : "Una error intèrna s'es produsida.", "Please try again or contact your administrator." : "Reensajatz o contactatz vòstre administrator.", "Log in" : "Connexion", + "Wrong password. Reset it?" : "Senhal incorrècte. Reïnicializar ?", + "Stay logged in" : "Demorar connectat", "Alternative Logins" : "Identificants alternatius", "Hey there,

just letting you know that %s shared %s with you.
View it!

" : "Bonjorn,

Vos informam que %s a partejat %s amb vos.
Clicatz aicí per i accedir !

", "This ownCloud instance is currently in single user mode." : "Aquesta instància de ownCloud es actualament en mòde utilizaire unic.", @@ -236,6 +273,10 @@ OC.L10N.register( "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Contactatz vòstre administrator. Se sètz administrator d'aquesta instància, configuratz lo paramètre « trusted_domain » dins lo fichièr config/config.php. Un exemple de configuracion es provesit dins lo fichièr config/config.sample.php.", "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "En foncion de vòstra configuracion, en tant qu'administrator podètz tanben utilizar lo boton çaijós per aprovar aqueste domeni.", "Add \"%s\" as trusted domain" : "Apondre \"%s\" a la lista dels domenis aprovats", + "App update required" : "Mesa a jorn de l'aplicacion necessària", + "%s will be updated to version %s" : "%s serà mes a jorn cap a la version %s.", + "These apps will be updated:" : "Las aplicacions seguentas seràn mesas a jorn :", + "These incompatible apps will be disabled:" : "Aquestas aplicacions incompatiblas son estadas desactivadas :", "The theme %s has been disabled." : "Lo tèma %s es estat desactivat.", "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Asseguratz-vos qu'una còpia de salvament de la banca de donadas, del dorsièr de configuracion (config) e del dorsièr de donadas (data) es estat realizada abans de començar.", "Start update" : "Aviar la mesa a jorn", diff --git a/core/l10n/oc.json b/core/l10n/oc.json index 3419b7e7ef..f7c7dbb6cd 100644 --- a/core/l10n/oc.json +++ b/core/l10n/oc.json @@ -1,17 +1,32 @@ { "translations": { "Couldn't send mail to following users: %s " : "Impossible de mandar un corrièl als utilizaires seguents : %s", + "Preparing update" : "Preparacion de la mesa a jorn", + "Migration tests are skipped - \"update.skip-migration-test\" is activated in config.php" : "Los tèsts de migracion son ignorats - \"update.skip-migration-test\" es activat dins config.php", "Turned on maintenance mode" : "Mòde de mantenença activat", "Turned off maintenance mode" : "Mòde de mantenença desactivat", + "Maintenance mode is kept active" : "Lo mòde de mantenença es daissat actiu", + "Updating database schema" : "Mesa a jorn de l'esquèma de la banca de donadas", "Updated database" : "Banca de donadas mesa a jorn", + "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Verificacion de la possibilitat de metre a jorn l'esquèma de la banca de donadas (aquò pòt préner un certan temps que depend de la talha de la banca de donadas)", "Checked database schema update" : "Mesa a jorn de l'esquèma de la banca de donadas verificada", + "Checking updates of apps" : "Recèrca de mesas a jorn d'aplicacions", + "Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Verificacion de la possibilitat de metre a jorn l'esquèma de la banca de donadas per %s (aquò pòt préner un certan temps que depend de la talha de la banca de donadas)", "Checked database schema update for apps" : "Mesa a jorn de l'esquèma de la banca de donadas per las aplicacions verificada", "Updated \"%s\" to %s" : "Mesa a jorn de « %s » cap a %s", "Repair warning: " : "Avertiment de reparacion :", "Repair error: " : "Error de reparacion :", + "Set log level to debug - current level: \"%s\"" : "Reglatge del nivèl de log de \"desbug\" - nivèl actual : \"%s\"", + "Reset log level to \"%s\"" : "Reglatge del nivèl de log de \"desbug\" - nivèl actual : \"%s\"", + "%s (3rdparty)" : "%s (origina tèrça)", + "%s (incompatible)" : "%s (incompatible)", + "Following apps have been disabled: %s" : "Las aplicacions seguentas son estadas desactivadas : %s", + "Already up to date" : "Ja a jorn", + "File is too big" : "Fichièr tròp voluminós", "Invalid file provided" : "Fichièr invalid", "No image or file provided" : "Cap de fichièr pas provesit", "Unknown filetype" : "Tipe de fichièr desconegut", "Invalid image" : "Imatge pas valable", + "An error occurred. Please contact your admin." : "Una error s'es produsida. Contactatz vòstre administrator.", "No temporary profile picture available, try again" : "Cap d'imatge temporari pas disponible pel profil. Ensajatz tornamai.", "No crop data provided" : "Cap de donada de requadratge pas provesida", "No valid crop data provided" : "Donadas de requadratge invalidas", @@ -30,6 +45,13 @@ "Thu." : "Jòu.", "Fri." : "Ven.", "Sat." : "Sab.", + "Su" : "Di", + "Mo" : "Lu", + "Tu" : "Ma", + "We" : "Mè", + "Th" : "Jò", + "Fr" : "Ve", + "Sa" : "Sa", "January" : "Genièr", "February" : "Febrièr", "March" : "Març", @@ -90,8 +112,13 @@ "Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. We strongly suggest that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root." : "Vòstre dorsièr de donadas e vòstres fichièrs son probablament accessibles dempuèi internet. Lo fichièr .htaccess fonciona pas. Vos recomandam bravament de configurar vòstre servidor web de manièra qu'aqueste dorsièr de donadas siá pas mai accessible, o de lo desplaçar en defòra de la raiç del servidor web.", "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our documentation." : "Cap d'escondedor de la memòria es pas configurat. Se possible, configuratz un \"memcache\" per aumentar las performàncias. Per mai d'information consultatz la documentacion.", "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our documentation." : "/dev/urandom es pas legible per PHP, aquò es bravament desconselhat per de rasons de seguretat. Mai d'informacions pòdon èsser trobadas dins nòstra documentacion.", + "Your PHP version ({version}) is no longer supported by PHP. We encourage you to upgrade your PHP version to take advantage of performance and security updates provided by PHP." : "La version de PHP utilizada ({version}) es pas mai presa en carga pels creators de PHP. Vos recomandam de metre a nivèl vòstra installacion de PHP per beneficiar de performàncias melhoras e de las mesas a jorn de seguretat provesidas per PHP.", + "The reverse proxy headers configuration is incorrect, or you are accessing ownCloud from a trusted proxy. If you are not accessing ownCloud from a trusted proxy, this is a security issue and can allow an attacker to spoof their IP address as visible to ownCloud. Further information can be found in our documentation." : "La configuracion dels headers del reverse proxy es incorrècta, o accedissètz a ownCloud dempuèi un proxy fisable. Se sètz pas a accedir a ownCloud dempuèi un proxy fisable, aquò es un problèma de seguretat que pòt permetre a un atacant d'amagar sa vertadièra adreça IP. Mai d'info dins la documentacion.", + "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the memcached wiki about both modules." : "\"memcached\" es configurat coma escondedor distribuit, mas lo modul installat es \"memcache\". \\OC\\Memcache\\Memcached pren pas en carga que \"memcached\" e non pas \"memcache\". Consultar lo wiki memcached que parla d'aquestes dos moduls.", "Error occurred while checking server setup" : "Una error s'es produsida al moment de la verificacion de la configuracion del servidor", "The \"{header}\" HTTP header is not configured to equal to \"{expected}\". This is a potential security or privacy risk and we recommend adjusting this setting." : "L'entèsta HTTP \"{header}\" es pas configurada per èsser egala a \"{expected}\" en creant potencialament un risc religat a la seguretat e a la vida privada. Es doncas recomandat d'ajustar aqueste paramètre.", + "The \"Strict-Transport-Security\" HTTP header is not configured to least \"{seconds}\" seconds. For enhanced security we recommend enabling HSTS as described in our security tips." : "L'entèsta HTTP \"Strict-Transport-Security\" es pas configurada a \"{seconds}\" segondas. Per renforçar la seguretat, recomandam d'activar HSTS coma descrich dins nòstre Guida pel renfortiment e la seguretat.", + "You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our security tips." : "Accedissètz a aqueste site via HTTP. Vos recomandam fòrtament de configurar vòstre servidor per forçar l'utilizacion de HTTPS, coma explicat dins nòstre Guida pel renfortiment e la seguretat.", "Shared" : "Partejat", "Shared with {recipients}" : "Partejat amb {recipients}", "Error" : "Error", @@ -103,6 +130,7 @@ "Set expiration date" : "Especificar una data d'expiracion", "Expiration" : "Expiracion", "Expiration date" : "Data d'expiracion", + "Choose a password for the public link" : "Causissètz un senhal pel ligam public", "Sending ..." : "Mandadís…", "Email sent" : "Corrièl mandat", "Resharing is not allowed" : "Lo repartiment es pas autorizat", @@ -110,7 +138,6 @@ "Link" : "Ligam", "Password protect" : "Protegir per un senhal", "Password" : "Senhal", - "Choose a password for the public link" : "Causissètz un senhal pel ligam public", "Allow editing" : "Permetre la modificacion", "Email link to person" : "Mandar lo ligam per corrièl", "Send" : "Mandar", @@ -127,12 +154,14 @@ "change" : "modificacion", "delete" : "suprimir", "access control" : "contraròtle d'accès", + "Share details could not be loaded for this item." : "Las informacions de partiment an pas pogut èsser cargadas per aqueste element.", "An error occured. Please try again" : "Una error s'es produsida. Mercé d'ensajar tornamai", "Share" : "Partejar", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Partejatz amb de personas sus d'autres ownClouds en utilizant la sintaxi utilizaire@exemple.com/owncloud", "Share with users or groups …" : "Partejar amb d'utilizaires o gropes...", "Share with users, groups or remote users …" : "Partejar amb d'utilizaires, gropes, o utilizaires distants", "Warning" : "Atencion", + "Error while sending notification" : "Error al moment del mandadís de la notificacion", "The object type is not specified." : "Lo tipe d'objècte es pas especificat.", "Enter new" : "Picar un novèl", "Delete" : "Suprimir", @@ -147,11 +176,15 @@ "Hello {name}" : "Adiu {name}", "_download %n file_::_download %n files_" : ["Telecargar %n fichièr","Telecargar %n fichièrs"], "{version} is available. Get more information on how to update." : "La version {version} es disponibla. Obtenètz mai d'informacions a prepaus d'aquesta mesa a jorn.", + "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "La mesa a jorn es en cors. Segon la configuracion, lo fach de quitar aquesta pagina pòt entraïnar l'interrupcion de la procedura.", "Updating {productName} to version {version}, this may take a while." : "La mesa a jorn de {productName} cap a la version {version} es en cors. Aquò pòt prene un certan temps.", + "An error occurred." : "Una error s'es produsida.", "Please reload the page." : "Recargatz la pagina.", "The update was unsuccessful. " : "La mesa a jorn a fracassat.", + "The update was successful. There were warnings." : "La mesa a jorn a capitat, mas i a agut d'avertiments", "The update was successful. Redirecting you to ownCloud now." : "La mesa a jorn a capitat. Ara sètz redirigit cap a ownCloud.", "Couldn't reset password because the token is invalid" : "Impossible de reïnicializar lo senhal perque lo geton es pas valable.", + "Couldn't reset password because the token is expired" : "Impossible de reïnicializar lo senhal perque lo geton a expirat.", "Couldn't send reset email. Please make sure your username is correct." : "Impossible de mandar lo corrièl de reïnicializacion. Verificatz que vòstre nom d'utilizaire es corrècte.", "Couldn't send reset email because there is no email address for this username. Please contact your administrator." : "Impossible de mandar lo corrièl de reïnicializacion perque i a pas cap d'adreça de corrièl per aqueste utilizaire. Contactatz vòstre administrator.", "%s password reset" : "Reïnicializacion de vòstre senhal %s", @@ -160,6 +193,8 @@ "New Password" : "Senhal novèl", "Reset password" : "Reïnicializar lo senhal", "Searching other places" : "Recèrca en cors dins d'autres emplaçaments", + "No search results in other folders" : "Pas cap de resultat dins d'autres dorsièrs", + "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} resultat dins un autre dorsièr","{count} resultats dins d'autres dorsièrs"], "Personal" : "Personal", "Users" : "Utilizaires", "Apps" : "Aplicacions", @@ -224,6 +259,8 @@ "An internal error occured." : "Una error intèrna s'es produsida.", "Please try again or contact your administrator." : "Reensajatz o contactatz vòstre administrator.", "Log in" : "Connexion", + "Wrong password. Reset it?" : "Senhal incorrècte. Reïnicializar ?", + "Stay logged in" : "Demorar connectat", "Alternative Logins" : "Identificants alternatius", "Hey there,

just letting you know that %s shared %s with you.
View it!

" : "Bonjorn,

Vos informam que %s a partejat %s amb vos.
Clicatz aicí per i accedir !

", "This ownCloud instance is currently in single user mode." : "Aquesta instància de ownCloud es actualament en mòde utilizaire unic.", @@ -234,6 +271,10 @@ "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Contactatz vòstre administrator. Se sètz administrator d'aquesta instància, configuratz lo paramètre « trusted_domain » dins lo fichièr config/config.php. Un exemple de configuracion es provesit dins lo fichièr config/config.sample.php.", "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "En foncion de vòstra configuracion, en tant qu'administrator podètz tanben utilizar lo boton çaijós per aprovar aqueste domeni.", "Add \"%s\" as trusted domain" : "Apondre \"%s\" a la lista dels domenis aprovats", + "App update required" : "Mesa a jorn de l'aplicacion necessària", + "%s will be updated to version %s" : "%s serà mes a jorn cap a la version %s.", + "These apps will be updated:" : "Las aplicacions seguentas seràn mesas a jorn :", + "These incompatible apps will be disabled:" : "Aquestas aplicacions incompatiblas son estadas desactivadas :", "The theme %s has been disabled." : "Lo tèma %s es estat desactivat.", "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Asseguratz-vos qu'una còpia de salvament de la banca de donadas, del dorsièr de configuracion (config) e del dorsièr de donadas (data) es estat realizada abans de començar.", "Start update" : "Aviar la mesa a jorn", diff --git a/core/l10n/zh_TW.js b/core/l10n/zh_TW.js index 8223ea6ef2..7354e97b78 100644 --- a/core/l10n/zh_TW.js +++ b/core/l10n/zh_TW.js @@ -16,6 +16,10 @@ OC.L10N.register( "Updated \"%s\" to %s" : "已更新 %s 到 %s", "Repair warning: " : "修復警告:", "Repair error: " : "修復錯誤", + "Set log level to debug - current level: \"%s\"" : "設定除錯記錄層級 - 目前層級: \"%s\"", + "Reset log level to \"%s\"" : "重設記錄層級為 \"%s\"", + "%s (3rdparty)" : "%s (第3方)", + "%s (incompatible)" : "%s (不相容的)", "Following apps have been disabled: %s" : "以下應用程式已經被停用:%s", "Already up to date" : "已經是最新版", "File is too big" : "檔案太大", @@ -106,6 +110,8 @@ OC.L10N.register( "Strong password" : "很強的密碼", "Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "您的網頁伺服器無法提供檔案同步功能,因為 WebDAV 界面有問題", "This server has no working Internet connection. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. We suggest to enable Internet connection for this server if you want to have all features." : "伺服器沒有網際網路連線,有些功能,像是外部儲存、更新版通知將無法運作。從遠端存取資料或是寄送 email 通知可能也無法運作。建議您設定好網際網路連線以使用所有功能。", + "Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. We strongly suggest that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root." : "您的資料目錄和您的檔案可能從網路網路被存取,使.htaccess 檔案無法發揮效果,我們強烈建議您配置您的網頁伺服器讓資料目錄不再被訪問存取或者將您的資料目錄移出網頁伺服器根目錄。", + "Your PHP version ({version}) is no longer supported by PHP. We encourage you to upgrade your PHP version to take advantage of performance and security updates provided by PHP." : "您的PHP版本 ({version}) 不再被PHP支援,我們建議您升級您的PHP版本來提升效能以及安全性。", "Error occurred while checking server setup" : "檢查伺服器設定時發生錯誤", "Shared" : "已分享", "Shared with {recipients}" : "與 {recipients} 分享", @@ -118,6 +124,7 @@ OC.L10N.register( "Set expiration date" : "指定到期日", "Expiration" : "過期", "Expiration date" : "到期日", + "Choose a password for the public link" : "為公開連結選一個密碼", "Sending ..." : "正在傳送…", "Email sent" : "Email 已寄出", "Resharing is not allowed" : "不允許重新分享", @@ -125,7 +132,6 @@ OC.L10N.register( "Link" : "連結", "Password protect" : "密碼保護", "Password" : "密碼", - "Choose a password for the public link" : "為公開連結選一個密碼", "Allow editing" : "允許編輯", "Email link to person" : "將連結 email 給別人", "Send" : "寄出", @@ -148,6 +154,7 @@ OC.L10N.register( "Share with users or groups …" : "與用戶或群組分享 ...", "Share with users, groups or remote users …" : "與用戶,群組或是遠端使用者分享 ...", "Warning" : "警告", + "Error while sending notification" : "發送通知錯誤", "The object type is not specified." : "未指定物件類型", "Enter new" : "輸入新的", "Delete" : "刪除", @@ -155,6 +162,11 @@ OC.L10N.register( "Edit tags" : "編輯標籤", "Error loading dialog template: {error}" : "載入對話樣板出錯:{error}", "No tags selected for deletion." : "沒有選擇要刪除的標籤", + "unknown text" : "未知的文字", + "Hello world!" : "哈囉 世界!", + "sunny" : "晴朗的", + "Hello {name}, the weather is {weather}" : "哈囉 {name}, 天氣是 {weather}", + "Hello {name}" : "哈囉 {name}", "_download %n file_::_download %n files_" : ["下載 %n 個檔案"], "{version} is available. Get more information on how to update." : "{version} 釋出了,可以更新", "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "正在更新,在某些狀況下,離開本頁面可能會導致更新中斷", @@ -232,6 +244,7 @@ OC.L10N.register( "Finishing …" : "即將完成…", "Need help?" : "需要幫助?", "See the documentation" : "閱讀說明文件", + "This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "這個應用程式需要啟用 Javascript 才能正常運作,請{linkstart}啟用Javascript{linkend}然後重新整理頁面。", "Log out" : "登出", "Search" : "搜尋", "Server side authentication failed!" : "伺服器端認證失敗!", @@ -240,6 +253,7 @@ OC.L10N.register( "Please try again or contact your administrator." : "請重試或聯絡系統管理員", "Log in" : "登入", "Wrong password. Reset it?" : "密碼錯誤,重設密碼?", + "Stay logged in" : "保持登入狀態", "Alternative Logins" : "其他登入方法", "Hey there,

just letting you know that %s shared %s with you.
View it!

" : "嗨,

%s 與你分享了%s
檢視

", "This ownCloud instance is currently in single user mode." : "這個 ownCloud 伺服器目前運作於單一使用者模式", diff --git a/core/l10n/zh_TW.json b/core/l10n/zh_TW.json index 0242163c40..220c1ec7a1 100644 --- a/core/l10n/zh_TW.json +++ b/core/l10n/zh_TW.json @@ -14,6 +14,10 @@ "Updated \"%s\" to %s" : "已更新 %s 到 %s", "Repair warning: " : "修復警告:", "Repair error: " : "修復錯誤", + "Set log level to debug - current level: \"%s\"" : "設定除錯記錄層級 - 目前層級: \"%s\"", + "Reset log level to \"%s\"" : "重設記錄層級為 \"%s\"", + "%s (3rdparty)" : "%s (第3方)", + "%s (incompatible)" : "%s (不相容的)", "Following apps have been disabled: %s" : "以下應用程式已經被停用:%s", "Already up to date" : "已經是最新版", "File is too big" : "檔案太大", @@ -104,6 +108,8 @@ "Strong password" : "很強的密碼", "Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "您的網頁伺服器無法提供檔案同步功能,因為 WebDAV 界面有問題", "This server has no working Internet connection. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. We suggest to enable Internet connection for this server if you want to have all features." : "伺服器沒有網際網路連線,有些功能,像是外部儲存、更新版通知將無法運作。從遠端存取資料或是寄送 email 通知可能也無法運作。建議您設定好網際網路連線以使用所有功能。", + "Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. We strongly suggest that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root." : "您的資料目錄和您的檔案可能從網路網路被存取,使.htaccess 檔案無法發揮效果,我們強烈建議您配置您的網頁伺服器讓資料目錄不再被訪問存取或者將您的資料目錄移出網頁伺服器根目錄。", + "Your PHP version ({version}) is no longer supported by PHP. We encourage you to upgrade your PHP version to take advantage of performance and security updates provided by PHP." : "您的PHP版本 ({version}) 不再被PHP支援,我們建議您升級您的PHP版本來提升效能以及安全性。", "Error occurred while checking server setup" : "檢查伺服器設定時發生錯誤", "Shared" : "已分享", "Shared with {recipients}" : "與 {recipients} 分享", @@ -116,6 +122,7 @@ "Set expiration date" : "指定到期日", "Expiration" : "過期", "Expiration date" : "到期日", + "Choose a password for the public link" : "為公開連結選一個密碼", "Sending ..." : "正在傳送…", "Email sent" : "Email 已寄出", "Resharing is not allowed" : "不允許重新分享", @@ -123,7 +130,6 @@ "Link" : "連結", "Password protect" : "密碼保護", "Password" : "密碼", - "Choose a password for the public link" : "為公開連結選一個密碼", "Allow editing" : "允許編輯", "Email link to person" : "將連結 email 給別人", "Send" : "寄出", @@ -146,6 +152,7 @@ "Share with users or groups …" : "與用戶或群組分享 ...", "Share with users, groups or remote users …" : "與用戶,群組或是遠端使用者分享 ...", "Warning" : "警告", + "Error while sending notification" : "發送通知錯誤", "The object type is not specified." : "未指定物件類型", "Enter new" : "輸入新的", "Delete" : "刪除", @@ -153,6 +160,11 @@ "Edit tags" : "編輯標籤", "Error loading dialog template: {error}" : "載入對話樣板出錯:{error}", "No tags selected for deletion." : "沒有選擇要刪除的標籤", + "unknown text" : "未知的文字", + "Hello world!" : "哈囉 世界!", + "sunny" : "晴朗的", + "Hello {name}, the weather is {weather}" : "哈囉 {name}, 天氣是 {weather}", + "Hello {name}" : "哈囉 {name}", "_download %n file_::_download %n files_" : ["下載 %n 個檔案"], "{version} is available. Get more information on how to update." : "{version} 釋出了,可以更新", "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "正在更新,在某些狀況下,離開本頁面可能會導致更新中斷", @@ -230,6 +242,7 @@ "Finishing …" : "即將完成…", "Need help?" : "需要幫助?", "See the documentation" : "閱讀說明文件", + "This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "這個應用程式需要啟用 Javascript 才能正常運作,請{linkstart}啟用Javascript{linkend}然後重新整理頁面。", "Log out" : "登出", "Search" : "搜尋", "Server side authentication failed!" : "伺服器端認證失敗!", @@ -238,6 +251,7 @@ "Please try again or contact your administrator." : "請重試或聯絡系統管理員", "Log in" : "登入", "Wrong password. Reset it?" : "密碼錯誤,重設密碼?", + "Stay logged in" : "保持登入狀態", "Alternative Logins" : "其他登入方法", "Hey there,

just letting you know that %s shared %s with you.
View it!

" : "嗨,

%s 與你分享了%s
檢視

", "This ownCloud instance is currently in single user mode." : "這個 ownCloud 伺服器目前運作於單一使用者模式", diff --git a/lib/l10n/oc.js b/lib/l10n/oc.js index a4cdce5a41..26c0c438d6 100644 --- a/lib/l10n/oc.js +++ b/lib/l10n/oc.js @@ -86,6 +86,7 @@ OC.L10N.register( "Sharing %s failed, because the backend does not allow shares from type %i" : "Lo partiment de %s a fracassat perque l’infrastructura autoriza pas los partiments de tipe %i", "Sharing %s failed, because the file does not exist" : "Lo partiment de %s a fracassat perque lo fichièr existís pas", "You are not allowed to share %s" : "Sètz pas autorizat a partejar %s", + "Sharing %s failed, because you can not share with yourself" : "Lo partiment de %s a fracassat perque podètz pas partejar amb vos-meteis", "Sharing %s failed, because the user %s does not exist" : "Lo partiment de %s a fracassat perque l'utilizaire %s existís pas", "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Lo partiment de %s a fracassat perque l'utilizaire %s es pas membre de cap de grop al qual %s aparten", "Sharing %s failed, because this item is already shared with %s" : "Lo partiment de %s a fracassat perque aqueste objècte es ja partejat amb %s", @@ -104,6 +105,7 @@ OC.L10N.register( "Sharing backend %s must implement the interface OCP\\Share_Backend" : "Lo servici de partiment %s deu implementar l'interfàcia OCP\\Share_Backend", "Sharing backend %s not found" : "Servici de partiment %s pas trobat", "Sharing backend for %s not found" : "Lo servici de partiment per %s es introbable", + "Sharing failed, because the user %s is the original sharer" : "Lo partiment a fracassat perque l'utilizaire %s es lo proprietari original", "Sharing %s failed, because the permissions exceed permissions granted to %s" : "Lo partiment de %s a fracassat perque las permissions depassan las que son acordadas a %s", "Sharing %s failed, because resharing is not allowed" : "Lo partiment de %s a fracassat perque lo repartatge es pas autorizat", "Sharing %s failed, because the sharing backend for %s could not find its source" : "Lo partiment de %s a fracassat perque la font es pas estada trobada pel partiment %s.", diff --git a/lib/l10n/oc.json b/lib/l10n/oc.json index 253a155207..506bc2d4a0 100644 --- a/lib/l10n/oc.json +++ b/lib/l10n/oc.json @@ -84,6 +84,7 @@ "Sharing %s failed, because the backend does not allow shares from type %i" : "Lo partiment de %s a fracassat perque l’infrastructura autoriza pas los partiments de tipe %i", "Sharing %s failed, because the file does not exist" : "Lo partiment de %s a fracassat perque lo fichièr existís pas", "You are not allowed to share %s" : "Sètz pas autorizat a partejar %s", + "Sharing %s failed, because you can not share with yourself" : "Lo partiment de %s a fracassat perque podètz pas partejar amb vos-meteis", "Sharing %s failed, because the user %s does not exist" : "Lo partiment de %s a fracassat perque l'utilizaire %s existís pas", "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Lo partiment de %s a fracassat perque l'utilizaire %s es pas membre de cap de grop al qual %s aparten", "Sharing %s failed, because this item is already shared with %s" : "Lo partiment de %s a fracassat perque aqueste objècte es ja partejat amb %s", @@ -102,6 +103,7 @@ "Sharing backend %s must implement the interface OCP\\Share_Backend" : "Lo servici de partiment %s deu implementar l'interfàcia OCP\\Share_Backend", "Sharing backend %s not found" : "Servici de partiment %s pas trobat", "Sharing backend for %s not found" : "Lo servici de partiment per %s es introbable", + "Sharing failed, because the user %s is the original sharer" : "Lo partiment a fracassat perque l'utilizaire %s es lo proprietari original", "Sharing %s failed, because the permissions exceed permissions granted to %s" : "Lo partiment de %s a fracassat perque las permissions depassan las que son acordadas a %s", "Sharing %s failed, because resharing is not allowed" : "Lo partiment de %s a fracassat perque lo repartatge es pas autorizat", "Sharing %s failed, because the sharing backend for %s could not find its source" : "Lo partiment de %s a fracassat perque la font es pas estada trobada pel partiment %s.", diff --git a/settings/l10n/fi_FI.js b/settings/l10n/fi_FI.js index 8c72e059f5..5755fae91b 100644 --- a/settings/l10n/fi_FI.js +++ b/settings/l10n/fi_FI.js @@ -79,6 +79,7 @@ OC.L10N.register( "Uninstall" : "Poista asennus", "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "Tämä sovellus on otettu käyttöön, mutta se vaatii päivityksen. Sinut ohjataan päivityssivulle viiden sekunnin kuluttua.", "App update" : "Sovelluspäivitys", + "No apps found for \"{query}\"" : "Haulla \"{query}\" ei löytynyt sovelluksia", "An error occurred: {message}" : "Tapahtui virhe: {message}", "Select a profile picture" : "Valitse profiilikuva", "Very weak password" : "Erittäin heikko salasana", @@ -152,6 +153,7 @@ OC.L10N.register( "Use system's cron service to call the cron.php file every 15 minutes." : "Käytä järjestelmän cron-palvelua cron.php-tiedoston kutsumista varten 15 minuutin välein.", "Enable server-side encryption" : "Käytä palvelinpään salausta", "Please read carefully before activating server-side encryption: " : "Lue tarkasti, ennen kuin otat palvelinpään salauksen käyttöön:", + "Be aware that encryption always increases the file size." : "Ota huomioon, että salaus kasvattaa aina tiedostojen kokoa.", "This is the final warning: Do you really want to enable encryption?" : "Tämä on viimeinen varoitus: haluatko varmasti ottaa salauksen käyttöön?", "Enable encryption" : "Käytä salausta", "No encryption module loaded, please enable an encryption module in the app menu." : "Salausmoduulia ei ole käytössä. Ota salausmoduuli käyttöön sovellusvalikosta.", diff --git a/settings/l10n/fi_FI.json b/settings/l10n/fi_FI.json index f29dd06a0f..2aa969f688 100644 --- a/settings/l10n/fi_FI.json +++ b/settings/l10n/fi_FI.json @@ -77,6 +77,7 @@ "Uninstall" : "Poista asennus", "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "Tämä sovellus on otettu käyttöön, mutta se vaatii päivityksen. Sinut ohjataan päivityssivulle viiden sekunnin kuluttua.", "App update" : "Sovelluspäivitys", + "No apps found for \"{query}\"" : "Haulla \"{query}\" ei löytynyt sovelluksia", "An error occurred: {message}" : "Tapahtui virhe: {message}", "Select a profile picture" : "Valitse profiilikuva", "Very weak password" : "Erittäin heikko salasana", @@ -150,6 +151,7 @@ "Use system's cron service to call the cron.php file every 15 minutes." : "Käytä järjestelmän cron-palvelua cron.php-tiedoston kutsumista varten 15 minuutin välein.", "Enable server-side encryption" : "Käytä palvelinpään salausta", "Please read carefully before activating server-side encryption: " : "Lue tarkasti, ennen kuin otat palvelinpään salauksen käyttöön:", + "Be aware that encryption always increases the file size." : "Ota huomioon, että salaus kasvattaa aina tiedostojen kokoa.", "This is the final warning: Do you really want to enable encryption?" : "Tämä on viimeinen varoitus: haluatko varmasti ottaa salauksen käyttöön?", "Enable encryption" : "Käytä salausta", "No encryption module loaded, please enable an encryption module in the app menu." : "Salausmoduulia ei ole käytössä. Ota salausmoduuli käyttöön sovellusvalikosta.", diff --git a/settings/l10n/fr.js b/settings/l10n/fr.js index fc4f58ac3b..dd32961257 100644 --- a/settings/l10n/fr.js +++ b/settings/l10n/fr.js @@ -80,6 +80,7 @@ OC.L10N.register( "Uninstall" : "Désinstaller", "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "L'application a été activée mais doit être mise à jour. Vous allez être redirigé vers la page des mises à jour dans 5 secondes.", "App update" : "Mise à jour", + "No apps found for \"{query}\"" : "Aucune application trouvée pour \"{query}\"", "An error occurred: {message}" : "Une erreur est survenue : {message}", "Select a profile picture" : "Selectionnez une photo de profil ", "Very weak password" : "Mot de passe de très faible sécurité", diff --git a/settings/l10n/fr.json b/settings/l10n/fr.json index 5f8a316080..2b050f4ffa 100644 --- a/settings/l10n/fr.json +++ b/settings/l10n/fr.json @@ -78,6 +78,7 @@ "Uninstall" : "Désinstaller", "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "L'application a été activée mais doit être mise à jour. Vous allez être redirigé vers la page des mises à jour dans 5 secondes.", "App update" : "Mise à jour", + "No apps found for \"{query}\"" : "Aucune application trouvée pour \"{query}\"", "An error occurred: {message}" : "Une erreur est survenue : {message}", "Select a profile picture" : "Selectionnez une photo de profil ", "Very weak password" : "Mot de passe de très faible sécurité", diff --git a/settings/l10n/it.js b/settings/l10n/it.js index fde051394e..38684a6727 100644 --- a/settings/l10n/it.js +++ b/settings/l10n/it.js @@ -80,6 +80,7 @@ OC.L10N.register( "Uninstall" : "Disinstalla", "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "L'applicazione è stata abilitata, ma deve essere aggiornata. Sarai rediretto alla pagina di aggiornamento in 5 secondi.", "App update" : "Aggiornamento applicazione", + "No apps found for \"{query}\"" : "Nessuna applicazione trovata per \"{query}\"", "An error occurred: {message}" : "Si è verificato un errore: {message}", "Select a profile picture" : "Seleziona un'immagine del profilo", "Very weak password" : "Password molto debole", diff --git a/settings/l10n/it.json b/settings/l10n/it.json index 62711d482e..11f65d07d2 100644 --- a/settings/l10n/it.json +++ b/settings/l10n/it.json @@ -78,6 +78,7 @@ "Uninstall" : "Disinstalla", "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "L'applicazione è stata abilitata, ma deve essere aggiornata. Sarai rediretto alla pagina di aggiornamento in 5 secondi.", "App update" : "Aggiornamento applicazione", + "No apps found for \"{query}\"" : "Nessuna applicazione trovata per \"{query}\"", "An error occurred: {message}" : "Si è verificato un errore: {message}", "Select a profile picture" : "Seleziona un'immagine del profilo", "Very weak password" : "Password molto debole", diff --git a/settings/l10n/nl.js b/settings/l10n/nl.js index 5493ddfdeb..9b4aff943f 100644 --- a/settings/l10n/nl.js +++ b/settings/l10n/nl.js @@ -80,6 +80,7 @@ OC.L10N.register( "Uninstall" : "De-installeren", "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "De app is geactiveerd maar moet worden bijgewerkt. U wordt over 5 seconden doorgeleid naar de bijwerkpagina.", "App update" : "App update", + "No apps found for \"{query}\"" : "Geen apps gevonden voor \"{query}\"", "An error occurred: {message}" : "Er heeft zich een fout voorgedaan: {message}", "Select a profile picture" : "Kies een profielafbeelding", "Very weak password" : "Zeer zwak wachtwoord", diff --git a/settings/l10n/nl.json b/settings/l10n/nl.json index fdc63cad06..14cea3dcb6 100644 --- a/settings/l10n/nl.json +++ b/settings/l10n/nl.json @@ -78,6 +78,7 @@ "Uninstall" : "De-installeren", "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "De app is geactiveerd maar moet worden bijgewerkt. U wordt over 5 seconden doorgeleid naar de bijwerkpagina.", "App update" : "App update", + "No apps found for \"{query}\"" : "Geen apps gevonden voor \"{query}\"", "An error occurred: {message}" : "Er heeft zich een fout voorgedaan: {message}", "Select a profile picture" : "Kies een profielafbeelding", "Very weak password" : "Zeer zwak wachtwoord", diff --git a/settings/l10n/pt_BR.js b/settings/l10n/pt_BR.js index 90a5ac44f5..9caeb6169a 100644 --- a/settings/l10n/pt_BR.js +++ b/settings/l10n/pt_BR.js @@ -80,6 +80,7 @@ OC.L10N.register( "Uninstall" : "Desinstalar", "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "O aplicativo foi habilitado, mas precisa ser atualizado. Você será redirecionado para a página de atualização em 5 segundos.", "App update" : "Atualização de aplicativo", + "No apps found for \"{query}\"" : "Nenhum aplicativo encontrado para \"{query}\"", "An error occurred: {message}" : "Ocorreu um erro: {message}", "Select a profile picture" : "Selecione uma imagem para o perfil", "Very weak password" : "Senha muito fraca", diff --git a/settings/l10n/pt_BR.json b/settings/l10n/pt_BR.json index e2df1097a5..52072f8f1f 100644 --- a/settings/l10n/pt_BR.json +++ b/settings/l10n/pt_BR.json @@ -78,6 +78,7 @@ "Uninstall" : "Desinstalar", "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "O aplicativo foi habilitado, mas precisa ser atualizado. Você será redirecionado para a página de atualização em 5 segundos.", "App update" : "Atualização de aplicativo", + "No apps found for \"{query}\"" : "Nenhum aplicativo encontrado para \"{query}\"", "An error occurred: {message}" : "Ocorreu um erro: {message}", "Select a profile picture" : "Selecione uma imagem para o perfil", "Very weak password" : "Senha muito fraca", diff --git a/settings/l10n/sq.js b/settings/l10n/sq.js index 847f0ba73a..56a0a142f0 100644 --- a/settings/l10n/sq.js +++ b/settings/l10n/sq.js @@ -79,6 +79,7 @@ OC.L10N.register( "Uninstall" : "Çinstaloje", "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "Aplikacioni është aktivizuar, por lyp të përditësohet. Do të ridrejtoheni te faqja e përditësimeve brenda 5 sekondash.", "App update" : "Përditësim aplikacioni", + "No apps found for \"{query}\"" : "S’u gjetën aplikacione për \"{query}\"", "An error occurred: {message}" : "Ndodhi një gabim: {message}", "Select a profile picture" : "Përzgjidhni një foto profili", "Very weak password" : "Fjalëkalim shumë i dobët", diff --git a/settings/l10n/sq.json b/settings/l10n/sq.json index 7f97233d1d..eb5f05106a 100644 --- a/settings/l10n/sq.json +++ b/settings/l10n/sq.json @@ -77,6 +77,7 @@ "Uninstall" : "Çinstaloje", "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "Aplikacioni është aktivizuar, por lyp të përditësohet. Do të ridrejtoheni te faqja e përditësimeve brenda 5 sekondash.", "App update" : "Përditësim aplikacioni", + "No apps found for \"{query}\"" : "S’u gjetën aplikacione për \"{query}\"", "An error occurred: {message}" : "Ndodhi një gabim: {message}", "Select a profile picture" : "Përzgjidhni një foto profili", "Very weak password" : "Fjalëkalim shumë i dobët", diff --git a/settings/l10n/zh_TW.js b/settings/l10n/zh_TW.js index 78841e1f00..caa85e2b44 100644 --- a/settings/l10n/zh_TW.js +++ b/settings/l10n/zh_TW.js @@ -80,6 +80,7 @@ OC.L10N.register( "Uninstall" : "解除安裝", "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "這個應用程式已經可以使用,但是需要更新,您將會在5秒後被引導至更新頁面。", "App update" : "應用程式更新", + "No apps found for \"{query}\"" : "此\"{query}\"未找到任何應用程式", "An error occurred: {message}" : "發生錯誤:{message}", "Select a profile picture" : "選擇大頭貼", "Very weak password" : "非常弱的密碼", diff --git a/settings/l10n/zh_TW.json b/settings/l10n/zh_TW.json index 0dacb2c86c..2d7951b893 100644 --- a/settings/l10n/zh_TW.json +++ b/settings/l10n/zh_TW.json @@ -78,6 +78,7 @@ "Uninstall" : "解除安裝", "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "這個應用程式已經可以使用,但是需要更新,您將會在5秒後被引導至更新頁面。", "App update" : "應用程式更新", + "No apps found for \"{query}\"" : "此\"{query}\"未找到任何應用程式", "An error occurred: {message}" : "發生錯誤:{message}", "Select a profile picture" : "選擇大頭貼", "Very weak password" : "非常弱的密碼",