diff options
Diffstat (limited to 'core')
40 files changed, 454 insertions, 22 deletions
diff --git a/core/css/header.css b/core/css/header.css index af4bbac57a5..d3e9e7cd490 100644 --- a/core/css/header.css +++ b/core/css/header.css @@ -294,7 +294,7 @@ color: #bbb; cursor: pointer; } -#settings .icon-loading-dark { +#settings .icon-loading-small-dark { display: inline-block; margin-bottom: -3px; margin-right: 6px; diff --git a/core/css/icons.css b/core/css/icons.css index 8caeaf0b475..8bf4c204c94 100644 --- a/core/css/icons.css +++ b/core/css/icons.css @@ -14,15 +14,93 @@ background-image: url('../img/breadcrumb.svg'); } -.icon-loading { - background-image: url('../img/loading.gif'); -} -.icon-loading-dark { - background-image: url('../img/loading-dark.gif'); -} -.icon-loading-small { - background-image: url('../img/loading-small.gif'); +.loading, +.loading-small, +.icon-loading, +.icon-loading-dark, +.icon-loading-small, +.icon-loading-small-dark { + position: relative; +} +.loading:after, +.loading-small:after, +.icon-loading:after, +.icon-loading-dark:after, +.icon-loading-small:after, +.icon-loading-small-dark:after { + z-index: 2; + content: ""; + height: 32px; + width: 32px; + margin: -17px 0 0 -17px; + position: absolute; + top: 50%; + left: 50%; + border-radius: 100%; + -webkit-animation: rotate .8s infinite linear; + animation: rotate .8s infinite linear; + -webkit-transform-origin: center; + -ms-transform-origin: center; + transform-origin: center; +} +.loading:after, +.loading-small:after, +.icon-loading:after, +.icon-loading-dark:after, +.icon-loading-small:after, +.icon-loading-small-dark:after { + border: 1px solid rgba(85, 85, 85, 0.5); + border-top-color: #555; +} + +.icon-loading-dark:after, +.icon-loading-small-dark:after { + border: 1px solid rgba(187, 187, 187, 0.5); + border-top-color: #BBB; +} + +.icon-loading-small:after, +.icon-loading-small-dark:after { + height: 16px; + width: 16px; + margin: -9px 0 0 -9px; +} + +/* Css replaced elements don't have ::after nor ::before */ +img.icon-loading, object.icon-loading, video.icon-loading, button.icon-loading, textarea.icon-loading, input.icon-loading, select.icon-loading { + background-image: url("../img/loading.gif"); +} +img.icon-loading-dark, object.icon-loading-dark, video.icon-loading-dark, button.icon-loading-dark, textarea.icon-loading-dark, input.icon-loading-dark, select.icon-loading-dark { + background-image: url("../img/loading-dark.gif"); +} +img.icon-loading-small, object.icon-loading-small, video.icon-loading-small, button.icon-loading-small, textarea.icon-loading-small, input.icon-loading-small, select.icon-loading-small { + background-image: url("../img/loading-small.gif"); +} +img.icon-loading-small-dark, object.icon-loading-small-dark, video.icon-loading-small-dark, button.icon-loading-small-dark, textarea.icon-loading-small-dark, input.icon-loading-small-dark, select.icon-loading-small-dark { + background-image: url("../img/loading-small-dark.gif"); +} + +@-webkit-keyframes rotate { + from { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + to { + -webkit-transform: rotate(360deg); + transform: rotate(360deg); + } +} +@keyframes rotate { + from { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + to { + -webkit-transform: rotate(360deg); + transform: rotate(360deg); + } } + .icon-32 { background-size: 32px !important; } diff --git a/core/css/styles.css b/core/css/styles.css index 9257ae82669..736ddc6be01 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -801,8 +801,6 @@ a.bookmarklet { background-color:#ddd; border:1px solid #ccc; padding:5px;paddin .ui-dialog {position:fixed !important;} span.ui-icon {float: left; margin: 3px 7px 30px 0;} -.loading { background: url('../img/loading.gif') no-repeat center; cursor: wait; } -.loading-small { background: url('../img/loading-small.gif') no-repeat center; cursor: wait; } .move2trash { /* decrease spinner size */ width: 16px; height: 16px; diff --git a/core/img/loading-dark.gif b/core/img/loading-dark.gif Binary files differindex 13f0f64eab1..bd56aa9e12b 100644 --- a/core/img/loading-dark.gif +++ b/core/img/loading-dark.gif diff --git a/core/img/loading-small-dark.gif b/core/img/loading-small-dark.gif Binary files differnew file mode 100644 index 00000000000..50be5bfb2a1 --- /dev/null +++ b/core/img/loading-small-dark.gif diff --git a/core/img/loading-small.gif b/core/img/loading-small.gif Binary files differindex 5025f0bedeb..90ed449b1f4 100644 --- a/core/img/loading-small.gif +++ b/core/img/loading-small.gif diff --git a/core/img/loading.gif b/core/img/loading.gif Binary files differindex f8f3dff6fb9..a4816024d3b 100644 --- a/core/img/loading.gif +++ b/core/img/loading.gif diff --git a/core/js/js.js b/core/js/js.js index 0d7207b7abb..1c49d38f950 100644 --- a/core/js/js.js +++ b/core/js/js.js @@ -1579,7 +1579,7 @@ function initCore() { } $page.find('img').remove(); $page.find('div').remove(); // prevent odd double-clicks - $page.prepend($('<div/>').addClass('icon-loading-dark')); + $page.prepend($('<div/>').addClass('icon-loading-small-dark')); }); } diff --git a/core/l10n/de.js b/core/l10n/de.js index d50687372bf..e17910f6450 100644 --- a/core/l10n/de.js +++ b/core/l10n/de.js @@ -282,6 +282,7 @@ OC.L10N.register( "Please contact your administrator." : "Bitte kontaktiere Deinen Administrator.", "An internal error occurred." : "Es ist ein interner Fehler aufgetreten.", "Please try again or contact your administrator." : "Bitte versuche es noch einmal oder kontaktiere Deinen Administrator.", + "Username or email" : "Benutzername oder E-Mail", "Log in" : "Anmelden", "Wrong password. Reset it?" : "Falsches Passwort. Soll es zurückgesetzt werden?", "Wrong password." : "Falsches Passwort.", diff --git a/core/l10n/de.json b/core/l10n/de.json index a9ee9809ff9..1a9acc8b653 100644 --- a/core/l10n/de.json +++ b/core/l10n/de.json @@ -280,6 +280,7 @@ "Please contact your administrator." : "Bitte kontaktiere Deinen Administrator.", "An internal error occurred." : "Es ist ein interner Fehler aufgetreten.", "Please try again or contact your administrator." : "Bitte versuche es noch einmal oder kontaktiere Deinen Administrator.", + "Username or email" : "Benutzername oder E-Mail", "Log in" : "Anmelden", "Wrong password. Reset it?" : "Falsches Passwort. Soll es zurückgesetzt werden?", "Wrong password." : "Falsches Passwort.", diff --git a/core/l10n/de_DE.js b/core/l10n/de_DE.js index 4227e745fa5..e84e581fc2a 100644 --- a/core/l10n/de_DE.js +++ b/core/l10n/de_DE.js @@ -282,6 +282,7 @@ OC.L10N.register( "Please contact your administrator." : "Bitte kontaktieren Sie Ihren Administrator.", "An internal error occurred." : "Es ist ein interner Fehler aufgetreten.", "Please try again or contact your administrator." : "Bitte versuchen Sie es noch einmal oder kontaktieren Sie Ihren Administrator.", + "Username or email" : "Benutzername oder E-Mail", "Log in" : "Einloggen", "Wrong password. Reset it?" : "Falsches Passwort. Soll es zurückgesetzt werden?", "Wrong password." : "Falsches Passwort.", diff --git a/core/l10n/de_DE.json b/core/l10n/de_DE.json index dc70505705a..27b9d6df0bf 100644 --- a/core/l10n/de_DE.json +++ b/core/l10n/de_DE.json @@ -280,6 +280,7 @@ "Please contact your administrator." : "Bitte kontaktieren Sie Ihren Administrator.", "An internal error occurred." : "Es ist ein interner Fehler aufgetreten.", "Please try again or contact your administrator." : "Bitte versuchen Sie es noch einmal oder kontaktieren Sie Ihren Administrator.", + "Username or email" : "Benutzername oder E-Mail", "Log in" : "Einloggen", "Wrong password. Reset it?" : "Falsches Passwort. Soll es zurückgesetzt werden?", "Wrong password." : "Falsches Passwort.", diff --git a/core/l10n/en_GB.js b/core/l10n/en_GB.js index 8152d43316a..946006f0633 100644 --- a/core/l10n/en_GB.js +++ b/core/l10n/en_GB.js @@ -27,8 +27,11 @@ OC.L10N.register( "Error unfavoriting" : "Error unfavouriting", "Couldn't send mail to following users: %s " : "Couldn't send mail to following users: %s ", "Preparing update" : "Preparing update", + "[%d / %d]: %s" : "[%d / %d]: %s", "Repair warning: " : "Repair warning: ", "Repair error: " : "Repair error: ", + "Please use the command line updater because automatic updating is disabled in the config.php." : "Please use the command line updater because automatic updating is disabled in the config.php.", + "[%d / %d]: Checking table %s" : "[%d / %d]: Checking table %s", "Turned on maintenance mode" : "Turned on maintenance mode", "Turned off maintenance mode" : "Turned off maintenance mode", "Maintenance mode is kept active" : "Maintenance mode is kept active", @@ -95,6 +98,7 @@ OC.L10N.register( "Dec." : "Dec.", "<a href=\"{docUrl}\">There were problems with the code integrity check. More information…</a>" : "<a href=\"{docUrl}\">There were problems with the code integrity check. More information…</a>", "Settings" : "Settings", + "Problem loading page, reloading in 5 seconds" : "Problem loading page, reloading in 5 seconds", "Saving..." : "Saving...", "Dismiss" : "Dismiss", "seconds ago" : "seconds ago", @@ -126,10 +130,18 @@ OC.L10N.register( "Good password" : "Good password", "Strong password" : "Strong password", "Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "Your web server is not yet set up properly to allow file synchronisation because the WebDAV interface seems to be broken.", + "Your web server is not set up properly to resolve \"{url}\". Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "Your web server is not set up properly to resolve \"{url}\". Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>.", "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." : "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 enabling the Internet connection for this server.", + "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>.", + "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>.", + "You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it.", + "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 <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "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 <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>.", + "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 <a target=\"_blank\" rel=\"noreferrer\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "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 <a target=\"_blank\" rel=\"noreferrer\" href=\"{wikiLink}\">memcached wiki about both modules</a>.", + "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)", "Error occurred while checking server setup" : "Error occurred whilst checking server setup", "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." : "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.", "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." : "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.", + "The \"Strict-Transport-Security\" HTTP header is not configured to at least \"{seconds}\" seconds. For enhanced security we recommend enabling HSTS as described in our <a href=\"{docUrl}\" rel=\"noreferrer\">security tips</a>." : "The \"Strict-Transport-Security\" HTTP header is not configured to at least \"{seconds}\" seconds. For enhanced security we recommend enabling HSTS as described in our <a href=\"{docUrl}\" rel=\"noreferrer\">security tips</a>.", "You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our <a href=\"{docUrl}\">security tips</a>." : "You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our <a href=\"{docUrl}\">security tips</a>.", "Shared" : "Shared", "Shared with {recipients}" : "Shared with {recipients}", @@ -152,6 +164,7 @@ OC.L10N.register( "Send" : "Send", "Sending ..." : "Sending ...", "Email sent" : "Email sent", + "Send link via email" : "Send link via email", "Shared with you and the group {group} by {owner}" : "Shared with you and the group {group} by {owner}", "Shared with you by {owner}" : "Shared with you by {owner}", "group" : "group", @@ -167,11 +180,17 @@ OC.L10N.register( "Could not unshare" : "Could not unshare", "Share details could not be loaded for this item." : "Share details could not be loaded for this item.", "No users or groups found for {search}" : "No users or groups found for {search}", + "No users found for {search}" : "No users found for {search}", + "An error occurred. Please try again" : "An error occurred. Please try again", "{sharee} (group)" : "{sharee} (group)", "{sharee} (at {server})" : "{sharee} (at {server})", "{sharee} (remote)" : "{sharee} (remote)", "Share" : "Share", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Share with people on other ownClouds using the syntax username@example.com/owncloud", + "Share with users…" : "Share with users…", + "Share with users, groups or remote users…" : "Share with users, groups or remote users…", + "Share with users or groups…" : "Share with users or groups…", + "Share with users or remote users…" : "Share with users or remote users…", "Error removing share" : "Error removing share", "Warning" : "Warning", "Error while sending notification" : "Error whilst sending notification", @@ -196,6 +215,7 @@ OC.L10N.register( "new" : "new", "_download %n file_::_download %n files_" : ["download %n file","download %n files"], "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "The upgrade is in progress, leaving this page might interrupt the process in some environments.", + "Updating to {version}" : "Updating to {version}", "An error occurred." : "An error occurred.", "Please reload the page." : "Please reload the page.", "The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue.", @@ -232,6 +252,7 @@ OC.L10N.register( "Trace" : "Trace", "Security warning" : "Security warning", "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Your data directory and files are probably accessible from the internet because the .htaccess file does not work.", + "For information how to properly configure your server, please see the <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">documentation</a>." : "For information how to properly configure your server, please see the <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">documentation</a>.", "Create an <strong>admin account</strong>" : "Create an <strong>admin account</strong>", "Username" : "Username", "Storage & database" : "Storage & database", @@ -259,7 +280,9 @@ OC.L10N.register( "Search" : "Search", "Server side authentication failed!" : "Server side authentication failed!", "Please contact your administrator." : "Please contact your administrator.", + "An internal error occurred." : "An internal error occurred.", "Please try again or contact your administrator." : "Please try again or contact your administrator.", + "Username or email" : "Username or email", "Log in" : "Log in", "Wrong password. Reset it?" : "Wrong password. Reset it?", "Wrong password." : "Wrong password.", @@ -285,6 +308,10 @@ OC.L10N.register( "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Please make sure that the database, the config folder and the data folder have been backed up before proceeding.", "Start update" : "Start update", "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:", + "Detailed logs" : "Detailed logs", + "Update needed" : "Update needed", + "Please use the command line updater because you have a big instance." : "Please use the command line updater because you have a big instance.", + "For help, see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation</a>." : "For help, see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation</a>.", "This %s instance is currently in maintenance mode, which may take a while." : "This %s instance is currently in maintenance mode, which may take a while.", "This page will refresh itself when the %s instance is available again." : "This page will refresh itself when the %s instance is available again." }, diff --git a/core/l10n/en_GB.json b/core/l10n/en_GB.json index 247ea2c9197..4e63ab9e28a 100644 --- a/core/l10n/en_GB.json +++ b/core/l10n/en_GB.json @@ -25,8 +25,11 @@ "Error unfavoriting" : "Error unfavouriting", "Couldn't send mail to following users: %s " : "Couldn't send mail to following users: %s ", "Preparing update" : "Preparing update", + "[%d / %d]: %s" : "[%d / %d]: %s", "Repair warning: " : "Repair warning: ", "Repair error: " : "Repair error: ", + "Please use the command line updater because automatic updating is disabled in the config.php." : "Please use the command line updater because automatic updating is disabled in the config.php.", + "[%d / %d]: Checking table %s" : "[%d / %d]: Checking table %s", "Turned on maintenance mode" : "Turned on maintenance mode", "Turned off maintenance mode" : "Turned off maintenance mode", "Maintenance mode is kept active" : "Maintenance mode is kept active", @@ -93,6 +96,7 @@ "Dec." : "Dec.", "<a href=\"{docUrl}\">There were problems with the code integrity check. More information…</a>" : "<a href=\"{docUrl}\">There were problems with the code integrity check. More information…</a>", "Settings" : "Settings", + "Problem loading page, reloading in 5 seconds" : "Problem loading page, reloading in 5 seconds", "Saving..." : "Saving...", "Dismiss" : "Dismiss", "seconds ago" : "seconds ago", @@ -124,10 +128,18 @@ "Good password" : "Good password", "Strong password" : "Strong password", "Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "Your web server is not yet set up properly to allow file synchronisation because the WebDAV interface seems to be broken.", + "Your web server is not set up properly to resolve \"{url}\". Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "Your web server is not set up properly to resolve \"{url}\". Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>.", "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." : "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 enabling the Internet connection for this server.", + "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>.", + "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>.", + "You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it.", + "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 <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "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 <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>.", + "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 <a target=\"_blank\" rel=\"noreferrer\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "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 <a target=\"_blank\" rel=\"noreferrer\" href=\"{wikiLink}\">memcached wiki about both modules</a>.", + "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)", "Error occurred while checking server setup" : "Error occurred whilst checking server setup", "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." : "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.", "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." : "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.", + "The \"Strict-Transport-Security\" HTTP header is not configured to at least \"{seconds}\" seconds. For enhanced security we recommend enabling HSTS as described in our <a href=\"{docUrl}\" rel=\"noreferrer\">security tips</a>." : "The \"Strict-Transport-Security\" HTTP header is not configured to at least \"{seconds}\" seconds. For enhanced security we recommend enabling HSTS as described in our <a href=\"{docUrl}\" rel=\"noreferrer\">security tips</a>.", "You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our <a href=\"{docUrl}\">security tips</a>." : "You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our <a href=\"{docUrl}\">security tips</a>.", "Shared" : "Shared", "Shared with {recipients}" : "Shared with {recipients}", @@ -150,6 +162,7 @@ "Send" : "Send", "Sending ..." : "Sending ...", "Email sent" : "Email sent", + "Send link via email" : "Send link via email", "Shared with you and the group {group} by {owner}" : "Shared with you and the group {group} by {owner}", "Shared with you by {owner}" : "Shared with you by {owner}", "group" : "group", @@ -165,11 +178,17 @@ "Could not unshare" : "Could not unshare", "Share details could not be loaded for this item." : "Share details could not be loaded for this item.", "No users or groups found for {search}" : "No users or groups found for {search}", + "No users found for {search}" : "No users found for {search}", + "An error occurred. Please try again" : "An error occurred. Please try again", "{sharee} (group)" : "{sharee} (group)", "{sharee} (at {server})" : "{sharee} (at {server})", "{sharee} (remote)" : "{sharee} (remote)", "Share" : "Share", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Share with people on other ownClouds using the syntax username@example.com/owncloud", + "Share with users…" : "Share with users…", + "Share with users, groups or remote users…" : "Share with users, groups or remote users…", + "Share with users or groups…" : "Share with users or groups…", + "Share with users or remote users…" : "Share with users or remote users…", "Error removing share" : "Error removing share", "Warning" : "Warning", "Error while sending notification" : "Error whilst sending notification", @@ -194,6 +213,7 @@ "new" : "new", "_download %n file_::_download %n files_" : ["download %n file","download %n files"], "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "The upgrade is in progress, leaving this page might interrupt the process in some environments.", + "Updating to {version}" : "Updating to {version}", "An error occurred." : "An error occurred.", "Please reload the page." : "Please reload the page.", "The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue.", @@ -230,6 +250,7 @@ "Trace" : "Trace", "Security warning" : "Security warning", "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Your data directory and files are probably accessible from the internet because the .htaccess file does not work.", + "For information how to properly configure your server, please see the <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">documentation</a>." : "For information how to properly configure your server, please see the <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">documentation</a>.", "Create an <strong>admin account</strong>" : "Create an <strong>admin account</strong>", "Username" : "Username", "Storage & database" : "Storage & database", @@ -257,7 +278,9 @@ "Search" : "Search", "Server side authentication failed!" : "Server side authentication failed!", "Please contact your administrator." : "Please contact your administrator.", + "An internal error occurred." : "An internal error occurred.", "Please try again or contact your administrator." : "Please try again or contact your administrator.", + "Username or email" : "Username or email", "Log in" : "Log in", "Wrong password. Reset it?" : "Wrong password. Reset it?", "Wrong password." : "Wrong password.", @@ -283,6 +306,10 @@ "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Please make sure that the database, the config folder and the data folder have been backed up before proceeding.", "Start update" : "Start update", "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:", + "Detailed logs" : "Detailed logs", + "Update needed" : "Update needed", + "Please use the command line updater because you have a big instance." : "Please use the command line updater because you have a big instance.", + "For help, see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation</a>." : "For help, see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation</a>.", "This %s instance is currently in maintenance mode, which may take a while." : "This %s instance is currently in maintenance mode, which may take a while.", "This page will refresh itself when the %s instance is available again." : "This page will refresh itself when the %s instance is available again." },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/core/l10n/es.js b/core/l10n/es.js index 099db209c9b..436814523da 100644 --- a/core/l10n/es.js +++ b/core/l10n/es.js @@ -135,9 +135,13 @@ OC.L10N.register( "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "La memoria caché no ha sido configurada. Para mejorar su desempeño, por favor, configure la memcache si está disponible. Puede encontrar más información en nuestra <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>", "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "PHP no tiene acceso a /dev/urandom lo cual es desaconsejable por razones de seguridad. Puede encontrar más información en nuestra our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>.", "You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Actualmente utiliza PHP {version}. Le aconsejamos que actualice su versión de PHP para beneficiarse de <a target=\"_blank\" rel=\"noreferrer\" href=\"{phpLink}\">mejoras de desempeño y seguridad que aporta PHP Group</a> en cuanto su distribución lo soporte.", + "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 <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "La configuración de las cabeceras inversas del proxy son incorrectas, o está accediendo a ownCloud desde un proxy confiable. Si no está accediendo a ownCloud desde un proxy certificado y confiable, este es un problema de seguridad y puede permitirle a un hacker camuflar su dirección IP a ownCloud. Más información puede ser encontrada en nuestra <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentación</a>.", + "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 <a target=\"_blank\" rel=\"noreferrer\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "memcached es un sistema de cache distribuido. pero ha sido instalado por error el modulo PHP memcache.\nConsulte <a target=\"_blank\" rel=\"noreferrer\" href=\"{wikiLink}\">memcached wiki acerca de ambos modulos</a>.", + "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Algunos archivos no han superado la comprobación de integridad. Para más información sobre cómo resolver este inconveniente consulte nuestra documentación <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)", "Error occurred while checking server setup" : "Ha ocurrido un error al revisar la configuración del servidor", "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." : "Su directorio de datos y sus archivos probablemente sean accesibles desde Internet. El archivo .htaccess no está funcionando. Le sugerimos encarecidamente que configure su servidor web de modo que el directorio de datos ya no sea accesible o que mueva el directorio de datos fuera de la raíz de documentos del servidor web.", "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." : "La \"{header}\" cabecera HTTP no está configurado para ser igual a \"{expected}\". Esto puede suponer un riesgo para la seguridad o la privacidad, por lo que se recomienda ajustar esta opción.", + "The \"Strict-Transport-Security\" HTTP header is not configured to at least \"{seconds}\" seconds. For enhanced security we recommend enabling HSTS as described in our <a href=\"{docUrl}\" rel=\"noreferrer\">security tips</a>." : "La cabecera HTTP \"Strict-Transport-Security\" no está configurada en al menos \"{segundos}\" segundos. Para una mejor seguridad recomendamos que habilite HSTS como se describe en <a href=\"{docUrl}\" rel=\"noreferrer\">security tips</a>.", "You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our <a href=\"{docUrl}\">security tips</a>." : "Está ingresando a este sitio de internet vía HTTP. Le sugerimos enérgicamente que configure su servidor que utilice HTTPS como se describe en nuestros <a href=\"{docUrl}\">consejos de seguridad</a>.", "Shared" : "Compartido", "Shared with {recipients}" : "Compartido con {recipients}", @@ -160,6 +164,7 @@ OC.L10N.register( "Send" : "Enviar", "Sending ..." : "Enviando...", "Email sent" : "Correo electrónico enviado", + "Send link via email" : "Enviar el link por email", "Shared with you and the group {group} by {owner}" : "Compartido contigo y el grupo {group} por {owner}", "Shared with you by {owner}" : "Compartido contigo por {owner}", "group" : "grupo", @@ -247,6 +252,7 @@ OC.L10N.register( "Trace" : "Trazas", "Security warning" : "Advertencia de seguridad", "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Su directorio de datos y sus archivos probablemente sean accesibles a través de internet ya que el archivo .htaccess no funciona.", + "For information how to properly configure your server, please see the <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">documentation</a>." : "Para información de como configurar adecuadamente el servidor, por favor revise <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">la documentación</a>.", "Create an <strong>admin account</strong>" : "Crear una <strong>cuenta de administrador</strong>", "Username" : "Nombre de usuario", "Storage & database" : "Almacenamiento y base de datos", @@ -276,6 +282,7 @@ OC.L10N.register( "Please contact your administrator." : "Por favor, contacte con el administrador.", "An internal error occurred." : "Ha habido un error interno.", "Please try again or contact your administrator." : "Por favor reintente nuevamente o contáctese con su administrador.", + "Username or email" : "Nombre de usuario o email", "Log in" : "Ingresar", "Wrong password. Reset it?" : "Contraseña incorrecta. ¿Restablecerla?", "Wrong password." : "Contraseña incorrecta.", @@ -302,6 +309,9 @@ OC.L10N.register( "Start update" : "Iniciar actualización", "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Para evitar tiempos de espera en grandes instalaciones, en su lugar puede ejecutar el siguiente comando desde el directorio de instalación:", "Detailed logs" : "Registros detallados", + "Update needed" : "Se necesita actualización", + "Please use the command line updater because you have a big instance." : "Por favor utilice la actualización mediante la linea de comandos porque tiene pendiente una gran actualización.", + "For help, see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation</a>." : "Para ayuda, mirar <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\"> la documentación</a>.", "This %s instance is currently in maintenance mode, which may take a while." : "Está instancia %s está en modo mantenimiento, por lo que puede llevar un tiempo.", "This page will refresh itself when the %s instance is available again." : "La página se refrescará cuando la instalación %s vuelva a estar disponible." }, diff --git a/core/l10n/es.json b/core/l10n/es.json index e8fd1e32c88..4bd24d5d544 100644 --- a/core/l10n/es.json +++ b/core/l10n/es.json @@ -133,9 +133,13 @@ "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "La memoria caché no ha sido configurada. Para mejorar su desempeño, por favor, configure la memcache si está disponible. Puede encontrar más información en nuestra <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>", "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "PHP no tiene acceso a /dev/urandom lo cual es desaconsejable por razones de seguridad. Puede encontrar más información en nuestra our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>.", "You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Actualmente utiliza PHP {version}. Le aconsejamos que actualice su versión de PHP para beneficiarse de <a target=\"_blank\" rel=\"noreferrer\" href=\"{phpLink}\">mejoras de desempeño y seguridad que aporta PHP Group</a> en cuanto su distribución lo soporte.", + "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 <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "La configuración de las cabeceras inversas del proxy son incorrectas, o está accediendo a ownCloud desde un proxy confiable. Si no está accediendo a ownCloud desde un proxy certificado y confiable, este es un problema de seguridad y puede permitirle a un hacker camuflar su dirección IP a ownCloud. Más información puede ser encontrada en nuestra <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentación</a>.", + "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 <a target=\"_blank\" rel=\"noreferrer\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "memcached es un sistema de cache distribuido. pero ha sido instalado por error el modulo PHP memcache.\nConsulte <a target=\"_blank\" rel=\"noreferrer\" href=\"{wikiLink}\">memcached wiki acerca de ambos modulos</a>.", + "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Algunos archivos no han superado la comprobación de integridad. Para más información sobre cómo resolver este inconveniente consulte nuestra documentación <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)", "Error occurred while checking server setup" : "Ha ocurrido un error al revisar la configuración del servidor", "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." : "Su directorio de datos y sus archivos probablemente sean accesibles desde Internet. El archivo .htaccess no está funcionando. Le sugerimos encarecidamente que configure su servidor web de modo que el directorio de datos ya no sea accesible o que mueva el directorio de datos fuera de la raíz de documentos del servidor web.", "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." : "La \"{header}\" cabecera HTTP no está configurado para ser igual a \"{expected}\". Esto puede suponer un riesgo para la seguridad o la privacidad, por lo que se recomienda ajustar esta opción.", + "The \"Strict-Transport-Security\" HTTP header is not configured to at least \"{seconds}\" seconds. For enhanced security we recommend enabling HSTS as described in our <a href=\"{docUrl}\" rel=\"noreferrer\">security tips</a>." : "La cabecera HTTP \"Strict-Transport-Security\" no está configurada en al menos \"{segundos}\" segundos. Para una mejor seguridad recomendamos que habilite HSTS como se describe en <a href=\"{docUrl}\" rel=\"noreferrer\">security tips</a>.", "You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our <a href=\"{docUrl}\">security tips</a>." : "Está ingresando a este sitio de internet vía HTTP. Le sugerimos enérgicamente que configure su servidor que utilice HTTPS como se describe en nuestros <a href=\"{docUrl}\">consejos de seguridad</a>.", "Shared" : "Compartido", "Shared with {recipients}" : "Compartido con {recipients}", @@ -158,6 +162,7 @@ "Send" : "Enviar", "Sending ..." : "Enviando...", "Email sent" : "Correo electrónico enviado", + "Send link via email" : "Enviar el link por email", "Shared with you and the group {group} by {owner}" : "Compartido contigo y el grupo {group} por {owner}", "Shared with you by {owner}" : "Compartido contigo por {owner}", "group" : "grupo", @@ -245,6 +250,7 @@ "Trace" : "Trazas", "Security warning" : "Advertencia de seguridad", "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Su directorio de datos y sus archivos probablemente sean accesibles a través de internet ya que el archivo .htaccess no funciona.", + "For information how to properly configure your server, please see the <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">documentation</a>." : "Para información de como configurar adecuadamente el servidor, por favor revise <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">la documentación</a>.", "Create an <strong>admin account</strong>" : "Crear una <strong>cuenta de administrador</strong>", "Username" : "Nombre de usuario", "Storage & database" : "Almacenamiento y base de datos", @@ -274,6 +280,7 @@ "Please contact your administrator." : "Por favor, contacte con el administrador.", "An internal error occurred." : "Ha habido un error interno.", "Please try again or contact your administrator." : "Por favor reintente nuevamente o contáctese con su administrador.", + "Username or email" : "Nombre de usuario o email", "Log in" : "Ingresar", "Wrong password. Reset it?" : "Contraseña incorrecta. ¿Restablecerla?", "Wrong password." : "Contraseña incorrecta.", @@ -300,6 +307,9 @@ "Start update" : "Iniciar actualización", "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Para evitar tiempos de espera en grandes instalaciones, en su lugar puede ejecutar el siguiente comando desde el directorio de instalación:", "Detailed logs" : "Registros detallados", + "Update needed" : "Se necesita actualización", + "Please use the command line updater because you have a big instance." : "Por favor utilice la actualización mediante la linea de comandos porque tiene pendiente una gran actualización.", + "For help, see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation</a>." : "Para ayuda, mirar <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\"> la documentación</a>.", "This %s instance is currently in maintenance mode, which may take a while." : "Está instancia %s está en modo mantenimiento, por lo que puede llevar un tiempo.", "This page will refresh itself when the %s instance is available again." : "La página se refrescará cuando la instalación %s vuelva a estar disponible." },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/core/l10n/fi_FI.js b/core/l10n/fi_FI.js index eea53f8a941..d769faf04d0 100644 --- a/core/l10n/fi_FI.js +++ b/core/l10n/fi_FI.js @@ -273,6 +273,7 @@ OC.L10N.register( "Please contact your administrator." : "Ota yhteys ylläpitäjään.", "An internal error occurred." : "Tapahtui sisäinen virhe", "Please try again or contact your administrator." : "Yritä uudestaan tai ota yhteys ylläpitäjään.", + "Username or email" : "Käyttäjätunnus tai sähköpostiosoite", "Log in" : "Kirjaudu sisään", "Wrong password. Reset it?" : "Väärä salasana. Haluatko palauttaa salasanan?", "Wrong password." : "Väärä salasana.", @@ -301,6 +302,7 @@ OC.L10N.register( "Detailed logs" : "Yksityiskohtainen loki", "Update needed" : "Päivitys vaaditaan", "Please use the command line updater because you have a big instance." : "Käytä komentorivipäivitintä, koska käyttämäsi ownCloud on sen verran suuri.", + "For help, see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation</a>." : "Apua saat <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">dokumentaatiosta</a>.", "This %s instance is currently in maintenance mode, which may take a while." : "Tämä %s-instanssi on parhaillaan huoltotilassa, huollossa saattaa kestää hetki.", "This page will refresh itself when the %s instance is available again." : "Tämä sivu päivittää itsensä, kun %s on jälleen käytettävissä." }, diff --git a/core/l10n/fi_FI.json b/core/l10n/fi_FI.json index 3c9767f2b46..e5de89e3258 100644 --- a/core/l10n/fi_FI.json +++ b/core/l10n/fi_FI.json @@ -271,6 +271,7 @@ "Please contact your administrator." : "Ota yhteys ylläpitäjään.", "An internal error occurred." : "Tapahtui sisäinen virhe", "Please try again or contact your administrator." : "Yritä uudestaan tai ota yhteys ylläpitäjään.", + "Username or email" : "Käyttäjätunnus tai sähköpostiosoite", "Log in" : "Kirjaudu sisään", "Wrong password. Reset it?" : "Väärä salasana. Haluatko palauttaa salasanan?", "Wrong password." : "Väärä salasana.", @@ -299,6 +300,7 @@ "Detailed logs" : "Yksityiskohtainen loki", "Update needed" : "Päivitys vaaditaan", "Please use the command line updater because you have a big instance." : "Käytä komentorivipäivitintä, koska käyttämäsi ownCloud on sen verran suuri.", + "For help, see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation</a>." : "Apua saat <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">dokumentaatiosta</a>.", "This %s instance is currently in maintenance mode, which may take a while." : "Tämä %s-instanssi on parhaillaan huoltotilassa, huollossa saattaa kestää hetki.", "This page will refresh itself when the %s instance is available again." : "Tämä sivu päivittää itsensä, kun %s on jälleen käytettävissä." },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/core/l10n/fr.js b/core/l10n/fr.js index 7e0d33ffd0e..8f74eecc035 100644 --- a/core/l10n/fr.js +++ b/core/l10n/fr.js @@ -282,6 +282,7 @@ OC.L10N.register( "Please contact your administrator." : "Veuillez contacter votre administrateur.", "An internal error occurred." : "Une erreur interne est survenue.", "Please try again or contact your administrator." : "Veuillez réessayer ou contacter votre administrateur.", + "Username or email" : "Nom d'utilisateur ou e-mail", "Log in" : "Se connecter", "Wrong password. Reset it?" : "Mot de passe incorrect. Réinitialiser ?", "Wrong password." : "Mot de passe incorrect.", diff --git a/core/l10n/fr.json b/core/l10n/fr.json index 5177b50e902..09b2928e964 100644 --- a/core/l10n/fr.json +++ b/core/l10n/fr.json @@ -280,6 +280,7 @@ "Please contact your administrator." : "Veuillez contacter votre administrateur.", "An internal error occurred." : "Une erreur interne est survenue.", "Please try again or contact your administrator." : "Veuillez réessayer ou contacter votre administrateur.", + "Username or email" : "Nom d'utilisateur ou e-mail", "Log in" : "Se connecter", "Wrong password. Reset it?" : "Mot de passe incorrect. Réinitialiser ?", "Wrong password." : "Mot de passe incorrect.", diff --git a/core/l10n/it.js b/core/l10n/it.js index 9292a84bfcf..86b6cd71c14 100644 --- a/core/l10n/it.js +++ b/core/l10n/it.js @@ -282,6 +282,7 @@ OC.L10N.register( "Please contact your administrator." : "Contatta il tuo amministratore di sistema.", "An internal error occurred." : "Si è verificato un errore interno.", "Please try again or contact your administrator." : "Prova ancora o contatta il tuo amministratore.", + "Username or email" : "Nome utente o email", "Log in" : "Accedi", "Wrong password. Reset it?" : "Password errata. Vuoi reimpostarla?", "Wrong password." : "Password errata.", diff --git a/core/l10n/it.json b/core/l10n/it.json index 5e49b83c3cb..fc5a1abb743 100644 --- a/core/l10n/it.json +++ b/core/l10n/it.json @@ -280,6 +280,7 @@ "Please contact your administrator." : "Contatta il tuo amministratore di sistema.", "An internal error occurred." : "Si è verificato un errore interno.", "Please try again or contact your administrator." : "Prova ancora o contatta il tuo amministratore.", + "Username or email" : "Nome utente o email", "Log in" : "Accedi", "Wrong password. Reset it?" : "Password errata. Vuoi reimpostarla?", "Wrong password." : "Password errata.", diff --git a/core/l10n/ja.js b/core/l10n/ja.js index e479ff4710b..d23c7a83b83 100644 --- a/core/l10n/ja.js +++ b/core/l10n/ja.js @@ -27,8 +27,11 @@ OC.L10N.register( "Error unfavoriting" : "お気に入りから削除エラー", "Couldn't send mail to following users: %s " : "次のユーザーにメールを送信できませんでした: %s", "Preparing update" : "アップデートの準備中", + "[%d / %d]: %s" : "[%d / %d]: %s", "Repair warning: " : "修復警告:", "Repair error: " : "修復エラー:", + "Please use the command line updater because automatic updating is disabled in the config.php." : "config.php で自動更新が無効になっているので、コマンドラインでの更新を利用してください。", + "[%d / %d]: Checking table %s" : "[%d / %d]: テーブル %s をチェック中", "Turned on maintenance mode" : "メンテナンスモードがオンになりました", "Turned off maintenance mode" : "メンテナンスモードがオフになりました", "Maintenance mode is kept active" : "メンテナンスモードが継続中です", @@ -95,6 +98,7 @@ OC.L10N.register( "Dec." : "12月", "<a href=\"{docUrl}\">There were problems with the code integrity check. More information…</a>" : "<a href=\"{docUrl}\">コード整合性の確認で問題が発生しました。詳しくはこちら…</a>", "Settings" : "設定", + "Problem loading page, reloading in 5 seconds" : "ページ読込に問題がありました。5秒後に再読込します", "Saving..." : "保存中...", "Dismiss" : "閉じる", "seconds ago" : "数秒前", @@ -126,10 +130,18 @@ OC.L10N.register( "Good password" : "良好なパスワード", "Strong password" : "強いパスワード", "Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "WebDAVインターフェースが動作していないようです。Webサーバーは、ファイルの同期を許可するよう適切に設定されていません。", + "Your web server is not set up properly to resolve \"{url}\". Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "Webサーバーは適切にホスト名 \"{url}\" が引けるように設定されていません。より詳しい情報については、<a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">ドキュメント</a> を参照ください。", "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." : "このサーバーはインターネットに接続していません。この場合、外部ストレージのマウント、更新の通知やサードパーティ製のアプリ、といった一部の機能が利用できません。また、リモート接続でのファイルアクセス、通知メールの送信のような機能も利用できないことがあります。すべての機能を利用するには、このサーバーのインターネット接続を有効にすることをお勧めします。", + "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "メモリキャッシュが設定されていません。パフォーマンスを向上するために、可能であれば memcache を設定してください。 より詳しい情報については、<a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">を参照してください。", + "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "/dev/urandom を PHP から読み取ることができません。この状態はセキュリティの観点からおすすめできません。より詳しい情報については、<a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">ドキュメント</a> を参照ください。", + "You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "このサーバーでは、{version} のPHPを利用しています。パフォーマンスとセキュリティ上のメリットがあるため利用中のディストリビューションで<a target=\"_blank\" rel=\"noreferrer\" href=\"{phpLink}\">PHP グループの提供する最新のPHPのバージョン</a>になるべく早くアップデートすることを強くお勧めします。", + "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 <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "リバースプロキシのヘッダー設定が間違っているか、または信頼されたプロキシからownCloudにアクセスしていません。もし、信頼されたプロキシからアクセスされているのでないなら、攻撃者の詐称されたIPアドレスから ownCloudを見ることができるように許可されていて、セキュリティに問題があります。詳細な情報は、 <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">ドキュメント</a>を確認してください。", + "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 <a target=\"_blank\" rel=\"noreferrer\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached は分散キャッシュとして設定されています。しかし、PHPモジュール \"memcache\"が間違ってインストールされています。 \\OC\\Memcache\\Memcached は、\"memcached\" のみをサポートしています。\"memcache\" ではありません。<a target=\"_blank\" rel=\"noreferrer\" href=\"{wikiLink}\">memcached wiki で両方のモジュールの情報</a> について確認してください。", + "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "いくつかのファイルでチェックサムが適合しませんでした。この問題を解決するためは、<a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">ドキュメント</a>の詳細を見てください。(<a href=\"{codeIntegrityDownloadEndpoint}\">不適合ファイルのリスト…</a> / <a href=\"{rescanEndpoint}\">再チェック…</a>)", "Error occurred while checking server setup" : "サーバー設定のチェック中にエラーが発生しました", "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ファイルが機能していません。データディレクトリがアクセスされないようにWebサーバーを設定するか、Webサーバーのドキュメントルートからデータディレクトリを移動するように強くお勧めします。", "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." : "\"{header}\" HTTP ヘッダは \"{expected}\" に設定されていません。これは潜在的なセキュリティリスクもしくはプライバシーリスクとなる可能性があるため、この設定を見直すことをおすすめします。", + "The \"Strict-Transport-Security\" HTTP header is not configured to at least \"{seconds}\" seconds. For enhanced security we recommend enabling HSTS as described in our <a href=\"{docUrl}\" rel=\"noreferrer\">security tips</a>." : "HTTP ヘッダ の \"Strict-Transport-Security\" が少なくとも \"{seconds}\" 秒に設定されていません。 セキュリティを強化するため、<a href=\"{docUrl}\" rel=\"noreferrer\">セキュリティTips</a>を参照して、HSTS を有効にすることをおすすめします。", "You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our <a href=\"{docUrl}\">security tips</a>." : "HTTP経由でアクセスしています。<a href=\"{docUrl}\">security tips</a>を参照して、代わりにHTTPSを使用するようサーバーを設定することを強くおすすめします。 instead as described in our .", "Shared" : "共有中", "Shared with {recipients}" : "{recipients} と共有", @@ -152,6 +164,7 @@ OC.L10N.register( "Send" : "送信", "Sending ..." : "送信中...", "Email sent" : "メールを送信しました", + "Send link via email" : "メールでリンクを送信", "Shared with you and the group {group} by {owner}" : "あなたと {owner} のグループ {group} で共有中", "Shared with you by {owner}" : "{owner} と共有中", "group" : "グループ", @@ -167,11 +180,17 @@ OC.L10N.register( "Could not unshare" : "共有の解除ができませんでした", "Share details could not be loaded for this item." : "共有の詳細はこのアイテムによりロードできませんでした。", "No users or groups found for {search}" : "{search} の検索でユーザー、グループが見つかりません", + "No users found for {search}" : "{search} のユーザーはいませんでした", + "An error occurred. Please try again" : "エラーが発生しました。もう一度実行してください。", "{sharee} (group)" : "{sharee} (グループ)", "{sharee} (at {server})" : "{sharee} ({server} で)", "{sharee} (remote)" : "{sharee} (リモート)", "Share" : "共有", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "次の形式で指定して他のownCloudのユーザーと、共有", + "Share with users…" : "ユーザーと共有...", + "Share with users, groups or remote users…" : "ユーザー、グループもしくはリモートユーザーと共有 ...", + "Share with users or groups…" : "ユーザーもしくはグループと共有...", + "Share with users or remote users…" : "ユーザーもしくはリモートユーザーと共有 ...", "Error removing share" : "共有の削除エラー", "Warning" : "警告", "Error while sending notification" : "通知送信中にエラーが発生", @@ -193,8 +212,10 @@ OC.L10N.register( "sunny" : "快晴", "Hello {name}, the weather is {weather}" : "こんにちは、 {name}、 天気は{weather}です", "Hello {name}" : " {name}さん、こんにちは", + "new" : "新規", "_download %n file_::_download %n files_" : ["%n個のファイルをダウンロード"], "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "アップグレード実行中です。このページを離れると、一部の環境では処理が中断されてしまうことがあります。", + "Updating to {version}" : "{version} にアップデート", "An error occurred." : "エラーが発生しました。", "Please reload the page." : "ページをリロードしてください。", "The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "アップデートできませんでした。この問題に対する詳細な情報については、<a href=\"{url}\">フォーラムの投稿を確認してください</a> ", @@ -231,6 +252,7 @@ OC.L10N.register( "Trace" : "トレース", "Security warning" : "セキュリティ警告", "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : ".htaccessファイルが動作していないため、おそらくあなたのデータディレクトリまたはファイルはインターネットからアクセス可能になっています。", + "For information how to properly configure your server, please see the <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">documentation</a>." : "サーバーを適正に設定する情報は、こちらの<a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">ドキュメント</a>を参照してください。", "Create an <strong>admin account</strong>" : "<strong>管理者アカウント</strong>を作成してください", "Username" : "ユーザー名", "Storage & database" : "ストレージとデータベース", @@ -258,7 +280,9 @@ OC.L10N.register( "Search" : "検索", "Server side authentication failed!" : "サーバーサイドの認証に失敗しました!", "Please contact your administrator." : "管理者に問い合わせてください。", + "An internal error occurred." : "内部エラーが発生しました。", "Please try again or contact your administrator." : "もう一度試してみるか、管理者に問い合わせてください。", + "Username or email" : "ユーザ名かメールアドレス", "Log in" : "ログイン", "Wrong password. Reset it?" : "パスワードが間違っています。リセットしますか?", "Wrong password." : "パスワードが間違っています。", @@ -284,6 +308,10 @@ OC.L10N.register( "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "データベースを確認してください。実行前にconfigフォルダーとdataフォルダーをバックアップします。", "Start update" : "アップデートを開始", "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "大規模なサイトの場合、ブラウザーがタイムアウトする可能性があるため、インストールディレクトリで以下のコマンドを実行することもできます。", + "Detailed logs" : "詳細ログ", + "Update needed" : "更新が必要です", + "Please use the command line updater because you have a big instance." : "データ量が大きいため、コマンドラインでの更新を利用してください。", + "For help, see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation</a>." : "不明な場合、<a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">ドキュメント</a>を参照してください。", "This %s instance is currently in maintenance mode, which may take a while." : "このサーバー %s は現在メンテナンスモードです。しばらくお待ちください。", "This page will refresh itself when the %s instance is available again." : "この画面は、サーバー %s の再起動後に自動的に更新されます。" }, diff --git a/core/l10n/ja.json b/core/l10n/ja.json index 373cf10836a..fae13987a67 100644 --- a/core/l10n/ja.json +++ b/core/l10n/ja.json @@ -25,8 +25,11 @@ "Error unfavoriting" : "お気に入りから削除エラー", "Couldn't send mail to following users: %s " : "次のユーザーにメールを送信できませんでした: %s", "Preparing update" : "アップデートの準備中", + "[%d / %d]: %s" : "[%d / %d]: %s", "Repair warning: " : "修復警告:", "Repair error: " : "修復エラー:", + "Please use the command line updater because automatic updating is disabled in the config.php." : "config.php で自動更新が無効になっているので、コマンドラインでの更新を利用してください。", + "[%d / %d]: Checking table %s" : "[%d / %d]: テーブル %s をチェック中", "Turned on maintenance mode" : "メンテナンスモードがオンになりました", "Turned off maintenance mode" : "メンテナンスモードがオフになりました", "Maintenance mode is kept active" : "メンテナンスモードが継続中です", @@ -93,6 +96,7 @@ "Dec." : "12月", "<a href=\"{docUrl}\">There were problems with the code integrity check. More information…</a>" : "<a href=\"{docUrl}\">コード整合性の確認で問題が発生しました。詳しくはこちら…</a>", "Settings" : "設定", + "Problem loading page, reloading in 5 seconds" : "ページ読込に問題がありました。5秒後に再読込します", "Saving..." : "保存中...", "Dismiss" : "閉じる", "seconds ago" : "数秒前", @@ -124,10 +128,18 @@ "Good password" : "良好なパスワード", "Strong password" : "強いパスワード", "Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "WebDAVインターフェースが動作していないようです。Webサーバーは、ファイルの同期を許可するよう適切に設定されていません。", + "Your web server is not set up properly to resolve \"{url}\". Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "Webサーバーは適切にホスト名 \"{url}\" が引けるように設定されていません。より詳しい情報については、<a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">ドキュメント</a> を参照ください。", "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." : "このサーバーはインターネットに接続していません。この場合、外部ストレージのマウント、更新の通知やサードパーティ製のアプリ、といった一部の機能が利用できません。また、リモート接続でのファイルアクセス、通知メールの送信のような機能も利用できないことがあります。すべての機能を利用するには、このサーバーのインターネット接続を有効にすることをお勧めします。", + "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "メモリキャッシュが設定されていません。パフォーマンスを向上するために、可能であれば memcache を設定してください。 より詳しい情報については、<a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">を参照してください。", + "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "/dev/urandom を PHP から読み取ることができません。この状態はセキュリティの観点からおすすめできません。より詳しい情報については、<a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">ドキュメント</a> を参照ください。", + "You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "このサーバーでは、{version} のPHPを利用しています。パフォーマンスとセキュリティ上のメリットがあるため利用中のディストリビューションで<a target=\"_blank\" rel=\"noreferrer\" href=\"{phpLink}\">PHP グループの提供する最新のPHPのバージョン</a>になるべく早くアップデートすることを強くお勧めします。", + "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 <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "リバースプロキシのヘッダー設定が間違っているか、または信頼されたプロキシからownCloudにアクセスしていません。もし、信頼されたプロキシからアクセスされているのでないなら、攻撃者の詐称されたIPアドレスから ownCloudを見ることができるように許可されていて、セキュリティに問題があります。詳細な情報は、 <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">ドキュメント</a>を確認してください。", + "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 <a target=\"_blank\" rel=\"noreferrer\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached は分散キャッシュとして設定されています。しかし、PHPモジュール \"memcache\"が間違ってインストールされています。 \\OC\\Memcache\\Memcached は、\"memcached\" のみをサポートしています。\"memcache\" ではありません。<a target=\"_blank\" rel=\"noreferrer\" href=\"{wikiLink}\">memcached wiki で両方のモジュールの情報</a> について確認してください。", + "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "いくつかのファイルでチェックサムが適合しませんでした。この問題を解決するためは、<a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">ドキュメント</a>の詳細を見てください。(<a href=\"{codeIntegrityDownloadEndpoint}\">不適合ファイルのリスト…</a> / <a href=\"{rescanEndpoint}\">再チェック…</a>)", "Error occurred while checking server setup" : "サーバー設定のチェック中にエラーが発生しました", "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ファイルが機能していません。データディレクトリがアクセスされないようにWebサーバーを設定するか、Webサーバーのドキュメントルートからデータディレクトリを移動するように強くお勧めします。", "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." : "\"{header}\" HTTP ヘッダは \"{expected}\" に設定されていません。これは潜在的なセキュリティリスクもしくはプライバシーリスクとなる可能性があるため、この設定を見直すことをおすすめします。", + "The \"Strict-Transport-Security\" HTTP header is not configured to at least \"{seconds}\" seconds. For enhanced security we recommend enabling HSTS as described in our <a href=\"{docUrl}\" rel=\"noreferrer\">security tips</a>." : "HTTP ヘッダ の \"Strict-Transport-Security\" が少なくとも \"{seconds}\" 秒に設定されていません。 セキュリティを強化するため、<a href=\"{docUrl}\" rel=\"noreferrer\">セキュリティTips</a>を参照して、HSTS を有効にすることをおすすめします。", "You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our <a href=\"{docUrl}\">security tips</a>." : "HTTP経由でアクセスしています。<a href=\"{docUrl}\">security tips</a>を参照して、代わりにHTTPSを使用するようサーバーを設定することを強くおすすめします。 instead as described in our .", "Shared" : "共有中", "Shared with {recipients}" : "{recipients} と共有", @@ -150,6 +162,7 @@ "Send" : "送信", "Sending ..." : "送信中...", "Email sent" : "メールを送信しました", + "Send link via email" : "メールでリンクを送信", "Shared with you and the group {group} by {owner}" : "あなたと {owner} のグループ {group} で共有中", "Shared with you by {owner}" : "{owner} と共有中", "group" : "グループ", @@ -165,11 +178,17 @@ "Could not unshare" : "共有の解除ができませんでした", "Share details could not be loaded for this item." : "共有の詳細はこのアイテムによりロードできませんでした。", "No users or groups found for {search}" : "{search} の検索でユーザー、グループが見つかりません", + "No users found for {search}" : "{search} のユーザーはいませんでした", + "An error occurred. Please try again" : "エラーが発生しました。もう一度実行してください。", "{sharee} (group)" : "{sharee} (グループ)", "{sharee} (at {server})" : "{sharee} ({server} で)", "{sharee} (remote)" : "{sharee} (リモート)", "Share" : "共有", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "次の形式で指定して他のownCloudのユーザーと、共有", + "Share with users…" : "ユーザーと共有...", + "Share with users, groups or remote users…" : "ユーザー、グループもしくはリモートユーザーと共有 ...", + "Share with users or groups…" : "ユーザーもしくはグループと共有...", + "Share with users or remote users…" : "ユーザーもしくはリモートユーザーと共有 ...", "Error removing share" : "共有の削除エラー", "Warning" : "警告", "Error while sending notification" : "通知送信中にエラーが発生", @@ -191,8 +210,10 @@ "sunny" : "快晴", "Hello {name}, the weather is {weather}" : "こんにちは、 {name}、 天気は{weather}です", "Hello {name}" : " {name}さん、こんにちは", + "new" : "新規", "_download %n file_::_download %n files_" : ["%n個のファイルをダウンロード"], "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "アップグレード実行中です。このページを離れると、一部の環境では処理が中断されてしまうことがあります。", + "Updating to {version}" : "{version} にアップデート", "An error occurred." : "エラーが発生しました。", "Please reload the page." : "ページをリロードしてください。", "The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "アップデートできませんでした。この問題に対する詳細な情報については、<a href=\"{url}\">フォーラムの投稿を確認してください</a> ", @@ -229,6 +250,7 @@ "Trace" : "トレース", "Security warning" : "セキュリティ警告", "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : ".htaccessファイルが動作していないため、おそらくあなたのデータディレクトリまたはファイルはインターネットからアクセス可能になっています。", + "For information how to properly configure your server, please see the <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">documentation</a>." : "サーバーを適正に設定する情報は、こちらの<a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">ドキュメント</a>を参照してください。", "Create an <strong>admin account</strong>" : "<strong>管理者アカウント</strong>を作成してください", "Username" : "ユーザー名", "Storage & database" : "ストレージとデータベース", @@ -256,7 +278,9 @@ "Search" : "検索", "Server side authentication failed!" : "サーバーサイドの認証に失敗しました!", "Please contact your administrator." : "管理者に問い合わせてください。", + "An internal error occurred." : "内部エラーが発生しました。", "Please try again or contact your administrator." : "もう一度試してみるか、管理者に問い合わせてください。", + "Username or email" : "ユーザ名かメールアドレス", "Log in" : "ログイン", "Wrong password. Reset it?" : "パスワードが間違っています。リセットしますか?", "Wrong password." : "パスワードが間違っています。", @@ -282,6 +306,10 @@ "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "データベースを確認してください。実行前にconfigフォルダーとdataフォルダーをバックアップします。", "Start update" : "アップデートを開始", "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "大規模なサイトの場合、ブラウザーがタイムアウトする可能性があるため、インストールディレクトリで以下のコマンドを実行することもできます。", + "Detailed logs" : "詳細ログ", + "Update needed" : "更新が必要です", + "Please use the command line updater because you have a big instance." : "データ量が大きいため、コマンドラインでの更新を利用してください。", + "For help, see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation</a>." : "不明な場合、<a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">ドキュメント</a>を参照してください。", "This %s instance is currently in maintenance mode, which may take a while." : "このサーバー %s は現在メンテナンスモードです。しばらくお待ちください。", "This page will refresh itself when the %s instance is available again." : "この画面は、サーバー %s の再起動後に自動的に更新されます。" },"pluralForm" :"nplurals=1; plural=0;" diff --git a/core/l10n/nds.js b/core/l10n/nds.js index f9651fe8f1b..13ef74a3ca9 100644 --- a/core/l10n/nds.js +++ b/core/l10n/nds.js @@ -103,11 +103,27 @@ OC.L10N.register( "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." : "Dieser Server ist nicht mit dem Internet verbunden. Das bedeutet, dass manche Funktionen, wie das Einbinden von externen Speichern, Benachrichtigungen über Aktualisierungen oder die Installation von Drittanbieter Apps nicht zur Verfügung stehen. Auch der Fernzugriff auf Dateien und das Senden von Hinweis-E-Mails könnte nicht funktionieren. Wir empfehlen die Internetverbindung dieses Servers zu aktivieren, wenn Du diese Funktionen nutzen möchtest.", "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." : "Der Zugriff auf Dein Datenverzeichnis und Deine Dateien ist über das Internet vermutlich möglich. Die .htaccess-Datei greift nicht. Wir empfehlen dringend den Webserver derart zu konfigurieren, dass das Datenverzeichnis nicht mehr zugreifbar ist oder das Datenverzeichnis nach außerhalb des Dokumentenwurzelverzeichnisses des Webservers zu verschieben.", "Error" : "Fehler", + "Error while sharing" : "Fehler beim Teilen", + "Error setting expiration date" : "Fehler beim Setzen des Ablaufdatums", + "Set expiration date" : "Setze ein Auslaufdatum", + "Expiration date" : "Auslaufdatum", + "Choose a password for the public link" : "Wähle ein Passwort für den öffentlichen Link", + "Resharing is not allowed" : "Weiterteilen ist nicht erlaubt", + "Link" : "Link", "Password" : "Passwort", + "Allow editing" : "Erlaube bearbeiten", + "Email link to person" : "Sende diesen Link zu einer Person", "Send" : "Senden", + "Sending ..." : "Sende...", + "Email sent" : "eMail gesendet", + "Shared with you by {owner}" : "Von {owner} mit dir geteilt", + "group" : "Gruppe", "can share" : "kann teilen", "can edit" : "kann editieren", + "change" : "Verändern", + "delete" : "Löschen", "Share" : "Teilen", + "Warning" : "Warnung", "Delete" : "Löschen", "Personal" : "Persönlich", "Username" : "Benutzername" diff --git a/core/l10n/nds.json b/core/l10n/nds.json index 65394462f63..86ccf0d2237 100644 --- a/core/l10n/nds.json +++ b/core/l10n/nds.json @@ -101,11 +101,27 @@ "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." : "Dieser Server ist nicht mit dem Internet verbunden. Das bedeutet, dass manche Funktionen, wie das Einbinden von externen Speichern, Benachrichtigungen über Aktualisierungen oder die Installation von Drittanbieter Apps nicht zur Verfügung stehen. Auch der Fernzugriff auf Dateien und das Senden von Hinweis-E-Mails könnte nicht funktionieren. Wir empfehlen die Internetverbindung dieses Servers zu aktivieren, wenn Du diese Funktionen nutzen möchtest.", "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." : "Der Zugriff auf Dein Datenverzeichnis und Deine Dateien ist über das Internet vermutlich möglich. Die .htaccess-Datei greift nicht. Wir empfehlen dringend den Webserver derart zu konfigurieren, dass das Datenverzeichnis nicht mehr zugreifbar ist oder das Datenverzeichnis nach außerhalb des Dokumentenwurzelverzeichnisses des Webservers zu verschieben.", "Error" : "Fehler", + "Error while sharing" : "Fehler beim Teilen", + "Error setting expiration date" : "Fehler beim Setzen des Ablaufdatums", + "Set expiration date" : "Setze ein Auslaufdatum", + "Expiration date" : "Auslaufdatum", + "Choose a password for the public link" : "Wähle ein Passwort für den öffentlichen Link", + "Resharing is not allowed" : "Weiterteilen ist nicht erlaubt", + "Link" : "Link", "Password" : "Passwort", + "Allow editing" : "Erlaube bearbeiten", + "Email link to person" : "Sende diesen Link zu einer Person", "Send" : "Senden", + "Sending ..." : "Sende...", + "Email sent" : "eMail gesendet", + "Shared with you by {owner}" : "Von {owner} mit dir geteilt", + "group" : "Gruppe", "can share" : "kann teilen", "can edit" : "kann editieren", + "change" : "Verändern", + "delete" : "Löschen", "Share" : "Teilen", + "Warning" : "Warnung", "Delete" : "Löschen", "Personal" : "Persönlich", "Username" : "Benutzername" diff --git a/core/l10n/nl.js b/core/l10n/nl.js index aa029987662..fc191d0bb78 100644 --- a/core/l10n/nl.js +++ b/core/l10n/nl.js @@ -98,6 +98,7 @@ OC.L10N.register( "Dec." : "Dec.", "<a href=\"{docUrl}\">There were problems with the code integrity check. More information…</a>" : "<a href=\"{docUrl}\">Er traden problemen op tijdens de code betrouwbaarheidscontrole. Meer informatie…</a>", "Settings" : "Instellingen", + "Problem loading page, reloading in 5 seconds" : "Kan de pagina niet laden, verversen in 5 seconden", "Saving..." : "Opslaan", "Dismiss" : "Terzijde leggen", "seconds ago" : "seconden geleden", @@ -130,7 +131,7 @@ OC.L10N.register( "Strong password" : "Sterk wachtwoord", "Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "Uw webserver is nog niet goed ingesteld voor bestandssynchronisatie, omdat de WebDAV interface verstoord lijkt.", "Your web server is not set up properly to resolve \"{url}\". Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "Uw webserver is niet goed ingesteld om \"{url}\" te vinden. Meer informatie is te vinden in onze <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentatie</a>.", - "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." : "Deze server heeft geen actieve internetverbinding. Dat betekent dat sommige functies, zoals aankoppelen van externe opslag, notificaties over updates of installatie van apps van 3e partijen niet werken. Ook het benaderen van bestanden vanaf een remote locatie en het versturen van notificatie emails kan mislukken. We adviseren om de internetverbinding voor deze server in te schakelen als u alle functies wilt gebruiken.", + "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." : "Deze server heeft geen actieve internetverbinding. Dat betekent dat sommige functies, zoals aankoppelen van externe opslag, notificaties over updates of installatie van apps van 3e partijen niet werken. Ook het benaderen van bestanden vanaf een remote locatie en het versturen van notificatie e-mails kan mislukken. We adviseren om de internetverbinding voor deze server in te schakelen als u alle functies wilt gebruiken.", "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "Er is geen geheugencache geconfigureerd. Om de prestaties te verhogen kunt u de memcache configureren als die beschikbaar is. Meer informatie vind u in onze <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentatie</a>.", "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "/dev/urandom is niet leesbaar door PHP, hetgeen wordt afgeraden wegens beveiligingsredenen. Meer informatie in onze <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentatie</a>.", "You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "U draait momenteel PHP {version}. We adviseren u om zo gauw uw distributie dat biedt, uw PHP versie bij te werken voor betere <a target=\"_blank\" rel=\"noreferrer\" href=\"{phpLink}\">prestaties en beveiliging geleverd door de PHP Group</a>.", @@ -281,6 +282,7 @@ OC.L10N.register( "Please contact your administrator." : "Neem contact op met uw systeembeheerder.", "An internal error occurred." : "Er heeft zich een interne fout voorgedaan.", "Please try again or contact your administrator." : "Probeer het opnieuw of neem contact op met uw beheerder.", + "Username or email" : "Gebruikersnaam of e-mail", "Log in" : "Meld u aan", "Wrong password. Reset it?" : "Onjuist wachtwoord. Resetten?", "Wrong password." : "Onjuist wachtwoord.", diff --git a/core/l10n/nl.json b/core/l10n/nl.json index 61593fe15c3..f27bbfa39c7 100644 --- a/core/l10n/nl.json +++ b/core/l10n/nl.json @@ -96,6 +96,7 @@ "Dec." : "Dec.", "<a href=\"{docUrl}\">There were problems with the code integrity check. More information…</a>" : "<a href=\"{docUrl}\">Er traden problemen op tijdens de code betrouwbaarheidscontrole. Meer informatie…</a>", "Settings" : "Instellingen", + "Problem loading page, reloading in 5 seconds" : "Kan de pagina niet laden, verversen in 5 seconden", "Saving..." : "Opslaan", "Dismiss" : "Terzijde leggen", "seconds ago" : "seconden geleden", @@ -128,7 +129,7 @@ "Strong password" : "Sterk wachtwoord", "Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "Uw webserver is nog niet goed ingesteld voor bestandssynchronisatie, omdat de WebDAV interface verstoord lijkt.", "Your web server is not set up properly to resolve \"{url}\". Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "Uw webserver is niet goed ingesteld om \"{url}\" te vinden. Meer informatie is te vinden in onze <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentatie</a>.", - "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." : "Deze server heeft geen actieve internetverbinding. Dat betekent dat sommige functies, zoals aankoppelen van externe opslag, notificaties over updates of installatie van apps van 3e partijen niet werken. Ook het benaderen van bestanden vanaf een remote locatie en het versturen van notificatie emails kan mislukken. We adviseren om de internetverbinding voor deze server in te schakelen als u alle functies wilt gebruiken.", + "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." : "Deze server heeft geen actieve internetverbinding. Dat betekent dat sommige functies, zoals aankoppelen van externe opslag, notificaties over updates of installatie van apps van 3e partijen niet werken. Ook het benaderen van bestanden vanaf een remote locatie en het versturen van notificatie e-mails kan mislukken. We adviseren om de internetverbinding voor deze server in te schakelen als u alle functies wilt gebruiken.", "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "Er is geen geheugencache geconfigureerd. Om de prestaties te verhogen kunt u de memcache configureren als die beschikbaar is. Meer informatie vind u in onze <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentatie</a>.", "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "/dev/urandom is niet leesbaar door PHP, hetgeen wordt afgeraden wegens beveiligingsredenen. Meer informatie in onze <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentatie</a>.", "You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "U draait momenteel PHP {version}. We adviseren u om zo gauw uw distributie dat biedt, uw PHP versie bij te werken voor betere <a target=\"_blank\" rel=\"noreferrer\" href=\"{phpLink}\">prestaties en beveiliging geleverd door de PHP Group</a>.", @@ -279,6 +280,7 @@ "Please contact your administrator." : "Neem contact op met uw systeembeheerder.", "An internal error occurred." : "Er heeft zich een interne fout voorgedaan.", "Please try again or contact your administrator." : "Probeer het opnieuw of neem contact op met uw beheerder.", + "Username or email" : "Gebruikersnaam of e-mail", "Log in" : "Meld u aan", "Wrong password. Reset it?" : "Onjuist wachtwoord. Resetten?", "Wrong password." : "Onjuist wachtwoord.", diff --git a/core/l10n/pl.js b/core/l10n/pl.js index e4a4986baac..0a83da4f4c9 100644 --- a/core/l10n/pl.js +++ b/core/l10n/pl.js @@ -92,6 +92,7 @@ OC.L10N.register( "Nov." : "Lis.", "Dec." : "Gru.", "Settings" : "Ustawienia", + "Problem loading page, reloading in 5 seconds" : "Błąd podczas ładowania strony, odświeżanie w ciągu 5 sekund.", "Saving..." : "Zapisywanie...", "Dismiss" : "Anuluj", "seconds ago" : "sekund temu", @@ -144,6 +145,7 @@ OC.L10N.register( "Send" : "Wyślij", "Sending ..." : "Wysyłanie...", "Email sent" : "E-mail wysłany", + "Send link via email" : "Wyślij link mailem", "Shared with you and the group {group} by {owner}" : "Udostępnione tobie i grupie {group} przez {owner}", "Shared with you by {owner}" : "Udostępnione tobie przez {owner}", "group" : "grupa", @@ -156,9 +158,17 @@ OC.L10N.register( "change" : "zmiany", "delete" : "usuń", "access control" : "kontrola dostępu", + "No users found for {search}" : "Nie znaleziono użytkowników dla {search}", + "An error occurred. Please try again" : "Wystąpił błąd. Proszę spróbować ponownie.", "Share" : "Udostępnij", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Współdziel z użytkownikami innych chmur ownCloud używając wzorca uzytkownik@example.com/owncloud", + "Share with users…" : "Współdziel z użytkownikami...", + "Share with users, groups or remote users…" : "Współdziel z użytkownikami, grupami lub zdalnym użytkownikiem...", + "Share with users or groups…" : "Współdziel z użytkownikami lub grupami...", + "Error removing share" : "Błąd podczas usuwania współdzielenia", "Warning" : "Ostrzeżenie", + "Error while sending notification" : "Błąd podczas wysyłania powiadomienia", + "invisible" : "niewidoczny", "Delete" : "Usuń", "Rename" : "Zmień nazwę", "The object type is not specified." : "Nie określono typu obiektu.", @@ -172,11 +182,16 @@ OC.L10N.register( "sunny" : "słoneczna", "Hello {name}, the weather is {weather}" : "Cześć {name}, dzisiejsza pogoda jest {weather}", "Hello {name}" : "Witaj {name}", + "new" : "nowy", "_download %n file_::_download %n files_" : ["pobrano %n plik","pobrano %n plików","pobrano %n plików"], + "Updating to {version}" : "Uaktualnianie do {version}", + "An error occurred." : "Wystąpił błąd", "Please reload the page." : "Proszę przeładować stronę", "The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">ownCloud community</a>." : "Aktualizacja zakończyła się niepowodzeniem. Zgłoś ten problem <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">spoleczności ownCloud</a>.", + "The update was successful. There were warnings." : "Aktualizacja przebiegła pomyślnie. Pojawiły się ostrzeżenia.", "The update was successful. Redirecting you to ownCloud now." : "Aktualizacji zakończyła się powodzeniem. Przekierowuję do ownCloud.", "Searching other places" : "Przeszukaj inne miejsca", + "No search results in other folders" : "Brak wyników wyszukiwania w innych folderach", "Personal" : "Osobiste", "Users" : "Użytkownicy", "Apps" : "Aplikacje", @@ -202,6 +217,7 @@ OC.L10N.register( "File: %s" : "Plik: %s", "Line: %s" : "Linia: %s", "Trace" : "Ślad", + "Security warning" : "Ostrzeżenie bezpieczeństwa", "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Twój katalog danych i pliki są prawdopodobnie dostępne z poziomu internetu, ponieważ plik .htaccess nie działa.", "Create an <strong>admin account</strong>" : "Utwórz <strong>konta administratora</strong>", "Username" : "Nazwa użytkownika", @@ -209,21 +225,27 @@ OC.L10N.register( "Data folder" : "Katalog danych", "Configure the database" : "Skonfiguruj bazę danych", "Only %s is available." : "Dostępne jest wyłącznie %s.", + "For more details check out the documentation." : "Aby uzyskać więcej informacji zapoznaj się z dokumentacją.", "Database user" : "Użytkownik bazy danych", "Database password" : "Hasło do bazy danych", "Database name" : "Nazwa bazy danych", "Database tablespace" : "Obszar tabel bazy danych", "Database host" : "Komputer bazy danych", + "Performance warning" : "Ostrzeżenie o wydajności", + "SQLite will be used as database." : "SQLite będzie używane jako baza danych.", "Finish setup" : "Zakończ konfigurowanie", "Finishing …" : "Kończę ...", "Need help?" : "Potrzebujesz pomocy?", + "See the documentation" : "Zapoznaj się z dokumentacją", "Hey there,<br><br>just letting you know that %s shared <strong>%s</strong> with you.<br><a href=\"%s\">View it!</a><br><br>" : "Witam, <br><br>informuję, że %s udostępnianych zasobów <strong>%s</strong> jest z Tobą.<br><a href=\"%s\">Zobacz!</a><br><br>", "This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Ta aplikacja wymaga JavaScript do poprawnego działania. Proszę {linkstart}włączyć JavaScript{linkend} i przeładować stronę.", "Log out" : "Wyloguj", "Search" : "Wyszukaj", "Server side authentication failed!" : "Uwierzytelnianie po stronie serwera nie powiodło się!", "Please contact your administrator." : "Skontaktuj się z administratorem", + "An internal error occurred." : "Wystąpił wewnętrzny błąd.", "Please try again or contact your administrator." : "Spróbuj ponownie lub skontaktuj się z administratorem.", + "Username or email" : "Nazwa użytkownika lub adres e-mail", "Log in" : "Zaloguj", "Wrong password. Reset it?" : "Niepoprawne hasło? Zresetuj je!", "Wrong password." : "Złe hasło", @@ -240,10 +262,16 @@ OC.L10N.register( "You are accessing the server from an untrusted domain." : "Dostajesz się do serwera z niezaufanej domeny.", "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "W zależności od konfiguracji, jako administrator możesz także użyć poniższego przycisku aby zaufać tej domenie.", "Add \"%s\" as trusted domain" : "Dodaj \"%s\" jako domenę zaufaną", + "App update required" : "Aktualizacja aplikacji wymagana", + "%s will be updated to version %s" : "%s zostanie zaktualizowane do wersji %s", + "These apps will be updated:" : "Te aplikacje zostaną zaktualizowane:", + "These incompatible apps will be disabled:" : "Te niekompatybilne aplikacje zostaną wyłączone:", "The theme %s has been disabled." : "Motyw %s został wyłączony.", "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Proszę się upewnić, że baza danych, folder konfiguracji oraz folder danych zostały zarchiwizowane przed przejściem dalej.", "Start update" : "Rozpocznij aktualizację", "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Aby uniknąć timeout-ów przy większych instalacjach, możesz zamiast tego uruchomić następującą komendę w katalogu Twojej instalacji:", + "Detailed logs" : "Szczegółowe logi", + "Update needed" : "Wymagana aktualizacja", "This page will refresh itself when the %s instance is available again." : "Strona odświeży się gdy instancja %s będzie ponownie dostępna." }, "nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"); diff --git a/core/l10n/pl.json b/core/l10n/pl.json index db4eefb7fae..d839ef91846 100644 --- a/core/l10n/pl.json +++ b/core/l10n/pl.json @@ -90,6 +90,7 @@ "Nov." : "Lis.", "Dec." : "Gru.", "Settings" : "Ustawienia", + "Problem loading page, reloading in 5 seconds" : "Błąd podczas ładowania strony, odświeżanie w ciągu 5 sekund.", "Saving..." : "Zapisywanie...", "Dismiss" : "Anuluj", "seconds ago" : "sekund temu", @@ -142,6 +143,7 @@ "Send" : "Wyślij", "Sending ..." : "Wysyłanie...", "Email sent" : "E-mail wysłany", + "Send link via email" : "Wyślij link mailem", "Shared with you and the group {group} by {owner}" : "Udostępnione tobie i grupie {group} przez {owner}", "Shared with you by {owner}" : "Udostępnione tobie przez {owner}", "group" : "grupa", @@ -154,9 +156,17 @@ "change" : "zmiany", "delete" : "usuń", "access control" : "kontrola dostępu", + "No users found for {search}" : "Nie znaleziono użytkowników dla {search}", + "An error occurred. Please try again" : "Wystąpił błąd. Proszę spróbować ponownie.", "Share" : "Udostępnij", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Współdziel z użytkownikami innych chmur ownCloud używając wzorca uzytkownik@example.com/owncloud", + "Share with users…" : "Współdziel z użytkownikami...", + "Share with users, groups or remote users…" : "Współdziel z użytkownikami, grupami lub zdalnym użytkownikiem...", + "Share with users or groups…" : "Współdziel z użytkownikami lub grupami...", + "Error removing share" : "Błąd podczas usuwania współdzielenia", "Warning" : "Ostrzeżenie", + "Error while sending notification" : "Błąd podczas wysyłania powiadomienia", + "invisible" : "niewidoczny", "Delete" : "Usuń", "Rename" : "Zmień nazwę", "The object type is not specified." : "Nie określono typu obiektu.", @@ -170,11 +180,16 @@ "sunny" : "słoneczna", "Hello {name}, the weather is {weather}" : "Cześć {name}, dzisiejsza pogoda jest {weather}", "Hello {name}" : "Witaj {name}", + "new" : "nowy", "_download %n file_::_download %n files_" : ["pobrano %n plik","pobrano %n plików","pobrano %n plików"], + "Updating to {version}" : "Uaktualnianie do {version}", + "An error occurred." : "Wystąpił błąd", "Please reload the page." : "Proszę przeładować stronę", "The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">ownCloud community</a>." : "Aktualizacja zakończyła się niepowodzeniem. Zgłoś ten problem <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">spoleczności ownCloud</a>.", + "The update was successful. There were warnings." : "Aktualizacja przebiegła pomyślnie. Pojawiły się ostrzeżenia.", "The update was successful. Redirecting you to ownCloud now." : "Aktualizacji zakończyła się powodzeniem. Przekierowuję do ownCloud.", "Searching other places" : "Przeszukaj inne miejsca", + "No search results in other folders" : "Brak wyników wyszukiwania w innych folderach", "Personal" : "Osobiste", "Users" : "Użytkownicy", "Apps" : "Aplikacje", @@ -200,6 +215,7 @@ "File: %s" : "Plik: %s", "Line: %s" : "Linia: %s", "Trace" : "Ślad", + "Security warning" : "Ostrzeżenie bezpieczeństwa", "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Twój katalog danych i pliki są prawdopodobnie dostępne z poziomu internetu, ponieważ plik .htaccess nie działa.", "Create an <strong>admin account</strong>" : "Utwórz <strong>konta administratora</strong>", "Username" : "Nazwa użytkownika", @@ -207,21 +223,27 @@ "Data folder" : "Katalog danych", "Configure the database" : "Skonfiguruj bazę danych", "Only %s is available." : "Dostępne jest wyłącznie %s.", + "For more details check out the documentation." : "Aby uzyskać więcej informacji zapoznaj się z dokumentacją.", "Database user" : "Użytkownik bazy danych", "Database password" : "Hasło do bazy danych", "Database name" : "Nazwa bazy danych", "Database tablespace" : "Obszar tabel bazy danych", "Database host" : "Komputer bazy danych", + "Performance warning" : "Ostrzeżenie o wydajności", + "SQLite will be used as database." : "SQLite będzie używane jako baza danych.", "Finish setup" : "Zakończ konfigurowanie", "Finishing …" : "Kończę ...", "Need help?" : "Potrzebujesz pomocy?", + "See the documentation" : "Zapoznaj się z dokumentacją", "Hey there,<br><br>just letting you know that %s shared <strong>%s</strong> with you.<br><a href=\"%s\">View it!</a><br><br>" : "Witam, <br><br>informuję, że %s udostępnianych zasobów <strong>%s</strong> jest z Tobą.<br><a href=\"%s\">Zobacz!</a><br><br>", "This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Ta aplikacja wymaga JavaScript do poprawnego działania. Proszę {linkstart}włączyć JavaScript{linkend} i przeładować stronę.", "Log out" : "Wyloguj", "Search" : "Wyszukaj", "Server side authentication failed!" : "Uwierzytelnianie po stronie serwera nie powiodło się!", "Please contact your administrator." : "Skontaktuj się z administratorem", + "An internal error occurred." : "Wystąpił wewnętrzny błąd.", "Please try again or contact your administrator." : "Spróbuj ponownie lub skontaktuj się z administratorem.", + "Username or email" : "Nazwa użytkownika lub adres e-mail", "Log in" : "Zaloguj", "Wrong password. Reset it?" : "Niepoprawne hasło? Zresetuj je!", "Wrong password." : "Złe hasło", @@ -238,10 +260,16 @@ "You are accessing the server from an untrusted domain." : "Dostajesz się do serwera z niezaufanej domeny.", "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "W zależności od konfiguracji, jako administrator możesz także użyć poniższego przycisku aby zaufać tej domenie.", "Add \"%s\" as trusted domain" : "Dodaj \"%s\" jako domenę zaufaną", + "App update required" : "Aktualizacja aplikacji wymagana", + "%s will be updated to version %s" : "%s zostanie zaktualizowane do wersji %s", + "These apps will be updated:" : "Te aplikacje zostaną zaktualizowane:", + "These incompatible apps will be disabled:" : "Te niekompatybilne aplikacje zostaną wyłączone:", "The theme %s has been disabled." : "Motyw %s został wyłączony.", "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Proszę się upewnić, że baza danych, folder konfiguracji oraz folder danych zostały zarchiwizowane przed przejściem dalej.", "Start update" : "Rozpocznij aktualizację", "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Aby uniknąć timeout-ów przy większych instalacjach, możesz zamiast tego uruchomić następującą komendę w katalogu Twojej instalacji:", + "Detailed logs" : "Szczegółowe logi", + "Update needed" : "Wymagana aktualizacja", "This page will refresh itself when the %s instance is available again." : "Strona odświeży się gdy instancja %s będzie ponownie dostępna." },"pluralForm" :"nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);" }
\ No newline at end of file diff --git a/core/l10n/pt_BR.js b/core/l10n/pt_BR.js index 4fdc0f6ff75..fc1905654b7 100644 --- a/core/l10n/pt_BR.js +++ b/core/l10n/pt_BR.js @@ -282,6 +282,7 @@ OC.L10N.register( "Please contact your administrator." : "Por favor, contate o administrador.", "An internal error occurred." : "Ocorreu um erro interno.", "Please try again or contact your administrator." : "Por favor tente novamente ou faça contato com o seu administrador.", + "Username or email" : "Nome de usuário ou email", "Log in" : "Entrar", "Wrong password. Reset it?" : "Senha incorreta. Redefini-la?", "Wrong password." : "Senha errada", diff --git a/core/l10n/pt_BR.json b/core/l10n/pt_BR.json index ab89248b991..078b8a579fb 100644 --- a/core/l10n/pt_BR.json +++ b/core/l10n/pt_BR.json @@ -280,6 +280,7 @@ "Please contact your administrator." : "Por favor, contate o administrador.", "An internal error occurred." : "Ocorreu um erro interno.", "Please try again or contact your administrator." : "Por favor tente novamente ou faça contato com o seu administrador.", + "Username or email" : "Nome de usuário ou email", "Log in" : "Entrar", "Wrong password. Reset it?" : "Senha incorreta. Redefini-la?", "Wrong password." : "Senha errada", diff --git a/core/l10n/ro.js b/core/l10n/ro.js index 2e594ee3ce8..04cf948f6f0 100644 --- a/core/l10n/ro.js +++ b/core/l10n/ro.js @@ -1,20 +1,31 @@ OC.L10N.register( "core", { + "Please select a file." : "Te rugăm să alegi un fișier.", + "File is too big" : "Fișierul este prea mare", + "Invalid file provided" : "Numele fișierului pe care l-ai oferit este invalid", "No image or file provided" : "Nu a fost furnizat vreo imagine sau fișier", "Unknown filetype" : "Tip fișier necunoscut", "Invalid image" : "Imagine invalidă", + "An error occurred. Please contact your admin." : "A apărut o eroare. Te rugăm să contactezi administratorul.", "%s password reset" : "%s resetare parola", "Couldn't send reset email. Please contact your administrator." : "Expedierea email-ului de resetare a eşuat. Vă rugăm să contactaţi administratorul dvs.", "Error loading tags" : "Eroare la încărcarea etichetelor", "Tag already exists" : "Eticheta deja există", + "Error tagging" : "Eroare la etichetare", + "Error untagging" : "Eroare la scoaterea etichetei", "Couldn't send mail to following users: %s " : "Nu s-a putut trimite mesajul către următorii utilizatori: %s", + "Preparing update" : "Se pregătește actualizarea", "Repair warning: " : "Alerte reparare:", "Repair error: " : "Eroare de reparare:", "Turned on maintenance mode" : "Modul mentenanță a fost activat", "Turned off maintenance mode" : "Modul mentenanță a fost dezactivat", + "Updating database schema" : "Se actualizează schema bazei de date", "Updated database" : "Bază de date actualizată", + "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Se verifică dacă schema bazei de date poate fi actualizată (această verificare poate lua mult timp în funcție de mărimea bazei de date)", "Updated \"%s\" to %s" : "\"%s\" a fost actualizat până la %s", + "%s (incompatible)" : "%s (incompatibil)", + "Already up to date" : "Deja actualizat", "Sunday" : "Duminică", "Monday" : "Luni", "Tuesday" : "Marți", @@ -29,6 +40,13 @@ OC.L10N.register( "Thu." : "Joi", "Fri." : "Vin.", "Sat." : "Sâm.", + "Su" : "Du", + "Mo" : "Lu", + "Tu" : "Ma", + "We" : "Mi", + "Th" : "Jo", + "Fr" : "Vi", + "Sa" : "Sâ", "January" : "Ianuarie", "February" : "Februarie", "March" : "Martie", @@ -54,10 +72,11 @@ OC.L10N.register( "Nov." : "Noi.", "Dec." : "Dec.", "Settings" : "Setări", + "Problem loading page, reloading in 5 seconds" : "A apărut o problemă la încărcarea paginii, se reîncearcă în 5 secunde", "Saving..." : "Se salvează...", "seconds ago" : "secunde în urmă", "I know what I'm doing" : "Eu știu ce fac", - "Password can not be changed. Please contact your administrator." : "Parola nu poate fi modificata. Vă rugăm să contactați administratorul dvs.", + "Password can not be changed. Please contact your administrator." : "Parola nu poate fi modificată. Vă rugăm să contactați administratorul dvs.", "No" : "Nu", "Yes" : "Da", "Choose" : "Alege", @@ -73,9 +92,11 @@ OC.L10N.register( "If you select both versions, the copied file will have a number added to its name." : "Dacă alegi ambele versiuni, fișierul copiat va avea un număr atașat la denumirea sa.", "Cancel" : "Anulare", "Continue" : "Continuă", + "(all selected)" : "(toate selectate)", "({count} selected)" : "({count} selectate)", "Very weak password" : "Parolă foarte slabă", "Weak password" : "Parolă slabă", + "So-so password" : "Parolă medie", "Good password" : "Parolă bună", "Strong password" : "Parolă puternică", "Shared" : "Partajat", @@ -88,19 +109,22 @@ OC.L10N.register( "Set expiration date" : "Specifică data expirării", "Expiration" : "Expira", "Expiration date" : "Data expirării", + "Choose a password for the public link" : "Alege o parolă pentru acest link public", "Resharing is not allowed" : "Repartajarea nu este permisă", - "Share link" : "Share link", + "Share link" : "Împărtășește link-ul", "Link" : "Legătură", "Password protect" : "Protejare cu parolă", "Password" : "Parolă", "Allow editing" : "Permite editarea", "Email link to person" : "Expediază legătura prin poșta electronică", - "Send" : "Expediază", + "Send" : "Trimite", "Sending ..." : "Se expediază...", "Email sent" : "Mesajul a fost expediat", + "Send link via email" : "Trimite link via email", "Shared with you and the group {group} by {owner}" : "Distribuie cu tine si grupul {group} de {owner}", "Shared with you by {owner}" : "Distribuie cu tine de {owner}", "group" : "grup", + "remote" : "de la distanță", "notify by email" : "notifică prin email", "Unshare" : "Anulare partajare", "can share" : "se poate partaja", @@ -109,13 +133,22 @@ OC.L10N.register( "change" : "modifică", "delete" : "ștergere", "access control" : "control acces", + "Could not unshare" : "Nu s-a putut elimina partajarea", + "Share details could not be loaded for this item." : "Nu s-au putut încărca detaliile de partajare pentru acest element.", "Share" : "Partajează", + "Share with users…" : "Partajează cu utilizatori...", "Warning" : "Atenție", + "invisible" : "invizibil", "Delete" : "Șterge", "Rename" : "Redenumește", "The object type is not specified." : "Tipul obiectului nu este specificat.", "Enter new" : "Introducere nou", "Add" : "Adaugă", + "Edit tags" : "Editează etichete", + "unknown text" : "text necunoscut", + "sunny" : "însorit", + "new" : "nou", + "An error occurred." : "A apărut o eroare.", "Please reload the page." : "Te rugăm să reîncarci pagina.", "The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">ownCloud community</a>." : "Actualizarea a eșuat! Raportați problema către <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">comunitatea ownCloud</a>.", "The update was successful. Redirecting you to ownCloud now." : "Actualizare reușită. Ești redirecționat către ownCloud.", @@ -125,28 +158,46 @@ OC.L10N.register( "Admin" : "Administrator", "Help" : "Ajutor", "Access forbidden" : "Acces restricționat", + "File not found" : "Fișierul nu a fost găsit", "The share will expire on %s." : "Partajarea va expira în data de %s.", + "Technical details" : "Detalii tehnice", + "Type: %s" : "Tip: %s", + "Code: %s" : "Cod: %s", + "Message: %s" : "Mesaj: %s", + "File: %s" : "Fișier: %s", + "Security warning" : "Alertă de securitate", "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Directorul tău de date și fișiere sunt probabil accesibile de pe Internet, deoarece fișierul .htaccess nu funcționează.", "Create an <strong>admin account</strong>" : "Crează un <strong>cont de administrator</strong>", "Username" : "Nume utilizator", "Storage & database" : "Stocare și baza de date", "Data folder" : "Director date", "Configure the database" : "Configurează baza de date", + "Only %s is available." : "Doar %s este disponibil.", "Database user" : "Utilizatorul bazei de date", "Database password" : "Parola bazei de date", "Database name" : "Numele bazei de date", "Database tablespace" : "Tabela de spațiu a bazei de date", "Database host" : "Bază date", + "Performance warning" : "Alertă de performanță", + "SQLite will be used as database." : "SQLite va fi folosit ca bază de date.", + "For larger installations we recommend to choose a different database backend." : "Pentru instalări mai mari recomandăm folosirea altei baze de date ca backend.", + "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "În special atunci când este folosit clientul desktop pentru sincronizarea fișierelor, utilizarea SQLite este nerecomandată.", "Finish setup" : "Finalizează instalarea", + "Finishing …" : "Se finalizează...", + "Need help?" : "Ai nevoie de ajutor?", + "See the documentation" : "Vezi documentația", "Log out" : "Ieșire", "Search" : "Căutare", + "An internal error occurred." : "A apărut o eroare internă.", + "Username or email" : "Nume de utilizator sau adresă email", "Log in" : "Autentificare", "Alternative Logins" : "Conectări alternative", "Use the following link to reset your password: {link}" : "Folosește următorul link pentru a reseta parola: {link}", "New password" : "Noua parolă", "New Password" : "Noua parolă", "Reset password" : "Resetează parola", - "Thank you for your patience." : "Îți mulțumim pentru răbrade.", + "Thank you for your patience." : "Îți mulțumim pentru răbdare.", + "You are accessing the server from an untrusted domain." : "Accesezi serverul dintr-un domeniu care nu a fost configurat ca fiind de încredere.", "Start update" : "Începe actualizarea" }, "nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));"); diff --git a/core/l10n/ro.json b/core/l10n/ro.json index 2ebd5ee3877..002f6a0c8dc 100644 --- a/core/l10n/ro.json +++ b/core/l10n/ro.json @@ -1,18 +1,29 @@ { "translations": { + "Please select a file." : "Te rugăm să alegi un fișier.", + "File is too big" : "Fișierul este prea mare", + "Invalid file provided" : "Numele fișierului pe care l-ai oferit este invalid", "No image or file provided" : "Nu a fost furnizat vreo imagine sau fișier", "Unknown filetype" : "Tip fișier necunoscut", "Invalid image" : "Imagine invalidă", + "An error occurred. Please contact your admin." : "A apărut o eroare. Te rugăm să contactezi administratorul.", "%s password reset" : "%s resetare parola", "Couldn't send reset email. Please contact your administrator." : "Expedierea email-ului de resetare a eşuat. Vă rugăm să contactaţi administratorul dvs.", "Error loading tags" : "Eroare la încărcarea etichetelor", "Tag already exists" : "Eticheta deja există", + "Error tagging" : "Eroare la etichetare", + "Error untagging" : "Eroare la scoaterea etichetei", "Couldn't send mail to following users: %s " : "Nu s-a putut trimite mesajul către următorii utilizatori: %s", + "Preparing update" : "Se pregătește actualizarea", "Repair warning: " : "Alerte reparare:", "Repair error: " : "Eroare de reparare:", "Turned on maintenance mode" : "Modul mentenanță a fost activat", "Turned off maintenance mode" : "Modul mentenanță a fost dezactivat", + "Updating database schema" : "Se actualizează schema bazei de date", "Updated database" : "Bază de date actualizată", + "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Se verifică dacă schema bazei de date poate fi actualizată (această verificare poate lua mult timp în funcție de mărimea bazei de date)", "Updated \"%s\" to %s" : "\"%s\" a fost actualizat până la %s", + "%s (incompatible)" : "%s (incompatibil)", + "Already up to date" : "Deja actualizat", "Sunday" : "Duminică", "Monday" : "Luni", "Tuesday" : "Marți", @@ -27,6 +38,13 @@ "Thu." : "Joi", "Fri." : "Vin.", "Sat." : "Sâm.", + "Su" : "Du", + "Mo" : "Lu", + "Tu" : "Ma", + "We" : "Mi", + "Th" : "Jo", + "Fr" : "Vi", + "Sa" : "Sâ", "January" : "Ianuarie", "February" : "Februarie", "March" : "Martie", @@ -52,10 +70,11 @@ "Nov." : "Noi.", "Dec." : "Dec.", "Settings" : "Setări", + "Problem loading page, reloading in 5 seconds" : "A apărut o problemă la încărcarea paginii, se reîncearcă în 5 secunde", "Saving..." : "Se salvează...", "seconds ago" : "secunde în urmă", "I know what I'm doing" : "Eu știu ce fac", - "Password can not be changed. Please contact your administrator." : "Parola nu poate fi modificata. Vă rugăm să contactați administratorul dvs.", + "Password can not be changed. Please contact your administrator." : "Parola nu poate fi modificată. Vă rugăm să contactați administratorul dvs.", "No" : "Nu", "Yes" : "Da", "Choose" : "Alege", @@ -71,9 +90,11 @@ "If you select both versions, the copied file will have a number added to its name." : "Dacă alegi ambele versiuni, fișierul copiat va avea un număr atașat la denumirea sa.", "Cancel" : "Anulare", "Continue" : "Continuă", + "(all selected)" : "(toate selectate)", "({count} selected)" : "({count} selectate)", "Very weak password" : "Parolă foarte slabă", "Weak password" : "Parolă slabă", + "So-so password" : "Parolă medie", "Good password" : "Parolă bună", "Strong password" : "Parolă puternică", "Shared" : "Partajat", @@ -86,19 +107,22 @@ "Set expiration date" : "Specifică data expirării", "Expiration" : "Expira", "Expiration date" : "Data expirării", + "Choose a password for the public link" : "Alege o parolă pentru acest link public", "Resharing is not allowed" : "Repartajarea nu este permisă", - "Share link" : "Share link", + "Share link" : "Împărtășește link-ul", "Link" : "Legătură", "Password protect" : "Protejare cu parolă", "Password" : "Parolă", "Allow editing" : "Permite editarea", "Email link to person" : "Expediază legătura prin poșta electronică", - "Send" : "Expediază", + "Send" : "Trimite", "Sending ..." : "Se expediază...", "Email sent" : "Mesajul a fost expediat", + "Send link via email" : "Trimite link via email", "Shared with you and the group {group} by {owner}" : "Distribuie cu tine si grupul {group} de {owner}", "Shared with you by {owner}" : "Distribuie cu tine de {owner}", "group" : "grup", + "remote" : "de la distanță", "notify by email" : "notifică prin email", "Unshare" : "Anulare partajare", "can share" : "se poate partaja", @@ -107,13 +131,22 @@ "change" : "modifică", "delete" : "ștergere", "access control" : "control acces", + "Could not unshare" : "Nu s-a putut elimina partajarea", + "Share details could not be loaded for this item." : "Nu s-au putut încărca detaliile de partajare pentru acest element.", "Share" : "Partajează", + "Share with users…" : "Partajează cu utilizatori...", "Warning" : "Atenție", + "invisible" : "invizibil", "Delete" : "Șterge", "Rename" : "Redenumește", "The object type is not specified." : "Tipul obiectului nu este specificat.", "Enter new" : "Introducere nou", "Add" : "Adaugă", + "Edit tags" : "Editează etichete", + "unknown text" : "text necunoscut", + "sunny" : "însorit", + "new" : "nou", + "An error occurred." : "A apărut o eroare.", "Please reload the page." : "Te rugăm să reîncarci pagina.", "The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">ownCloud community</a>." : "Actualizarea a eșuat! Raportați problema către <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">comunitatea ownCloud</a>.", "The update was successful. Redirecting you to ownCloud now." : "Actualizare reușită. Ești redirecționat către ownCloud.", @@ -123,28 +156,46 @@ "Admin" : "Administrator", "Help" : "Ajutor", "Access forbidden" : "Acces restricționat", + "File not found" : "Fișierul nu a fost găsit", "The share will expire on %s." : "Partajarea va expira în data de %s.", + "Technical details" : "Detalii tehnice", + "Type: %s" : "Tip: %s", + "Code: %s" : "Cod: %s", + "Message: %s" : "Mesaj: %s", + "File: %s" : "Fișier: %s", + "Security warning" : "Alertă de securitate", "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Directorul tău de date și fișiere sunt probabil accesibile de pe Internet, deoarece fișierul .htaccess nu funcționează.", "Create an <strong>admin account</strong>" : "Crează un <strong>cont de administrator</strong>", "Username" : "Nume utilizator", "Storage & database" : "Stocare și baza de date", "Data folder" : "Director date", "Configure the database" : "Configurează baza de date", + "Only %s is available." : "Doar %s este disponibil.", "Database user" : "Utilizatorul bazei de date", "Database password" : "Parola bazei de date", "Database name" : "Numele bazei de date", "Database tablespace" : "Tabela de spațiu a bazei de date", "Database host" : "Bază date", + "Performance warning" : "Alertă de performanță", + "SQLite will be used as database." : "SQLite va fi folosit ca bază de date.", + "For larger installations we recommend to choose a different database backend." : "Pentru instalări mai mari recomandăm folosirea altei baze de date ca backend.", + "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "În special atunci când este folosit clientul desktop pentru sincronizarea fișierelor, utilizarea SQLite este nerecomandată.", "Finish setup" : "Finalizează instalarea", + "Finishing …" : "Se finalizează...", + "Need help?" : "Ai nevoie de ajutor?", + "See the documentation" : "Vezi documentația", "Log out" : "Ieșire", "Search" : "Căutare", + "An internal error occurred." : "A apărut o eroare internă.", + "Username or email" : "Nume de utilizator sau adresă email", "Log in" : "Autentificare", "Alternative Logins" : "Conectări alternative", "Use the following link to reset your password: {link}" : "Folosește următorul link pentru a reseta parola: {link}", "New password" : "Noua parolă", "New Password" : "Noua parolă", "Reset password" : "Resetează parola", - "Thank you for your patience." : "Îți mulțumim pentru răbrade.", + "Thank you for your patience." : "Îți mulțumim pentru răbdare.", + "You are accessing the server from an untrusted domain." : "Accesezi serverul dintr-un domeniu care nu a fost configurat ca fiind de încredere.", "Start update" : "Începe actualizarea" },"pluralForm" :"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));" }
\ No newline at end of file diff --git a/core/l10n/sl.js b/core/l10n/sl.js index 9b2eb13a1e0..e3860cace40 100644 --- a/core/l10n/sl.js +++ b/core/l10n/sl.js @@ -273,6 +273,7 @@ OC.L10N.register( "Please contact your administrator." : "Stopite v stik s skrbnikom sistema.", "An internal error occurred." : "Prišlo je do notranje napake.", "Please try again or contact your administrator." : "Poskusite znova ali pa stopite v stik s skrbnikom sistema.", + "Username or email" : "Uporabniško ime ali e-naslov", "Log in" : "Prijava", "Wrong password. Reset it?" : "Napačno geslo. Ali ga želite ponastaviti?", "Wrong password." : "Napačno geslo!", diff --git a/core/l10n/sl.json b/core/l10n/sl.json index 6f5424cee74..8bc47234baa 100644 --- a/core/l10n/sl.json +++ b/core/l10n/sl.json @@ -271,6 +271,7 @@ "Please contact your administrator." : "Stopite v stik s skrbnikom sistema.", "An internal error occurred." : "Prišlo je do notranje napake.", "Please try again or contact your administrator." : "Poskusite znova ali pa stopite v stik s skrbnikom sistema.", + "Username or email" : "Uporabniško ime ali e-naslov", "Log in" : "Prijava", "Wrong password. Reset it?" : "Napačno geslo. Ali ga želite ponastaviti?", "Wrong password." : "Napačno geslo!", diff --git a/core/l10n/sq.js b/core/l10n/sq.js index d40d0d173ff..98a40335447 100644 --- a/core/l10n/sq.js +++ b/core/l10n/sq.js @@ -281,6 +281,7 @@ OC.L10N.register( "Please contact your administrator." : "Ju lutemi, lidhuni me përgjegjësin tuaj.", "An internal error occurred." : "Ndodhi një gabim i brendshëm.", "Please try again or contact your administrator." : "Ju lutemi, riprovoni ose lidhuni me përgjegjësin tuaj.", + "Username or email" : "Emër përdoruesi ose email", "Log in" : "Hyni", "Wrong password. Reset it?" : "Fjalëkalim i gabuar. Të ricaktohet?", "Wrong password." : "Fjalëkalim i gabuar.", diff --git a/core/l10n/sq.json b/core/l10n/sq.json index 50bdf45e0c5..67b2343caa5 100644 --- a/core/l10n/sq.json +++ b/core/l10n/sq.json @@ -279,6 +279,7 @@ "Please contact your administrator." : "Ju lutemi, lidhuni me përgjegjësin tuaj.", "An internal error occurred." : "Ndodhi një gabim i brendshëm.", "Please try again or contact your administrator." : "Ju lutemi, riprovoni ose lidhuni me përgjegjësin tuaj.", + "Username or email" : "Emër përdoruesi ose email", "Log in" : "Hyni", "Wrong password. Reset it?" : "Fjalëkalim i gabuar. Të ricaktohet?", "Wrong password." : "Fjalëkalim i gabuar.", diff --git a/core/l10n/sv.js b/core/l10n/sv.js index 25d20cc5468..6e2447decbb 100644 --- a/core/l10n/sv.js +++ b/core/l10n/sv.js @@ -30,6 +30,7 @@ OC.L10N.register( "[%d / %d]: %s" : "[%d / %d]: %s", "Repair warning: " : "Reperationsvarning:", "Repair error: " : "Reperationsfel:", + "Please use the command line updater because automatic updating is disabled in the config.php." : "Vänligen använd den kommandotolksbaserade uppdateringen då automatisk uppdatering är inaktiverat i config.php.", "[%d / %d]: Checking table %s" : "[%d / %d]: Kontrollerar tabell %s", "Turned on maintenance mode" : "Aktiverade underhållsläge", "Turned off maintenance mode" : "Deaktiverade underhållsläge", @@ -97,6 +98,7 @@ OC.L10N.register( "Dec." : "Dec.", "<a href=\"{docUrl}\">There were problems with the code integrity check. More information…</a>" : "<a href=\"{docUrl}\"> Ett problem uppstod under integritetskontrollen av koden. Mer information ... </a>", "Settings" : "Inställningar", + "Problem loading page, reloading in 5 seconds" : "Problem med att ladda sidan, försöker igen om 5 sekunder", "Saving..." : "Sparar...", "Dismiss" : "Avfärda", "seconds ago" : "sekunder sedan", @@ -162,6 +164,7 @@ OC.L10N.register( "Send" : "Skicka", "Sending ..." : "Skickar ...", "Email sent" : "E-post skickat", + "Send link via email" : "Skicka länk via e-post", "Shared with you and the group {group} by {owner}" : "Delad med dig och gruppen {group} av {owner}", "Shared with you by {owner}" : "Delad med dig av {owner}", "group" : "Grupp", @@ -279,6 +282,7 @@ OC.L10N.register( "Please contact your administrator." : "Kontakta din administratör.", "An internal error occurred." : "Ett internt fel uppstod.", "Please try again or contact your administrator." : "Vänligen försök igen eller kontakta din administratör.", + "Username or email" : "Användarnamn eller e-post", "Log in" : "Logga in", "Wrong password. Reset it?" : "Fel lösenord. Vill du återställa?", "Wrong password." : "Fel lösenord.", @@ -305,6 +309,9 @@ OC.L10N.register( "Start update" : "Starta uppdateringen", "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "För att undvika timeout vid större installationer kan du istället köra följande kommando från din installationskatalog:", "Detailed logs" : "Detaljerade loggar", + "Update needed" : "Uppdatering krävs", + "Please use the command line updater because you have a big instance." : "Vänligen använd den kommandotolksbaserade uppdateringen eftersom du har en stor instans.", + "For help, see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation</a>." : "För hjälp, se <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">dokumentationen</a>.", "This %s instance is currently in maintenance mode, which may take a while." : "Denna %s instans befinner sig för närvarande i underhållsläge, vilket kan ta ett tag.", "This page will refresh itself when the %s instance is available again." : "Denna sida uppdaterar sig själv när %s instansen är tillgänglig igen." }, diff --git a/core/l10n/sv.json b/core/l10n/sv.json index 3a941022795..8490beddf50 100644 --- a/core/l10n/sv.json +++ b/core/l10n/sv.json @@ -28,6 +28,7 @@ "[%d / %d]: %s" : "[%d / %d]: %s", "Repair warning: " : "Reperationsvarning:", "Repair error: " : "Reperationsfel:", + "Please use the command line updater because automatic updating is disabled in the config.php." : "Vänligen använd den kommandotolksbaserade uppdateringen då automatisk uppdatering är inaktiverat i config.php.", "[%d / %d]: Checking table %s" : "[%d / %d]: Kontrollerar tabell %s", "Turned on maintenance mode" : "Aktiverade underhållsläge", "Turned off maintenance mode" : "Deaktiverade underhållsläge", @@ -95,6 +96,7 @@ "Dec." : "Dec.", "<a href=\"{docUrl}\">There were problems with the code integrity check. More information…</a>" : "<a href=\"{docUrl}\"> Ett problem uppstod under integritetskontrollen av koden. Mer information ... </a>", "Settings" : "Inställningar", + "Problem loading page, reloading in 5 seconds" : "Problem med att ladda sidan, försöker igen om 5 sekunder", "Saving..." : "Sparar...", "Dismiss" : "Avfärda", "seconds ago" : "sekunder sedan", @@ -160,6 +162,7 @@ "Send" : "Skicka", "Sending ..." : "Skickar ...", "Email sent" : "E-post skickat", + "Send link via email" : "Skicka länk via e-post", "Shared with you and the group {group} by {owner}" : "Delad med dig och gruppen {group} av {owner}", "Shared with you by {owner}" : "Delad med dig av {owner}", "group" : "Grupp", @@ -277,6 +280,7 @@ "Please contact your administrator." : "Kontakta din administratör.", "An internal error occurred." : "Ett internt fel uppstod.", "Please try again or contact your administrator." : "Vänligen försök igen eller kontakta din administratör.", + "Username or email" : "Användarnamn eller e-post", "Log in" : "Logga in", "Wrong password. Reset it?" : "Fel lösenord. Vill du återställa?", "Wrong password." : "Fel lösenord.", @@ -303,6 +307,9 @@ "Start update" : "Starta uppdateringen", "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "För att undvika timeout vid större installationer kan du istället köra följande kommando från din installationskatalog:", "Detailed logs" : "Detaljerade loggar", + "Update needed" : "Uppdatering krävs", + "Please use the command line updater because you have a big instance." : "Vänligen använd den kommandotolksbaserade uppdateringen eftersom du har en stor instans.", + "For help, see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation</a>." : "För hjälp, se <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">dokumentationen</a>.", "This %s instance is currently in maintenance mode, which may take a while." : "Denna %s instans befinner sig för närvarande i underhållsläge, vilket kan ta ett tag.", "This page will refresh itself when the %s instance is available again." : "Denna sida uppdaterar sig själv när %s instansen är tillgänglig igen." },"pluralForm" :"nplurals=2; plural=(n != 1);" |