diff options
293 files changed, 2766 insertions, 4933 deletions
diff --git a/3rdparty b/3rdparty -Subproject a8699fbb8505278c23b74f123236b77bbe1aec0 +Subproject de4313cda759a88745fbc5b5aaaca5e3644b361 diff --git a/apps/comments/l10n/cs_CZ.js b/apps/comments/l10n/cs_CZ.js index 1b4e03102d4..73190bcb567 100644 --- a/apps/comments/l10n/cs_CZ.js +++ b/apps/comments/l10n/cs_CZ.js @@ -2,9 +2,9 @@ OC.L10N.register( "comments", { "<strong>Comments</strong> for files" : "<strong>Komentáře</strong> souborů", - "You commented" : "Okomentoval jste", + "You commented" : "Okomentoval(a) jsi", "%1$s commented" : "%1$s okomentován", - "You commented on %2$s" : "Okomentoval jste %2$s", + "You commented on %2$s" : "Okomentoval(a) jsi %2$s", "%1$s commented on %2$s" : "%1$s okomentoval %2$s", "Comments" : "Komentáře", "Type in a new comment..." : "Zadat nový komentář...", diff --git a/apps/comments/l10n/cs_CZ.json b/apps/comments/l10n/cs_CZ.json index 5ca994542bf..ca6f727bb0f 100644 --- a/apps/comments/l10n/cs_CZ.json +++ b/apps/comments/l10n/cs_CZ.json @@ -1,8 +1,8 @@ { "translations": { "<strong>Comments</strong> for files" : "<strong>Komentáře</strong> souborů", - "You commented" : "Okomentoval jste", + "You commented" : "Okomentoval(a) jsi", "%1$s commented" : "%1$s okomentován", - "You commented on %2$s" : "Okomentoval jste %2$s", + "You commented on %2$s" : "Okomentoval(a) jsi %2$s", "%1$s commented on %2$s" : "%1$s okomentoval %2$s", "Comments" : "Komentáře", "Type in a new comment..." : "Zadat nový komentář...", diff --git a/apps/comments/l10n/et_EE.js b/apps/comments/l10n/et_EE.js index 5367fb240c0..e950b52a14e 100644 --- a/apps/comments/l10n/et_EE.js +++ b/apps/comments/l10n/et_EE.js @@ -1,6 +1,10 @@ OC.L10N.register( "comments", { + "<strong>Comments</strong> for files" : "<strong>Kommentaarid</strong> failidele", + "You commented" : "Sa kommenteerisid", + "%1$s commented" : "%1$s kommenteeris", + "You commented on %2$s" : "Sa kommenteerisid %2$s", "%1$s commented on %2$s" : "%1$s kommenteeris %2$s", "Comments" : "Kommentaarid", "Type in a new comment..." : "Kirjuta uus komentaar...", diff --git a/apps/comments/l10n/et_EE.json b/apps/comments/l10n/et_EE.json index b3e43be6f76..6a983fd5191 100644 --- a/apps/comments/l10n/et_EE.json +++ b/apps/comments/l10n/et_EE.json @@ -1,4 +1,8 @@ { "translations": { + "<strong>Comments</strong> for files" : "<strong>Kommentaarid</strong> failidele", + "You commented" : "Sa kommenteerisid", + "%1$s commented" : "%1$s kommenteeris", + "You commented on %2$s" : "Sa kommenteerisid %2$s", "%1$s commented on %2$s" : "%1$s kommenteeris %2$s", "Comments" : "Kommentaarid", "Type in a new comment..." : "Kirjuta uus komentaar...", diff --git a/apps/dav/appinfo/info.xml b/apps/dav/appinfo/info.xml index b7c7267dce8..a8e7df6e8e2 100644 --- a/apps/dav/appinfo/info.xml +++ b/apps/dav/appinfo/info.xml @@ -10,17 +10,6 @@ <types> <filesystem/> </types> - <remote> - <files>appinfo/v1/webdav.php</files> - <webdav>appinfo/v1/webdav.php</webdav> - <dav>appinfo/v2/remote.php</dav> - <!-- carddav endpoints as used before ownCloud 9.0 --> - <contacts>appinfo/v1/carddav.php</contacts> - <carddav>appinfo/v1/carddav.php</carddav> - <!-- caldav endpoints as used before ownCloud 9.0 --> - <calendar>appinfo/v1/caldav.php</calendar> - <caldav>appinfo/v1/caldav.php</caldav> - </remote> <public> <webdav>appinfo/v1/publicwebdav.php</webdav> </public> diff --git a/apps/dav/lib/caldav/birthdayservice.php b/apps/dav/lib/caldav/birthdayservice.php index 274341949b3..e03a630fed8 100644 --- a/apps/dav/lib/caldav/birthdayservice.php +++ b/apps/dav/lib/caldav/birthdayservice.php @@ -147,6 +147,11 @@ class BirthdayService { $vEvent->{'RRULE'} = 'FREQ=YEARLY'; $vEvent->{'SUMMARY'} = $title . ' (*' . $date->format('Y') . ')'; $vEvent->{'TRANSP'} = 'TRANSPARENT'; + $alarm = $vCal->createComponent('VALARM'); + $alarm->add($vCal->createProperty('TRIGGER', '-PT0M', ['VALUE' => 'DURATION'])); + $alarm->add($vCal->createProperty('ACTION', 'DISPLAY')); + $alarm->add($vCal->createProperty('DESCRIPTION', $vEvent->{'SUMMARY'})); + $vEvent->add($alarm); $vCal->add($vEvent); return $vCal; } diff --git a/apps/encryption/l10n/sl.js b/apps/encryption/l10n/sl.js index bf051fc446e..6f8b9a28d49 100644 --- a/apps/encryption/l10n/sl.js +++ b/apps/encryption/l10n/sl.js @@ -28,6 +28,7 @@ OC.L10N.register( "Missing Signature" : "Manjkajoč podpis", "one-time password for server-side-encryption" : "enkratno geslo za šifriranje na strani strežnika", "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Te datoteke ni mogoče šifrirati, ker je to najverjetneje datoteka v souporabi. Prosite lastnika datoteke, da jo da ponovno v souporabo.", + "Can not read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Te datoteke ni mogoče brati, ker je to najverjetneje datoteka v souporabi. Prosite lastnika datoteke, da jo da ponovno v souporabo.", "The share will expire on %s." : "Povezava souporabe bo potekla %s.", "Cheers!" : "Na zdravje!", "Encrypt the home storage" : "Šifriraj domačo shrambo", diff --git a/apps/encryption/l10n/sl.json b/apps/encryption/l10n/sl.json index 14dc8f66144..f0bd37fca57 100644 --- a/apps/encryption/l10n/sl.json +++ b/apps/encryption/l10n/sl.json @@ -26,6 +26,7 @@ "Missing Signature" : "Manjkajoč podpis", "one-time password for server-side-encryption" : "enkratno geslo za šifriranje na strani strežnika", "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Te datoteke ni mogoče šifrirati, ker je to najverjetneje datoteka v souporabi. Prosite lastnika datoteke, da jo da ponovno v souporabo.", + "Can not read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Te datoteke ni mogoče brati, ker je to najverjetneje datoteka v souporabi. Prosite lastnika datoteke, da jo da ponovno v souporabo.", "The share will expire on %s." : "Povezava souporabe bo potekla %s.", "Cheers!" : "Na zdravje!", "Encrypt the home storage" : "Šifriraj domačo shrambo", diff --git a/apps/files/appinfo/app.php b/apps/files/appinfo/app.php index 94360786ac3..174531bdfcc 100644 --- a/apps/files/appinfo/app.php +++ b/apps/files/appinfo/app.php @@ -34,7 +34,7 @@ 'id' => 'files_index', 'order' => 0, 'href' => $urlGenerator->linkToRoute('files.view.index'), - 'icon' => \OCP\Util::imagePath('core', 'places/files.svg'), + 'icon' => $urlGenerator->imagePath('core', 'places/files.svg'), 'name' => $l->t('Files'), ]; }); diff --git a/apps/files/js/filelist.js b/apps/files/js/filelist.js index 0c4d41b65f9..71af4a21b9b 100644 --- a/apps/files/js/filelist.js +++ b/apps/files/js/filelist.js @@ -2490,7 +2490,6 @@ } }); fileUploadStart.on('fileuploadadd', function(e, data) { - console.log('XXXXXXX'); OC.Upload.log('filelist handle fileuploadadd', e, data); //finish delete if we are uploading a deleted file diff --git a/apps/files/l10n/cs_CZ.js b/apps/files/l10n/cs_CZ.js index 536b5cdf935..453e2b8fc58 100644 --- a/apps/files/l10n/cs_CZ.js +++ b/apps/files/l10n/cs_CZ.js @@ -106,7 +106,7 @@ OC.L10N.register( "Missing permissions to edit from here." : "Pro úpravy v aktuálním náhledu chybí oprávnění.", "Settings" : "Nastavení", "WebDAV" : "WebDAV", - "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Použijte tuto adresu pro <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">přístup k vašim Souborům přes WebDAV</a>", + "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Použijte tuto adresu pro <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">přístup ke svým Souborům přes WebDAV</a>", "Cancel upload" : "Zrušit odesílání", "No files in here" : "Žádné soubory", "Upload some content or sync with your devices!" : "Nahrajte nějaký obsah nebo synchronizujte se svými přístroji!", diff --git a/apps/files/l10n/cs_CZ.json b/apps/files/l10n/cs_CZ.json index da4fb78b53b..6e6bcfbe23d 100644 --- a/apps/files/l10n/cs_CZ.json +++ b/apps/files/l10n/cs_CZ.json @@ -104,7 +104,7 @@ "Missing permissions to edit from here." : "Pro úpravy v aktuálním náhledu chybí oprávnění.", "Settings" : "Nastavení", "WebDAV" : "WebDAV", - "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Použijte tuto adresu pro <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">přístup k vašim Souborům přes WebDAV</a>", + "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Použijte tuto adresu pro <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">přístup ke svým Souborům přes WebDAV</a>", "Cancel upload" : "Zrušit odesílání", "No files in here" : "Žádné soubory", "Upload some content or sync with your devices!" : "Nahrajte nějaký obsah nebo synchronizujte se svými přístroji!", diff --git a/apps/files_external/l10n/pt_PT.js b/apps/files_external/l10n/pt_PT.js index d37818dd4c1..a8a4ae05c6e 100644 --- a/apps/files_external/l10n/pt_PT.js +++ b/apps/files_external/l10n/pt_PT.js @@ -27,10 +27,10 @@ OC.L10N.register( "Error configuring OAuth2" : "Erro de configuração OAuth2", "Generate keys" : "Gerar chaves", "Error generating key pair" : "Erro ao gerar chave par", - "Enable encryption" : "Ative a encriptação", - "Enable previews" : "Ative as pré-visualizações", + "Enable encryption" : "Activar encriptação", + "Enable previews" : "Ativar pré-visualizações", "Enable sharing" : "Ativar partilha", - "Check for changes" : "Verifique as suas alterações", + "Check for changes" : "Verificar se há alterações", "Never" : "Nunca", "Once every direct access" : "Uma vez em cada acesso direto", "All users. Type to select user or group." : "Todos os utilizadores. Digite para selecionar o utilizador ou grupo.", diff --git a/apps/files_external/l10n/pt_PT.json b/apps/files_external/l10n/pt_PT.json index 7b1ff7f5ef3..cff56a94ecc 100644 --- a/apps/files_external/l10n/pt_PT.json +++ b/apps/files_external/l10n/pt_PT.json @@ -25,10 +25,10 @@ "Error configuring OAuth2" : "Erro de configuração OAuth2", "Generate keys" : "Gerar chaves", "Error generating key pair" : "Erro ao gerar chave par", - "Enable encryption" : "Ative a encriptação", - "Enable previews" : "Ative as pré-visualizações", + "Enable encryption" : "Activar encriptação", + "Enable previews" : "Ativar pré-visualizações", "Enable sharing" : "Ativar partilha", - "Check for changes" : "Verifique as suas alterações", + "Check for changes" : "Verificar se há alterações", "Never" : "Nunca", "Once every direct access" : "Uma vez em cada acesso direto", "All users. Type to select user or group." : "Todos os utilizadores. Digite para selecionar o utilizador ou grupo.", diff --git a/apps/files_external/l10n/sl.js b/apps/files_external/l10n/sl.js index b6fcffb1e0b..f740242ef88 100644 --- a/apps/files_external/l10n/sl.js +++ b/apps/files_external/l10n/sl.js @@ -33,6 +33,7 @@ OC.L10N.register( "(group)" : "(skupina)", "Admin defined" : "Skrbnik je določen", "Saved" : "Shranjeno", + "Empty response from the server" : "S strežnika je prejet odziv brez vsebine.", "Couldn't get the list of external mount points: {type}" : "Ni mogoče pridobiti seznama zunanjih priklopnih točk: {type}", "There was an error with message: " : "Prišlo je do napake s sporočilom:", "External mount error" : "Notranja napaka priklopa", @@ -59,6 +60,7 @@ OC.L10N.register( "Identity endpoint URL" : "Naslov URL končne točke istovetnosti", "API key" : "Ključ API", "Username and password" : "Uporabniško ime in geslo", + "Log-in credentials, save in session" : "Prijavna poverila, shrani v seji", "RSA public key" : "Javni ključ RSA", "Public key" : "Javni ključ", "Amazon S3" : "Amazon S3", @@ -90,6 +92,7 @@ OC.L10N.register( "Username as share" : "Uporabniško ime za souporabo", "OpenStack Object Storage" : "Shramba predmeta OpenStack", "Service name" : "Ime storitve", + "Request timeout (seconds)" : "Zahtevan časovni zamik (sekunde)", "<b>Note:</b> " : "<b>Opomba:</b> ", "<b>Note:</b> The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>Opomba:</b> Podpora za naslove cURL v PHP ni omogočena, ali pa ni ustrezno nameščenih programov. Priklapljanje %s ni mogoče. Za pomoč pri namestitvi se obrnite na sistemskega skrbnika.", "<b>Note:</b> The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>Opomba:</b> Podpora za protokol FTP v PHP ni omogočena, ali pa ni ustrezno nameščenih programov. Priklapljanje %s ni mogoče. Za pomoč pri namestitvi se obrnite na sistemskega skrbnika.", diff --git a/apps/files_external/l10n/sl.json b/apps/files_external/l10n/sl.json index faa848795f1..e2db1211a8d 100644 --- a/apps/files_external/l10n/sl.json +++ b/apps/files_external/l10n/sl.json @@ -31,6 +31,7 @@ "(group)" : "(skupina)", "Admin defined" : "Skrbnik je določen", "Saved" : "Shranjeno", + "Empty response from the server" : "S strežnika je prejet odziv brez vsebine.", "Couldn't get the list of external mount points: {type}" : "Ni mogoče pridobiti seznama zunanjih priklopnih točk: {type}", "There was an error with message: " : "Prišlo je do napake s sporočilom:", "External mount error" : "Notranja napaka priklopa", @@ -57,6 +58,7 @@ "Identity endpoint URL" : "Naslov URL končne točke istovetnosti", "API key" : "Ključ API", "Username and password" : "Uporabniško ime in geslo", + "Log-in credentials, save in session" : "Prijavna poverila, shrani v seji", "RSA public key" : "Javni ključ RSA", "Public key" : "Javni ključ", "Amazon S3" : "Amazon S3", @@ -88,6 +90,7 @@ "Username as share" : "Uporabniško ime za souporabo", "OpenStack Object Storage" : "Shramba predmeta OpenStack", "Service name" : "Ime storitve", + "Request timeout (seconds)" : "Zahtevan časovni zamik (sekunde)", "<b>Note:</b> " : "<b>Opomba:</b> ", "<b>Note:</b> The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>Opomba:</b> Podpora za naslove cURL v PHP ni omogočena, ali pa ni ustrezno nameščenih programov. Priklapljanje %s ni mogoče. Za pomoč pri namestitvi se obrnite na sistemskega skrbnika.", "<b>Note:</b> The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>Opomba:</b> Podpora za protokol FTP v PHP ni omogočena, ali pa ni ustrezno nameščenih programov. Priklapljanje %s ni mogoče. Za pomoč pri namestitvi se obrnite na sistemskega skrbnika.", diff --git a/apps/files_external/tests/env/start-amazons3-ceph.sh b/apps/files_external/tests/env/start-amazons3-ceph.sh index d36980fdd11..1aa14ac990d 100755 --- a/apps/files_external/tests/env/start-amazons3-ceph.sh +++ b/apps/files_external/tests/env/start-amazons3-ceph.sh @@ -33,6 +33,7 @@ fi; # create readiness notification socket notify_sock=$(readlink -f "$thisFolder"/dockerContainerCeph.$EXECUTOR_NUMBER.amazons3.sock) +rm -f "$notify_sock" # in case an unfinished test left one behind mkfifo "$notify_sock" user=test diff --git a/apps/files_external/tests/env/start-swift-ceph.sh b/apps/files_external/tests/env/start-swift-ceph.sh index e884087c248..1e417c69057 100755 --- a/apps/files_external/tests/env/start-swift-ceph.sh +++ b/apps/files_external/tests/env/start-swift-ceph.sh @@ -33,6 +33,7 @@ fi; # create readiness notification socket notify_sock=$(readlink -f "$thisFolder"/dockerContainerCeph.$EXECUTOR_NUMBER.swift.sock) +rm -f "$notify_sock" # in case an unfinished test left one behind mkfifo "$notify_sock" port=5001 diff --git a/apps/files_sharing/l10n/et_EE.js b/apps/files_sharing/l10n/et_EE.js index ab817fc569d..8e74001649b 100644 --- a/apps/files_sharing/l10n/et_EE.js +++ b/apps/files_sharing/l10n/et_EE.js @@ -32,6 +32,10 @@ OC.L10N.register( "%2$s shared %1$s with you" : "%2$s jagas sinuga %1$s", "Downloaded via public link" : "Alla laetud avalikult lingilt", "Shared with %2$s" : "Jagatud kasutajaga %2$s", + "Shared with group %2$s" : "Jagatud grupiga %2$s", + "Shared via public link" : "Jagatud avaliku lingiga", + "Removed public link" : "Avalik link on eemaldatud", + "Public link expired" : "Avalik link aegus", "Shares" : "Jagamised", "Accept" : "Nõustu", "Decline" : "Lükka tagasi", diff --git a/apps/files_sharing/l10n/et_EE.json b/apps/files_sharing/l10n/et_EE.json index 2f97448e9d9..08643648796 100644 --- a/apps/files_sharing/l10n/et_EE.json +++ b/apps/files_sharing/l10n/et_EE.json @@ -30,6 +30,10 @@ "%2$s shared %1$s with you" : "%2$s jagas sinuga %1$s", "Downloaded via public link" : "Alla laetud avalikult lingilt", "Shared with %2$s" : "Jagatud kasutajaga %2$s", + "Shared with group %2$s" : "Jagatud grupiga %2$s", + "Shared via public link" : "Jagatud avaliku lingiga", + "Removed public link" : "Avalik link on eemaldatud", + "Public link expired" : "Avalik link aegus", "Shares" : "Jagamised", "Accept" : "Nõustu", "Decline" : "Lükka tagasi", diff --git a/apps/files_sharing/lib/capabilities.php b/apps/files_sharing/lib/capabilities.php index 913f248b174..5ec540ad4e0 100644 --- a/apps/files_sharing/lib/capabilities.php +++ b/apps/files_sharing/lib/capabilities.php @@ -74,6 +74,8 @@ class Capabilities implements ICapability { $res['user']['send_mail'] = $this->config->getAppValue('core', 'shareapi_allow_mail_notification', 'no') === 'yes'; $res['resharing'] = $this->config->getAppValue('core', 'shareapi_allow_resharing', 'yes') === 'yes'; + + $res['group_sharing'] = $this->config->getAppValue('core', 'shareapi_allow_group_sharing', 'yes') === 'yes'; } //Federated sharing diff --git a/apps/files_sharing/tests/capabilities.php b/apps/files_sharing/tests/capabilities.php index 7572f5c84aa..0e17811be03 100644 --- a/apps/files_sharing/tests/capabilities.php +++ b/apps/files_sharing/tests/capabilities.php @@ -243,6 +243,24 @@ class FilesSharingCapabilitiesTest extends \Test\TestCase { $this->assertFalse($result['public']['upload']); } + public function testNoGroupSharing() { + $map = [ + ['core', 'shareapi_enabled', 'yes', 'yes'], + ['core', 'shareapi_allow_group_sharing', 'yes', 'no'], + ]; + $result = $this->getResults($map); + $this->assertFalse($result['group_sharing']); + } + + public function testGroupSharing() { + $map = [ + ['core', 'shareapi_enabled', 'yes', 'yes'], + ['core', 'shareapi_allow_group_sharing', 'yes', 'yes'], + ]; + $result = $this->getResults($map); + $this->assertTrue($result['group_sharing']); + } + public function testFederatedSharingIncomming() { $map = [ ['files_sharing', 'incoming_server2server_share_enabled', 'yes', 'yes'], diff --git a/apps/user_ldap/lib/user/user.php b/apps/user_ldap/lib/user/user.php index 9bf505c5c22..23aba0e0d85 100644 --- a/apps/user_ldap/lib/user/user.php +++ b/apps/user_ldap/lib/user/user.php @@ -24,12 +24,12 @@ namespace OCA\user_ldap\lib\user; -use OCA\user_ldap\lib\user\IUserTools; use OCA\user_ldap\lib\Connection; use OCA\user_ldap\lib\FilesystemHelper; use OCA\user_ldap\lib\LogWrapper; use OCP\IAvatarManager; use OCP\IConfig; +use OCP\Image; use OCP\IUserManager; /** @@ -55,7 +55,7 @@ class User { */ protected $fs; /** - * @var \OCP\Image + * @var Image */ protected $image; /** @@ -101,13 +101,13 @@ class User { * LDAP interaction * @param IConfig $config * @param FilesystemHelper $fs - * @param \OCP\Image $image any empty instance + * @param Image $image any empty instance * @param LogWrapper $log * @param IAvatarManager $avatarManager * @param IUserManager $userManager */ public function __construct($username, $dn, IUserTools $access, - IConfig $config, FilesystemHelper $fs, \OCP\Image $image, + IConfig $config, FilesystemHelper $fs, Image $image, LogWrapper $log, IAvatarManager $avatarManager, IUserManager $userManager) { $this->access = $access; @@ -432,7 +432,9 @@ class User { } if(!is_null($email)) { $user = $this->userManager->get($this->uid); - $user->setEMailAddress($email); + if (!is_null($user)) { + $user->setEMailAddress($email); + } } } diff --git a/apps/user_ldap/templates/part.settingcontrols.php b/apps/user_ldap/templates/part.settingcontrols.php index fb5deb1897d..4dc57eae6d2 100644 --- a/apps/user_ldap/templates/part.settingcontrols.php +++ b/apps/user_ldap/templates/part.settingcontrols.php @@ -2,9 +2,9 @@ <button type="button" class="ldap_action_test_connection" name="ldap_action_test_connection"> <?php p($l->t('Test Configuration'));?> </button> - <a href="<?php p(\OC::$server->getURLGenerator()->linkToDocs('admin-ldap')); ?>" + <a href="<?php p(link_to_docs('admin-ldap')); ?>" target="_blank" rel="noreferrer"> - <img src="<?php print_unescaped(OCP\Util::imagePath('', 'actions/info.png')); ?>" + <img src="<?php print_unescaped(image_path('', 'actions/info.png')); ?>" style="height:1.75ex" /> <?php p($l->t('Help'));?> </a> diff --git a/apps/user_ldap/templates/part.wizardcontrols.php b/apps/user_ldap/templates/part.wizardcontrols.php index 19d6de94ebe..4760aa0d8ef 100644 --- a/apps/user_ldap/templates/part.wizardcontrols.php +++ b/apps/user_ldap/templates/part.wizardcontrols.php @@ -8,9 +8,9 @@ <button class="ldap_action_continue" name="ldap_action_continue" type="button"> <?php p($l->t('Continue'));?> </button> - <a href="<?php p(\OC::$server->getURLGenerator()->linkToDocs('admin-ldap')); ?>" + <a href="<?php p(link_to_docs('admin-ldap')); ?>" target="_blank" rel="noreferrer"> - <img src="<?php print_unescaped(OCP\Util::imagePath('', 'actions/info.png')); ?>" + <img src="<?php print_unescaped(image_path('', 'actions/info.png')); ?>" style="height:1.75ex" /> <span class="ldap_grey"><?php p($l->t('Help'));?></span> </a> diff --git a/apps/user_ldap/templates/settings.php b/apps/user_ldap/templates/settings.php index 23e6d5591a9..bae16691ba0 100644 --- a/apps/user_ldap/templates/settings.php +++ b/apps/user_ldap/templates/settings.php @@ -120,5 +120,5 @@ style('user_ldap', 'settings'); </fieldset> </div> <!-- Spinner Template --> - <img class="ldapSpinner hidden" src="<?php p(\OCP\Util::imagePath('core', 'loading.gif')); ?>"> + <img class="ldapSpinner hidden" src="<?php p(image_path('core', 'loading.gif')); ?>"> </form> diff --git a/build/integration/capabilities_features/capabilities.feature b/build/integration/capabilities_features/capabilities.feature index 3c1eb025ec7..500ea0297a6 100644 --- a/build/integration/capabilities_features/capabilities.feature +++ b/build/integration/capabilities_features/capabilities.feature @@ -16,6 +16,7 @@ Feature: capabilities | files_sharing | resharing | 1 | | files_sharing | federation@@@outgoing | 1 | | files_sharing | federation@@@incoming | 1 | + | files_sharing | group_sharing | 1 | | files | bigfilechunking | 1 | | files | undelete | 1 | | files | versioning | 1 | @@ -35,6 +36,7 @@ Feature: capabilities | files_sharing | resharing | 1 | | files_sharing | federation@@@outgoing | 1 | | files_sharing | federation@@@incoming | 1 | + | files_sharing | group_sharing | 1 | | files | bigfilechunking | 1 | | files | undelete | 1 | | files | versioning | 1 | @@ -73,6 +75,7 @@ Feature: capabilities | files_sharing | resharing | 1 | | files_sharing | federation@@@outgoing | 1 | | files_sharing | federation@@@incoming | 1 | + | files_sharing | group_sharing | 1 | | files | bigfilechunking | 1 | | files | undelete | 1 | | files | versioning | 1 | @@ -92,6 +95,7 @@ Feature: capabilities | files_sharing | resharing | EMPTY | | files_sharing | federation@@@outgoing | 1 | | files_sharing | federation@@@incoming | 1 | + | files_sharing | group_sharing | 1 | | files | bigfilechunking | 1 | | files | undelete | 1 | | files | versioning | 1 | @@ -111,6 +115,7 @@ Feature: capabilities | files_sharing | resharing | 1 | | files_sharing | federation@@@outgoing | EMPTY | | files_sharing | federation@@@incoming | 1 | + | files_sharing | group_sharing | 1 | | files | bigfilechunking | 1 | | files | undelete | 1 | | files | versioning | 1 | @@ -130,6 +135,7 @@ Feature: capabilities | files_sharing | resharing | 1 | | files_sharing | federation@@@outgoing | 1 | | files_sharing | federation@@@incoming | EMPTY | + | files_sharing | group_sharing | 1 | | files | bigfilechunking | 1 | | files | undelete | 1 | | files | versioning | 1 | @@ -150,6 +156,7 @@ Feature: capabilities | files_sharing | resharing | 1 | | files_sharing | federation@@@outgoing | 1 | | files_sharing | federation@@@incoming | 1 | + | files_sharing | group_sharing | 1 | | files | bigfilechunking | 1 | | files | undelete | 1 | | files | versioning | 1 | @@ -170,6 +177,7 @@ Feature: capabilities | files_sharing | resharing | 1 | | files_sharing | federation@@@outgoing | 1 | | files_sharing | federation@@@incoming | 1 | + | files_sharing | group_sharing | 1 | | files | bigfilechunking | 1 | | files | undelete | 1 | | files | versioning | 1 | @@ -190,6 +198,7 @@ Feature: capabilities | files_sharing | resharing | 1 | | files_sharing | federation@@@outgoing | 1 | | files_sharing | federation@@@incoming | 1 | + | files_sharing | group_sharing | 1 | | files | bigfilechunking | 1 | | files | undelete | 1 | | files | versioning | 1 | @@ -212,6 +221,27 @@ Feature: capabilities | files_sharing | resharing | 1 | | files_sharing | federation@@@outgoing | 1 | | files_sharing | federation@@@incoming | 1 | + | files_sharing | group_sharing | 1 | + | files | bigfilechunking | 1 | + | files | undelete | 1 | + | files | versioning | 1 | + + Scenario: Changing group sharing allowed + Given As an "admin" + And parameter "shareapi_allow_group_sharing" of app "core" is set to "no" + When sending "GET" to "/cloud/capabilities" + Then the HTTP status code should be "200" + And fields of capabilities match with + | capability | path_to_element | value | + | core | pollinterval | 60 | + | core | webdav-root | remote.php/webdav | + | files_sharing | api_enabled | 1 | + | files_sharing | public@@@enabled | 1 | + | files_sharing | public@@@upload | 1 | + | files_sharing | resharing | 1 | + | files_sharing | federation@@@outgoing | 1 | + | files_sharing | federation@@@incoming | 1 | + | files_sharing | group_sharing | EMPTY | | files | bigfilechunking | 1 | | files | undelete | 1 | | files | versioning | 1 | diff --git a/build/integration/features/bootstrap/CapabilitiesContext.php b/build/integration/features/bootstrap/CapabilitiesContext.php index 91a4265504c..57db3555790 100644 --- a/build/integration/features/bootstrap/CapabilitiesContext.php +++ b/build/integration/features/bootstrap/CapabilitiesContext.php @@ -51,5 +51,6 @@ class CapabilitiesContext implements Context, SnippetAcceptingContext { $this->modifyServerConfig('core', 'shareapi_allow_public_notification', 'no'); $this->modifyServerConfig('core', 'shareapi_default_expire_date', 'no'); $this->modifyServerConfig('core', 'shareapi_enforce_expire_date', 'no'); + $this->modifyServerConfig('core', 'shareapi_allow_group_sharing', 'yes'); } } diff --git a/composer.json b/composer.json index 21575b5fa60..0f0d0bd3104 100644 --- a/composer.json +++ b/composer.json @@ -5,6 +5,8 @@ "autoload" : { "psr-4": { "OC\\": "lib/private", + "OC\\Core\\": "core/", + "OC\\Settings\\": "settings/", "OCP\\": "lib/public" } }, diff --git a/core/application.php b/core/Application.php index 30376ee4f2e..30376ee4f2e 100644 --- a/core/application.php +++ b/core/Application.php diff --git a/core/command/app/checkcode.php b/core/Command/App/CheckCode.php index 78f4390e70a..78f4390e70a 100644 --- a/core/command/app/checkcode.php +++ b/core/Command/App/CheckCode.php diff --git a/core/command/app/disable.php b/core/Command/App/Disable.php index 743a78cb88d..743a78cb88d 100644 --- a/core/command/app/disable.php +++ b/core/Command/App/Disable.php diff --git a/core/command/app/enable.php b/core/Command/App/Enable.php index 0f6ce51fe8f..0f6ce51fe8f 100644 --- a/core/command/app/enable.php +++ b/core/Command/App/Enable.php diff --git a/core/command/app/getpath.php b/core/Command/App/GetPath.php index 33a3f64c53d..33a3f64c53d 100644 --- a/core/command/app/getpath.php +++ b/core/Command/App/GetPath.php diff --git a/core/command/app/listapps.php b/core/Command/App/ListApps.php index d7546b3c0c7..d7546b3c0c7 100644 --- a/core/command/app/listapps.php +++ b/core/Command/App/ListApps.php diff --git a/core/command/background/ajax.php b/core/Command/Background/Ajax.php index e9cd1405ebd..e9cd1405ebd 100644 --- a/core/command/background/ajax.php +++ b/core/Command/Background/Ajax.php diff --git a/core/command/background/base.php b/core/Command/Background/Base.php index 48fee818d0a..48fee818d0a 100644 --- a/core/command/background/base.php +++ b/core/Command/Background/Base.php diff --git a/core/command/background/cron.php b/core/Command/Background/Cron.php index 434e88893b2..434e88893b2 100644 --- a/core/command/background/cron.php +++ b/core/Command/Background/Cron.php diff --git a/core/command/background/webcron.php b/core/Command/Background/WebCron.php index 23dbe98e635..23dbe98e635 100644 --- a/core/command/background/webcron.php +++ b/core/Command/Background/WebCron.php diff --git a/core/command/base.php b/core/Command/Base.php index 7538effd74a..7538effd74a 100644 --- a/core/command/base.php +++ b/core/Command/Base.php diff --git a/core/command/check.php b/core/Command/Check.php index c2e92f7a8da..c2e92f7a8da 100644 --- a/core/command/check.php +++ b/core/Command/Check.php diff --git a/core/command/config/app/deleteconfig.php b/core/Command/Config/App/DeleteConfig.php index cccd92ea3d6..cccd92ea3d6 100644 --- a/core/command/config/app/deleteconfig.php +++ b/core/Command/Config/App/DeleteConfig.php diff --git a/core/command/config/app/getconfig.php b/core/Command/Config/App/GetConfig.php index abe71e57d8c..abe71e57d8c 100644 --- a/core/command/config/app/getconfig.php +++ b/core/Command/Config/App/GetConfig.php diff --git a/core/command/config/app/setconfig.php b/core/Command/Config/App/SetConfig.php index 097fde6ba95..097fde6ba95 100644 --- a/core/command/config/app/setconfig.php +++ b/core/Command/Config/App/SetConfig.php diff --git a/core/command/config/import.php b/core/Command/Config/Import.php index 7f1e09d2c95..7f1e09d2c95 100644 --- a/core/command/config/import.php +++ b/core/Command/Config/Import.php diff --git a/core/command/config/listconfigs.php b/core/Command/Config/ListConfigs.php index afebe4c4c07..afebe4c4c07 100644 --- a/core/command/config/listconfigs.php +++ b/core/Command/Config/ListConfigs.php diff --git a/core/command/config/system/deleteconfig.php b/core/Command/Config/System/DeleteConfig.php index 374f5ac69b7..374f5ac69b7 100644 --- a/core/command/config/system/deleteconfig.php +++ b/core/Command/Config/System/DeleteConfig.php diff --git a/core/command/config/system/getconfig.php b/core/Command/Config/System/GetConfig.php index b76474112a0..b76474112a0 100644 --- a/core/command/config/system/getconfig.php +++ b/core/Command/Config/System/GetConfig.php diff --git a/core/command/config/system/setconfig.php b/core/Command/Config/System/SetConfig.php index c7f206b05d1..c7f206b05d1 100644 --- a/core/command/config/system/setconfig.php +++ b/core/Command/Config/System/SetConfig.php diff --git a/core/command/db/converttype.php b/core/Command/Db/ConvertType.php index 864499dcce0..864499dcce0 100644 --- a/core/command/db/converttype.php +++ b/core/Command/Db/ConvertType.php diff --git a/core/command/db/generatechangescript.php b/core/Command/Db/GenerateChangeScript.php index 85436b02d65..85436b02d65 100644 --- a/core/command/db/generatechangescript.php +++ b/core/Command/Db/GenerateChangeScript.php diff --git a/core/command/encryption/changekeystorageroot.php b/core/Command/Encryption/ChangeKeyStorageRoot.php index 801a08b42a8..801a08b42a8 100644 --- a/core/command/encryption/changekeystorageroot.php +++ b/core/Command/Encryption/ChangeKeyStorageRoot.php diff --git a/core/command/encryption/decryptall.php b/core/Command/Encryption/DecryptAll.php index 0a126db5b17..0a126db5b17 100644 --- a/core/command/encryption/decryptall.php +++ b/core/Command/Encryption/DecryptAll.php diff --git a/core/command/encryption/disable.php b/core/Command/Encryption/Disable.php index 0e08a314473..0e08a314473 100644 --- a/core/command/encryption/disable.php +++ b/core/Command/Encryption/Disable.php diff --git a/core/command/encryption/enable.php b/core/Command/Encryption/Enable.php index 273320e6155..273320e6155 100644 --- a/core/command/encryption/enable.php +++ b/core/Command/Encryption/Enable.php diff --git a/core/command/encryption/encryptall.php b/core/Command/Encryption/EncryptAll.php index 02f74a9dea4..02f74a9dea4 100644 --- a/core/command/encryption/encryptall.php +++ b/core/Command/Encryption/EncryptAll.php diff --git a/core/command/encryption/listmodules.php b/core/Command/Encryption/ListModules.php index 9c061b6e764..9c061b6e764 100644 --- a/core/command/encryption/listmodules.php +++ b/core/Command/Encryption/ListModules.php diff --git a/core/command/encryption/setdefaultmodule.php b/core/Command/Encryption/SetDefaultModule.php index e9978536201..e9978536201 100644 --- a/core/command/encryption/setdefaultmodule.php +++ b/core/Command/Encryption/SetDefaultModule.php diff --git a/core/command/encryption/showkeystorageroot.php b/core/Command/Encryption/ShowKeyStorageRoot.php index 402352c4bcf..402352c4bcf 100644 --- a/core/command/encryption/showkeystorageroot.php +++ b/core/Command/Encryption/ShowKeyStorageRoot.php diff --git a/core/command/encryption/status.php b/core/Command/Encryption/Status.php index b97ea8833fa..b97ea8833fa 100644 --- a/core/command/encryption/status.php +++ b/core/Command/Encryption/Status.php diff --git a/core/command/integrity/checkapp.php b/core/Command/Integrity/CheckApp.php index 643af5285b4..643af5285b4 100644 --- a/core/command/integrity/checkapp.php +++ b/core/Command/Integrity/CheckApp.php diff --git a/core/command/integrity/checkcore.php b/core/Command/Integrity/CheckCore.php index 460a78e4da7..460a78e4da7 100644 --- a/core/command/integrity/checkcore.php +++ b/core/Command/Integrity/CheckCore.php diff --git a/core/command/integrity/signapp.php b/core/Command/Integrity/SignApp.php index 53df9619c6d..53df9619c6d 100644 --- a/core/command/integrity/signapp.php +++ b/core/Command/Integrity/SignApp.php diff --git a/core/command/integrity/signcore.php b/core/Command/Integrity/SignCore.php index e5c2de73e00..e5c2de73e00 100644 --- a/core/command/integrity/signcore.php +++ b/core/Command/Integrity/SignCore.php diff --git a/core/command/l10n/createjs.php b/core/Command/L10n/CreateJs.php index c2cfc5d0934..c2cfc5d0934 100644 --- a/core/command/l10n/createjs.php +++ b/core/Command/L10n/CreateJs.php diff --git a/core/command/log/manage.php b/core/Command/Log/Manage.php index 1d65d7ed0d8..1d65d7ed0d8 100644 --- a/core/command/log/manage.php +++ b/core/Command/Log/Manage.php diff --git a/core/command/log/owncloud.php b/core/Command/Log/OwnCloud.php index 7213f6726a2..7213f6726a2 100644 --- a/core/command/log/owncloud.php +++ b/core/Command/Log/OwnCloud.php diff --git a/core/command/maintenance/install.php b/core/Command/Maintenance/Install.php index b1b63b9b3bd..b1b63b9b3bd 100644 --- a/core/command/maintenance/install.php +++ b/core/Command/Maintenance/Install.php diff --git a/core/command/maintenance/mimetype/updatedb.php b/core/Command/Maintenance/Mimetype/UpdateDB.php index 9532f9e1cd9..9532f9e1cd9 100644 --- a/core/command/maintenance/mimetype/updatedb.php +++ b/core/Command/Maintenance/Mimetype/UpdateDB.php diff --git a/core/command/maintenance/mimetype/updatejs.php b/core/Command/Maintenance/Mimetype/UpdateJS.php index a87f50e32de..a87f50e32de 100644 --- a/core/command/maintenance/mimetype/updatejs.php +++ b/core/Command/Maintenance/Mimetype/UpdateJS.php diff --git a/core/command/maintenance/mode.php b/core/Command/Maintenance/Mode.php index 28f4fb2f7f1..28f4fb2f7f1 100644 --- a/core/command/maintenance/mode.php +++ b/core/Command/Maintenance/Mode.php diff --git a/core/command/maintenance/repair.php b/core/Command/Maintenance/Repair.php index 95e2b872227..95e2b872227 100644 --- a/core/command/maintenance/repair.php +++ b/core/Command/Maintenance/Repair.php diff --git a/core/command/maintenance/singleuser.php b/core/Command/Maintenance/SingleUser.php index 2e6f1f136e7..2e6f1f136e7 100644 --- a/core/command/maintenance/singleuser.php +++ b/core/Command/Maintenance/SingleUser.php diff --git a/core/command/security/importcertificate.php b/core/Command/Security/ImportCertificate.php index 6aae7ad1d9f..6aae7ad1d9f 100644 --- a/core/command/security/importcertificate.php +++ b/core/Command/Security/ImportCertificate.php diff --git a/core/command/security/listcertificates.php b/core/Command/Security/ListCertificates.php index 91deb2d340a..91deb2d340a 100644 --- a/core/command/security/listcertificates.php +++ b/core/Command/Security/ListCertificates.php diff --git a/core/command/security/removecertificate.php b/core/Command/Security/RemoveCertificate.php index 68e409aee1c..68e409aee1c 100644 --- a/core/command/security/removecertificate.php +++ b/core/Command/Security/RemoveCertificate.php diff --git a/core/command/status.php b/core/Command/Status.php index 6bc9c28d4d1..6bc9c28d4d1 100644 --- a/core/command/status.php +++ b/core/Command/Status.php diff --git a/core/command/upgrade.php b/core/Command/Upgrade.php index c45984d7a30..cbb1f26f938 100644 --- a/core/command/upgrade.php +++ b/core/Command/Upgrade.php @@ -34,9 +34,11 @@ use OC\Updater; use OCP\IConfig; use OCP\ILogger; use Symfony\Component\Console\Command\Command; +use Symfony\Component\Console\Helper\ProgressBar; use Symfony\Component\Console\Input\InputInterface; use Symfony\Component\Console\Output\OutputInterface; use Symfony\Component\Console\Input\InputOption; +use Symfony\Component\EventDispatcher\GenericEvent; class Upgrade extends Command { @@ -135,6 +137,34 @@ class Upgrade extends Command { $updater->setSimulateStepEnabled($simulateStepEnabled); $updater->setUpdateStepEnabled($updateStepEnabled); $updater->setSkip3rdPartyAppsDisable($skip3rdPartyAppsDisable); + $dispatcher = \OC::$server->getEventDispatcher(); + $progress = new ProgressBar($output); + $progress->setFormat(" %message%\n %current%/%max% [%bar%] %percent:3s%%"); + $listener = function($event) use ($progress, $output) { + if ($event instanceof GenericEvent) { + $message = $event->getSubject(); + if (OutputInterface::VERBOSITY_NORMAL < $output->getVerbosity()) { + $output->writeln(' Checking table ' . $message); + } else { + if (strlen($message) > 60) { + $message = substr($message, 0, 57) . '...'; + } + $progress->setMessage($message); + if ($event[0] === 1) { + $output->writeln(''); + $progress->start($event[1]); + } + $progress->setProgress($event[0]); + if ($event[0] === $event[1]) { + $progress->setMessage('Done'); + $progress->finish(); + $output->writeln(''); + } + } + } + }; + $dispatcher->addListener('\OC\DB\Migrator::executeSql', $listener); + $dispatcher->addListener('\OC\DB\Migrator::checkTable', $listener); $updater->listen('\OC\Updater', 'maintenanceEnabled', function () use($output) { $output->writeln('<info>Turned on maintenance mode</info>'); diff --git a/core/command/user/add.php b/core/Command/User/Add.php index 6c7e3a47231..6c7e3a47231 100644 --- a/core/command/user/add.php +++ b/core/Command/User/Add.php diff --git a/core/command/user/delete.php b/core/Command/User/Delete.php index b9a0a0e3950..b9a0a0e3950 100644 --- a/core/command/user/delete.php +++ b/core/Command/User/Delete.php diff --git a/core/command/user/lastseen.php b/core/Command/User/LastSeen.php index 6bb45a87875..6bb45a87875 100644 --- a/core/command/user/lastseen.php +++ b/core/Command/User/LastSeen.php diff --git a/core/command/user/report.php b/core/Command/User/Report.php index df9f7e41620..df9f7e41620 100644 --- a/core/command/user/report.php +++ b/core/Command/User/Report.php diff --git a/core/command/user/resetpassword.php b/core/Command/User/ResetPassword.php index f3f2d5b0630..f3f2d5b0630 100644 --- a/core/command/user/resetpassword.php +++ b/core/Command/User/ResetPassword.php diff --git a/core/controller/avatarcontroller.php b/core/Controller/AvatarController.php index adfe38ab2db..adfe38ab2db 100644 --- a/core/controller/avatarcontroller.php +++ b/core/Controller/AvatarController.php diff --git a/core/controller/lostcontroller.php b/core/Controller/LostController.php index 0e0932b288b..0e0932b288b 100644 --- a/core/controller/lostcontroller.php +++ b/core/Controller/LostController.php diff --git a/core/controller/setupcontroller.php b/core/Controller/SetupController.php index f25c6f39a0b..f25c6f39a0b 100644 --- a/core/controller/setupcontroller.php +++ b/core/Controller/SetupController.php diff --git a/core/controller/usercontroller.php b/core/Controller/UserController.php index 72193761022..72193761022 100644 --- a/core/controller/usercontroller.php +++ b/core/Controller/UserController.php diff --git a/core/tags/controller.php b/core/Tags/Controller.php index 9798a59d56f..9798a59d56f 100644 --- a/core/tags/controller.php +++ b/core/Tags/Controller.php diff --git a/core/ajax/update.php b/core/ajax/update.php index 4d8fe19f168..631a8a7871c 100644 --- a/core/ajax/update.php +++ b/core/ajax/update.php @@ -26,6 +26,8 @@ * along with this program. If not, see <http://www.gnu.org/licenses/> * */ +use Symfony\Component\EventDispatcher\GenericEvent; + set_time_limit(0); require_once '../../lib/base.php'; @@ -53,6 +55,18 @@ if (OC::checkUpgrade(false)) { $incompatibleApps = []; $disabledThirdPartyApps = []; + $dispatcher = \OC::$server->getEventDispatcher(); + $dispatcher->addListener('\OC\DB\Migrator::executeSql', function($event) use ($eventSource, $l) { + if ($event instanceof GenericEvent) { + $eventSource->send('success', (string)$l->t('[%d / %d]: %s', [$event[0], $event[1], $event->getSubject()])); + } + }); + $dispatcher->addListener('\OC\DB\Migrator::checkTable', function($event) use ($eventSource, $l) { + if ($event instanceof GenericEvent) { + $eventSource->send('success', (string)$l->t('[%d / %d]: Checking table %s', [$event[0], $event[1], $event->getSubject()])); + } + }); + $updater->listen('\OC\Updater', 'maintenanceEnabled', function () use ($eventSource, $l) { $eventSource->send('success', (string)$l->t('Turned on maintenance mode')); }); diff --git a/core/css/update.css b/core/css/update.css new file mode 100644 index 00000000000..b1e086af3fd --- /dev/null +++ b/core/css/update.css @@ -0,0 +1,26 @@ +#update-progress-icon { + height: 32px; + margin: 10px; + background-size: 32px; +} + +#update-progress-message { + margin-bottom: 10px; +} + +.update-show-detailed { + padding: 13px; + display: block; +} + +#body-login .update a.update-show-detailed { + border-bottom: inherit; +} + +#update-progress-detailed { + text-align: left; +} + +#body-login .warning.hidden { + display: none; +}
\ No newline at end of file diff --git a/core/js/placeholder.js b/core/js/placeholder.js index 8eb17b43fa4..da721ac5bcb 100644 --- a/core/js/placeholder.js +++ b/core/js/placeholder.js @@ -47,12 +47,23 @@ * <div id="albumart" style="background-color: hsl(123, 90%, 65%); ... ">A</div> * */ + + /* + * Alternatively, you can use the prototype function to convert your string to hsl colors: + * + * "a6741a86aded5611a8e46ce16f2ad646".toHsl() + * + * Will return the hsl parameters within an array: + * + * [290, 60, 68] + * + */ (function ($) { - $.fn.imageplaceholder = function(seed, text, size) { - text = text || seed; - var hash = seed.toLowerCase().replace(/[^0-9a-f]+/g, ''); + String.prototype.toHsl = function() { + + var hash = this.toLowerCase().replace(/[^0-9a-f]+/g, ''); // Already a md5 hash? if( !hash.match(/^[0-9a-f]{32}$/g) ) { @@ -103,8 +114,15 @@ if (bright >= 200) { sat = 60; } - var hue = parseInt(hsl[0] * 360); - this.css('background-color', 'hsl('+hue+', '+sat+'%, '+lum+'%)'); + return [parseInt(hsl[0] * 360), sat, lum]; + }; + + $.fn.imageplaceholder = function(seed, text, size) { + text = text || seed; + + // Compute the hash + var hsl = seed.toHsl(); + this.css('background-color', 'hsl('+hsl[0]+', '+hsl[1]+'%, '+hsl[2]+'%)'); // Placeholders are square var height = this.height() || size || 32; diff --git a/core/js/update.js b/core/js/update.js index 77ac1bb20ff..31b97c56894 100644 --- a/core/js/update.js +++ b/core/js/update.js @@ -28,38 +28,47 @@ this._started = true; + var self = this; + $(window).on('beforeunload.inprogress', function () { return t('core', 'The upgrade is in progress, leaving this page might interrupt the process in some environments.'); }); - this.addMessage(t( + $('#update-progress-title').html(t( 'core', - 'Updating {productName} to version {version}, this may take a while.', { - productName: options.productName || 'ownCloud', + 'Updating to {version}', { version: options.version - }), - 'bold' - ).append('<br />'); // FIXME: these should be ul/li with CSS paddings! + }) + ); var updateEventSource = new OC.EventSource(OC.webroot+'/core/ajax/update.php'); updateEventSource.listen('success', function(message) { - $('<span>').append(message).append('<br />').appendTo($el); + self.setMessage(message); }); updateEventSource.listen('notice', function(message) { - $('<span>').addClass('error').append(message).append('<br />').appendTo($el); + self.setPermanentMessage(message); hasWarnings = true; }); updateEventSource.listen('error', function(message) { + $('#update-progress-message').hide(); + $('#update-progress-icon') + .addClass('icon-error-white') + .removeClass('icon-loading-dark'); message = message || t('core', 'An error occurred.'); $(window).off('beforeunload.inprogress'); - $('<span>').addClass('error').append(message).append('<br />').appendTo($el); + self.setErrorMessage(message); message = t('core', 'Please reload the page.'); $('<span>').addClass('error').append('<a href=".">'+message+'</a><br />').appendTo($el); updateEventSource.close(); }); updateEventSource.listen('failure', function(message) { $(window).off('beforeunload.inprogress'); - $('<span>').addClass('error').append(message).append('<br />').appendTo($el); + $('#update-progress-message').hide(); + $('#update-progress-icon') + .addClass('icon-error-white') + .removeClass('icon-loading-dark'); + + self.setErrorMessage(message); var span = $('<span>') .addClass('bold'); if(message === 'Exception: Updates between multiple major versions and downgrades are unsupported.') { @@ -74,17 +83,23 @@ updateEventSource.listen('done', function() { $(window).off('beforeunload.inprogress'); + $('#update-progress-message').hide(); + + $('#update-progress-icon') + .addClass('icon-checkmark-white') + .removeClass('icon-loading-dark'); + if (hasWarnings) { - $('<span>').addClass('bold') - .append('<br />') - .append(t('core', 'The update was successful. There were warnings.')) - .appendTo($el); + $el.find('.update-show-detailed').before( + $('<span>') + .append('<br />') + .append(t('core', 'The update was successful. There were warnings.')) + ); var message = t('core', 'Please reload the page.'); - $('<span>').append('<br />').append(message).append('<br />').appendTo($el); + $('<span>').append(message).append('<br />').appendTo($el); } else { // FIXME: use product name - $('<span>').addClass('bold') - .append('<br />') + $('<span>') .append(t('core', 'The update was successful. Redirecting you to ownCloud now.')) .appendTo($el); setTimeout(function () { @@ -94,10 +109,33 @@ }); }, - addMessage: function(message, className) { - var $span = $('<span>'); - $span.addClass(className).append(message).append('<br />').appendTo(this.$el); - return $span; + setMessage: function(message) { + $('#update-progress-message').html(message); + $('#update-progress-detailed') + .append($('<span>')) + .append(message) + .append($('<br>')); + }, + + setPermanentMessage: function(message) { + $('#update-progress-message').html(message); + $('#update-progress-message-warnings') + .show() + .append($('<ul>').append(message)); + $('#update-progress-detailed') + .append($('<span>')) + .append(message) + .append($('<br>')); + }, + + setErrorMessage: function (message) { + $('#update-progress-message-error') + .show() + .html(message); + $('#update-progress-detailed') + .append($('<span>')) + .append(message) + .append($('<br>')); } }; @@ -106,13 +144,19 @@ $(document).ready(function() { $('.updateButton').on('click', function() { var $updateEl = $('.update'); - var $progressEl = $('.updateProgress'); + var $progressEl = $('.update-progress'); $progressEl.removeClass('hidden'); $('.updateOverview').addClass('hidden'); + $('#update-progress-message-error').hide(); + $('#update-progress-message-warnings').hide(); OC.Update.start($progressEl, { productName: $updateEl.attr('data-productname'), - version: $updateEl.attr('data-version'), + version: $updateEl.attr('data-version') }); return false; }); + $('.update-show-detailed').on('click', function() { + $('#update-progress-detailed').toggleClass('hidden'); + return false; + }); }); diff --git a/core/l10n/af_ZA.js b/core/l10n/af_ZA.js index 9b2a9cc8d30..dc6a23e77e2 100644 --- a/core/l10n/af_ZA.js +++ b/core/l10n/af_ZA.js @@ -1,6 +1,13 @@ OC.L10N.register( "core", { + "No image or file provided" : "Geen prent of lêer voorsien", + "Unknown filetype" : "Onbekende lêertipe", + "Invalid image" : "Ongeldige prent", + "No temporary profile picture available, try again" : "Geen tydelike profiel foto beskikbaar nie, probeer weer", + "No crop data provided" : "Geen \"crop\" data verskaf", + "%s password reset" : "%s wagwoord herstel", + "Couldn't send reset email. Please contact your administrator." : "Die herstel epos kon nie gestuur word nie. Kontak asseblief die stelsel administrateur.", "Couldn't send mail to following users: %s " : "Kon nie e-pos aan die volgende gebruikers stuur nie: %s", "Turned on maintenance mode" : "Instandhouding aangeskakel", "Turned off maintenance mode" : "Instandhouding uitgeskakel", @@ -10,13 +17,6 @@ OC.L10N.register( "Updated \"%s\" to %s" : "\"%s\" opgedateer na %s", "Repair warning: " : "Herstel waarskuwing:", "Repair error: " : "Herstel fout:", - "No image or file provided" : "Geen prent of lêer voorsien", - "Unknown filetype" : "Onbekende lêertipe", - "Invalid image" : "Ongeldige prent", - "No temporary profile picture available, try again" : "Geen tydelike profiel foto beskikbaar nie, probeer weer", - "No crop data provided" : "Geen \"crop\" data verskaf", - "%s password reset" : "%s wagwoord herstel", - "Couldn't send reset email. Please contact your administrator." : "Die herstel epos kon nie gestuur word nie. Kontak asseblief die stelsel administrateur.", "Sunday" : "Sondag", "Monday" : "Maandag", "Tuesday" : "Dinsdag", diff --git a/core/l10n/af_ZA.json b/core/l10n/af_ZA.json index 03f3ef4a8b9..258766f75a3 100644 --- a/core/l10n/af_ZA.json +++ b/core/l10n/af_ZA.json @@ -1,4 +1,11 @@ { "translations": { + "No image or file provided" : "Geen prent of lêer voorsien", + "Unknown filetype" : "Onbekende lêertipe", + "Invalid image" : "Ongeldige prent", + "No temporary profile picture available, try again" : "Geen tydelike profiel foto beskikbaar nie, probeer weer", + "No crop data provided" : "Geen \"crop\" data verskaf", + "%s password reset" : "%s wagwoord herstel", + "Couldn't send reset email. Please contact your administrator." : "Die herstel epos kon nie gestuur word nie. Kontak asseblief die stelsel administrateur.", "Couldn't send mail to following users: %s " : "Kon nie e-pos aan die volgende gebruikers stuur nie: %s", "Turned on maintenance mode" : "Instandhouding aangeskakel", "Turned off maintenance mode" : "Instandhouding uitgeskakel", @@ -8,13 +15,6 @@ "Updated \"%s\" to %s" : "\"%s\" opgedateer na %s", "Repair warning: " : "Herstel waarskuwing:", "Repair error: " : "Herstel fout:", - "No image or file provided" : "Geen prent of lêer voorsien", - "Unknown filetype" : "Onbekende lêertipe", - "Invalid image" : "Ongeldige prent", - "No temporary profile picture available, try again" : "Geen tydelike profiel foto beskikbaar nie, probeer weer", - "No crop data provided" : "Geen \"crop\" data verskaf", - "%s password reset" : "%s wagwoord herstel", - "Couldn't send reset email. Please contact your administrator." : "Die herstel epos kon nie gestuur word nie. Kontak asseblief die stelsel administrateur.", "Sunday" : "Sondag", "Monday" : "Maandag", "Tuesday" : "Dinsdag", diff --git a/core/l10n/ar.js b/core/l10n/ar.js index 4b5c11599c1..ea185bb088d 100644 --- a/core/l10n/ar.js +++ b/core/l10n/ar.js @@ -1,11 +1,11 @@ OC.L10N.register( "core", { - "Updated database" : "قاعدة بيانات المرفوعات", "No image or file provided" : "لم يتم توفير صورة أو ملف", "Unknown filetype" : "نوع الملف غير معروف", "Invalid image" : "الصورة غير صالحة", "%s password reset" : "تمت إعادة ضبط كلمة مرور %s", + "Updated database" : "قاعدة بيانات المرفوعات", "Sunday" : "الأحد", "Monday" : "الأثنين", "Tuesday" : "الثلاثاء", diff --git a/core/l10n/ar.json b/core/l10n/ar.json index 3241e0b9e6f..1364da41855 100644 --- a/core/l10n/ar.json +++ b/core/l10n/ar.json @@ -1,9 +1,9 @@ { "translations": { - "Updated database" : "قاعدة بيانات المرفوعات", "No image or file provided" : "لم يتم توفير صورة أو ملف", "Unknown filetype" : "نوع الملف غير معروف", "Invalid image" : "الصورة غير صالحة", "%s password reset" : "تمت إعادة ضبط كلمة مرور %s", + "Updated database" : "قاعدة بيانات المرفوعات", "Sunday" : "الأحد", "Monday" : "الأثنين", "Tuesday" : "الثلاثاء", diff --git a/core/l10n/ast.js b/core/l10n/ast.js index 9d51f8bb639..0c32f1dcd0e 100644 --- a/core/l10n/ast.js +++ b/core/l10n/ast.js @@ -1,13 +1,6 @@ OC.L10N.register( "core", { - "Couldn't send mail to following users: %s " : "Nun pudo unviase'l corréu a los usuarios siguientes: %s", - "Turned on maintenance mode" : "Activáu'l mou de caltenimientu", - "Turned off maintenance mode" : "Apagáu'l mou de caltenimientu", - "Updated database" : "Base de datos anovada", - "Checked database schema update" : "Anovamientu del esquema de base de datos revisáu", - "Checked database schema update for apps" : "Anovamientu del esquema de base de datos p'aplicaciones revisáu", - "Updated \"%s\" to %s" : "Anováu \"%s\" a %s", "No image or file provided" : "Nun s'especificó nenguna imaxe o ficheru", "Unknown filetype" : "Triba de ficheru desconocida", "Invalid image" : "Imaxe inválida", @@ -17,6 +10,20 @@ OC.L10N.register( "Couldn't send reset email. Please make sure your username is correct." : "Nun pudo unviase'l corréu. Por favor, asegurate que'l to nome d'usuariu seya correutu", "%s password reset" : "%s restablecer contraseña", "Couldn't send reset email. Please contact your administrator." : "Nun pudo unviase'l corréu de reaniciu. Por favor, contauta col alministrador.", + "Error loading tags" : "Fallu cargando les etiquetes", + "Tag already exists" : "Yá esiste la etiqueta", + "Error deleting tag(s)" : "Fallu desaniciando etiqueta(es)", + "Error tagging" : "Fallu etiquetando", + "Error untagging" : "Fallu al quitar etiquetes", + "Error favoriting" : "Fallu al marcar favoritos", + "Error unfavoriting" : "Fallu al desmarcar favoritos", + "Couldn't send mail to following users: %s " : "Nun pudo unviase'l corréu a los usuarios siguientes: %s", + "Turned on maintenance mode" : "Activáu'l mou de caltenimientu", + "Turned off maintenance mode" : "Apagáu'l mou de caltenimientu", + "Updated database" : "Base de datos anovada", + "Checked database schema update" : "Anovamientu del esquema de base de datos revisáu", + "Checked database schema update for apps" : "Anovamientu del esquema de base de datos p'aplicaciones revisáu", + "Updated \"%s\" to %s" : "Anováu \"%s\" a %s", "Sunday" : "Domingu", "Monday" : "Llunes", "Tuesday" : "Martes", @@ -118,7 +125,6 @@ OC.L10N.register( "change" : "camudar", "delete" : "desaniciar", "access control" : "control d'accesu", - "An error occured. Please try again" : "Hebo un fallu. Por favor, inténtalo dempués. ", "Share" : "Compartir", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Compartir con xente d'otros ownClouds usando la sintaxis usuariu@exemplu.com/owncloud", "Warning" : "Avisu", @@ -130,7 +136,6 @@ OC.L10N.register( "Edit tags" : "Editar etiquetes", "Error loading dialog template: {error}" : "Fallu cargando plantía de diálogu: {error}", "No tags selected for deletion." : "Nun s'esbillaron etiquetes pa desaniciar.", - "Updating {productName} to version {version}, this may take a while." : "Anovando {productName} a la versión {version}, esto pue llevar un tiempu.", "Please reload the page." : "Por favor, recarga la páxina", "The update was successful. Redirecting you to ownCloud now." : "L'anovamientu fízose con ésitu. Redirixiendo agora al to ownCloud.", "Personal" : "Personal", @@ -138,13 +143,6 @@ OC.L10N.register( "Apps" : "Aplicaciones", "Admin" : "Alministrador", "Help" : "Ayuda", - "Error loading tags" : "Fallu cargando les etiquetes", - "Tag already exists" : "Yá esiste la etiqueta", - "Error deleting tag(s)" : "Fallu desaniciando etiqueta(es)", - "Error tagging" : "Fallu etiquetando", - "Error untagging" : "Fallu al quitar etiquetes", - "Error favoriting" : "Fallu al marcar favoritos", - "Error unfavoriting" : "Fallu al desmarcar favoritos", "Access forbidden" : "Accesu denegáu", "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" : "Hola, ¿qué hai?\n\nnamái déxanos dicite que %s compartió %s contigo.\nVelu: %s\n\n", "The share will expire on %s." : "La compartición va caducar el %s.", diff --git a/core/l10n/ast.json b/core/l10n/ast.json index df5ccdb1ae3..a4934b0ca28 100644 --- a/core/l10n/ast.json +++ b/core/l10n/ast.json @@ -1,11 +1,4 @@ { "translations": { - "Couldn't send mail to following users: %s " : "Nun pudo unviase'l corréu a los usuarios siguientes: %s", - "Turned on maintenance mode" : "Activáu'l mou de caltenimientu", - "Turned off maintenance mode" : "Apagáu'l mou de caltenimientu", - "Updated database" : "Base de datos anovada", - "Checked database schema update" : "Anovamientu del esquema de base de datos revisáu", - "Checked database schema update for apps" : "Anovamientu del esquema de base de datos p'aplicaciones revisáu", - "Updated \"%s\" to %s" : "Anováu \"%s\" a %s", "No image or file provided" : "Nun s'especificó nenguna imaxe o ficheru", "Unknown filetype" : "Triba de ficheru desconocida", "Invalid image" : "Imaxe inválida", @@ -15,6 +8,20 @@ "Couldn't send reset email. Please make sure your username is correct." : "Nun pudo unviase'l corréu. Por favor, asegurate que'l to nome d'usuariu seya correutu", "%s password reset" : "%s restablecer contraseña", "Couldn't send reset email. Please contact your administrator." : "Nun pudo unviase'l corréu de reaniciu. Por favor, contauta col alministrador.", + "Error loading tags" : "Fallu cargando les etiquetes", + "Tag already exists" : "Yá esiste la etiqueta", + "Error deleting tag(s)" : "Fallu desaniciando etiqueta(es)", + "Error tagging" : "Fallu etiquetando", + "Error untagging" : "Fallu al quitar etiquetes", + "Error favoriting" : "Fallu al marcar favoritos", + "Error unfavoriting" : "Fallu al desmarcar favoritos", + "Couldn't send mail to following users: %s " : "Nun pudo unviase'l corréu a los usuarios siguientes: %s", + "Turned on maintenance mode" : "Activáu'l mou de caltenimientu", + "Turned off maintenance mode" : "Apagáu'l mou de caltenimientu", + "Updated database" : "Base de datos anovada", + "Checked database schema update" : "Anovamientu del esquema de base de datos revisáu", + "Checked database schema update for apps" : "Anovamientu del esquema de base de datos p'aplicaciones revisáu", + "Updated \"%s\" to %s" : "Anováu \"%s\" a %s", "Sunday" : "Domingu", "Monday" : "Llunes", "Tuesday" : "Martes", @@ -116,7 +123,6 @@ "change" : "camudar", "delete" : "desaniciar", "access control" : "control d'accesu", - "An error occured. Please try again" : "Hebo un fallu. Por favor, inténtalo dempués. ", "Share" : "Compartir", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Compartir con xente d'otros ownClouds usando la sintaxis usuariu@exemplu.com/owncloud", "Warning" : "Avisu", @@ -128,7 +134,6 @@ "Edit tags" : "Editar etiquetes", "Error loading dialog template: {error}" : "Fallu cargando plantía de diálogu: {error}", "No tags selected for deletion." : "Nun s'esbillaron etiquetes pa desaniciar.", - "Updating {productName} to version {version}, this may take a while." : "Anovando {productName} a la versión {version}, esto pue llevar un tiempu.", "Please reload the page." : "Por favor, recarga la páxina", "The update was successful. Redirecting you to ownCloud now." : "L'anovamientu fízose con ésitu. Redirixiendo agora al to ownCloud.", "Personal" : "Personal", @@ -136,13 +141,6 @@ "Apps" : "Aplicaciones", "Admin" : "Alministrador", "Help" : "Ayuda", - "Error loading tags" : "Fallu cargando les etiquetes", - "Tag already exists" : "Yá esiste la etiqueta", - "Error deleting tag(s)" : "Fallu desaniciando etiqueta(es)", - "Error tagging" : "Fallu etiquetando", - "Error untagging" : "Fallu al quitar etiquetes", - "Error favoriting" : "Fallu al marcar favoritos", - "Error unfavoriting" : "Fallu al desmarcar favoritos", "Access forbidden" : "Accesu denegáu", "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" : "Hola, ¿qué hai?\n\nnamái déxanos dicite que %s compartió %s contigo.\nVelu: %s\n\n", "The share will expire on %s." : "La compartición va caducar el %s.", diff --git a/core/l10n/az.js b/core/l10n/az.js index e4d04335921..7f3d1731116 100644 --- a/core/l10n/az.js +++ b/core/l10n/az.js @@ -1,14 +1,14 @@ OC.L10N.register( "core", { + "Unknown filetype" : "Fayl tipi bəlli deyil.", + "Invalid image" : "Yalnış şəkil", + "No temporary profile picture available, try again" : "Profaylın müvəqqəti şəklinə çatmaq mümkün olmadı, yenidən təkrarlayın.", "Couldn't send mail to following users: %s " : "Məktubu göstərilən istifadəçilərə göndərmək mümkün olmadı: %s", "Turned on maintenance mode" : "Xidməti rejimə keçilmişdir", "Turned off maintenance mode" : "Xidməti rejim söndürüldü", "Updated database" : "Yenilənmiş verilənlər bazası", "Checked database schema update" : "Baza sxeminin yenilənməsi yoxlanıldı", - "Unknown filetype" : "Fayl tipi bəlli deyil.", - "Invalid image" : "Yalnış şəkil", - "No temporary profile picture available, try again" : "Profaylın müvəqqəti şəklinə çatmaq mümkün olmadı, yenidən təkrarlayın.", "Sunday" : "Bazar", "Monday" : "Bazar ertəsi", "Tuesday" : "Çərşənbə axşamı", diff --git a/core/l10n/az.json b/core/l10n/az.json index e2242fe95c5..80d218c5396 100644 --- a/core/l10n/az.json +++ b/core/l10n/az.json @@ -1,12 +1,12 @@ { "translations": { + "Unknown filetype" : "Fayl tipi bəlli deyil.", + "Invalid image" : "Yalnış şəkil", + "No temporary profile picture available, try again" : "Profaylın müvəqqəti şəklinə çatmaq mümkün olmadı, yenidən təkrarlayın.", "Couldn't send mail to following users: %s " : "Məktubu göstərilən istifadəçilərə göndərmək mümkün olmadı: %s", "Turned on maintenance mode" : "Xidməti rejimə keçilmişdir", "Turned off maintenance mode" : "Xidməti rejim söndürüldü", "Updated database" : "Yenilənmiş verilənlər bazası", "Checked database schema update" : "Baza sxeminin yenilənməsi yoxlanıldı", - "Unknown filetype" : "Fayl tipi bəlli deyil.", - "Invalid image" : "Yalnış şəkil", - "No temporary profile picture available, try again" : "Profaylın müvəqqəti şəklinə çatmaq mümkün olmadı, yenidən təkrarlayın.", "Sunday" : "Bazar", "Monday" : "Bazar ertəsi", "Tuesday" : "Çərşənbə axşamı", diff --git a/core/l10n/bg_BG.js b/core/l10n/bg_BG.js index de53143a261..d43395ffd94 100644 --- a/core/l10n/bg_BG.js +++ b/core/l10n/bg_BG.js @@ -1,15 +1,6 @@ OC.L10N.register( "core", { - "Couldn't send mail to following users: %s " : "Неуспешно изпращане на имейл до следните потребители: %s.", - "Turned on maintenance mode" : "Режим за поддръжка е включен", - "Turned off maintenance mode" : "Режим за поддръжка е изключен", - "Updated database" : "Базата данни е обоновена", - "Checked database schema update" : "Обновяването на схемата на базата данни е проверено", - "Checked database schema update for apps" : "Обновяването на схемата на базата данни за приложения е проверено", - "Updated \"%s\" to %s" : "Обновен \"%s\" до %s", - "Repair warning: " : "Предупреждение при поправка:", - "Repair error: " : "Грешка при поправка:", "Invalid file provided" : "Предоставен е невалиден файл", "No image or file provided" : "Не бяха доставени картинка или файл", "Unknown filetype" : "Непознат файлов тип", @@ -20,6 +11,22 @@ OC.L10N.register( "Couldn't send reset email. Please make sure your username is correct." : "Неуспешно изпращане на имейл за възстановяване на паролата. Моля, уверете се, че потребителското име е правилно.", "%s password reset" : "Паролата на %s е променена.", "Couldn't send reset email. Please contact your administrator." : "Изпращането на електронна поща е неуспешно. Моля, свържете се с вашия администратор.", + "Error loading tags" : "Грешка при зареждане на етикети", + "Tag already exists" : "Етикетите вече съществуват", + "Error deleting tag(s)" : "Грешка при изтриване на етикет(и).", + "Error tagging" : "Грешка при задаване на етикета.", + "Error untagging" : "Грешка при премахване на етикета.", + "Error favoriting" : "Грешка при отбелязване в любими.", + "Error unfavoriting" : "Грешка при премахване отбелязването в любими.", + "Couldn't send mail to following users: %s " : "Неуспешно изпращане на имейл до следните потребители: %s.", + "Turned on maintenance mode" : "Режим за поддръжка е включен", + "Turned off maintenance mode" : "Режим за поддръжка е изключен", + "Updated database" : "Базата данни е обоновена", + "Checked database schema update" : "Обновяването на схемата на базата данни е проверено", + "Checked database schema update for apps" : "Обновяването на схемата на базата данни за приложения е проверено", + "Updated \"%s\" to %s" : "Обновен \"%s\" до %s", + "Repair warning: " : "Предупреждение при поправка:", + "Repair error: " : "Грешка при поправка:", "Sunday" : "Неделя", "Monday" : "Понеделник", "Tuesday" : "Вторник", @@ -142,7 +149,6 @@ OC.L10N.register( "Hello {name}, the weather is {weather}" : "Здравей {name}, времето е {weather}", "Hello {name}" : "Здравейте, {name}", "_download %n file_::_download %n files_" : ["изтегли %n файл","изтегли %n файла"], - "Updating {productName} to version {version}, this may take a while." : "Обновяване на {productName} към версия {version}. Това може да отнеме време.", "Please reload the page." : "Моля, презаредете страницата.", "The update was unsuccessful. " : "Обновяването бе неуспешно.", "The update was successful. Redirecting you to ownCloud now." : "Обновяването е успешно. Сега Ви пренасочваме към ownCloud.", @@ -152,13 +158,6 @@ OC.L10N.register( "Apps" : "Приложения", "Admin" : "Админ", "Help" : "Помощ", - "Error loading tags" : "Грешка при зареждане на етикети", - "Tag already exists" : "Етикетите вече съществуват", - "Error deleting tag(s)" : "Грешка при изтриване на етикет(и).", - "Error tagging" : "Грешка при задаване на етикета.", - "Error untagging" : "Грешка при премахване на етикета.", - "Error favoriting" : "Грешка при отбелязване в любими.", - "Error unfavoriting" : "Грешка при премахване отбелязването в любими.", "Access forbidden" : "Достъпът е забранен", "File not found" : "Файлът не е открит", "The specified document has not been found on the server." : "Избраният документ не е намерен на сървъра.", diff --git a/core/l10n/bg_BG.json b/core/l10n/bg_BG.json index 32992bf087f..af649976d8b 100644 --- a/core/l10n/bg_BG.json +++ b/core/l10n/bg_BG.json @@ -1,13 +1,4 @@ { "translations": { - "Couldn't send mail to following users: %s " : "Неуспешно изпращане на имейл до следните потребители: %s.", - "Turned on maintenance mode" : "Режим за поддръжка е включен", - "Turned off maintenance mode" : "Режим за поддръжка е изключен", - "Updated database" : "Базата данни е обоновена", - "Checked database schema update" : "Обновяването на схемата на базата данни е проверено", - "Checked database schema update for apps" : "Обновяването на схемата на базата данни за приложения е проверено", - "Updated \"%s\" to %s" : "Обновен \"%s\" до %s", - "Repair warning: " : "Предупреждение при поправка:", - "Repair error: " : "Грешка при поправка:", "Invalid file provided" : "Предоставен е невалиден файл", "No image or file provided" : "Не бяха доставени картинка или файл", "Unknown filetype" : "Непознат файлов тип", @@ -18,6 +9,22 @@ "Couldn't send reset email. Please make sure your username is correct." : "Неуспешно изпращане на имейл за възстановяване на паролата. Моля, уверете се, че потребителското име е правилно.", "%s password reset" : "Паролата на %s е променена.", "Couldn't send reset email. Please contact your administrator." : "Изпращането на електронна поща е неуспешно. Моля, свържете се с вашия администратор.", + "Error loading tags" : "Грешка при зареждане на етикети", + "Tag already exists" : "Етикетите вече съществуват", + "Error deleting tag(s)" : "Грешка при изтриване на етикет(и).", + "Error tagging" : "Грешка при задаване на етикета.", + "Error untagging" : "Грешка при премахване на етикета.", + "Error favoriting" : "Грешка при отбелязване в любими.", + "Error unfavoriting" : "Грешка при премахване отбелязването в любими.", + "Couldn't send mail to following users: %s " : "Неуспешно изпращане на имейл до следните потребители: %s.", + "Turned on maintenance mode" : "Режим за поддръжка е включен", + "Turned off maintenance mode" : "Режим за поддръжка е изключен", + "Updated database" : "Базата данни е обоновена", + "Checked database schema update" : "Обновяването на схемата на базата данни е проверено", + "Checked database schema update for apps" : "Обновяването на схемата на базата данни за приложения е проверено", + "Updated \"%s\" to %s" : "Обновен \"%s\" до %s", + "Repair warning: " : "Предупреждение при поправка:", + "Repair error: " : "Грешка при поправка:", "Sunday" : "Неделя", "Monday" : "Понеделник", "Tuesday" : "Вторник", @@ -140,7 +147,6 @@ "Hello {name}, the weather is {weather}" : "Здравей {name}, времето е {weather}", "Hello {name}" : "Здравейте, {name}", "_download %n file_::_download %n files_" : ["изтегли %n файл","изтегли %n файла"], - "Updating {productName} to version {version}, this may take a while." : "Обновяване на {productName} към версия {version}. Това може да отнеме време.", "Please reload the page." : "Моля, презаредете страницата.", "The update was unsuccessful. " : "Обновяването бе неуспешно.", "The update was successful. Redirecting you to ownCloud now." : "Обновяването е успешно. Сега Ви пренасочваме към ownCloud.", @@ -150,13 +156,6 @@ "Apps" : "Приложения", "Admin" : "Админ", "Help" : "Помощ", - "Error loading tags" : "Грешка при зареждане на етикети", - "Tag already exists" : "Етикетите вече съществуват", - "Error deleting tag(s)" : "Грешка при изтриване на етикет(и).", - "Error tagging" : "Грешка при задаване на етикета.", - "Error untagging" : "Грешка при премахване на етикета.", - "Error favoriting" : "Грешка при отбелязване в любими.", - "Error unfavoriting" : "Грешка при премахване отбелязването в любими.", "Access forbidden" : "Достъпът е забранен", "File not found" : "Файлът не е открит", "The specified document has not been found on the server." : "Избраният документ не е намерен на сървъра.", diff --git a/core/l10n/bn_BD.js b/core/l10n/bn_BD.js index 57af67dd00e..a2bfeeebc24 100644 --- a/core/l10n/bn_BD.js +++ b/core/l10n/bn_BD.js @@ -1,13 +1,17 @@ OC.L10N.register( "core", { + "No image or file provided" : "কোন ইমেজ বা ফাইল প্রদান করা হয়নি", + "Unknown filetype" : "অজানা প্রকৃতির ফাইল", + "Invalid image" : "অবৈধ চিত্র", + "Error deleting tag(s)" : "ট্যাগ(সমূহ) অপসারণে সমস্যা", + "Error tagging" : "ট্যাগ করতে সমস্যা", + "Error untagging" : "ট্যাগ বাতিল করতে সমস্যা", + "Error favoriting" : "প্রিয় তালিকাভুক্তিতে সমস্যা", "Couldn't send mail to following users: %s " : "নিম্নোক্ত ব্যবহারকারীকে মেইল পাঠানো গেলনা: %s", "Turned on maintenance mode" : "রক্ষণাবেক্ষণ মোড চালু হয়েছে", "Turned off maintenance mode" : "রক্ষণাবেক্ষণ মোড বন্ধ হয়েছে", "Updated database" : "ডাটাবেজ নবায়ন করা হয়েছে", - "No image or file provided" : "কোন ইমেজ বা ফাইল প্রদান করা হয়নি", - "Unknown filetype" : "অজানা প্রকৃতির ফাইল", - "Invalid image" : "অবৈধ চিত্র", "Sunday" : "রবিবার", "Monday" : "সোমবার", "Tuesday" : "মঙ্গলবার", @@ -99,10 +103,6 @@ OC.L10N.register( "Apps" : "অ্যাপ", "Admin" : "প্রশাসন", "Help" : "সহায়িকা", - "Error deleting tag(s)" : "ট্যাগ(সমূহ) অপসারণে সমস্যা", - "Error tagging" : "ট্যাগ করতে সমস্যা", - "Error untagging" : "ট্যাগ বাতিল করতে সমস্যা", - "Error favoriting" : "প্রিয় তালিকাভুক্তিতে সমস্যা", "Access forbidden" : "অধিগমনের অনুমতি নেই", "File not found" : "ফাইল খুঁজে পাওয়া গেল না", "Cheers!" : "শুভেচ্ছা!", diff --git a/core/l10n/bn_BD.json b/core/l10n/bn_BD.json index 11f75ab9f46..7eff82b0833 100644 --- a/core/l10n/bn_BD.json +++ b/core/l10n/bn_BD.json @@ -1,11 +1,15 @@ { "translations": { + "No image or file provided" : "কোন ইমেজ বা ফাইল প্রদান করা হয়নি", + "Unknown filetype" : "অজানা প্রকৃতির ফাইল", + "Invalid image" : "অবৈধ চিত্র", + "Error deleting tag(s)" : "ট্যাগ(সমূহ) অপসারণে সমস্যা", + "Error tagging" : "ট্যাগ করতে সমস্যা", + "Error untagging" : "ট্যাগ বাতিল করতে সমস্যা", + "Error favoriting" : "প্রিয় তালিকাভুক্তিতে সমস্যা", "Couldn't send mail to following users: %s " : "নিম্নোক্ত ব্যবহারকারীকে মেইল পাঠানো গেলনা: %s", "Turned on maintenance mode" : "রক্ষণাবেক্ষণ মোড চালু হয়েছে", "Turned off maintenance mode" : "রক্ষণাবেক্ষণ মোড বন্ধ হয়েছে", "Updated database" : "ডাটাবেজ নবায়ন করা হয়েছে", - "No image or file provided" : "কোন ইমেজ বা ফাইল প্রদান করা হয়নি", - "Unknown filetype" : "অজানা প্রকৃতির ফাইল", - "Invalid image" : "অবৈধ চিত্র", "Sunday" : "রবিবার", "Monday" : "সোমবার", "Tuesday" : "মঙ্গলবার", @@ -97,10 +101,6 @@ "Apps" : "অ্যাপ", "Admin" : "প্রশাসন", "Help" : "সহায়িকা", - "Error deleting tag(s)" : "ট্যাগ(সমূহ) অপসারণে সমস্যা", - "Error tagging" : "ট্যাগ করতে সমস্যা", - "Error untagging" : "ট্যাগ বাতিল করতে সমস্যা", - "Error favoriting" : "প্রিয় তালিকাভুক্তিতে সমস্যা", "Access forbidden" : "অধিগমনের অনুমতি নেই", "File not found" : "ফাইল খুঁজে পাওয়া গেল না", "Cheers!" : "শুভেচ্ছা!", diff --git a/core/l10n/bs.js b/core/l10n/bs.js index d16438ee25a..2a75cabe2e2 100644 --- a/core/l10n/bs.js +++ b/core/l10n/bs.js @@ -1,13 +1,6 @@ OC.L10N.register( "core", { - "Couldn't send mail to following users: %s " : "Nemoguće slanje emaila slijedećim korisnicima: %s", - "Turned on maintenance mode" : "Upaljen modus održavanja", - "Turned off maintenance mode" : "Ugašen modus održavanja", - "Updated database" : "Aktualizirana baza podataka", - "Checked database schema update" : "Provjereno aktualiziranje šeme baze podataka", - "Checked database schema update for apps" : "Provjereno ažuriranje šeme baze podataka za aplikacije", - "Updated \"%s\" to %s" : "Aktualizirano \"%s\" do %s", "No image or file provided" : "Ne postoji predviđena slika ili datoteka", "Unknown filetype" : "Nepoznat tip datoteke", "Invalid image" : "Nevažeća datoteka", @@ -16,6 +9,20 @@ OC.L10N.register( "Couldn't send reset email. Please make sure your username is correct." : "Slanje emaila resetovanja nije moguće. Osigurajte se da vam je ispravno korisničko ime.", "%s password reset" : "%s lozinka resetovana", "Couldn't send reset email. Please contact your administrator." : "Slanje emaila resetovanja nije moguće. Molim kontaktirajte administratora.", + "Error loading tags" : "Greška pri učitavanju oznaka", + "Tag already exists" : "Oznaka već postoji", + "Error deleting tag(s)" : "Greška pri brisanju znaka(ova)", + "Error tagging" : "Greška pri označavanju", + "Error untagging" : "Greška pri uklanjanju oznaka", + "Error favoriting" : "Greška pri dodavanju u favorite", + "Error unfavoriting" : "Greška pri uklanjanju iz favorita", + "Couldn't send mail to following users: %s " : "Nemoguće slanje emaila slijedećim korisnicima: %s", + "Turned on maintenance mode" : "Upaljen modus održavanja", + "Turned off maintenance mode" : "Ugašen modus održavanja", + "Updated database" : "Aktualizirana baza podataka", + "Checked database schema update" : "Provjereno aktualiziranje šeme baze podataka", + "Checked database schema update for apps" : "Provjereno ažuriranje šeme baze podataka za aplikacije", + "Updated \"%s\" to %s" : "Aktualizirano \"%s\" do %s", "Sunday" : "Nedjelja", "Monday" : "Ponedjeljak", "Tuesday" : "Utorak", @@ -130,7 +137,6 @@ OC.L10N.register( "Hello world!" : "Halo svijete!", "sunny" : "sunčan", "Hello {name}, the weather is {weather}" : "Halo {name}, vrijeme je {weather}", - "Updating {productName} to version {version}, this may take a while." : "Ažuriranje {productName} u verziiju {version}, to može potrajati neko vrijeme.", "Please reload the page." : "Molim, ponovno učitajte stranicu", "The update was unsuccessful. " : "Ažuriranje nije uspjelo.", "The update was successful. Redirecting you to ownCloud now." : "Ažuriranje je uspjelo. Preusmjeravam vas na ownCloud.", @@ -139,13 +145,6 @@ OC.L10N.register( "Apps" : "Aplikacije", "Admin" : "Admin", "Help" : "Pomoć", - "Error loading tags" : "Greška pri učitavanju oznaka", - "Tag already exists" : "Oznaka već postoji", - "Error deleting tag(s)" : "Greška pri brisanju znaka(ova)", - "Error tagging" : "Greška pri označavanju", - "Error untagging" : "Greška pri uklanjanju oznaka", - "Error favoriting" : "Greška pri dodavanju u favorite", - "Error unfavoriting" : "Greška pri uklanjanju iz favorita", "Access forbidden" : "Zabranjen pristup", "File not found" : "Datoteka nije pronađena", "The specified document has not been found on the server." : "Odabran dokument nije pronađen na serveru.", diff --git a/core/l10n/bs.json b/core/l10n/bs.json index a04d73a7c25..07fb2111292 100644 --- a/core/l10n/bs.json +++ b/core/l10n/bs.json @@ -1,11 +1,4 @@ { "translations": { - "Couldn't send mail to following users: %s " : "Nemoguće slanje emaila slijedećim korisnicima: %s", - "Turned on maintenance mode" : "Upaljen modus održavanja", - "Turned off maintenance mode" : "Ugašen modus održavanja", - "Updated database" : "Aktualizirana baza podataka", - "Checked database schema update" : "Provjereno aktualiziranje šeme baze podataka", - "Checked database schema update for apps" : "Provjereno ažuriranje šeme baze podataka za aplikacije", - "Updated \"%s\" to %s" : "Aktualizirano \"%s\" do %s", "No image or file provided" : "Ne postoji predviđena slika ili datoteka", "Unknown filetype" : "Nepoznat tip datoteke", "Invalid image" : "Nevažeća datoteka", @@ -14,6 +7,20 @@ "Couldn't send reset email. Please make sure your username is correct." : "Slanje emaila resetovanja nije moguće. Osigurajte se da vam je ispravno korisničko ime.", "%s password reset" : "%s lozinka resetovana", "Couldn't send reset email. Please contact your administrator." : "Slanje emaila resetovanja nije moguće. Molim kontaktirajte administratora.", + "Error loading tags" : "Greška pri učitavanju oznaka", + "Tag already exists" : "Oznaka već postoji", + "Error deleting tag(s)" : "Greška pri brisanju znaka(ova)", + "Error tagging" : "Greška pri označavanju", + "Error untagging" : "Greška pri uklanjanju oznaka", + "Error favoriting" : "Greška pri dodavanju u favorite", + "Error unfavoriting" : "Greška pri uklanjanju iz favorita", + "Couldn't send mail to following users: %s " : "Nemoguće slanje emaila slijedećim korisnicima: %s", + "Turned on maintenance mode" : "Upaljen modus održavanja", + "Turned off maintenance mode" : "Ugašen modus održavanja", + "Updated database" : "Aktualizirana baza podataka", + "Checked database schema update" : "Provjereno aktualiziranje šeme baze podataka", + "Checked database schema update for apps" : "Provjereno ažuriranje šeme baze podataka za aplikacije", + "Updated \"%s\" to %s" : "Aktualizirano \"%s\" do %s", "Sunday" : "Nedjelja", "Monday" : "Ponedjeljak", "Tuesday" : "Utorak", @@ -128,7 +135,6 @@ "Hello world!" : "Halo svijete!", "sunny" : "sunčan", "Hello {name}, the weather is {weather}" : "Halo {name}, vrijeme je {weather}", - "Updating {productName} to version {version}, this may take a while." : "Ažuriranje {productName} u verziiju {version}, to može potrajati neko vrijeme.", "Please reload the page." : "Molim, ponovno učitajte stranicu", "The update was unsuccessful. " : "Ažuriranje nije uspjelo.", "The update was successful. Redirecting you to ownCloud now." : "Ažuriranje je uspjelo. Preusmjeravam vas na ownCloud.", @@ -137,13 +143,6 @@ "Apps" : "Aplikacije", "Admin" : "Admin", "Help" : "Pomoć", - "Error loading tags" : "Greška pri učitavanju oznaka", - "Tag already exists" : "Oznaka već postoji", - "Error deleting tag(s)" : "Greška pri brisanju znaka(ova)", - "Error tagging" : "Greška pri označavanju", - "Error untagging" : "Greška pri uklanjanju oznaka", - "Error favoriting" : "Greška pri dodavanju u favorite", - "Error unfavoriting" : "Greška pri uklanjanju iz favorita", "Access forbidden" : "Zabranjen pristup", "File not found" : "Datoteka nije pronađena", "The specified document has not been found on the server." : "Odabran dokument nije pronađen na serveru.", diff --git a/core/l10n/ca.js b/core/l10n/ca.js index 1ea6bcce1b3..a9d83badd60 100644 --- a/core/l10n/ca.js +++ b/core/l10n/ca.js @@ -1,19 +1,6 @@ OC.L10N.register( "core", { - "Couldn't send mail to following users: %s " : "No s'ha pogut enviar correu als usuaris següents: %s", - "Preparing update" : "Preparant l'actualització", - "Turned on maintenance mode" : "Activat el mode de manteniment", - "Turned off maintenance mode" : "Desactivat el mode de manteniment", - "Maintenance mode is kept active" : "El mode de manteniment es manté activat", - "Updated database" : "Actualitzada la base de dades", - "Checked database schema update" : "S'ha comprobat l'actualització de l'esquema de la base de dades", - "Checked database schema update for apps" : "S'ha comprobat l'actualització de l'esquema de la base de dades per les apps", - "Updated \"%s\" to %s" : "Actualitzat \"%s\" a %s", - "Repair warning: " : "Advertiment de reparació:", - "Repair error: " : "Error de reparació:", - "Following apps have been disabled: %s" : "Les aplicacions següents s'han deshabilitat: %s", - "Already up to date" : "Ja actualitzat", "File is too big" : "El fitxer és massa gran", "Invalid file provided" : "L'arxiu proporcionat no és vàlid", "No image or file provided" : "No s'han proporcionat imatges o fitxers", @@ -28,6 +15,26 @@ OC.L10N.register( "Couldn't send reset email. Please make sure your username is correct." : "No s'ha pogut enviar el correu de restabliment. Assegureu-vos que el vostre nom d'usuari és correcte.", "%s password reset" : "restableix la contrasenya %s", "Couldn't send reset email. Please contact your administrator." : "No s'ha pogut restablir el correu. Contacteu amb l'administrador.", + "Error loading tags" : "Error en carregar les etiquetes", + "Tag already exists" : "L'etiqueta ja existeix", + "Error deleting tag(s)" : "Error en eliminar etiqueta(s)", + "Error tagging" : "Error en etiquetar", + "Error untagging" : "Error en treure les etiquetes", + "Error favoriting" : "Error en posar a preferits", + "Error unfavoriting" : "Error en treure de preferits", + "Couldn't send mail to following users: %s " : "No s'ha pogut enviar correu als usuaris següents: %s", + "Preparing update" : "Preparant l'actualització", + "Turned on maintenance mode" : "Activat el mode de manteniment", + "Turned off maintenance mode" : "Desactivat el mode de manteniment", + "Maintenance mode is kept active" : "El mode de manteniment es manté activat", + "Updated database" : "Actualitzada la base de dades", + "Checked database schema update" : "S'ha comprobat l'actualització de l'esquema de la base de dades", + "Checked database schema update for apps" : "S'ha comprobat l'actualització de l'esquema de la base de dades per les apps", + "Updated \"%s\" to %s" : "Actualitzat \"%s\" a %s", + "Repair warning: " : "Advertiment de reparació:", + "Repair error: " : "Error de reparació:", + "Following apps have been disabled: %s" : "Les aplicacions següents s'han deshabilitat: %s", + "Already up to date" : "Ja actualitzat", "Sunday" : "Diumenge", "Monday" : "Dilluns", "Tuesday" : "Dimarts", @@ -141,7 +148,6 @@ OC.L10N.register( "change" : "canvi", "delete" : "elimina", "access control" : "control d'accés", - "An error occured. Please try again" : "Va ocórrer un error. Per favor, intenta-ho de nou", "Share" : "Comparteix", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Compartir amb la gent en altres ownClouds utilitzant la sintaxi username@example.com/owncloud", "Warning" : "Avís", @@ -159,7 +165,6 @@ OC.L10N.register( "Hello {name}, the weather is {weather}" : "Hola {name}, el temps és {weather}", "Hello {name}" : "Hola {name}", "_download %n file_::_download %n files_" : ["descarregar l'arxiu %n","descarregar arxius %n "], - "Updating {productName} to version {version}, this may take a while." : "Actualitzant {productName} a la versió {version}. Pot trigar una estona.", "Please reload the page." : "Carregueu la pàgina de nou.", "The update was unsuccessful. " : "La actualització no ha tingut èxit", "The update was successful. There were warnings." : "La actualització ha estat exitosa. Hi ha alertes.", @@ -170,13 +175,6 @@ OC.L10N.register( "Apps" : "Aplicacions", "Admin" : "Administració", "Help" : "Ajuda", - "Error loading tags" : "Error en carregar les etiquetes", - "Tag already exists" : "L'etiqueta ja existeix", - "Error deleting tag(s)" : "Error en eliminar etiqueta(s)", - "Error tagging" : "Error en etiquetar", - "Error untagging" : "Error en treure les etiquetes", - "Error favoriting" : "Error en posar a preferits", - "Error unfavoriting" : "Error en treure de preferits", "Access forbidden" : "Accés prohibit", "File not found" : "No s'ha trobat l'arxiu", "The specified document has not been found on the server." : "El document especificat no s'ha trobat al servidor.", @@ -226,7 +224,6 @@ OC.L10N.register( "Search" : "Cerca", "Server side authentication failed!" : "L'autenticació del servidor ha fallat!", "Please contact your administrator." : "Contacteu amb l'administrador.", - "An internal error occured." : "S'ha produït un error intern.", "Please try again or contact your administrator." : "Intenti-ho de nou o posi's en contacte amb el seu administrador.", "Log in" : "Inici de sessió", "Wrong password. Reset it?" : "Contrasenya incorrecta. Voleu restablir-la?", diff --git a/core/l10n/ca.json b/core/l10n/ca.json index 8101cc326c4..418b411fb1c 100644 --- a/core/l10n/ca.json +++ b/core/l10n/ca.json @@ -1,17 +1,4 @@ { "translations": { - "Couldn't send mail to following users: %s " : "No s'ha pogut enviar correu als usuaris següents: %s", - "Preparing update" : "Preparant l'actualització", - "Turned on maintenance mode" : "Activat el mode de manteniment", - "Turned off maintenance mode" : "Desactivat el mode de manteniment", - "Maintenance mode is kept active" : "El mode de manteniment es manté activat", - "Updated database" : "Actualitzada la base de dades", - "Checked database schema update" : "S'ha comprobat l'actualització de l'esquema de la base de dades", - "Checked database schema update for apps" : "S'ha comprobat l'actualització de l'esquema de la base de dades per les apps", - "Updated \"%s\" to %s" : "Actualitzat \"%s\" a %s", - "Repair warning: " : "Advertiment de reparació:", - "Repair error: " : "Error de reparació:", - "Following apps have been disabled: %s" : "Les aplicacions següents s'han deshabilitat: %s", - "Already up to date" : "Ja actualitzat", "File is too big" : "El fitxer és massa gran", "Invalid file provided" : "L'arxiu proporcionat no és vàlid", "No image or file provided" : "No s'han proporcionat imatges o fitxers", @@ -26,6 +13,26 @@ "Couldn't send reset email. Please make sure your username is correct." : "No s'ha pogut enviar el correu de restabliment. Assegureu-vos que el vostre nom d'usuari és correcte.", "%s password reset" : "restableix la contrasenya %s", "Couldn't send reset email. Please contact your administrator." : "No s'ha pogut restablir el correu. Contacteu amb l'administrador.", + "Error loading tags" : "Error en carregar les etiquetes", + "Tag already exists" : "L'etiqueta ja existeix", + "Error deleting tag(s)" : "Error en eliminar etiqueta(s)", + "Error tagging" : "Error en etiquetar", + "Error untagging" : "Error en treure les etiquetes", + "Error favoriting" : "Error en posar a preferits", + "Error unfavoriting" : "Error en treure de preferits", + "Couldn't send mail to following users: %s " : "No s'ha pogut enviar correu als usuaris següents: %s", + "Preparing update" : "Preparant l'actualització", + "Turned on maintenance mode" : "Activat el mode de manteniment", + "Turned off maintenance mode" : "Desactivat el mode de manteniment", + "Maintenance mode is kept active" : "El mode de manteniment es manté activat", + "Updated database" : "Actualitzada la base de dades", + "Checked database schema update" : "S'ha comprobat l'actualització de l'esquema de la base de dades", + "Checked database schema update for apps" : "S'ha comprobat l'actualització de l'esquema de la base de dades per les apps", + "Updated \"%s\" to %s" : "Actualitzat \"%s\" a %s", + "Repair warning: " : "Advertiment de reparació:", + "Repair error: " : "Error de reparació:", + "Following apps have been disabled: %s" : "Les aplicacions següents s'han deshabilitat: %s", + "Already up to date" : "Ja actualitzat", "Sunday" : "Diumenge", "Monday" : "Dilluns", "Tuesday" : "Dimarts", @@ -139,7 +146,6 @@ "change" : "canvi", "delete" : "elimina", "access control" : "control d'accés", - "An error occured. Please try again" : "Va ocórrer un error. Per favor, intenta-ho de nou", "Share" : "Comparteix", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Compartir amb la gent en altres ownClouds utilitzant la sintaxi username@example.com/owncloud", "Warning" : "Avís", @@ -157,7 +163,6 @@ "Hello {name}, the weather is {weather}" : "Hola {name}, el temps és {weather}", "Hello {name}" : "Hola {name}", "_download %n file_::_download %n files_" : ["descarregar l'arxiu %n","descarregar arxius %n "], - "Updating {productName} to version {version}, this may take a while." : "Actualitzant {productName} a la versió {version}. Pot trigar una estona.", "Please reload the page." : "Carregueu la pàgina de nou.", "The update was unsuccessful. " : "La actualització no ha tingut èxit", "The update was successful. There were warnings." : "La actualització ha estat exitosa. Hi ha alertes.", @@ -168,13 +173,6 @@ "Apps" : "Aplicacions", "Admin" : "Administració", "Help" : "Ajuda", - "Error loading tags" : "Error en carregar les etiquetes", - "Tag already exists" : "L'etiqueta ja existeix", - "Error deleting tag(s)" : "Error en eliminar etiqueta(s)", - "Error tagging" : "Error en etiquetar", - "Error untagging" : "Error en treure les etiquetes", - "Error favoriting" : "Error en posar a preferits", - "Error unfavoriting" : "Error en treure de preferits", "Access forbidden" : "Accés prohibit", "File not found" : "No s'ha trobat l'arxiu", "The specified document has not been found on the server." : "El document especificat no s'ha trobat al servidor.", @@ -224,7 +222,6 @@ "Search" : "Cerca", "Server side authentication failed!" : "L'autenticació del servidor ha fallat!", "Please contact your administrator." : "Contacteu amb l'administrador.", - "An internal error occured." : "S'ha produït un error intern.", "Please try again or contact your administrator." : "Intenti-ho de nou o posi's en contacte amb el seu administrador.", "Log in" : "Inici de sessió", "Wrong password. Reset it?" : "Contrasenya incorrecta. Voleu restablir-la?", diff --git a/core/l10n/cs_CZ.js b/core/l10n/cs_CZ.js index 51affff4034..5c025d35f82 100644 --- a/core/l10n/cs_CZ.js +++ b/core/l10n/cs_CZ.js @@ -1,8 +1,34 @@ OC.L10N.register( "core", { + "Please select a file." : "Prosím vyberte soubor.", + "File is too big" : "Soubor je příliš velký", + "Invalid file provided" : "Zadán neplatný soubor", + "No image or file provided" : "Soubor nebo obrázek nebyl zadán", + "Unknown filetype" : "Neznámý typ souboru", + "Invalid image" : "Chybný obrázek", + "An error occurred. Please contact your admin." : "Došlo k chybě. Kontaktujte prosím svého administrátora.", + "No temporary profile picture available, try again" : "Dočasný profilový obrázek není k dispozici, zkuste to znovu", + "No crop data provided" : "Nebyla poskytnuta data pro oříznutí obrázku", + "No valid crop data provided" : "Nebyla poskytnuta platná data pro oříznutí obrázku", + "Crop is not square" : "Ořez není čtvercový", + "Couldn't reset password because the token is invalid" : "Heslo nebylo změněno kvůli neplatnému tokenu", + "Couldn't reset password because the token is expired" : "Heslo nebylo změněno z důvodu vypršení tokenu", + "Couldn't send reset email. Please make sure your username is correct." : "Nelze odeslat email pro změnu hesla. Ujistěte se prosím, že zadáváte správné uživatelské jméno.", + "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Nelze odeslat email pro změnu hesla, protože u tohoto uživatelského jména není uvedena emailová adresa. Kontaktujte prosím svého administrátora.", + "%s password reset" : "reset hesla %s", + "Couldn't send reset email. Please contact your administrator." : "Nepodařilo se odeslat email pro změnu hesla. Kontaktujte svého správce systému.", + "Error loading tags" : "Chyba při načítání štítků", + "Tag already exists" : "Štítek již existuje", + "Error deleting tag(s)" : "Chyba při mazání štítku(ů)", + "Error tagging" : "Chyba při označování štítkem", + "Error untagging" : "Chyba při odznačování štítků", + "Error favoriting" : "Chyba při označování jako oblíbené", + "Error unfavoriting" : "Chyba při odznačování jako oblíbené", "Couldn't send mail to following users: %s " : "Nebylo možné odeslat email následujícím uživatelům: %s", "Preparing update" : "Příprava na aktualizaci", + "[%d / %d]: %s" : "[%d / %d]: %s", + "[%d / %d]: Checking table %s" : "[%d / %d]: Kontrola tabulky %s", "Turned on maintenance mode" : "Zapnut režim údržby", "Turned off maintenance mode" : "Vypnut režim údržby", "Maintenance mode is kept active" : "Mód údržby je aktivní", @@ -24,23 +50,6 @@ OC.L10N.register( "%s (incompatible)" : "%s (nekompatibilní)", "Following apps have been disabled: %s" : "Následující aplikace byly vypnuty: %s", "Already up to date" : "Je již aktuální", - "Please select a file." : "Prosím vyberte soubor.", - "File is too big" : "Soubor je příliš velký", - "Invalid file provided" : "Zadán neplatný soubor", - "No image or file provided" : "Soubor nebo obrázek nebyl zadán", - "Unknown filetype" : "Neznámý typ souboru", - "Invalid image" : "Chybný obrázek", - "An error occurred. Please contact your admin." : "Došlo k chybě. Kontaktujte prosím svého administrátora.", - "No temporary profile picture available, try again" : "Dočasný profilový obrázek není k dispozici, zkuste to znovu", - "No crop data provided" : "Nebyla poskytnuta data pro oříznutí obrázku", - "No valid crop data provided" : "Nebyla poskytnuta platná data pro oříznutí obrázku", - "Crop is not square" : "Ořez není čtvercový", - "Couldn't reset password because the token is invalid" : "Heslo nebylo změněno kvůli neplatnému tokenu", - "Couldn't reset password because the token is expired" : "Heslo nebylo změněno z důvodu vypršení tokenu", - "Couldn't send reset email. Please make sure your username is correct." : "Nelze odeslat email pro změnu hesla. Ujistěte se prosím, že zadáváte správné uživatelské jméno.", - "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Nelze odeslat email pro změnu hesla, protože u tohoto uživatelského jména není uvedena emailová adresa. Kontaktujte prosím svého administrátora.", - "%s password reset" : "reset hesla %s", - "Couldn't send reset email. Please contact your administrator." : "Nepodařilo se odeslat email pro změnu hesla. Kontaktujte svého správce systému.", "Sunday" : "Neděle", "Monday" : "Pondělí", "Tuesday" : "Úterý", @@ -119,7 +128,7 @@ OC.L10N.register( "Good password" : "Dobré heslo", "Strong password" : "Silné heslo", "Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "Váš webový server ještě není správně nastaven pro umožnění synchronizace souborů, protože rozhraní WebDAV je pravděpodobně rozbité.", - "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>." : "Váš webový server není správně nastaven pro rozpoznání \"{url}\". Více informací lze nalézt v naší <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">dokumentaci</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>." : "Tento webový server není správně nastaven pro rozpoznání \"{url}\". Více informací lze nalézt v naší <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">dokumentaci</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." : "Tento server nemá funkční připojení k Internetu. Některé moduly jako např. externí úložiště, oznámení o dostupných aktualizacích nebo instalace aplikací třetích stran nebudou fungovat. Přístup k souborům z jiných míst a odesílání oznamovacích emailů také nemusí fungovat. Pokud chcete využívat všechny možnosti ownCloud, doporučujeme povolit pro tento server připojení k Internetu.", "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>." : "Nebyla nakonfigurována paměťová cache. Pokud je dostupná, nakonfigurujte ji prosím pro zlepšení výkonu. Další informace lze nalézt v naší <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">dokumentaci</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 nemá práva pro čtení v /dev/urandom, to je ale z bezpečnostních důvodů velmi doporučováno. Více informací lze nalézt v naší <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">dokumentaci</a>.", @@ -169,9 +178,8 @@ OC.L10N.register( "Share details could not be loaded for this item." : "Detaily sdílení pro tuto položku nelze načíst.", "No users or groups found for {search}" : "Nebyli nalezeni žádní členové ani skupiny pro {search}", "No users found for {search}" : "Nebyli nalezeni žádní uživatelé pro {search}", - "An error occured. Please try again" : "Nastala chyba. Prosím zkuste to znovu", "{sharee} (group)" : "{sharee} (skupina)", - "{sharee} (at {server})" : "{sharee} (v {server})", + "{sharee} (at {server})" : "{sharee} (na {server})", "{sharee} (remote)" : "{sharee} (vzdálený)", "Share" : "Sdílet", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Sdílejte s lidmi na ownClouds použitím syntaxe username@example.com/owncloud", @@ -203,7 +211,6 @@ OC.L10N.register( "new" : "nový", "_download %n file_::_download %n files_" : ["stáhnout %n soubor","stáhnout %n soubory","stáhnout %n souborů"], "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "Probíhá aktualizace, opuštění této stránky může v některých prostředích přerušit proces.", - "Updating {productName} to version {version}, this may take a while." : "Aktualizuji {productName} na verzi {version}, může to chvíli trvat.", "An error occurred." : "Došlo k chybě.", "Please reload the page." : "Načtěte stránku znovu, prosím.", "The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Aktualizace nebyla úspěšná. Pro více informací si <a href=\"{url}\">přečtěte komentáře ve fóru</a> pojednávající o tomto problému.", @@ -218,13 +225,6 @@ OC.L10N.register( "Apps" : "Aplikace", "Admin" : "Administrace", "Help" : "Nápověda", - "Error loading tags" : "Chyba při načítání štítků", - "Tag already exists" : "Štítek již existuje", - "Error deleting tag(s)" : "Chyba při mazání štítku(ů)", - "Error tagging" : "Chyba při označování štítkem", - "Error untagging" : "Chyba při odznačování štítků", - "Error favoriting" : "Chyba při označování jako oblíbené", - "Error unfavoriting" : "Chyba při odznačování jako oblíbené", "Access forbidden" : "Přístup zakázán", "File not found" : "Soubor nenalezen", "The specified document has not been found on the server." : "Požadovaný dokument nebyl na serveru nalezen.", @@ -275,7 +275,6 @@ OC.L10N.register( "Search" : "Hledat", "Server side authentication failed!" : "Autentizace na serveru selhala!", "Please contact your administrator." : "Kontaktujte prosím svého správce systému.", - "An internal error occured." : "Nastala vnitřní chyba.", "Please try again or contact your administrator." : "Prosím zkuste to znovu nebo kontaktujte vašeho správce.", "Log in" : "Přihlásit", "Wrong password. Reset it?" : "Nesprávné heslo. Resetovat?", @@ -302,6 +301,7 @@ OC.L10N.register( "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Před provedením dalšího kroku se prosím ujistěte, že databáze a konfigurační a datový adresář byly zazálohovány. ", "Start update" : "Spustit aktualizaci", "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Abyste zabránili vypršení časového limitu u větších instalací, můžete namísto toho spustit následující příkaz v hlavním adresáři:", + "Detailed logs" : "Podrobné logy", "This %s instance is currently in maintenance mode, which may take a while." : "Tato instalace %s je právě ve stavu údržby a to může chvíli trvat.", "This page will refresh itself when the %s instance is available again." : "Tato stránka se automaticky načte poté, co bude opět dostupná instance %s." }, diff --git a/core/l10n/cs_CZ.json b/core/l10n/cs_CZ.json index 6c5312672e5..af1aebb152c 100644 --- a/core/l10n/cs_CZ.json +++ b/core/l10n/cs_CZ.json @@ -1,6 +1,32 @@ { "translations": { + "Please select a file." : "Prosím vyberte soubor.", + "File is too big" : "Soubor je příliš velký", + "Invalid file provided" : "Zadán neplatný soubor", + "No image or file provided" : "Soubor nebo obrázek nebyl zadán", + "Unknown filetype" : "Neznámý typ souboru", + "Invalid image" : "Chybný obrázek", + "An error occurred. Please contact your admin." : "Došlo k chybě. Kontaktujte prosím svého administrátora.", + "No temporary profile picture available, try again" : "Dočasný profilový obrázek není k dispozici, zkuste to znovu", + "No crop data provided" : "Nebyla poskytnuta data pro oříznutí obrázku", + "No valid crop data provided" : "Nebyla poskytnuta platná data pro oříznutí obrázku", + "Crop is not square" : "Ořez není čtvercový", + "Couldn't reset password because the token is invalid" : "Heslo nebylo změněno kvůli neplatnému tokenu", + "Couldn't reset password because the token is expired" : "Heslo nebylo změněno z důvodu vypršení tokenu", + "Couldn't send reset email. Please make sure your username is correct." : "Nelze odeslat email pro změnu hesla. Ujistěte se prosím, že zadáváte správné uživatelské jméno.", + "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Nelze odeslat email pro změnu hesla, protože u tohoto uživatelského jména není uvedena emailová adresa. Kontaktujte prosím svého administrátora.", + "%s password reset" : "reset hesla %s", + "Couldn't send reset email. Please contact your administrator." : "Nepodařilo se odeslat email pro změnu hesla. Kontaktujte svého správce systému.", + "Error loading tags" : "Chyba při načítání štítků", + "Tag already exists" : "Štítek již existuje", + "Error deleting tag(s)" : "Chyba při mazání štítku(ů)", + "Error tagging" : "Chyba při označování štítkem", + "Error untagging" : "Chyba při odznačování štítků", + "Error favoriting" : "Chyba při označování jako oblíbené", + "Error unfavoriting" : "Chyba při odznačování jako oblíbené", "Couldn't send mail to following users: %s " : "Nebylo možné odeslat email následujícím uživatelům: %s", "Preparing update" : "Příprava na aktualizaci", + "[%d / %d]: %s" : "[%d / %d]: %s", + "[%d / %d]: Checking table %s" : "[%d / %d]: Kontrola tabulky %s", "Turned on maintenance mode" : "Zapnut režim údržby", "Turned off maintenance mode" : "Vypnut režim údržby", "Maintenance mode is kept active" : "Mód údržby je aktivní", @@ -22,23 +48,6 @@ "%s (incompatible)" : "%s (nekompatibilní)", "Following apps have been disabled: %s" : "Následující aplikace byly vypnuty: %s", "Already up to date" : "Je již aktuální", - "Please select a file." : "Prosím vyberte soubor.", - "File is too big" : "Soubor je příliš velký", - "Invalid file provided" : "Zadán neplatný soubor", - "No image or file provided" : "Soubor nebo obrázek nebyl zadán", - "Unknown filetype" : "Neznámý typ souboru", - "Invalid image" : "Chybný obrázek", - "An error occurred. Please contact your admin." : "Došlo k chybě. Kontaktujte prosím svého administrátora.", - "No temporary profile picture available, try again" : "Dočasný profilový obrázek není k dispozici, zkuste to znovu", - "No crop data provided" : "Nebyla poskytnuta data pro oříznutí obrázku", - "No valid crop data provided" : "Nebyla poskytnuta platná data pro oříznutí obrázku", - "Crop is not square" : "Ořez není čtvercový", - "Couldn't reset password because the token is invalid" : "Heslo nebylo změněno kvůli neplatnému tokenu", - "Couldn't reset password because the token is expired" : "Heslo nebylo změněno z důvodu vypršení tokenu", - "Couldn't send reset email. Please make sure your username is correct." : "Nelze odeslat email pro změnu hesla. Ujistěte se prosím, že zadáváte správné uživatelské jméno.", - "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Nelze odeslat email pro změnu hesla, protože u tohoto uživatelského jména není uvedena emailová adresa. Kontaktujte prosím svého administrátora.", - "%s password reset" : "reset hesla %s", - "Couldn't send reset email. Please contact your administrator." : "Nepodařilo se odeslat email pro změnu hesla. Kontaktujte svého správce systému.", "Sunday" : "Neděle", "Monday" : "Pondělí", "Tuesday" : "Úterý", @@ -117,7 +126,7 @@ "Good password" : "Dobré heslo", "Strong password" : "Silné heslo", "Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "Váš webový server ještě není správně nastaven pro umožnění synchronizace souborů, protože rozhraní WebDAV je pravděpodobně rozbité.", - "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>." : "Váš webový server není správně nastaven pro rozpoznání \"{url}\". Více informací lze nalézt v naší <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">dokumentaci</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>." : "Tento webový server není správně nastaven pro rozpoznání \"{url}\". Více informací lze nalézt v naší <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">dokumentaci</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." : "Tento server nemá funkční připojení k Internetu. Některé moduly jako např. externí úložiště, oznámení o dostupných aktualizacích nebo instalace aplikací třetích stran nebudou fungovat. Přístup k souborům z jiných míst a odesílání oznamovacích emailů také nemusí fungovat. Pokud chcete využívat všechny možnosti ownCloud, doporučujeme povolit pro tento server připojení k Internetu.", "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>." : "Nebyla nakonfigurována paměťová cache. Pokud je dostupná, nakonfigurujte ji prosím pro zlepšení výkonu. Další informace lze nalézt v naší <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">dokumentaci</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 nemá práva pro čtení v /dev/urandom, to je ale z bezpečnostních důvodů velmi doporučováno. Více informací lze nalézt v naší <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">dokumentaci</a>.", @@ -167,9 +176,8 @@ "Share details could not be loaded for this item." : "Detaily sdílení pro tuto položku nelze načíst.", "No users or groups found for {search}" : "Nebyli nalezeni žádní členové ani skupiny pro {search}", "No users found for {search}" : "Nebyli nalezeni žádní uživatelé pro {search}", - "An error occured. Please try again" : "Nastala chyba. Prosím zkuste to znovu", "{sharee} (group)" : "{sharee} (skupina)", - "{sharee} (at {server})" : "{sharee} (v {server})", + "{sharee} (at {server})" : "{sharee} (na {server})", "{sharee} (remote)" : "{sharee} (vzdálený)", "Share" : "Sdílet", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Sdílejte s lidmi na ownClouds použitím syntaxe username@example.com/owncloud", @@ -201,7 +209,6 @@ "new" : "nový", "_download %n file_::_download %n files_" : ["stáhnout %n soubor","stáhnout %n soubory","stáhnout %n souborů"], "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "Probíhá aktualizace, opuštění této stránky může v některých prostředích přerušit proces.", - "Updating {productName} to version {version}, this may take a while." : "Aktualizuji {productName} na verzi {version}, může to chvíli trvat.", "An error occurred." : "Došlo k chybě.", "Please reload the page." : "Načtěte stránku znovu, prosím.", "The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Aktualizace nebyla úspěšná. Pro více informací si <a href=\"{url}\">přečtěte komentáře ve fóru</a> pojednávající o tomto problému.", @@ -216,13 +223,6 @@ "Apps" : "Aplikace", "Admin" : "Administrace", "Help" : "Nápověda", - "Error loading tags" : "Chyba při načítání štítků", - "Tag already exists" : "Štítek již existuje", - "Error deleting tag(s)" : "Chyba při mazání štítku(ů)", - "Error tagging" : "Chyba při označování štítkem", - "Error untagging" : "Chyba při odznačování štítků", - "Error favoriting" : "Chyba při označování jako oblíbené", - "Error unfavoriting" : "Chyba při odznačování jako oblíbené", "Access forbidden" : "Přístup zakázán", "File not found" : "Soubor nenalezen", "The specified document has not been found on the server." : "Požadovaný dokument nebyl na serveru nalezen.", @@ -273,7 +273,6 @@ "Search" : "Hledat", "Server side authentication failed!" : "Autentizace na serveru selhala!", "Please contact your administrator." : "Kontaktujte prosím svého správce systému.", - "An internal error occured." : "Nastala vnitřní chyba.", "Please try again or contact your administrator." : "Prosím zkuste to znovu nebo kontaktujte vašeho správce.", "Log in" : "Přihlásit", "Wrong password. Reset it?" : "Nesprávné heslo. Resetovat?", @@ -300,6 +299,7 @@ "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Před provedením dalšího kroku se prosím ujistěte, že databáze a konfigurační a datový adresář byly zazálohovány. ", "Start update" : "Spustit aktualizaci", "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Abyste zabránili vypršení časového limitu u větších instalací, můžete namísto toho spustit následující příkaz v hlavním adresáři:", + "Detailed logs" : "Podrobné logy", "This %s instance is currently in maintenance mode, which may take a while." : "Tato instalace %s je právě ve stavu údržby a to může chvíli trvat.", "This page will refresh itself when the %s instance is available again." : "Tato stránka se automaticky načte poté, co bude opět dostupná instance %s." },"pluralForm" :"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;" diff --git a/core/l10n/da.js b/core/l10n/da.js index b0d3c76286c..7721abad5aa 100644 --- a/core/l10n/da.js +++ b/core/l10n/da.js @@ -1,6 +1,30 @@ OC.L10N.register( "core", { + "Please select a file." : "Vælg fil", + "File is too big" : "Filen er for stor", + "Invalid file provided" : "Der er angivet en ugyldig fil", + "No image or file provided" : "Ingen fil eller billede givet", + "Unknown filetype" : "Ukendt filtype", + "Invalid image" : "Ugyldigt billede", + "An error occurred. Please contact your admin." : "Der opstod et problem. Kontakt venligst administratoren.", + "No temporary profile picture available, try again" : "Intet midlertidigt profilbillede tilgængeligt, prøv igen", + "No crop data provided" : "Ingen beskæringsdata give", + "No valid crop data provided" : "Der er ikke angivet gyldige data om beskæring", + "Crop is not square" : "Beskæringen er ikke kvadratisk", + "Couldn't reset password because the token is invalid" : "Kunne ikke nulstille kodeordet, fordi symboludtrykket er ugyldigt", + "Couldn't reset password because the token is expired" : "Kunne ikke nulstille kodeord, da tokenet er udløbet", + "Couldn't send reset email. Please make sure your username is correct." : "Der opstod et problem under afsendelse af nulstillings-e-mailen. Kontroller venligst om dit brugernavnet er korrekt", + "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Kunne ikke sende e-mail om nulstilling af kodeord, da der ikke er knyttet en e-mail-adresse til dette brugernavn. Kontakt venligst din administrator.", + "%s password reset" : "%s adgangskode nulstillet", + "Couldn't send reset email. Please contact your administrator." : "Der opstod et problem under afsending af e-mailen til nulstilling. Kontakt venligst systemadministratoren.", + "Error loading tags" : "Fejl ved indlæsning af mærker", + "Tag already exists" : "Mærket eksisterer allerede", + "Error deleting tag(s)" : "Fejl ved sletning af mærke(r)", + "Error tagging" : "Fejl ved opmærkning", + "Error untagging" : "Fejl ved fjernelse af opmærkning", + "Error favoriting" : "Fejl ved omdannelse til foretrukken", + "Error unfavoriting" : "Fejl ved fjernelse fra foretrukken.", "Couldn't send mail to following users: %s " : "Kunne ikke sende mail til følgende brugere: %s", "Preparing update" : "Forbereder opdatering", "Turned on maintenance mode" : "Startede vedligeholdelsestilstand", @@ -24,23 +48,6 @@ OC.L10N.register( "%s (incompatible)" : "%s (inkombatible)", "Following apps have been disabled: %s" : "Følgende apps er blevet deaktiveret: %s", "Already up to date" : "Allerede opdateret", - "Please select a file." : "Vælg fil", - "File is too big" : "Filen er for stor", - "Invalid file provided" : "Der er angivet en ugyldig fil", - "No image or file provided" : "Ingen fil eller billede givet", - "Unknown filetype" : "Ukendt filtype", - "Invalid image" : "Ugyldigt billede", - "An error occurred. Please contact your admin." : "Der opstod et problem. Kontakt venligst administratoren.", - "No temporary profile picture available, try again" : "Intet midlertidigt profilbillede tilgængeligt, prøv igen", - "No crop data provided" : "Ingen beskæringsdata give", - "No valid crop data provided" : "Der er ikke angivet gyldige data om beskæring", - "Crop is not square" : "Beskæringen er ikke kvadratisk", - "Couldn't reset password because the token is invalid" : "Kunne ikke nulstille kodeordet, fordi symboludtrykket er ugyldigt", - "Couldn't reset password because the token is expired" : "Kunne ikke nulstille kodeord, da tokenet er udløbet", - "Couldn't send reset email. Please make sure your username is correct." : "Der opstod et problem under afsendelse af nulstillings-e-mailen. Kontroller venligst om dit brugernavnet er korrekt", - "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Kunne ikke sende e-mail om nulstilling af kodeord, da der ikke er knyttet en e-mail-adresse til dette brugernavn. Kontakt venligst din administrator.", - "%s password reset" : "%s adgangskode nulstillet", - "Couldn't send reset email. Please contact your administrator." : "Der opstod et problem under afsending af e-mailen til nulstilling. Kontakt venligst systemadministratoren.", "Sunday" : "Søndag", "Monday" : "Mandag", "Tuesday" : "Tirsdag", @@ -157,7 +164,6 @@ OC.L10N.register( "delete" : "slet", "access control" : "Adgangskontrol", "Share details could not be loaded for this item." : "Detaljer for deling kunne ikke indlæses for dette element.", - "An error occured. Please try again" : "Der skete en fejl. Prøv venligst igen", "Share" : "Del", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Del med andre på ownCloud ved hjælp af syntaxen username@example.com/owncloud", "Error removing share" : "Fejl ved fjernelse af deling", @@ -180,7 +186,6 @@ OC.L10N.register( "new" : "ny", "_download %n file_::_download %n files_" : ["hent %n fil","hent %n filer"], "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "Opgraderingen er i gang, forlader du denne side kan det afbryde processen.", - "Updating {productName} to version {version}, this may take a while." : "Opdaterer {productName} til version {version}, det kan tage et stykke tid.", "An error occurred." : "Der opstod en fejl.", "Please reload the page." : "Genindlæs venligst siden", "The update was unsuccessful. " : "Opdateringen blev ikke gennemført.", @@ -194,13 +199,6 @@ OC.L10N.register( "Apps" : "Apps", "Admin" : "Admin", "Help" : "Hjælp", - "Error loading tags" : "Fejl ved indlæsning af mærker", - "Tag already exists" : "Mærket eksisterer allerede", - "Error deleting tag(s)" : "Fejl ved sletning af mærke(r)", - "Error tagging" : "Fejl ved opmærkning", - "Error untagging" : "Fejl ved fjernelse af opmærkning", - "Error favoriting" : "Fejl ved omdannelse til foretrukken", - "Error unfavoriting" : "Fejl ved fjernelse fra foretrukken.", "Access forbidden" : "Adgang forbudt", "File not found" : "Filen blev ikke fundet", "The specified document has not been found on the server." : "Det angivne dokument blev ikke fundet på serveren.", @@ -250,7 +248,6 @@ OC.L10N.register( "Search" : "Søg", "Server side authentication failed!" : "Server side godkendelse mislykkedes!", "Please contact your administrator." : "Kontakt venligst din administrator", - "An internal error occured." : "Der skete en intern fejl.", "Please try again or contact your administrator." : "Kontakt venligst din administrator.", "Log in" : "Log ind", "Wrong password. Reset it?" : "Forkert kodeord. Skal det nulstilles?", diff --git a/core/l10n/da.json b/core/l10n/da.json index deee7188d3b..6f21787d4f7 100644 --- a/core/l10n/da.json +++ b/core/l10n/da.json @@ -1,4 +1,28 @@ { "translations": { + "Please select a file." : "Vælg fil", + "File is too big" : "Filen er for stor", + "Invalid file provided" : "Der er angivet en ugyldig fil", + "No image or file provided" : "Ingen fil eller billede givet", + "Unknown filetype" : "Ukendt filtype", + "Invalid image" : "Ugyldigt billede", + "An error occurred. Please contact your admin." : "Der opstod et problem. Kontakt venligst administratoren.", + "No temporary profile picture available, try again" : "Intet midlertidigt profilbillede tilgængeligt, prøv igen", + "No crop data provided" : "Ingen beskæringsdata give", + "No valid crop data provided" : "Der er ikke angivet gyldige data om beskæring", + "Crop is not square" : "Beskæringen er ikke kvadratisk", + "Couldn't reset password because the token is invalid" : "Kunne ikke nulstille kodeordet, fordi symboludtrykket er ugyldigt", + "Couldn't reset password because the token is expired" : "Kunne ikke nulstille kodeord, da tokenet er udløbet", + "Couldn't send reset email. Please make sure your username is correct." : "Der opstod et problem under afsendelse af nulstillings-e-mailen. Kontroller venligst om dit brugernavnet er korrekt", + "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Kunne ikke sende e-mail om nulstilling af kodeord, da der ikke er knyttet en e-mail-adresse til dette brugernavn. Kontakt venligst din administrator.", + "%s password reset" : "%s adgangskode nulstillet", + "Couldn't send reset email. Please contact your administrator." : "Der opstod et problem under afsending af e-mailen til nulstilling. Kontakt venligst systemadministratoren.", + "Error loading tags" : "Fejl ved indlæsning af mærker", + "Tag already exists" : "Mærket eksisterer allerede", + "Error deleting tag(s)" : "Fejl ved sletning af mærke(r)", + "Error tagging" : "Fejl ved opmærkning", + "Error untagging" : "Fejl ved fjernelse af opmærkning", + "Error favoriting" : "Fejl ved omdannelse til foretrukken", + "Error unfavoriting" : "Fejl ved fjernelse fra foretrukken.", "Couldn't send mail to following users: %s " : "Kunne ikke sende mail til følgende brugere: %s", "Preparing update" : "Forbereder opdatering", "Turned on maintenance mode" : "Startede vedligeholdelsestilstand", @@ -22,23 +46,6 @@ "%s (incompatible)" : "%s (inkombatible)", "Following apps have been disabled: %s" : "Følgende apps er blevet deaktiveret: %s", "Already up to date" : "Allerede opdateret", - "Please select a file." : "Vælg fil", - "File is too big" : "Filen er for stor", - "Invalid file provided" : "Der er angivet en ugyldig fil", - "No image or file provided" : "Ingen fil eller billede givet", - "Unknown filetype" : "Ukendt filtype", - "Invalid image" : "Ugyldigt billede", - "An error occurred. Please contact your admin." : "Der opstod et problem. Kontakt venligst administratoren.", - "No temporary profile picture available, try again" : "Intet midlertidigt profilbillede tilgængeligt, prøv igen", - "No crop data provided" : "Ingen beskæringsdata give", - "No valid crop data provided" : "Der er ikke angivet gyldige data om beskæring", - "Crop is not square" : "Beskæringen er ikke kvadratisk", - "Couldn't reset password because the token is invalid" : "Kunne ikke nulstille kodeordet, fordi symboludtrykket er ugyldigt", - "Couldn't reset password because the token is expired" : "Kunne ikke nulstille kodeord, da tokenet er udløbet", - "Couldn't send reset email. Please make sure your username is correct." : "Der opstod et problem under afsendelse af nulstillings-e-mailen. Kontroller venligst om dit brugernavnet er korrekt", - "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Kunne ikke sende e-mail om nulstilling af kodeord, da der ikke er knyttet en e-mail-adresse til dette brugernavn. Kontakt venligst din administrator.", - "%s password reset" : "%s adgangskode nulstillet", - "Couldn't send reset email. Please contact your administrator." : "Der opstod et problem under afsending af e-mailen til nulstilling. Kontakt venligst systemadministratoren.", "Sunday" : "Søndag", "Monday" : "Mandag", "Tuesday" : "Tirsdag", @@ -155,7 +162,6 @@ "delete" : "slet", "access control" : "Adgangskontrol", "Share details could not be loaded for this item." : "Detaljer for deling kunne ikke indlæses for dette element.", - "An error occured. Please try again" : "Der skete en fejl. Prøv venligst igen", "Share" : "Del", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Del med andre på ownCloud ved hjælp af syntaxen username@example.com/owncloud", "Error removing share" : "Fejl ved fjernelse af deling", @@ -178,7 +184,6 @@ "new" : "ny", "_download %n file_::_download %n files_" : ["hent %n fil","hent %n filer"], "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "Opgraderingen er i gang, forlader du denne side kan det afbryde processen.", - "Updating {productName} to version {version}, this may take a while." : "Opdaterer {productName} til version {version}, det kan tage et stykke tid.", "An error occurred." : "Der opstod en fejl.", "Please reload the page." : "Genindlæs venligst siden", "The update was unsuccessful. " : "Opdateringen blev ikke gennemført.", @@ -192,13 +197,6 @@ "Apps" : "Apps", "Admin" : "Admin", "Help" : "Hjælp", - "Error loading tags" : "Fejl ved indlæsning af mærker", - "Tag already exists" : "Mærket eksisterer allerede", - "Error deleting tag(s)" : "Fejl ved sletning af mærke(r)", - "Error tagging" : "Fejl ved opmærkning", - "Error untagging" : "Fejl ved fjernelse af opmærkning", - "Error favoriting" : "Fejl ved omdannelse til foretrukken", - "Error unfavoriting" : "Fejl ved fjernelse fra foretrukken.", "Access forbidden" : "Adgang forbudt", "File not found" : "Filen blev ikke fundet", "The specified document has not been found on the server." : "Det angivne dokument blev ikke fundet på serveren.", @@ -248,7 +246,6 @@ "Search" : "Søg", "Server side authentication failed!" : "Server side godkendelse mislykkedes!", "Please contact your administrator." : "Kontakt venligst din administrator", - "An internal error occured." : "Der skete en intern fejl.", "Please try again or contact your administrator." : "Kontakt venligst din administrator.", "Log in" : "Log ind", "Wrong password. Reset it?" : "Forkert kodeord. Skal det nulstilles?", diff --git a/core/l10n/de.js b/core/l10n/de.js index 15c2db38b81..29f424ab9eb 100644 --- a/core/l10n/de.js +++ b/core/l10n/de.js @@ -1,8 +1,34 @@ OC.L10N.register( "core", { + "Please select a file." : "Bitte wähle eine Datei aus.", + "File is too big" : "Datei ist zu groß", + "Invalid file provided" : "Ungültige Datei zur Verfügung gestellt", + "No image or file provided" : "Es wurde weder ein Bild noch eine Datei zur Verfügung gestellt", + "Unknown filetype" : "Unbekannter Dateityp", + "Invalid image" : "Ungültiges Bild", + "An error occurred. Please contact your admin." : "Ein Fehler ist aufgetreten. Bitte kontaktiere den Administrator.", + "No temporary profile picture available, try again" : "Kein temporäres Profilbild verfügbar, bitte versuche es noch einmal", + "No crop data provided" : "Keine Beschnittdaten zur Verfügung gestellt", + "No valid crop data provided" : "Keine gültigen Zuschnittdaten zur Verfügung gestellt", + "Crop is not square" : "Zuschnitt ist nicht quadratisch", + "Couldn't reset password because the token is invalid" : "Das Passwort konnte aufgrund eines ungültigen Tokens nicht zurückgesetzt werden", + "Couldn't reset password because the token is expired" : "Das Passwort konnte nicht zurückgesetzt werden, da der Token abgelaufen ist", + "Couldn't send reset email. Please make sure your username is correct." : "E-Mail zum Zurücksetzen kann nicht versendet werden. Bitte stelle sicher, dass Dein Benutzername korrekt ist.", + "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Es konnte keine E-Mail verschickt werden um das Passwort zurückzusetzten, da keine E-Mail im Benutzerkonto hinterlegt ist. Bitte kontaktiere den Administrator.", + "%s password reset" : "%s-Passwort zurücksetzen", + "Couldn't send reset email. Please contact your administrator." : "Die E-Mail zum Zurücksetzen konnte nicht versendet werden. Bitte kontaktiere Deinen Administrator.", + "Error loading tags" : "Fehler beim Laden der Schlagwörter", + "Tag already exists" : "Schlagwort ist bereits vorhanden", + "Error deleting tag(s)" : "Fehler beim Löschen des Schlagwortes bzw. der Schlagwörter", + "Error tagging" : "Fehler beim Hinzufügen der Schlagwörter", + "Error untagging" : "Fehler beim Entfernen der Schlagwörter", + "Error favoriting" : "Fehler beim Favorisieren", + "Error unfavoriting" : "Fehler beim Entfernen aus den Favoriten", "Couldn't send mail to following users: %s " : "Die E-Mail konnte nicht an folgende Benutzer gesendet werden: %s", "Preparing update" : "Update vorbereiten", + "[%d / %d]: %s" : "[%d / %d]: %s", + "[%d / %d]: Checking table %s" : "[%d / %d]: Überprüfe Tabelle %s", "Turned on maintenance mode" : "Wartungsmodus eingeschaltet", "Turned off maintenance mode" : "Wartungsmodus ausgeschaltet", "Maintenance mode is kept active" : "Wartungsmodus bleibt aktiviert", @@ -24,23 +50,6 @@ OC.L10N.register( "%s (incompatible)" : "%s (nicht kompatibel)", "Following apps have been disabled: %s" : "Die folgenden Apps sind deaktiviert worden: %s", "Already up to date" : "Bereits aktuell", - "Please select a file." : "Bitte wähle eine Datei aus.", - "File is too big" : "Datei ist zu groß", - "Invalid file provided" : "Ungültige Datei zur Verfügung gestellt", - "No image or file provided" : "Es wurde weder ein Bild noch eine Datei zur Verfügung gestellt", - "Unknown filetype" : "Unbekannter Dateityp", - "Invalid image" : "Ungültiges Bild", - "An error occurred. Please contact your admin." : "Ein Fehler ist aufgetreten. Bitte kontaktiere den Administrator.", - "No temporary profile picture available, try again" : "Kein temporäres Profilbild verfügbar, bitte versuche es noch einmal", - "No crop data provided" : "Keine Beschnittdaten zur Verfügung gestellt", - "No valid crop data provided" : "Keine gültigen Zuschnittdaten zur Verfügung gestellt", - "Crop is not square" : "Zuschnitt ist nicht quadratisch", - "Couldn't reset password because the token is invalid" : "Das Passwort konnte aufgrund eines ungültigen Tokens nicht zurückgesetzt werden", - "Couldn't reset password because the token is expired" : "Das Passwort konnte nicht zurückgesetzt werden, da der Token abgelaufen ist", - "Couldn't send reset email. Please make sure your username is correct." : "E-Mail zum Zurücksetzen kann nicht versendet werden. Bitte stelle sicher, dass Dein Benutzername korrekt ist.", - "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Es konnte keine E-Mail verschickt werden um das Passwort zurückzusetzten, da keine E-Mail im Benutzerkonto hinterlegt ist. Bitte kontaktiere den Administrator.", - "%s password reset" : "%s-Passwort zurücksetzen", - "Couldn't send reset email. Please contact your administrator." : "Die E-Mail zum Zurücksetzen konnte nicht versendet werden. Bitte kontaktiere Deinen Administrator.", "Sunday" : "Sonntag", "Monday" : "Montag", "Tuesday" : "Dienstag", @@ -169,7 +178,7 @@ OC.L10N.register( "Share details could not be loaded for this item." : "Details der geteilten Freigabe konnten nicht geladen werden zu diesem Eintrag.", "No users or groups found for {search}" : "Kein Benutzer oder Gruppen gefunden für {search}", "No users found for {search}" : "Kein Benutzer gefunden für {search}", - "An error occured. Please try again" : "Es ist ein Fehler aufgetreten. Bitte versuche es noch einmal", + "An error occurred. Please try again" : "Es ist ein Fehler aufgetreten. Bitte versuche es noch einmal", "{sharee} (group)" : "{sharee} (group)", "{sharee} (at {server})" : "{sharee} (at {server})", "{sharee} (remote)" : "{sharee} (remote)", @@ -203,7 +212,7 @@ OC.L10N.register( "new" : "neu", "_download %n file_::_download %n files_" : ["Lade %n Datei herunter","Lade %n Dateien herunter"], "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "Das Update läuft gerade. Das Verlassen dieser Seite könnte den Update Prozess in einigen Umgebungen unterbrechen.", - "Updating {productName} to version {version}, this may take a while." : "Aktualisiere {productName} auf Version {version}. Dies könnte eine Weile dauern.", + "Updating to {version}" : "Aktualisierung auf {version}", "An error occurred." : "Es ist ein Fehler aufgetreten.", "Please reload the page." : "Bitte lade die Seite neu.", "The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Das Update war nicht erfolgreich. Für weitere Informationen <a href=\"{url}\"> schaue bitte in unser Forum </a> um das Problem zu lösen.", @@ -218,13 +227,6 @@ OC.L10N.register( "Apps" : "Apps", "Admin" : "Administration", "Help" : "Hilfe", - "Error loading tags" : "Fehler beim Laden der Schlagwörter", - "Tag already exists" : "Schlagwort ist bereits vorhanden", - "Error deleting tag(s)" : "Fehler beim Löschen des Schlagwortes bzw. der Schlagwörter", - "Error tagging" : "Fehler beim Hinzufügen der Schlagwörter", - "Error untagging" : "Fehler beim Entfernen der Schlagwörter", - "Error favoriting" : "Fehler beim Favorisieren", - "Error unfavoriting" : "Fehler beim Entfernen aus den Favoriten", "Access forbidden" : "Zugriff verboten", "File not found" : "Datei nicht gefunden", "The specified document has not been found on the server." : "Das ausgewählte Dokument wurde auf dem Server nicht gefunden.", @@ -275,7 +277,7 @@ OC.L10N.register( "Search" : "Suche", "Server side authentication failed!" : "Serverseitige Authentifizierung fehlgeschlagen!", "Please contact your administrator." : "Bitte kontaktiere Deinen Administrator.", - "An internal error occured." : "Es ist ein interner Fehler aufgetreten.", + "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.", "Log in" : "Anmelden", "Wrong password. Reset it?" : "Falsches Passwort. Soll es zurückgesetzt werden?", @@ -302,6 +304,7 @@ OC.L10N.register( "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Bitte stelle vor dem Fortsetzen sicher, dass die Datenbank, der Konfigurationsordner und der Datenordner gesichert wurden.", "Start update" : "Aktualisierung starten", "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Zur Vermeidung von Zeitüberschreitungen bei größeren Installationen kannst Du stattdessen den folgenden Befehl in Deinem Installationsverzeichnis ausführen:", + "Detailed logs" : "Detaillierte Fehlermeldungen", "This %s instance is currently in maintenance mode, which may take a while." : "Diese %s-Instanz befindet sich gerade im Wartungsmodus, was eine Weile dauern kann.", "This page will refresh itself when the %s instance is available again." : "Diese Seite aktualisiert sich automatisch, wenn die %s-Instanz wieder verfügbar ist." }, diff --git a/core/l10n/de.json b/core/l10n/de.json index 8c6ace191b6..20a17e8bc30 100644 --- a/core/l10n/de.json +++ b/core/l10n/de.json @@ -1,6 +1,32 @@ { "translations": { + "Please select a file." : "Bitte wähle eine Datei aus.", + "File is too big" : "Datei ist zu groß", + "Invalid file provided" : "Ungültige Datei zur Verfügung gestellt", + "No image or file provided" : "Es wurde weder ein Bild noch eine Datei zur Verfügung gestellt", + "Unknown filetype" : "Unbekannter Dateityp", + "Invalid image" : "Ungültiges Bild", + "An error occurred. Please contact your admin." : "Ein Fehler ist aufgetreten. Bitte kontaktiere den Administrator.", + "No temporary profile picture available, try again" : "Kein temporäres Profilbild verfügbar, bitte versuche es noch einmal", + "No crop data provided" : "Keine Beschnittdaten zur Verfügung gestellt", + "No valid crop data provided" : "Keine gültigen Zuschnittdaten zur Verfügung gestellt", + "Crop is not square" : "Zuschnitt ist nicht quadratisch", + "Couldn't reset password because the token is invalid" : "Das Passwort konnte aufgrund eines ungültigen Tokens nicht zurückgesetzt werden", + "Couldn't reset password because the token is expired" : "Das Passwort konnte nicht zurückgesetzt werden, da der Token abgelaufen ist", + "Couldn't send reset email. Please make sure your username is correct." : "E-Mail zum Zurücksetzen kann nicht versendet werden. Bitte stelle sicher, dass Dein Benutzername korrekt ist.", + "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Es konnte keine E-Mail verschickt werden um das Passwort zurückzusetzten, da keine E-Mail im Benutzerkonto hinterlegt ist. Bitte kontaktiere den Administrator.", + "%s password reset" : "%s-Passwort zurücksetzen", + "Couldn't send reset email. Please contact your administrator." : "Die E-Mail zum Zurücksetzen konnte nicht versendet werden. Bitte kontaktiere Deinen Administrator.", + "Error loading tags" : "Fehler beim Laden der Schlagwörter", + "Tag already exists" : "Schlagwort ist bereits vorhanden", + "Error deleting tag(s)" : "Fehler beim Löschen des Schlagwortes bzw. der Schlagwörter", + "Error tagging" : "Fehler beim Hinzufügen der Schlagwörter", + "Error untagging" : "Fehler beim Entfernen der Schlagwörter", + "Error favoriting" : "Fehler beim Favorisieren", + "Error unfavoriting" : "Fehler beim Entfernen aus den Favoriten", "Couldn't send mail to following users: %s " : "Die E-Mail konnte nicht an folgende Benutzer gesendet werden: %s", "Preparing update" : "Update vorbereiten", + "[%d / %d]: %s" : "[%d / %d]: %s", + "[%d / %d]: Checking table %s" : "[%d / %d]: Überprüfe Tabelle %s", "Turned on maintenance mode" : "Wartungsmodus eingeschaltet", "Turned off maintenance mode" : "Wartungsmodus ausgeschaltet", "Maintenance mode is kept active" : "Wartungsmodus bleibt aktiviert", @@ -22,23 +48,6 @@ "%s (incompatible)" : "%s (nicht kompatibel)", "Following apps have been disabled: %s" : "Die folgenden Apps sind deaktiviert worden: %s", "Already up to date" : "Bereits aktuell", - "Please select a file." : "Bitte wähle eine Datei aus.", - "File is too big" : "Datei ist zu groß", - "Invalid file provided" : "Ungültige Datei zur Verfügung gestellt", - "No image or file provided" : "Es wurde weder ein Bild noch eine Datei zur Verfügung gestellt", - "Unknown filetype" : "Unbekannter Dateityp", - "Invalid image" : "Ungültiges Bild", - "An error occurred. Please contact your admin." : "Ein Fehler ist aufgetreten. Bitte kontaktiere den Administrator.", - "No temporary profile picture available, try again" : "Kein temporäres Profilbild verfügbar, bitte versuche es noch einmal", - "No crop data provided" : "Keine Beschnittdaten zur Verfügung gestellt", - "No valid crop data provided" : "Keine gültigen Zuschnittdaten zur Verfügung gestellt", - "Crop is not square" : "Zuschnitt ist nicht quadratisch", - "Couldn't reset password because the token is invalid" : "Das Passwort konnte aufgrund eines ungültigen Tokens nicht zurückgesetzt werden", - "Couldn't reset password because the token is expired" : "Das Passwort konnte nicht zurückgesetzt werden, da der Token abgelaufen ist", - "Couldn't send reset email. Please make sure your username is correct." : "E-Mail zum Zurücksetzen kann nicht versendet werden. Bitte stelle sicher, dass Dein Benutzername korrekt ist.", - "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Es konnte keine E-Mail verschickt werden um das Passwort zurückzusetzten, da keine E-Mail im Benutzerkonto hinterlegt ist. Bitte kontaktiere den Administrator.", - "%s password reset" : "%s-Passwort zurücksetzen", - "Couldn't send reset email. Please contact your administrator." : "Die E-Mail zum Zurücksetzen konnte nicht versendet werden. Bitte kontaktiere Deinen Administrator.", "Sunday" : "Sonntag", "Monday" : "Montag", "Tuesday" : "Dienstag", @@ -167,7 +176,7 @@ "Share details could not be loaded for this item." : "Details der geteilten Freigabe konnten nicht geladen werden zu diesem Eintrag.", "No users or groups found for {search}" : "Kein Benutzer oder Gruppen gefunden für {search}", "No users found for {search}" : "Kein Benutzer gefunden für {search}", - "An error occured. Please try again" : "Es ist ein Fehler aufgetreten. Bitte versuche es noch einmal", + "An error occurred. Please try again" : "Es ist ein Fehler aufgetreten. Bitte versuche es noch einmal", "{sharee} (group)" : "{sharee} (group)", "{sharee} (at {server})" : "{sharee} (at {server})", "{sharee} (remote)" : "{sharee} (remote)", @@ -201,7 +210,7 @@ "new" : "neu", "_download %n file_::_download %n files_" : ["Lade %n Datei herunter","Lade %n Dateien herunter"], "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "Das Update läuft gerade. Das Verlassen dieser Seite könnte den Update Prozess in einigen Umgebungen unterbrechen.", - "Updating {productName} to version {version}, this may take a while." : "Aktualisiere {productName} auf Version {version}. Dies könnte eine Weile dauern.", + "Updating to {version}" : "Aktualisierung auf {version}", "An error occurred." : "Es ist ein Fehler aufgetreten.", "Please reload the page." : "Bitte lade die Seite neu.", "The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Das Update war nicht erfolgreich. Für weitere Informationen <a href=\"{url}\"> schaue bitte in unser Forum </a> um das Problem zu lösen.", @@ -216,13 +225,6 @@ "Apps" : "Apps", "Admin" : "Administration", "Help" : "Hilfe", - "Error loading tags" : "Fehler beim Laden der Schlagwörter", - "Tag already exists" : "Schlagwort ist bereits vorhanden", - "Error deleting tag(s)" : "Fehler beim Löschen des Schlagwortes bzw. der Schlagwörter", - "Error tagging" : "Fehler beim Hinzufügen der Schlagwörter", - "Error untagging" : "Fehler beim Entfernen der Schlagwörter", - "Error favoriting" : "Fehler beim Favorisieren", - "Error unfavoriting" : "Fehler beim Entfernen aus den Favoriten", "Access forbidden" : "Zugriff verboten", "File not found" : "Datei nicht gefunden", "The specified document has not been found on the server." : "Das ausgewählte Dokument wurde auf dem Server nicht gefunden.", @@ -273,7 +275,7 @@ "Search" : "Suche", "Server side authentication failed!" : "Serverseitige Authentifizierung fehlgeschlagen!", "Please contact your administrator." : "Bitte kontaktiere Deinen Administrator.", - "An internal error occured." : "Es ist ein interner Fehler aufgetreten.", + "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.", "Log in" : "Anmelden", "Wrong password. Reset it?" : "Falsches Passwort. Soll es zurückgesetzt werden?", @@ -300,6 +302,7 @@ "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Bitte stelle vor dem Fortsetzen sicher, dass die Datenbank, der Konfigurationsordner und der Datenordner gesichert wurden.", "Start update" : "Aktualisierung starten", "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Zur Vermeidung von Zeitüberschreitungen bei größeren Installationen kannst Du stattdessen den folgenden Befehl in Deinem Installationsverzeichnis ausführen:", + "Detailed logs" : "Detaillierte Fehlermeldungen", "This %s instance is currently in maintenance mode, which may take a while." : "Diese %s-Instanz befindet sich gerade im Wartungsmodus, was eine Weile dauern kann.", "This page will refresh itself when the %s instance is available again." : "Diese Seite aktualisiert sich automatisch, wenn die %s-Instanz wieder verfügbar ist." },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/core/l10n/de_DE.js b/core/l10n/de_DE.js index 8bdb086714a..1833319b638 100644 --- a/core/l10n/de_DE.js +++ b/core/l10n/de_DE.js @@ -1,8 +1,34 @@ OC.L10N.register( "core", { + "Please select a file." : "Bitte wählen Sie eine Datei aus.", + "File is too big" : "Datei ist zu groß", + "Invalid file provided" : "Ungültige Datei zur Verfügung gestellt", + "No image or file provided" : "Es wurde weder ein Bild noch eine Datei zur Verfügung gestellt", + "Unknown filetype" : "Unbekannter Dateityp", + "Invalid image" : "Ungültiges Bild", + "An error occurred. Please contact your admin." : "Es ist ein Fehler aufgetreten, bitte kontaktieren Sie Ihren Administrator.", + "No temporary profile picture available, try again" : "Kein temporäres Profilbild verfügbar, bitte versuchen Sie es noch einmal", + "No crop data provided" : "Keine Beschnittdaten zur Verfügung gestellt", + "No valid crop data provided" : "Keine gültigen Zuschnittdaten zur Verfügung gestellt", + "Crop is not square" : "Zuschnitt ist nicht quadratisch", + "Couldn't reset password because the token is invalid" : "Das Passwort konnte aufgrund eines ungültigen Tokens nicht zurückgesetzt werden", + "Couldn't reset password because the token is expired" : "Das Passwort konnte nicht zurückgesetzt werden, da der Token abgelaufen ist", + "Couldn't send reset email. Please make sure your username is correct." : "E-Mail zum Zurücksetzen kann nicht versendet werden. Bitte stellen Sie sicher, dass Ihr Benutzername richtig ist.", + "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Es konnte keine E-Mail verschickt werden um das Passwort zurückzusetzten, da keine E-Mail im Benutzerkonto hinterlegt ist. Bitte kontaktieren Sie den Administrator.", + "%s password reset" : "%s-Passwort zurücksetzen", + "Couldn't send reset email. Please contact your administrator." : "Die E-Mail zum Zurücksetzen konnte nicht versendet werden. Bitte kontaktieren Sie Ihren Administrator.", + "Error loading tags" : "Fehler beim Laden der Schlagwörter", + "Tag already exists" : "Schlagwort ist bereits vorhanden", + "Error deleting tag(s)" : "Fehler beim Löschen des Schlagwortes bzw. der Schlagwörter", + "Error tagging" : "Fehler beim Hinzufügen der Schlagwörter", + "Error untagging" : "Fehler beim Entfernen der Schlagwörter", + "Error favoriting" : "Fehler beim Hinzufügen zu den Favoriten", + "Error unfavoriting" : "Fehler beim Entfernen aus den Favoriten", "Couldn't send mail to following users: %s " : "An folgende Benutzer konnte keine E-Mail gesendet werden: %s", "Preparing update" : "Update vorbereiten", + "[%d / %d]: %s" : "[%d / %d]: %s", + "[%d / %d]: Checking table %s" : "[%d / %d]: Überprüfe Tabelle %s", "Turned on maintenance mode" : "Wartungsmodus eingeschaltet ", "Turned off maintenance mode" : "Wartungsmodus ausgeschaltet", "Maintenance mode is kept active" : "Wartungsmodus bleibt aktiviert", @@ -24,23 +50,6 @@ OC.L10N.register( "%s (incompatible)" : "%s (inkompatibel)", "Following apps have been disabled: %s" : "Die folgenden Apps sind deaktiviert worden: %s", "Already up to date" : "Bereits aktuell", - "Please select a file." : "Bitte wählen Sie eine Datei aus.", - "File is too big" : "Datei ist zu groß", - "Invalid file provided" : "Ungültige Datei zur Verfügung gestellt", - "No image or file provided" : "Es wurde weder ein Bild noch eine Datei zur Verfügung gestellt", - "Unknown filetype" : "Unbekannter Dateityp", - "Invalid image" : "Ungültiges Bild", - "An error occurred. Please contact your admin." : "Es ist ein Fehler aufgetreten, bitte kontaktieren Sie Ihren Administrator.", - "No temporary profile picture available, try again" : "Kein temporäres Profilbild verfügbar, bitte versuchen Sie es noch einmal", - "No crop data provided" : "Keine Beschnittdaten zur Verfügung gestellt", - "No valid crop data provided" : "Keine gültigen Zuschnittdaten zur Verfügung gestellt", - "Crop is not square" : "Zuschnitt ist nicht quadratisch", - "Couldn't reset password because the token is invalid" : "Das Passwort konnte aufgrund eines ungültigen Tokens nicht zurückgesetzt werden", - "Couldn't reset password because the token is expired" : "Das Passwort konnte nicht zurückgesetzt werden, da der Token abgelaufen ist", - "Couldn't send reset email. Please make sure your username is correct." : "E-Mail zum Zurücksetzen kann nicht versendet werden. Bitte stellen Sie sicher, dass Ihr Benutzername richtig ist.", - "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Es konnte keine E-Mail verschickt werden um das Passwort zurückzusetzten, da keine E-Mail im Benutzerkonto hinterlegt ist. Bitte kontaktieren Sie den Administrator.", - "%s password reset" : "%s-Passwort zurücksetzen", - "Couldn't send reset email. Please contact your administrator." : "Die E-Mail zum Zurücksetzen konnte nicht versendet werden. Bitte kontaktieren Sie Ihren Administrator.", "Sunday" : "Sonntag", "Monday" : "Montag", "Tuesday" : "Dienstag", @@ -169,7 +178,7 @@ OC.L10N.register( "Share details could not be loaded for this item." : "Die Freigabedetails konnten für dieses Element nicht geladen werden.", "No users or groups found for {search}" : "Keine Benutzer oder Gruppen für {search} gefunden", "No users found for {search}" : "Keine Benutzer für {search} gefunden", - "An error occured. Please try again" : "Es ist ein Fehler aufgetreten. Bitte versuchen Sie es noch einmal", + "An error occurred. Please try again" : "Es ist ein Fehler aufgetreten. Bitte versuchen Sie es noch einmal", "{sharee} (group)" : "{sharee} (Gruppe)", "{sharee} (at {server})" : "{sharee} (über {server})", "{sharee} (remote)" : "{sharee} (entfernt)", @@ -203,7 +212,7 @@ OC.L10N.register( "new" : "Neu", "_download %n file_::_download %n files_" : ["Lade %n Datei herunter","Lade %n Dateien herunter"], "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "Das Upgrade läuft noch , diese Seite zu verlassen könnte das Verfahren in einigen Umgebungen unterbrechen.", - "Updating {productName} to version {version}, this may take a while." : "{productName} wird auf Version {version} aktualisiert. Das könnte eine Weile dauern.", + "Updating to {version}" : "Aktualisierung auf {version}", "An error occurred." : "Ein Fehler ist aufgetreten.", "Please reload the page." : "Bitte laden Sie die Seite neu.", "The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Das Update war nicht erfolgreich. Für mehr Informationen <a href=\"{url}\">lesen Sie unseren Forenbeitrag</a> zu diesem Thema.", @@ -218,13 +227,6 @@ OC.L10N.register( "Apps" : "Apps", "Admin" : "Administrator", "Help" : "Hilfe", - "Error loading tags" : "Fehler beim Laden der Schlagwörter", - "Tag already exists" : "Schlagwort ist bereits vorhanden", - "Error deleting tag(s)" : "Fehler beim Löschen des Schlagwortes bzw. der Schlagwörter", - "Error tagging" : "Fehler beim Hinzufügen der Schlagwörter", - "Error untagging" : "Fehler beim Entfernen der Schlagwörter", - "Error favoriting" : "Fehler beim Hinzufügen zu den Favoriten", - "Error unfavoriting" : "Fehler beim Entfernen aus den Favoriten", "Access forbidden" : "Zugriff verboten", "File not found" : "Datei nicht gefunden", "The specified document has not been found on the server." : "Das ausgewählte Dokument wurde auf dem Server nicht gefunden.", @@ -275,7 +277,7 @@ OC.L10N.register( "Search" : "Suche", "Server side authentication failed!" : "Serverseitige Authentifizierung fehlgeschlagen!", "Please contact your administrator." : "Bitte kontaktieren Sie Ihren Administrator.", - "An internal error occured." : "Es ist ein interner Fehler aufgetreten.", + "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.", "Log in" : "Einloggen", "Wrong password. Reset it?" : "Falsches Passwort. Soll es zurückgesetzt werden?", @@ -302,6 +304,7 @@ OC.L10N.register( "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Stellen Sie vor dem Fortsetzen bitte sicher, dass die Datenbank, der Konfigurationsordner und der Datenordner gesichert wurden.", "Start update" : "Aktualisierung starten", "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Zur Vermeidung von Zeitüberschreitungen bei größeren Installationen können Sie stattdessen den folgenden Befehl in Ihrem Installationsverzeichnis ausführen:", + "Detailed logs" : "Detaillierte Fehlermeldungen", "This %s instance is currently in maintenance mode, which may take a while." : "Diese %s-Instanz befindet sich gerade im Wartungsmodus, was eine Weile dauern kann.", "This page will refresh itself when the %s instance is available again." : "Diese Seite aktualisiert sich automatisch, wenn die %s-Instanz wieder verfügbar ist." }, diff --git a/core/l10n/de_DE.json b/core/l10n/de_DE.json index afe31bceff7..00f5d60919b 100644 --- a/core/l10n/de_DE.json +++ b/core/l10n/de_DE.json @@ -1,6 +1,32 @@ { "translations": { + "Please select a file." : "Bitte wählen Sie eine Datei aus.", + "File is too big" : "Datei ist zu groß", + "Invalid file provided" : "Ungültige Datei zur Verfügung gestellt", + "No image or file provided" : "Es wurde weder ein Bild noch eine Datei zur Verfügung gestellt", + "Unknown filetype" : "Unbekannter Dateityp", + "Invalid image" : "Ungültiges Bild", + "An error occurred. Please contact your admin." : "Es ist ein Fehler aufgetreten, bitte kontaktieren Sie Ihren Administrator.", + "No temporary profile picture available, try again" : "Kein temporäres Profilbild verfügbar, bitte versuchen Sie es noch einmal", + "No crop data provided" : "Keine Beschnittdaten zur Verfügung gestellt", + "No valid crop data provided" : "Keine gültigen Zuschnittdaten zur Verfügung gestellt", + "Crop is not square" : "Zuschnitt ist nicht quadratisch", + "Couldn't reset password because the token is invalid" : "Das Passwort konnte aufgrund eines ungültigen Tokens nicht zurückgesetzt werden", + "Couldn't reset password because the token is expired" : "Das Passwort konnte nicht zurückgesetzt werden, da der Token abgelaufen ist", + "Couldn't send reset email. Please make sure your username is correct." : "E-Mail zum Zurücksetzen kann nicht versendet werden. Bitte stellen Sie sicher, dass Ihr Benutzername richtig ist.", + "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Es konnte keine E-Mail verschickt werden um das Passwort zurückzusetzten, da keine E-Mail im Benutzerkonto hinterlegt ist. Bitte kontaktieren Sie den Administrator.", + "%s password reset" : "%s-Passwort zurücksetzen", + "Couldn't send reset email. Please contact your administrator." : "Die E-Mail zum Zurücksetzen konnte nicht versendet werden. Bitte kontaktieren Sie Ihren Administrator.", + "Error loading tags" : "Fehler beim Laden der Schlagwörter", + "Tag already exists" : "Schlagwort ist bereits vorhanden", + "Error deleting tag(s)" : "Fehler beim Löschen des Schlagwortes bzw. der Schlagwörter", + "Error tagging" : "Fehler beim Hinzufügen der Schlagwörter", + "Error untagging" : "Fehler beim Entfernen der Schlagwörter", + "Error favoriting" : "Fehler beim Hinzufügen zu den Favoriten", + "Error unfavoriting" : "Fehler beim Entfernen aus den Favoriten", "Couldn't send mail to following users: %s " : "An folgende Benutzer konnte keine E-Mail gesendet werden: %s", "Preparing update" : "Update vorbereiten", + "[%d / %d]: %s" : "[%d / %d]: %s", + "[%d / %d]: Checking table %s" : "[%d / %d]: Überprüfe Tabelle %s", "Turned on maintenance mode" : "Wartungsmodus eingeschaltet ", "Turned off maintenance mode" : "Wartungsmodus ausgeschaltet", "Maintenance mode is kept active" : "Wartungsmodus bleibt aktiviert", @@ -22,23 +48,6 @@ "%s (incompatible)" : "%s (inkompatibel)", "Following apps have been disabled: %s" : "Die folgenden Apps sind deaktiviert worden: %s", "Already up to date" : "Bereits aktuell", - "Please select a file." : "Bitte wählen Sie eine Datei aus.", - "File is too big" : "Datei ist zu groß", - "Invalid file provided" : "Ungültige Datei zur Verfügung gestellt", - "No image or file provided" : "Es wurde weder ein Bild noch eine Datei zur Verfügung gestellt", - "Unknown filetype" : "Unbekannter Dateityp", - "Invalid image" : "Ungültiges Bild", - "An error occurred. Please contact your admin." : "Es ist ein Fehler aufgetreten, bitte kontaktieren Sie Ihren Administrator.", - "No temporary profile picture available, try again" : "Kein temporäres Profilbild verfügbar, bitte versuchen Sie es noch einmal", - "No crop data provided" : "Keine Beschnittdaten zur Verfügung gestellt", - "No valid crop data provided" : "Keine gültigen Zuschnittdaten zur Verfügung gestellt", - "Crop is not square" : "Zuschnitt ist nicht quadratisch", - "Couldn't reset password because the token is invalid" : "Das Passwort konnte aufgrund eines ungültigen Tokens nicht zurückgesetzt werden", - "Couldn't reset password because the token is expired" : "Das Passwort konnte nicht zurückgesetzt werden, da der Token abgelaufen ist", - "Couldn't send reset email. Please make sure your username is correct." : "E-Mail zum Zurücksetzen kann nicht versendet werden. Bitte stellen Sie sicher, dass Ihr Benutzername richtig ist.", - "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Es konnte keine E-Mail verschickt werden um das Passwort zurückzusetzten, da keine E-Mail im Benutzerkonto hinterlegt ist. Bitte kontaktieren Sie den Administrator.", - "%s password reset" : "%s-Passwort zurücksetzen", - "Couldn't send reset email. Please contact your administrator." : "Die E-Mail zum Zurücksetzen konnte nicht versendet werden. Bitte kontaktieren Sie Ihren Administrator.", "Sunday" : "Sonntag", "Monday" : "Montag", "Tuesday" : "Dienstag", @@ -167,7 +176,7 @@ "Share details could not be loaded for this item." : "Die Freigabedetails konnten für dieses Element nicht geladen werden.", "No users or groups found for {search}" : "Keine Benutzer oder Gruppen für {search} gefunden", "No users found for {search}" : "Keine Benutzer für {search} gefunden", - "An error occured. Please try again" : "Es ist ein Fehler aufgetreten. Bitte versuchen Sie es noch einmal", + "An error occurred. Please try again" : "Es ist ein Fehler aufgetreten. Bitte versuchen Sie es noch einmal", "{sharee} (group)" : "{sharee} (Gruppe)", "{sharee} (at {server})" : "{sharee} (über {server})", "{sharee} (remote)" : "{sharee} (entfernt)", @@ -201,7 +210,7 @@ "new" : "Neu", "_download %n file_::_download %n files_" : ["Lade %n Datei herunter","Lade %n Dateien herunter"], "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "Das Upgrade läuft noch , diese Seite zu verlassen könnte das Verfahren in einigen Umgebungen unterbrechen.", - "Updating {productName} to version {version}, this may take a while." : "{productName} wird auf Version {version} aktualisiert. Das könnte eine Weile dauern.", + "Updating to {version}" : "Aktualisierung auf {version}", "An error occurred." : "Ein Fehler ist aufgetreten.", "Please reload the page." : "Bitte laden Sie die Seite neu.", "The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Das Update war nicht erfolgreich. Für mehr Informationen <a href=\"{url}\">lesen Sie unseren Forenbeitrag</a> zu diesem Thema.", @@ -216,13 +225,6 @@ "Apps" : "Apps", "Admin" : "Administrator", "Help" : "Hilfe", - "Error loading tags" : "Fehler beim Laden der Schlagwörter", - "Tag already exists" : "Schlagwort ist bereits vorhanden", - "Error deleting tag(s)" : "Fehler beim Löschen des Schlagwortes bzw. der Schlagwörter", - "Error tagging" : "Fehler beim Hinzufügen der Schlagwörter", - "Error untagging" : "Fehler beim Entfernen der Schlagwörter", - "Error favoriting" : "Fehler beim Hinzufügen zu den Favoriten", - "Error unfavoriting" : "Fehler beim Entfernen aus den Favoriten", "Access forbidden" : "Zugriff verboten", "File not found" : "Datei nicht gefunden", "The specified document has not been found on the server." : "Das ausgewählte Dokument wurde auf dem Server nicht gefunden.", @@ -273,7 +275,7 @@ "Search" : "Suche", "Server side authentication failed!" : "Serverseitige Authentifizierung fehlgeschlagen!", "Please contact your administrator." : "Bitte kontaktieren Sie Ihren Administrator.", - "An internal error occured." : "Es ist ein interner Fehler aufgetreten.", + "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.", "Log in" : "Einloggen", "Wrong password. Reset it?" : "Falsches Passwort. Soll es zurückgesetzt werden?", @@ -300,6 +302,7 @@ "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Stellen Sie vor dem Fortsetzen bitte sicher, dass die Datenbank, der Konfigurationsordner und der Datenordner gesichert wurden.", "Start update" : "Aktualisierung starten", "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Zur Vermeidung von Zeitüberschreitungen bei größeren Installationen können Sie stattdessen den folgenden Befehl in Ihrem Installationsverzeichnis ausführen:", + "Detailed logs" : "Detaillierte Fehlermeldungen", "This %s instance is currently in maintenance mode, which may take a while." : "Diese %s-Instanz befindet sich gerade im Wartungsmodus, was eine Weile dauern kann.", "This page will refresh itself when the %s instance is available again." : "Diese Seite aktualisiert sich automatisch, wenn die %s-Instanz wieder verfügbar ist." },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/core/l10n/el.js b/core/l10n/el.js index 819d97aaa2b..c589ff20fbe 100644 --- a/core/l10n/el.js +++ b/core/l10n/el.js @@ -1,6 +1,29 @@ OC.L10N.register( "core", { + "Please select a file." : "Παρακαλώ επιλέξτε αρχείο.", + "File is too big" : "Το αρχείο είναι πολύ μεγάλο", + "Invalid file provided" : "Έχει δοθεί μη έγκυρο αρχείο", + "No image or file provided" : "Δεν δόθηκε εικόνα ή αρχείο", + "Unknown filetype" : "Άγνωστος τύπος αρχείου", + "Invalid image" : "Μη έγκυρη εικόνα", + "An error occurred. Please contact your admin." : "Προέκυψε σφάλμα. Παρακαλώ επικοινωνήστε με τον διαχειριστή σας.", + "No temporary profile picture available, try again" : "Δεν υπάρχει προσωρινή φωτογραφία προφίλ διαθέσιμη, δοκιμάστε ξανά", + "No crop data provided" : "Δεν δόθηκαν δεδομένα περικοπής", + "No valid crop data provided" : "Έχουν δοθεί μη έγκυρα δεδομένα περικοπής", + "Crop is not square" : "Η περικοπή δεν εχει τετραγωνικό σχήμα", + "Couldn't reset password because the token is invalid" : "Αδυναμία επαναφοράς κωδικού πρόσβασης καθώς το τεκμήριο είναι άκυρο", + "Couldn't reset password because the token is expired" : "Αδυναμία επαναφοράς κωδικού πρόσβασης επειδή το token έχει λήξει", + "Couldn't send reset email. Please make sure your username is correct." : "Αδυναμία αποστολής ηλ. μηνύματος επαναφοράς. Παρακαλώ ελέγξτε ότι το όνομα χρήστη σας είναι ορθό.", + "%s password reset" : "%s επαναφορά κωδικού πρόσβασης", + "Couldn't send reset email. Please contact your administrator." : "Αδυναμία αποστολής ηλ. μηνύματος επαναφοράς. Παρακαλώ επικοινωνήστε με το διαχειριστή σας.", + "Error loading tags" : "Σφάλμα φόρτωσης ετικετών", + "Tag already exists" : "Υπάρχει ήδη η ετικέτα", + "Error deleting tag(s)" : "Σφάλμα διαγραφής ετικέτας(ων)", + "Error tagging" : "Σφάλμα προσθήκης ετικέτας", + "Error untagging" : "Σφάλμα αφαίρεσης ετικέτας", + "Error favoriting" : "Σφάλμα προσθήκης στα αγαπημένα", + "Error unfavoriting" : "Σφάλμα αφαίρεσης από τα αγαπημένα", "Couldn't send mail to following users: %s " : "Αδυναμία αποστολής μηνύματος στους ακόλουθους χρήστες: %s", "Preparing update" : "Προετοιμασία ενημέρωσης", "Turned on maintenance mode" : "Η κατάσταση συντήρησης ενεργοποιήθηκε", @@ -20,22 +43,6 @@ OC.L10N.register( "%s (incompatible)" : "%s (ασύμβατη)", "Following apps have been disabled: %s" : "Οι ακόλουθες εφαρμογές έχουν απενεργοποιηθεί: %s", "Already up to date" : "Ήδη ενημερωμένο", - "Please select a file." : "Παρακαλώ επιλέξτε αρχείο.", - "File is too big" : "Το αρχείο είναι πολύ μεγάλο", - "Invalid file provided" : "Έχει δοθεί μη έγκυρο αρχείο", - "No image or file provided" : "Δεν δόθηκε εικόνα ή αρχείο", - "Unknown filetype" : "Άγνωστος τύπος αρχείου", - "Invalid image" : "Μη έγκυρη εικόνα", - "An error occurred. Please contact your admin." : "Προέκυψε σφάλμα. Παρακαλώ επικοινωνήστε με τον διαχειριστή σας.", - "No temporary profile picture available, try again" : "Δεν υπάρχει προσωρινή φωτογραφία προφίλ διαθέσιμη, δοκιμάστε ξανά", - "No crop data provided" : "Δεν δόθηκαν δεδομένα περικοπής", - "No valid crop data provided" : "Έχουν δοθεί μη έγκυρα δεδομένα περικοπής", - "Crop is not square" : "Η περικοπή δεν εχει τετραγωνικό σχήμα", - "Couldn't reset password because the token is invalid" : "Αδυναμία επαναφοράς κωδικού πρόσβασης καθώς το τεκμήριο είναι άκυρο", - "Couldn't reset password because the token is expired" : "Αδυναμία επαναφοράς κωδικού πρόσβασης επειδή το token έχει λήξει", - "Couldn't send reset email. Please make sure your username is correct." : "Αδυναμία αποστολής ηλ. μηνύματος επαναφοράς. Παρακαλώ ελέγξτε ότι το όνομα χρήστη σας είναι ορθό.", - "%s password reset" : "%s επαναφορά κωδικού πρόσβασης", - "Couldn't send reset email. Please contact your administrator." : "Αδυναμία αποστολής ηλ. μηνύματος επαναφοράς. Παρακαλώ επικοινωνήστε με το διαχειριστή σας.", "Sunday" : "Κυριακή", "Monday" : "Δευτέρα", "Tuesday" : "Τρίτη", @@ -152,7 +159,6 @@ OC.L10N.register( "delete" : "διαγραφή", "access control" : "έλεγχος πρόσβασης", "Share details could not be loaded for this item." : "Αδυναμία φόρτωσης λεπτομερειών διαμοιρασμού για αυτό το αντικείμενο.", - "An error occured. Please try again" : "Ένα σφάλμα προέκυψε. Παρακαλώ προσπαθήστε ξανά", "Share" : "Διαμοιρασμός", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Διαμοιρασμός με άτομα σε άλλα ownClouds χρησιμοποιώντας την σύνταξη username@example.com/owncloud", "Warning" : "Προειδοποίηση", @@ -172,7 +178,6 @@ OC.L10N.register( "Hello {name}" : "Γεια σου {name}", "_download %n file_::_download %n files_" : ["λήψη %n αρχείου","λήψη %n αρχείων"], "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "Η αναβάθμιση είναι σε εξέλιξη, αν φύγετε από αυτή τη σελίδα μπορεί να διακοπεί η διαδικασία σε ορισμένα περιβάλλοντα χρήσης.", - "Updating {productName} to version {version}, this may take a while." : "Ενημέρωση του {productName} στην έκδοση {version}, αυτό μπορεί να διαρκέσει λίγη ώρα.", "An error occurred." : "Παρουσιάστηκε σφάλμα", "Please reload the page." : "Παρακαλώ επαναφορτώστε τη σελίδα.", "The update was unsuccessful. " : "Η ενημέρωση ήταν ανεπιτυχής.", @@ -186,13 +191,6 @@ OC.L10N.register( "Apps" : "Εφαρμογές", "Admin" : "Διαχείριση", "Help" : "Βοήθεια", - "Error loading tags" : "Σφάλμα φόρτωσης ετικετών", - "Tag already exists" : "Υπάρχει ήδη η ετικέτα", - "Error deleting tag(s)" : "Σφάλμα διαγραφής ετικέτας(ων)", - "Error tagging" : "Σφάλμα προσθήκης ετικέτας", - "Error untagging" : "Σφάλμα αφαίρεσης ετικέτας", - "Error favoriting" : "Σφάλμα προσθήκης στα αγαπημένα", - "Error unfavoriting" : "Σφάλμα αφαίρεσης από τα αγαπημένα", "Access forbidden" : "Δεν επιτρέπεται η πρόσβαση", "File not found" : "Το αρχείο δεν βρέθηκε", "The specified document has not been found on the server." : "Το συγκεκριμένο έγγραφο δεν έχει βρεθεί στο διακομιστή.", @@ -242,7 +240,6 @@ OC.L10N.register( "Search" : "Αναζήτηση", "Server side authentication failed!" : "Η διαδικασία επικύρωσης απέτυχε από την πλευρά του διακομιστή!", "Please contact your administrator." : "Παρακαλώ επικοινωνήστε με τον διαχειριστή.", - "An internal error occured." : "Παρουσιάστηκε εσωτερικό σφάλμα.", "Please try again or contact your administrator." : "Παρακαλώ δοκιμάστε ξανά ή επικοινωνήστε με τον διαχειριστή σας.", "Log in" : "Είσοδος", "Wrong password. Reset it?" : "Λάθος Κωδικός. Επαναφορά;", diff --git a/core/l10n/el.json b/core/l10n/el.json index 533ac71cffa..e55b84b0d8f 100644 --- a/core/l10n/el.json +++ b/core/l10n/el.json @@ -1,4 +1,27 @@ { "translations": { + "Please select a file." : "Παρακαλώ επιλέξτε αρχείο.", + "File is too big" : "Το αρχείο είναι πολύ μεγάλο", + "Invalid file provided" : "Έχει δοθεί μη έγκυρο αρχείο", + "No image or file provided" : "Δεν δόθηκε εικόνα ή αρχείο", + "Unknown filetype" : "Άγνωστος τύπος αρχείου", + "Invalid image" : "Μη έγκυρη εικόνα", + "An error occurred. Please contact your admin." : "Προέκυψε σφάλμα. Παρακαλώ επικοινωνήστε με τον διαχειριστή σας.", + "No temporary profile picture available, try again" : "Δεν υπάρχει προσωρινή φωτογραφία προφίλ διαθέσιμη, δοκιμάστε ξανά", + "No crop data provided" : "Δεν δόθηκαν δεδομένα περικοπής", + "No valid crop data provided" : "Έχουν δοθεί μη έγκυρα δεδομένα περικοπής", + "Crop is not square" : "Η περικοπή δεν εχει τετραγωνικό σχήμα", + "Couldn't reset password because the token is invalid" : "Αδυναμία επαναφοράς κωδικού πρόσβασης καθώς το τεκμήριο είναι άκυρο", + "Couldn't reset password because the token is expired" : "Αδυναμία επαναφοράς κωδικού πρόσβασης επειδή το token έχει λήξει", + "Couldn't send reset email. Please make sure your username is correct." : "Αδυναμία αποστολής ηλ. μηνύματος επαναφοράς. Παρακαλώ ελέγξτε ότι το όνομα χρήστη σας είναι ορθό.", + "%s password reset" : "%s επαναφορά κωδικού πρόσβασης", + "Couldn't send reset email. Please contact your administrator." : "Αδυναμία αποστολής ηλ. μηνύματος επαναφοράς. Παρακαλώ επικοινωνήστε με το διαχειριστή σας.", + "Error loading tags" : "Σφάλμα φόρτωσης ετικετών", + "Tag already exists" : "Υπάρχει ήδη η ετικέτα", + "Error deleting tag(s)" : "Σφάλμα διαγραφής ετικέτας(ων)", + "Error tagging" : "Σφάλμα προσθήκης ετικέτας", + "Error untagging" : "Σφάλμα αφαίρεσης ετικέτας", + "Error favoriting" : "Σφάλμα προσθήκης στα αγαπημένα", + "Error unfavoriting" : "Σφάλμα αφαίρεσης από τα αγαπημένα", "Couldn't send mail to following users: %s " : "Αδυναμία αποστολής μηνύματος στους ακόλουθους χρήστες: %s", "Preparing update" : "Προετοιμασία ενημέρωσης", "Turned on maintenance mode" : "Η κατάσταση συντήρησης ενεργοποιήθηκε", @@ -18,22 +41,6 @@ "%s (incompatible)" : "%s (ασύμβατη)", "Following apps have been disabled: %s" : "Οι ακόλουθες εφαρμογές έχουν απενεργοποιηθεί: %s", "Already up to date" : "Ήδη ενημερωμένο", - "Please select a file." : "Παρακαλώ επιλέξτε αρχείο.", - "File is too big" : "Το αρχείο είναι πολύ μεγάλο", - "Invalid file provided" : "Έχει δοθεί μη έγκυρο αρχείο", - "No image or file provided" : "Δεν δόθηκε εικόνα ή αρχείο", - "Unknown filetype" : "Άγνωστος τύπος αρχείου", - "Invalid image" : "Μη έγκυρη εικόνα", - "An error occurred. Please contact your admin." : "Προέκυψε σφάλμα. Παρακαλώ επικοινωνήστε με τον διαχειριστή σας.", - "No temporary profile picture available, try again" : "Δεν υπάρχει προσωρινή φωτογραφία προφίλ διαθέσιμη, δοκιμάστε ξανά", - "No crop data provided" : "Δεν δόθηκαν δεδομένα περικοπής", - "No valid crop data provided" : "Έχουν δοθεί μη έγκυρα δεδομένα περικοπής", - "Crop is not square" : "Η περικοπή δεν εχει τετραγωνικό σχήμα", - "Couldn't reset password because the token is invalid" : "Αδυναμία επαναφοράς κωδικού πρόσβασης καθώς το τεκμήριο είναι άκυρο", - "Couldn't reset password because the token is expired" : "Αδυναμία επαναφοράς κωδικού πρόσβασης επειδή το token έχει λήξει", - "Couldn't send reset email. Please make sure your username is correct." : "Αδυναμία αποστολής ηλ. μηνύματος επαναφοράς. Παρακαλώ ελέγξτε ότι το όνομα χρήστη σας είναι ορθό.", - "%s password reset" : "%s επαναφορά κωδικού πρόσβασης", - "Couldn't send reset email. Please contact your administrator." : "Αδυναμία αποστολής ηλ. μηνύματος επαναφοράς. Παρακαλώ επικοινωνήστε με το διαχειριστή σας.", "Sunday" : "Κυριακή", "Monday" : "Δευτέρα", "Tuesday" : "Τρίτη", @@ -150,7 +157,6 @@ "delete" : "διαγραφή", "access control" : "έλεγχος πρόσβασης", "Share details could not be loaded for this item." : "Αδυναμία φόρτωσης λεπτομερειών διαμοιρασμού για αυτό το αντικείμενο.", - "An error occured. Please try again" : "Ένα σφάλμα προέκυψε. Παρακαλώ προσπαθήστε ξανά", "Share" : "Διαμοιρασμός", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Διαμοιρασμός με άτομα σε άλλα ownClouds χρησιμοποιώντας την σύνταξη username@example.com/owncloud", "Warning" : "Προειδοποίηση", @@ -170,7 +176,6 @@ "Hello {name}" : "Γεια σου {name}", "_download %n file_::_download %n files_" : ["λήψη %n αρχείου","λήψη %n αρχείων"], "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "Η αναβάθμιση είναι σε εξέλιξη, αν φύγετε από αυτή τη σελίδα μπορεί να διακοπεί η διαδικασία σε ορισμένα περιβάλλοντα χρήσης.", - "Updating {productName} to version {version}, this may take a while." : "Ενημέρωση του {productName} στην έκδοση {version}, αυτό μπορεί να διαρκέσει λίγη ώρα.", "An error occurred." : "Παρουσιάστηκε σφάλμα", "Please reload the page." : "Παρακαλώ επαναφορτώστε τη σελίδα.", "The update was unsuccessful. " : "Η ενημέρωση ήταν ανεπιτυχής.", @@ -184,13 +189,6 @@ "Apps" : "Εφαρμογές", "Admin" : "Διαχείριση", "Help" : "Βοήθεια", - "Error loading tags" : "Σφάλμα φόρτωσης ετικετών", - "Tag already exists" : "Υπάρχει ήδη η ετικέτα", - "Error deleting tag(s)" : "Σφάλμα διαγραφής ετικέτας(ων)", - "Error tagging" : "Σφάλμα προσθήκης ετικέτας", - "Error untagging" : "Σφάλμα αφαίρεσης ετικέτας", - "Error favoriting" : "Σφάλμα προσθήκης στα αγαπημένα", - "Error unfavoriting" : "Σφάλμα αφαίρεσης από τα αγαπημένα", "Access forbidden" : "Δεν επιτρέπεται η πρόσβαση", "File not found" : "Το αρχείο δεν βρέθηκε", "The specified document has not been found on the server." : "Το συγκεκριμένο έγγραφο δεν έχει βρεθεί στο διακομιστή.", @@ -240,7 +238,6 @@ "Search" : "Αναζήτηση", "Server side authentication failed!" : "Η διαδικασία επικύρωσης απέτυχε από την πλευρά του διακομιστή!", "Please contact your administrator." : "Παρακαλώ επικοινωνήστε με τον διαχειριστή.", - "An internal error occured." : "Παρουσιάστηκε εσωτερικό σφάλμα.", "Please try again or contact your administrator." : "Παρακαλώ δοκιμάστε ξανά ή επικοινωνήστε με τον διαχειριστή σας.", "Log in" : "Είσοδος", "Wrong password. Reset it?" : "Λάθος Κωδικός. Επαναφορά;", diff --git a/core/l10n/en_GB.js b/core/l10n/en_GB.js index 685bca68822..38ec947e52e 100644 --- a/core/l10n/en_GB.js +++ b/core/l10n/en_GB.js @@ -1,6 +1,30 @@ OC.L10N.register( "core", { + "Please select a file." : "Please select a file.", + "File is too big" : "File is too big", + "Invalid file provided" : "Invalid file provided", + "No image or file provided" : "No image or file provided", + "Unknown filetype" : "Unknown filetype", + "Invalid image" : "Invalid image", + "An error occurred. Please contact your admin." : "An error occurred. Please contact your admin.", + "No temporary profile picture available, try again" : "No temporary profile picture available, try again", + "No crop data provided" : "No crop data provided", + "No valid crop data provided" : "No valid crop data provided", + "Crop is not square" : "Crop is not square", + "Couldn't reset password because the token is invalid" : "Couldn't reset password because the token is invalid", + "Couldn't reset password because the token is expired" : "Couldn't reset password because the token is expired", + "Couldn't send reset email. Please make sure your username is correct." : "Couldn't send reset email. Please make sure your username is correct.", + "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Could not send reset email because there is no email address for this username. Please contact your administrator.", + "%s password reset" : "%s password reset", + "Couldn't send reset email. Please contact your administrator." : "Couldn't send reset email. Please contact your administrator.", + "Error loading tags" : "Error loading tags", + "Tag already exists" : "Tag already exists", + "Error deleting tag(s)" : "Error deleting tag(s)", + "Error tagging" : "Error tagging", + "Error untagging" : "Error untagging", + "Error favoriting" : "Error favouriting", + "Error unfavoriting" : "Error unfavouriting", "Couldn't send mail to following users: %s " : "Couldn't send mail to following users: %s ", "Preparing update" : "Preparing update", "Turned on maintenance mode" : "Turned on maintenance mode", @@ -24,23 +48,6 @@ OC.L10N.register( "%s (incompatible)" : "%s (incompatible)", "Following apps have been disabled: %s" : "Following apps have been disabled: %s", "Already up to date" : "Already up to date", - "Please select a file." : "Please select a file.", - "File is too big" : "File is too big", - "Invalid file provided" : "Invalid file provided", - "No image or file provided" : "No image or file provided", - "Unknown filetype" : "Unknown filetype", - "Invalid image" : "Invalid image", - "An error occurred. Please contact your admin." : "An error occurred. Please contact your admin.", - "No temporary profile picture available, try again" : "No temporary profile picture available, try again", - "No crop data provided" : "No crop data provided", - "No valid crop data provided" : "No valid crop data provided", - "Crop is not square" : "Crop is not square", - "Couldn't reset password because the token is invalid" : "Couldn't reset password because the token is invalid", - "Couldn't reset password because the token is expired" : "Couldn't reset password because the token is expired", - "Couldn't send reset email. Please make sure your username is correct." : "Couldn't send reset email. Please make sure your username is correct.", - "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Could not send reset email because there is no email address for this username. Please contact your administrator.", - "%s password reset" : "%s password reset", - "Couldn't send reset email. Please contact your administrator." : "Couldn't send reset email. Please contact your administrator.", "Sunday" : "Sunday", "Monday" : "Monday", "Tuesday" : "Tuesday", @@ -160,7 +167,6 @@ 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}", - "An error occured. Please try again" : "An error occured. Please try again", "{sharee} (group)" : "{sharee} (group)", "{sharee} (at {server})" : "{sharee} (at {server})", "{sharee} (remote)" : "{sharee} (remote)", @@ -190,7 +196,6 @@ 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 {productName} to version {version}, this may take a while." : "Updating {productName} to version {version}, this may take a while.", "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.", @@ -205,13 +210,6 @@ OC.L10N.register( "Apps" : "Apps", "Admin" : "Admin", "Help" : "Help", - "Error loading tags" : "Error loading tags", - "Tag already exists" : "Tag already exists", - "Error deleting tag(s)" : "Error deleting tag(s)", - "Error tagging" : "Error tagging", - "Error untagging" : "Error untagging", - "Error favoriting" : "Error favouriting", - "Error unfavoriting" : "Error unfavouriting", "Access forbidden" : "Access denied", "File not found" : "File not found", "The specified document has not been found on the server." : "The specified document has not been found on the server.", @@ -261,7 +259,6 @@ OC.L10N.register( "Search" : "Search", "Server side authentication failed!" : "Server side authentication failed!", "Please contact your administrator." : "Please contact your administrator.", - "An internal error occured." : "An internal error occured.", "Please try again or contact your administrator." : "Please try again or contact your administrator.", "Log in" : "Log in", "Wrong password. Reset it?" : "Wrong password. Reset it?", diff --git a/core/l10n/en_GB.json b/core/l10n/en_GB.json index 58bde73515f..3a52761ef4b 100644 --- a/core/l10n/en_GB.json +++ b/core/l10n/en_GB.json @@ -1,4 +1,28 @@ { "translations": { + "Please select a file." : "Please select a file.", + "File is too big" : "File is too big", + "Invalid file provided" : "Invalid file provided", + "No image or file provided" : "No image or file provided", + "Unknown filetype" : "Unknown filetype", + "Invalid image" : "Invalid image", + "An error occurred. Please contact your admin." : "An error occurred. Please contact your admin.", + "No temporary profile picture available, try again" : "No temporary profile picture available, try again", + "No crop data provided" : "No crop data provided", + "No valid crop data provided" : "No valid crop data provided", + "Crop is not square" : "Crop is not square", + "Couldn't reset password because the token is invalid" : "Couldn't reset password because the token is invalid", + "Couldn't reset password because the token is expired" : "Couldn't reset password because the token is expired", + "Couldn't send reset email. Please make sure your username is correct." : "Couldn't send reset email. Please make sure your username is correct.", + "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Could not send reset email because there is no email address for this username. Please contact your administrator.", + "%s password reset" : "%s password reset", + "Couldn't send reset email. Please contact your administrator." : "Couldn't send reset email. Please contact your administrator.", + "Error loading tags" : "Error loading tags", + "Tag already exists" : "Tag already exists", + "Error deleting tag(s)" : "Error deleting tag(s)", + "Error tagging" : "Error tagging", + "Error untagging" : "Error untagging", + "Error favoriting" : "Error favouriting", + "Error unfavoriting" : "Error unfavouriting", "Couldn't send mail to following users: %s " : "Couldn't send mail to following users: %s ", "Preparing update" : "Preparing update", "Turned on maintenance mode" : "Turned on maintenance mode", @@ -22,23 +46,6 @@ "%s (incompatible)" : "%s (incompatible)", "Following apps have been disabled: %s" : "Following apps have been disabled: %s", "Already up to date" : "Already up to date", - "Please select a file." : "Please select a file.", - "File is too big" : "File is too big", - "Invalid file provided" : "Invalid file provided", - "No image or file provided" : "No image or file provided", - "Unknown filetype" : "Unknown filetype", - "Invalid image" : "Invalid image", - "An error occurred. Please contact your admin." : "An error occurred. Please contact your admin.", - "No temporary profile picture available, try again" : "No temporary profile picture available, try again", - "No crop data provided" : "No crop data provided", - "No valid crop data provided" : "No valid crop data provided", - "Crop is not square" : "Crop is not square", - "Couldn't reset password because the token is invalid" : "Couldn't reset password because the token is invalid", - "Couldn't reset password because the token is expired" : "Couldn't reset password because the token is expired", - "Couldn't send reset email. Please make sure your username is correct." : "Couldn't send reset email. Please make sure your username is correct.", - "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Could not send reset email because there is no email address for this username. Please contact your administrator.", - "%s password reset" : "%s password reset", - "Couldn't send reset email. Please contact your administrator." : "Couldn't send reset email. Please contact your administrator.", "Sunday" : "Sunday", "Monday" : "Monday", "Tuesday" : "Tuesday", @@ -158,7 +165,6 @@ "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}", - "An error occured. Please try again" : "An error occured. Please try again", "{sharee} (group)" : "{sharee} (group)", "{sharee} (at {server})" : "{sharee} (at {server})", "{sharee} (remote)" : "{sharee} (remote)", @@ -188,7 +194,6 @@ "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 {productName} to version {version}, this may take a while." : "Updating {productName} to version {version}, this may take a while.", "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.", @@ -203,13 +208,6 @@ "Apps" : "Apps", "Admin" : "Admin", "Help" : "Help", - "Error loading tags" : "Error loading tags", - "Tag already exists" : "Tag already exists", - "Error deleting tag(s)" : "Error deleting tag(s)", - "Error tagging" : "Error tagging", - "Error untagging" : "Error untagging", - "Error favoriting" : "Error favouriting", - "Error unfavoriting" : "Error unfavouriting", "Access forbidden" : "Access denied", "File not found" : "File not found", "The specified document has not been found on the server." : "The specified document has not been found on the server.", @@ -259,7 +257,6 @@ "Search" : "Search", "Server side authentication failed!" : "Server side authentication failed!", "Please contact your administrator." : "Please contact your administrator.", - "An internal error occured." : "An internal error occured.", "Please try again or contact your administrator." : "Please try again or contact your administrator.", "Log in" : "Log in", "Wrong password. Reset it?" : "Wrong password. Reset it?", diff --git a/core/l10n/eo.js b/core/l10n/eo.js index 0f3901993c4..29ce23c29ca 100644 --- a/core/l10n/eo.js +++ b/core/l10n/eo.js @@ -1,15 +1,22 @@ OC.L10N.register( "core", { + "Please select a file." : "Bonvolu elekti dosieron.", + "File is too big" : "Dosiero tro grandas.", + "Unknown filetype" : "Ne konatas dosiertipo", + "Invalid image" : "Ne validas bildo", + "Error loading tags" : "Eraris ŝargo de etikedoj", + "Tag already exists" : "La etikedo jam ekzistas", + "Error deleting tag(s)" : "Eraris forigo de etikedo(j)", + "Error tagging" : "Eraris etikedado", + "Error untagging" : "Eraris maletikedado", + "Error favoriting" : "Eraris pliŝatomarko", + "Error unfavoriting" : "Eraris pliŝatomalmarko", "Couldn't send mail to following users: %s " : "Ne eblis mesaĝi al jenaj uzantoj: %s", "Updated database" : "Ĝisdatiĝis datumbazo", "Updated \"%s\" to %s" : "Ĝisdatiĝis “%s” al %s", "%s (incompatible)" : "%s (nekongrua)", "Following apps have been disabled: %s" : "Jenaj aplikaĵoj malkapablas: %s", - "Please select a file." : "Bonvolu elekti dosieron.", - "File is too big" : "Dosiero tro grandas.", - "Unknown filetype" : "Ne konatas dosiertipo", - "Invalid image" : "Ne validas bildo", "Sunday" : "dimanĉo", "Monday" : "lundo", "Tuesday" : "mardo", @@ -118,7 +125,6 @@ OC.L10N.register( "Could not unshare" : "Ne malkunhaveblas", "Share details could not be loaded for this item." : "Kunhavaj detaloj ne ŝargeblis por ĉi tiu ero.", "No users or groups found for {search}" : "Neniu uzanto aŭ grupo troviĝis por {search}", - "An error occured. Please try again" : "Eraro okazis, Bonvolu provi ree.", "{sharee} (group)" : "{sharee} (grupo)", "{sharee} (at {server})" : "{sharee} (ĉe {server})", "{sharee} (remote)" : "{sharee} (fora)", @@ -156,13 +162,6 @@ OC.L10N.register( "Apps" : "Aplikaĵoj", "Admin" : "Administranto", "Help" : "Helpo", - "Error loading tags" : "Eraris ŝargo de etikedoj", - "Tag already exists" : "La etikedo jam ekzistas", - "Error deleting tag(s)" : "Eraris forigo de etikedo(j)", - "Error tagging" : "Eraris etikedado", - "Error untagging" : "Eraris maletikedado", - "Error favoriting" : "Eraris pliŝatomarko", - "Error unfavoriting" : "Eraris pliŝatomalmarko", "Access forbidden" : "Aliro estas malpermesata", "File not found" : "Dosiero ne troviĝis", "The share will expire on %s." : "La kunhavo senvalidiĝos je %s.", @@ -196,7 +195,6 @@ OC.L10N.register( "Log out" : "Elsaluti", "Search" : "Serĉi", "Please contact your administrator." : "Bonvolu kontakti vian administranton.", - "An internal error occured." : "Ena eraro okazis.", "Please try again or contact your administrator." : "Bonvolu provi ree aŭ kontakti vian administranton.", "Log in" : "Ensaluti", "Wrong password." : "Malĝusta pasvorto.", diff --git a/core/l10n/eo.json b/core/l10n/eo.json index 6c29a78da12..a4893a3d49e 100644 --- a/core/l10n/eo.json +++ b/core/l10n/eo.json @@ -1,13 +1,20 @@ { "translations": { + "Please select a file." : "Bonvolu elekti dosieron.", + "File is too big" : "Dosiero tro grandas.", + "Unknown filetype" : "Ne konatas dosiertipo", + "Invalid image" : "Ne validas bildo", + "Error loading tags" : "Eraris ŝargo de etikedoj", + "Tag already exists" : "La etikedo jam ekzistas", + "Error deleting tag(s)" : "Eraris forigo de etikedo(j)", + "Error tagging" : "Eraris etikedado", + "Error untagging" : "Eraris maletikedado", + "Error favoriting" : "Eraris pliŝatomarko", + "Error unfavoriting" : "Eraris pliŝatomalmarko", "Couldn't send mail to following users: %s " : "Ne eblis mesaĝi al jenaj uzantoj: %s", "Updated database" : "Ĝisdatiĝis datumbazo", "Updated \"%s\" to %s" : "Ĝisdatiĝis “%s” al %s", "%s (incompatible)" : "%s (nekongrua)", "Following apps have been disabled: %s" : "Jenaj aplikaĵoj malkapablas: %s", - "Please select a file." : "Bonvolu elekti dosieron.", - "File is too big" : "Dosiero tro grandas.", - "Unknown filetype" : "Ne konatas dosiertipo", - "Invalid image" : "Ne validas bildo", "Sunday" : "dimanĉo", "Monday" : "lundo", "Tuesday" : "mardo", @@ -116,7 +123,6 @@ "Could not unshare" : "Ne malkunhaveblas", "Share details could not be loaded for this item." : "Kunhavaj detaloj ne ŝargeblis por ĉi tiu ero.", "No users or groups found for {search}" : "Neniu uzanto aŭ grupo troviĝis por {search}", - "An error occured. Please try again" : "Eraro okazis, Bonvolu provi ree.", "{sharee} (group)" : "{sharee} (grupo)", "{sharee} (at {server})" : "{sharee} (ĉe {server})", "{sharee} (remote)" : "{sharee} (fora)", @@ -154,13 +160,6 @@ "Apps" : "Aplikaĵoj", "Admin" : "Administranto", "Help" : "Helpo", - "Error loading tags" : "Eraris ŝargo de etikedoj", - "Tag already exists" : "La etikedo jam ekzistas", - "Error deleting tag(s)" : "Eraris forigo de etikedo(j)", - "Error tagging" : "Eraris etikedado", - "Error untagging" : "Eraris maletikedado", - "Error favoriting" : "Eraris pliŝatomarko", - "Error unfavoriting" : "Eraris pliŝatomalmarko", "Access forbidden" : "Aliro estas malpermesata", "File not found" : "Dosiero ne troviĝis", "The share will expire on %s." : "La kunhavo senvalidiĝos je %s.", @@ -194,7 +193,6 @@ "Log out" : "Elsaluti", "Search" : "Serĉi", "Please contact your administrator." : "Bonvolu kontakti vian administranton.", - "An internal error occured." : "Ena eraro okazis.", "Please try again or contact your administrator." : "Bonvolu provi ree aŭ kontakti vian administranton.", "Log in" : "Ensaluti", "Wrong password." : "Malĝusta pasvorto.", diff --git a/core/l10n/es.js b/core/l10n/es.js index d13da491e2b..70de53d0424 100644 --- a/core/l10n/es.js +++ b/core/l10n/es.js @@ -1,6 +1,30 @@ OC.L10N.register( "core", { + "Please select a file." : "Por favor, seleccione un archivo", + "File is too big" : "El archivo es demasiado grande", + "Invalid file provided" : "Archivo inválido", + "No image or file provided" : "No se especificó ningún archivo o imagen", + "Unknown filetype" : "Tipo de archivo desconocido", + "Invalid image" : "Imagen inválida", + "An error occurred. Please contact your admin." : "Un error ocurrió. Póngase en contacto con su administrador.", + "No temporary profile picture available, try again" : "No hay disponible una imagen temporal de perfil, pruebe de nuevo", + "No crop data provided" : "No se proporcionó datos del recorte", + "No valid crop data provided" : "Recorte inválido", + "Crop is not square" : "El recorte no es cuadrado", + "Couldn't reset password because the token is invalid" : "No se puede restablecer la contraseña porque el vale de identificación es inválido.", + "Couldn't reset password because the token is expired" : "No se puede restablecer la contraseña porque el vale de identificación ha caducado.", + "Couldn't send reset email. Please make sure your username is correct." : "No se pudo enviar el correo electrónico para el restablecimiento. Por favor, asegúrese de que su nombre de usuario es el correcto.", + "Could not send reset email because there is no email address for this username. Please contact your administrator." : "No se pudo enviar el correo electrónico de restablecimiento porque no hay una dirección de correo electrónico para este nombre de usuario. Póngase en contacto con un administrador.", + "%s password reset" : "%s restablecer contraseña", + "Couldn't send reset email. Please contact your administrator." : "No pudo enviarse el correo para restablecer la contraseña. Por favor, contacte con su administrador.", + "Error loading tags" : "Error al cargar las etiquetas.", + "Tag already exists" : "La etiqueta ya existe", + "Error deleting tag(s)" : "Error al borrar etiqueta(s)", + "Error tagging" : "Error al etiquetar", + "Error untagging" : "Error al quitar etiqueta", + "Error favoriting" : "Error al marcar como favorito", + "Error unfavoriting" : "Error al quitar como favorito", "Couldn't send mail to following users: %s " : "No se pudo enviar el mensaje a los siguientes usuarios: %s", "Preparing update" : "Preparando la actualización", "Turned on maintenance mode" : "Modo mantenimiento activado", @@ -24,23 +48,6 @@ OC.L10N.register( "%s (incompatible)" : "%s (incompatible)", "Following apps have been disabled: %s" : "Siguiendo aplicaciones ha sido deshabilitado: %s", "Already up to date" : "Ya actualizado", - "Please select a file." : "Por favor, seleccione un archivo", - "File is too big" : "El archivo es demasiado grande", - "Invalid file provided" : "Archivo inválido", - "No image or file provided" : "No se especificó ningún archivo o imagen", - "Unknown filetype" : "Tipo de archivo desconocido", - "Invalid image" : "Imagen inválida", - "An error occurred. Please contact your admin." : "Un error ocurrió. Póngase en contacto con su administrador.", - "No temporary profile picture available, try again" : "No hay disponible una imagen temporal de perfil, pruebe de nuevo", - "No crop data provided" : "No se proporcionó datos del recorte", - "No valid crop data provided" : "Recorte inválido", - "Crop is not square" : "El recorte no es cuadrado", - "Couldn't reset password because the token is invalid" : "No se puede restablecer la contraseña porque el vale de identificación es inválido.", - "Couldn't reset password because the token is expired" : "No se puede restablecer la contraseña porque el vale de identificación ha caducado.", - "Couldn't send reset email. Please make sure your username is correct." : "No se pudo enviar el correo electrónico para el restablecimiento. Por favor, asegúrese de que su nombre de usuario es el correcto.", - "Could not send reset email because there is no email address for this username. Please contact your administrator." : "No se pudo enviar el correo electrónico de restablecimiento porque no hay una dirección de correo electrónico para este nombre de usuario. Póngase en contacto con un administrador.", - "%s password reset" : "%s restablecer contraseña", - "Couldn't send reset email. Please contact your administrator." : "No pudo enviarse el correo para restablecer la contraseña. Por favor, contacte con su administrador.", "Sunday" : "Domingo", "Monday" : "Lunes", "Tuesday" : "Martes", @@ -160,12 +167,16 @@ OC.L10N.register( "Could not unshare" : "No se puede quitar el comparto", "Share details could not be loaded for this item." : "No se han podido cargar los detalles de compartición para este elemento.", "No users or groups found for {search}" : "No se han encontrado usuarios ni grupos para {search}", - "An error occured. Please try again" : "Un error ocurrió. Por favor reinténtelo nuevamente.", + "No users found for {search}" : "No se han encontrado usuarios para {search}", "{sharee} (group)" : "{sharee} (grupo)", "{sharee} (at {server})" : "{sharee} (en {server})", "{sharee} (remote)" : "{sharee} (remoto)", "Share" : "Compartir", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Comparta con personas en otros ownClouds utilizando la sintáxis username@example.com/owncloud", + "Share with users…" : "Compartir con usuarios...", + "Share with users, groups or remote users…" : "Compartir con usuarios, grupos o usuarios remotos...", + "Share with users or groups…" : "Compartir con usuarios o grupos...", + "Share with users or remote users…" : "Compartir con usuarios o usuarios remotos...", "Error removing share" : "Error quitando el comparto", "Warning" : "Precaución", "Error while sending notification" : "Error mientras se enviaba la notificación", @@ -190,7 +201,6 @@ OC.L10N.register( "new" : "Nuevo", "_download %n file_::_download %n files_" : ["descargar %n ficheros","descargar %n archivos"], "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "La actualización está en curso, salir de esta página podrían interrumpir el proceso en algunos entornos.", - "Updating {productName} to version {version}, this may take a while." : "Actualizando {productName} a la versión {version}. Esto puede tardar un poco.", "An error occurred." : "Ocurrió un error.", "Please reload the page." : "Recargue/Actualice la página", "The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "La actualización tuvo un problema. Para más información <a href=\"{url}\">consulta nuestro artículo del foro</a> para arreglar este problema.", @@ -205,13 +215,6 @@ OC.L10N.register( "Apps" : "Aplicaciones", "Admin" : "Administración", "Help" : "Ayuda", - "Error loading tags" : "Error al cargar las etiquetas.", - "Tag already exists" : "La etiqueta ya existe", - "Error deleting tag(s)" : "Error al borrar etiqueta(s)", - "Error tagging" : "Error al etiquetar", - "Error untagging" : "Error al quitar etiqueta", - "Error favoriting" : "Error al marcar como favorito", - "Error unfavoriting" : "Error al quitar como favorito", "Access forbidden" : "Acceso denegado", "File not found" : "Archivo no encontrado", "The specified document has not been found on the server." : "El documento indicado no se ha encontrado en el servidor.", @@ -261,7 +264,6 @@ OC.L10N.register( "Search" : "Buscar", "Server side authentication failed!" : "La autenticación a fallado en el servidor.", "Please contact your administrator." : "Por favor, contacte con el administrador.", - "An internal error occured." : "Un error interno ocurrió.", "Please try again or contact your administrator." : "Por favor reintente nuevamente o contáctese con su administrador.", "Log in" : "Ingresar", "Wrong password. Reset it?" : "Contraseña incorrecta. ¿Restablecerla?", diff --git a/core/l10n/es.json b/core/l10n/es.json index e3ec5a883ef..adaa4bae768 100644 --- a/core/l10n/es.json +++ b/core/l10n/es.json @@ -1,4 +1,28 @@ { "translations": { + "Please select a file." : "Por favor, seleccione un archivo", + "File is too big" : "El archivo es demasiado grande", + "Invalid file provided" : "Archivo inválido", + "No image or file provided" : "No se especificó ningún archivo o imagen", + "Unknown filetype" : "Tipo de archivo desconocido", + "Invalid image" : "Imagen inválida", + "An error occurred. Please contact your admin." : "Un error ocurrió. Póngase en contacto con su administrador.", + "No temporary profile picture available, try again" : "No hay disponible una imagen temporal de perfil, pruebe de nuevo", + "No crop data provided" : "No se proporcionó datos del recorte", + "No valid crop data provided" : "Recorte inválido", + "Crop is not square" : "El recorte no es cuadrado", + "Couldn't reset password because the token is invalid" : "No se puede restablecer la contraseña porque el vale de identificación es inválido.", + "Couldn't reset password because the token is expired" : "No se puede restablecer la contraseña porque el vale de identificación ha caducado.", + "Couldn't send reset email. Please make sure your username is correct." : "No se pudo enviar el correo electrónico para el restablecimiento. Por favor, asegúrese de que su nombre de usuario es el correcto.", + "Could not send reset email because there is no email address for this username. Please contact your administrator." : "No se pudo enviar el correo electrónico de restablecimiento porque no hay una dirección de correo electrónico para este nombre de usuario. Póngase en contacto con un administrador.", + "%s password reset" : "%s restablecer contraseña", + "Couldn't send reset email. Please contact your administrator." : "No pudo enviarse el correo para restablecer la contraseña. Por favor, contacte con su administrador.", + "Error loading tags" : "Error al cargar las etiquetas.", + "Tag already exists" : "La etiqueta ya existe", + "Error deleting tag(s)" : "Error al borrar etiqueta(s)", + "Error tagging" : "Error al etiquetar", + "Error untagging" : "Error al quitar etiqueta", + "Error favoriting" : "Error al marcar como favorito", + "Error unfavoriting" : "Error al quitar como favorito", "Couldn't send mail to following users: %s " : "No se pudo enviar el mensaje a los siguientes usuarios: %s", "Preparing update" : "Preparando la actualización", "Turned on maintenance mode" : "Modo mantenimiento activado", @@ -22,23 +46,6 @@ "%s (incompatible)" : "%s (incompatible)", "Following apps have been disabled: %s" : "Siguiendo aplicaciones ha sido deshabilitado: %s", "Already up to date" : "Ya actualizado", - "Please select a file." : "Por favor, seleccione un archivo", - "File is too big" : "El archivo es demasiado grande", - "Invalid file provided" : "Archivo inválido", - "No image or file provided" : "No se especificó ningún archivo o imagen", - "Unknown filetype" : "Tipo de archivo desconocido", - "Invalid image" : "Imagen inválida", - "An error occurred. Please contact your admin." : "Un error ocurrió. Póngase en contacto con su administrador.", - "No temporary profile picture available, try again" : "No hay disponible una imagen temporal de perfil, pruebe de nuevo", - "No crop data provided" : "No se proporcionó datos del recorte", - "No valid crop data provided" : "Recorte inválido", - "Crop is not square" : "El recorte no es cuadrado", - "Couldn't reset password because the token is invalid" : "No se puede restablecer la contraseña porque el vale de identificación es inválido.", - "Couldn't reset password because the token is expired" : "No se puede restablecer la contraseña porque el vale de identificación ha caducado.", - "Couldn't send reset email. Please make sure your username is correct." : "No se pudo enviar el correo electrónico para el restablecimiento. Por favor, asegúrese de que su nombre de usuario es el correcto.", - "Could not send reset email because there is no email address for this username. Please contact your administrator." : "No se pudo enviar el correo electrónico de restablecimiento porque no hay una dirección de correo electrónico para este nombre de usuario. Póngase en contacto con un administrador.", - "%s password reset" : "%s restablecer contraseña", - "Couldn't send reset email. Please contact your administrator." : "No pudo enviarse el correo para restablecer la contraseña. Por favor, contacte con su administrador.", "Sunday" : "Domingo", "Monday" : "Lunes", "Tuesday" : "Martes", @@ -158,12 +165,16 @@ "Could not unshare" : "No se puede quitar el comparto", "Share details could not be loaded for this item." : "No se han podido cargar los detalles de compartición para este elemento.", "No users or groups found for {search}" : "No se han encontrado usuarios ni grupos para {search}", - "An error occured. Please try again" : "Un error ocurrió. Por favor reinténtelo nuevamente.", + "No users found for {search}" : "No se han encontrado usuarios para {search}", "{sharee} (group)" : "{sharee} (grupo)", "{sharee} (at {server})" : "{sharee} (en {server})", "{sharee} (remote)" : "{sharee} (remoto)", "Share" : "Compartir", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Comparta con personas en otros ownClouds utilizando la sintáxis username@example.com/owncloud", + "Share with users…" : "Compartir con usuarios...", + "Share with users, groups or remote users…" : "Compartir con usuarios, grupos o usuarios remotos...", + "Share with users or groups…" : "Compartir con usuarios o grupos...", + "Share with users or remote users…" : "Compartir con usuarios o usuarios remotos...", "Error removing share" : "Error quitando el comparto", "Warning" : "Precaución", "Error while sending notification" : "Error mientras se enviaba la notificación", @@ -188,7 +199,6 @@ "new" : "Nuevo", "_download %n file_::_download %n files_" : ["descargar %n ficheros","descargar %n archivos"], "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "La actualización está en curso, salir de esta página podrían interrumpir el proceso en algunos entornos.", - "Updating {productName} to version {version}, this may take a while." : "Actualizando {productName} a la versión {version}. Esto puede tardar un poco.", "An error occurred." : "Ocurrió un error.", "Please reload the page." : "Recargue/Actualice la página", "The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "La actualización tuvo un problema. Para más información <a href=\"{url}\">consulta nuestro artículo del foro</a> para arreglar este problema.", @@ -203,13 +213,6 @@ "Apps" : "Aplicaciones", "Admin" : "Administración", "Help" : "Ayuda", - "Error loading tags" : "Error al cargar las etiquetas.", - "Tag already exists" : "La etiqueta ya existe", - "Error deleting tag(s)" : "Error al borrar etiqueta(s)", - "Error tagging" : "Error al etiquetar", - "Error untagging" : "Error al quitar etiqueta", - "Error favoriting" : "Error al marcar como favorito", - "Error unfavoriting" : "Error al quitar como favorito", "Access forbidden" : "Acceso denegado", "File not found" : "Archivo no encontrado", "The specified document has not been found on the server." : "El documento indicado no se ha encontrado en el servidor.", @@ -259,7 +262,6 @@ "Search" : "Buscar", "Server side authentication failed!" : "La autenticación a fallado en el servidor.", "Please contact your administrator." : "Por favor, contacte con el administrador.", - "An internal error occured." : "Un error interno ocurrió.", "Please try again or contact your administrator." : "Por favor reintente nuevamente o contáctese con su administrador.", "Log in" : "Ingresar", "Wrong password. Reset it?" : "Contraseña incorrecta. ¿Restablecerla?", diff --git a/core/l10n/es_AR.js b/core/l10n/es_AR.js index 3899b70b47d..5a14c69a67a 100644 --- a/core/l10n/es_AR.js +++ b/core/l10n/es_AR.js @@ -1,16 +1,23 @@ OC.L10N.register( "core", { - "Couldn't send mail to following users: %s " : "No se pudieron mandar correos a los siguientes usuarios: %s", - "Turned on maintenance mode" : "Modo de mantenimiento activado", - "Turned off maintenance mode" : "Modo de mantenimiento desactivado", - "Updated database" : "Base de datos actualizada", "No image or file provided" : "No se ha proveído de una imágen o archivo.", "Unknown filetype" : "Tipo de archivo desconocido", "Invalid image" : "Imagen inválida", "No temporary profile picture available, try again" : "No hay una imágen temporal del perfil disponible, intente de nuevo", "No crop data provided" : "No se proveyeron datos de recorte", "%s password reset" : "%s restablecer contraseña", + "Error loading tags" : "Error cargando las etiquetas", + "Tag already exists" : "La etiqueta ya existe", + "Error deleting tag(s)" : "Error borrando etiquetas(s)", + "Error tagging" : "Error al etiquetar", + "Error untagging" : "Error al sacar la etiqueta", + "Error favoriting" : "Error al favorecer", + "Error unfavoriting" : "Error al desfavorecer", + "Couldn't send mail to following users: %s " : "No se pudieron mandar correos a los siguientes usuarios: %s", + "Turned on maintenance mode" : "Modo de mantenimiento activado", + "Turned off maintenance mode" : "Modo de mantenimiento desactivado", + "Updated database" : "Base de datos actualizada", "Sunday" : "Domingo", "Monday" : "Lunes", "Tuesday" : "Martes", @@ -116,13 +123,6 @@ OC.L10N.register( "Apps" : "Apps", "Admin" : "Administración", "Help" : "Ayuda", - "Error loading tags" : "Error cargando las etiquetas", - "Tag already exists" : "La etiqueta ya existe", - "Error deleting tag(s)" : "Error borrando etiquetas(s)", - "Error tagging" : "Error al etiquetar", - "Error untagging" : "Error al sacar la etiqueta", - "Error favoriting" : "Error al favorecer", - "Error unfavoriting" : "Error al desfavorecer", "Access forbidden" : "Acceso prohibido", "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" : "¡Hola!\n\nsólo te quería decir que %s acaba de compartir %s contigo.\nVerlo: %s\n\n", "The share will expire on %s." : "El compartir expirará en %s.", diff --git a/core/l10n/es_AR.json b/core/l10n/es_AR.json index 7c2d96ab690..e6079726242 100644 --- a/core/l10n/es_AR.json +++ b/core/l10n/es_AR.json @@ -1,14 +1,21 @@ { "translations": { - "Couldn't send mail to following users: %s " : "No se pudieron mandar correos a los siguientes usuarios: %s", - "Turned on maintenance mode" : "Modo de mantenimiento activado", - "Turned off maintenance mode" : "Modo de mantenimiento desactivado", - "Updated database" : "Base de datos actualizada", "No image or file provided" : "No se ha proveído de una imágen o archivo.", "Unknown filetype" : "Tipo de archivo desconocido", "Invalid image" : "Imagen inválida", "No temporary profile picture available, try again" : "No hay una imágen temporal del perfil disponible, intente de nuevo", "No crop data provided" : "No se proveyeron datos de recorte", "%s password reset" : "%s restablecer contraseña", + "Error loading tags" : "Error cargando las etiquetas", + "Tag already exists" : "La etiqueta ya existe", + "Error deleting tag(s)" : "Error borrando etiquetas(s)", + "Error tagging" : "Error al etiquetar", + "Error untagging" : "Error al sacar la etiqueta", + "Error favoriting" : "Error al favorecer", + "Error unfavoriting" : "Error al desfavorecer", + "Couldn't send mail to following users: %s " : "No se pudieron mandar correos a los siguientes usuarios: %s", + "Turned on maintenance mode" : "Modo de mantenimiento activado", + "Turned off maintenance mode" : "Modo de mantenimiento desactivado", + "Updated database" : "Base de datos actualizada", "Sunday" : "Domingo", "Monday" : "Lunes", "Tuesday" : "Martes", @@ -114,13 +121,6 @@ "Apps" : "Apps", "Admin" : "Administración", "Help" : "Ayuda", - "Error loading tags" : "Error cargando las etiquetas", - "Tag already exists" : "La etiqueta ya existe", - "Error deleting tag(s)" : "Error borrando etiquetas(s)", - "Error tagging" : "Error al etiquetar", - "Error untagging" : "Error al sacar la etiqueta", - "Error favoriting" : "Error al favorecer", - "Error unfavoriting" : "Error al desfavorecer", "Access forbidden" : "Acceso prohibido", "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" : "¡Hola!\n\nsólo te quería decir que %s acaba de compartir %s contigo.\nVerlo: %s\n\n", "The share will expire on %s." : "El compartir expirará en %s.", diff --git a/core/l10n/es_MX.js b/core/l10n/es_MX.js index 4d92d217639..c2c5f956cca 100644 --- a/core/l10n/es_MX.js +++ b/core/l10n/es_MX.js @@ -1,16 +1,23 @@ OC.L10N.register( "core", { - "Couldn't send mail to following users: %s " : "No se pudo enviar el mensaje a los siguientes usuarios: %s", - "Turned on maintenance mode" : "Modo mantenimiento activado", - "Turned off maintenance mode" : "Modo mantenimiento desactivado", - "Updated database" : "Base de datos actualizada", "No image or file provided" : "No se especificó ningún archivo o imagen", "Unknown filetype" : "Tipo de archivo desconocido", "Invalid image" : "Imagen inválida", "No temporary profile picture available, try again" : "No hay disponible una imagen temporal de perfil, pruebe de nuevo", "No crop data provided" : "No se proporcionó datos del recorte", "%s password reset" : "%s restablecer contraseña", + "Error loading tags" : "Error cargando etiquetas.", + "Tag already exists" : "La etiqueta ya existe", + "Error deleting tag(s)" : "Error borrando etiqueta(s)", + "Error tagging" : "Error al etiquetar", + "Error untagging" : "Error al quitar etiqueta", + "Error favoriting" : "Error al marcar como favorito", + "Error unfavoriting" : "Error al quitar como favorito", + "Couldn't send mail to following users: %s " : "No se pudo enviar el mensaje a los siguientes usuarios: %s", + "Turned on maintenance mode" : "Modo mantenimiento activado", + "Turned off maintenance mode" : "Modo mantenimiento desactivado", + "Updated database" : "Base de datos actualizada", "Sunday" : "Domingo", "Monday" : "Lunes", "Tuesday" : "Martes", @@ -110,13 +117,6 @@ OC.L10N.register( "Apps" : "Aplicaciones", "Admin" : "Administración", "Help" : "Ayuda", - "Error loading tags" : "Error cargando etiquetas.", - "Tag already exists" : "La etiqueta ya existe", - "Error deleting tag(s)" : "Error borrando etiqueta(s)", - "Error tagging" : "Error al etiquetar", - "Error untagging" : "Error al quitar etiqueta", - "Error favoriting" : "Error al marcar como favorito", - "Error unfavoriting" : "Error al quitar como favorito", "Access forbidden" : "Acceso denegado", "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" : "Hola:\n\nTan solo queremos informarte que %s compartió %s contigo.\nMíralo aquí: %s\n\n", "The share will expire on %s." : "El objeto dejará de ser compartido el %s.", diff --git a/core/l10n/es_MX.json b/core/l10n/es_MX.json index f30b1794c06..0805967839b 100644 --- a/core/l10n/es_MX.json +++ b/core/l10n/es_MX.json @@ -1,14 +1,21 @@ { "translations": { - "Couldn't send mail to following users: %s " : "No se pudo enviar el mensaje a los siguientes usuarios: %s", - "Turned on maintenance mode" : "Modo mantenimiento activado", - "Turned off maintenance mode" : "Modo mantenimiento desactivado", - "Updated database" : "Base de datos actualizada", "No image or file provided" : "No se especificó ningún archivo o imagen", "Unknown filetype" : "Tipo de archivo desconocido", "Invalid image" : "Imagen inválida", "No temporary profile picture available, try again" : "No hay disponible una imagen temporal de perfil, pruebe de nuevo", "No crop data provided" : "No se proporcionó datos del recorte", "%s password reset" : "%s restablecer contraseña", + "Error loading tags" : "Error cargando etiquetas.", + "Tag already exists" : "La etiqueta ya existe", + "Error deleting tag(s)" : "Error borrando etiqueta(s)", + "Error tagging" : "Error al etiquetar", + "Error untagging" : "Error al quitar etiqueta", + "Error favoriting" : "Error al marcar como favorito", + "Error unfavoriting" : "Error al quitar como favorito", + "Couldn't send mail to following users: %s " : "No se pudo enviar el mensaje a los siguientes usuarios: %s", + "Turned on maintenance mode" : "Modo mantenimiento activado", + "Turned off maintenance mode" : "Modo mantenimiento desactivado", + "Updated database" : "Base de datos actualizada", "Sunday" : "Domingo", "Monday" : "Lunes", "Tuesday" : "Martes", @@ -108,13 +115,6 @@ "Apps" : "Aplicaciones", "Admin" : "Administración", "Help" : "Ayuda", - "Error loading tags" : "Error cargando etiquetas.", - "Tag already exists" : "La etiqueta ya existe", - "Error deleting tag(s)" : "Error borrando etiqueta(s)", - "Error tagging" : "Error al etiquetar", - "Error untagging" : "Error al quitar etiqueta", - "Error favoriting" : "Error al marcar como favorito", - "Error unfavoriting" : "Error al quitar como favorito", "Access forbidden" : "Acceso denegado", "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" : "Hola:\n\nTan solo queremos informarte que %s compartió %s contigo.\nMíralo aquí: %s\n\n", "The share will expire on %s." : "El objeto dejará de ser compartido el %s.", diff --git a/core/l10n/et_EE.js b/core/l10n/et_EE.js index 36028879841..baeeb90de24 100644 --- a/core/l10n/et_EE.js +++ b/core/l10n/et_EE.js @@ -1,11 +1,34 @@ OC.L10N.register( "core", { + "Please select a file." : "Palun vali fail.", + "File is too big" : "Fail on liiga suur", + "Invalid file provided" : "Vigane fail", + "No image or file provided" : "Ühtegi pilti või faili pole pakutud", + "Unknown filetype" : "Tundmatu failitüüp", + "Invalid image" : "Vigane pilt", + "An error occurred. Please contact your admin." : "Tekkis tõrge. Palun võta ühendust administraatoriga.", + "No temporary profile picture available, try again" : "Ühtegi ajutist profiili pilti pole saadaval, proovi uuesti", + "No crop data provided" : "Lõikeandmeid ei leitud", + "Crop is not square" : "Lõikamine pole ruudukujuline", + "Couldn't reset password because the token is invalid" : "Ei saanud parooli taastada, kuna märgend on vigane", + "Couldn't send reset email. Please make sure your username is correct." : "Ei suutnud lähtestada e-maili. Palun veendu, et kasutajatunnus on õige.", + "%s password reset" : "%s parooli lähtestus", + "Couldn't send reset email. Please contact your administrator." : "Ei suutnud lähtestada e-maili. Palun kontakteeru süsteemihalduriga.", + "Error loading tags" : "Viga siltide laadimisel", + "Tag already exists" : "Silt on juba olemas", + "Error deleting tag(s)" : "Viga sildi (siltide) kustutamisel", + "Error tagging" : "Viga sildi lisamisel", + "Error untagging" : "Viga sildi eemaldamisel", + "Error favoriting" : "Viga lemmikuks lisamisel", + "Error unfavoriting" : "Viga lemmikutest eemaldamisel", "Couldn't send mail to following users: %s " : "Kirja saatmine järgnevatele kasutajatele ebaõnnestus: %s ", "Preparing update" : "Uuendamise ettevalmistamine", + "[%d / %d]: %s" : "[%d / %d]: %s", "Turned on maintenance mode" : "Haldusrežiimis sisse lülitatud", "Turned off maintenance mode" : "Haldusrežiimis välja lülitatud", "Maintenance mode is kept active" : "Hooldusrežiim on aktiivne", + "Updating database schema" : "Andmebaasi skeemi uuendamine", "Updated database" : "Uuendatud andmebaas", "Checked database schema update" : "Andmebaasi skeemi uuendus kontrollitud", "Checked database schema update for apps" : "Andmebaasi skeemi uuendus rakendustele on kontrollitud", @@ -16,19 +39,6 @@ OC.L10N.register( "%s (incompatible)" : "%s (pole ühilduv)", "Following apps have been disabled: %s" : "Järgnevad rakendused on välja lülitatud: %s", "Already up to date" : "On juba ajakohane", - "File is too big" : "Fail on liiga suur", - "Invalid file provided" : "Vigane fail", - "No image or file provided" : "Ühtegi pilti või faili pole pakutud", - "Unknown filetype" : "Tundmatu failitüüp", - "Invalid image" : "Vigane pilt", - "An error occurred. Please contact your admin." : "Tekkis tõrge. Palun võta ühendust administraatoriga.", - "No temporary profile picture available, try again" : "Ühtegi ajutist profiili pilti pole saadaval, proovi uuesti", - "No crop data provided" : "Lõikeandmeid ei leitud", - "Crop is not square" : "Lõikamine pole ruudukujuline", - "Couldn't reset password because the token is invalid" : "Ei saanud parooli taastada, kuna märgend on vigane", - "Couldn't send reset email. Please make sure your username is correct." : "Ei suutnud lähtestada e-maili. Palun veendu, et kasutajatunnus on õige.", - "%s password reset" : "%s parooli lähtestus", - "Couldn't send reset email. Please contact your administrator." : "Ei suutnud lähtestada e-maili. Palun kontakteeru süsteemihalduriga.", "Sunday" : "Pühapäev", "Monday" : "Esmaspäev", "Tuesday" : "Teisipäev", @@ -140,7 +150,9 @@ OC.L10N.register( "delete" : "kustuta", "access control" : "ligipääsukontroll", "Could not unshare" : "Jagamise lõpetamine ebaõnnestus", - "An error occured. Please try again" : "Tekkis tõrge. Palun proovi uuesti", + "{sharee} (group)" : "{sharee} (group)", + "{sharee} (at {server})" : "{sharee} (serveris {server})", + "{sharee} (remote)" : "{sharee} (mujal serveris)", "Share" : "Jaga", "Warning" : "Hoiatus", "Error while sending notification" : "Tõrge teavituse saatmisel", @@ -160,11 +172,13 @@ OC.L10N.register( "sunny" : "päikeseline", "Hello {name}, the weather is {weather}" : "Tere {name}, ilm on {weather}", "Hello {name}" : "Tere, {name}", + "new" : "uus", "_download %n file_::_download %n files_" : ["laadi alla %n fail","laadi alla %n faili"], - "Updating {productName} to version {version}, this may take a while." : "Uuendan {productName} versioonile {version}, see võtab veidi aega.", + "Updating to {version}" : "Uuendamine versioonile {version}", "An error occurred." : "Tekkis tõrge.", "Please reload the page." : "Palun laadi see uuesti.", "The update was unsuccessful. " : "Uuendamine ebaõnnestus.", + "The update was successful. There were warnings." : "Uuendamine läks kenasti. hoiatusi polnud.", "The update was successful. Redirecting you to ownCloud now." : "Uuendus oli edukas. Kohe suunatakse Sind ownCloudi.", "Searching other places" : "Otsi teistest kohtadest", "Personal" : "Isiklik", @@ -172,13 +186,6 @@ OC.L10N.register( "Apps" : "Rakendused", "Admin" : "Admin", "Help" : "Abiinfo", - "Error loading tags" : "Viga siltide laadimisel", - "Tag already exists" : "Silt on juba olemas", - "Error deleting tag(s)" : "Viga sildi (siltide) kustutamisel", - "Error tagging" : "Viga sildi lisamisel", - "Error untagging" : "Viga sildi eemaldamisel", - "Error favoriting" : "Viga lemmikuks lisamisel", - "Error unfavoriting" : "Viga lemmikutest eemaldamisel", "Access forbidden" : "Ligipääs on keelatud", "File not found" : "Faili ei leitud", "The specified document has not been found on the server." : "Määratud dokumenti serverist ei leitud.", @@ -225,7 +232,6 @@ OC.L10N.register( "Search" : "Otsi", "Server side authentication failed!" : "Serveripoolne autentimine ebaõnnestus!", "Please contact your administrator." : "Palun kontakteeru oma süsteemihalduriga.", - "An internal error occured." : "Tekkis sisemine tõrge.", "Please try again or contact your administrator." : "Palun proovi uuesti või võta ühendust oma administraatoriga.", "Log in" : "Logi sisse", "Wrong password. Reset it?" : "Vale parool. Kas vajad parooli taastamist?", diff --git a/core/l10n/et_EE.json b/core/l10n/et_EE.json index b5060fb4a33..8539b989d65 100644 --- a/core/l10n/et_EE.json +++ b/core/l10n/et_EE.json @@ -1,9 +1,32 @@ { "translations": { + "Please select a file." : "Palun vali fail.", + "File is too big" : "Fail on liiga suur", + "Invalid file provided" : "Vigane fail", + "No image or file provided" : "Ühtegi pilti või faili pole pakutud", + "Unknown filetype" : "Tundmatu failitüüp", + "Invalid image" : "Vigane pilt", + "An error occurred. Please contact your admin." : "Tekkis tõrge. Palun võta ühendust administraatoriga.", + "No temporary profile picture available, try again" : "Ühtegi ajutist profiili pilti pole saadaval, proovi uuesti", + "No crop data provided" : "Lõikeandmeid ei leitud", + "Crop is not square" : "Lõikamine pole ruudukujuline", + "Couldn't reset password because the token is invalid" : "Ei saanud parooli taastada, kuna märgend on vigane", + "Couldn't send reset email. Please make sure your username is correct." : "Ei suutnud lähtestada e-maili. Palun veendu, et kasutajatunnus on õige.", + "%s password reset" : "%s parooli lähtestus", + "Couldn't send reset email. Please contact your administrator." : "Ei suutnud lähtestada e-maili. Palun kontakteeru süsteemihalduriga.", + "Error loading tags" : "Viga siltide laadimisel", + "Tag already exists" : "Silt on juba olemas", + "Error deleting tag(s)" : "Viga sildi (siltide) kustutamisel", + "Error tagging" : "Viga sildi lisamisel", + "Error untagging" : "Viga sildi eemaldamisel", + "Error favoriting" : "Viga lemmikuks lisamisel", + "Error unfavoriting" : "Viga lemmikutest eemaldamisel", "Couldn't send mail to following users: %s " : "Kirja saatmine järgnevatele kasutajatele ebaõnnestus: %s ", "Preparing update" : "Uuendamise ettevalmistamine", + "[%d / %d]: %s" : "[%d / %d]: %s", "Turned on maintenance mode" : "Haldusrežiimis sisse lülitatud", "Turned off maintenance mode" : "Haldusrežiimis välja lülitatud", "Maintenance mode is kept active" : "Hooldusrežiim on aktiivne", + "Updating database schema" : "Andmebaasi skeemi uuendamine", "Updated database" : "Uuendatud andmebaas", "Checked database schema update" : "Andmebaasi skeemi uuendus kontrollitud", "Checked database schema update for apps" : "Andmebaasi skeemi uuendus rakendustele on kontrollitud", @@ -14,19 +37,6 @@ "%s (incompatible)" : "%s (pole ühilduv)", "Following apps have been disabled: %s" : "Järgnevad rakendused on välja lülitatud: %s", "Already up to date" : "On juba ajakohane", - "File is too big" : "Fail on liiga suur", - "Invalid file provided" : "Vigane fail", - "No image or file provided" : "Ühtegi pilti või faili pole pakutud", - "Unknown filetype" : "Tundmatu failitüüp", - "Invalid image" : "Vigane pilt", - "An error occurred. Please contact your admin." : "Tekkis tõrge. Palun võta ühendust administraatoriga.", - "No temporary profile picture available, try again" : "Ühtegi ajutist profiili pilti pole saadaval, proovi uuesti", - "No crop data provided" : "Lõikeandmeid ei leitud", - "Crop is not square" : "Lõikamine pole ruudukujuline", - "Couldn't reset password because the token is invalid" : "Ei saanud parooli taastada, kuna märgend on vigane", - "Couldn't send reset email. Please make sure your username is correct." : "Ei suutnud lähtestada e-maili. Palun veendu, et kasutajatunnus on õige.", - "%s password reset" : "%s parooli lähtestus", - "Couldn't send reset email. Please contact your administrator." : "Ei suutnud lähtestada e-maili. Palun kontakteeru süsteemihalduriga.", "Sunday" : "Pühapäev", "Monday" : "Esmaspäev", "Tuesday" : "Teisipäev", @@ -138,7 +148,9 @@ "delete" : "kustuta", "access control" : "ligipääsukontroll", "Could not unshare" : "Jagamise lõpetamine ebaõnnestus", - "An error occured. Please try again" : "Tekkis tõrge. Palun proovi uuesti", + "{sharee} (group)" : "{sharee} (group)", + "{sharee} (at {server})" : "{sharee} (serveris {server})", + "{sharee} (remote)" : "{sharee} (mujal serveris)", "Share" : "Jaga", "Warning" : "Hoiatus", "Error while sending notification" : "Tõrge teavituse saatmisel", @@ -158,11 +170,13 @@ "sunny" : "päikeseline", "Hello {name}, the weather is {weather}" : "Tere {name}, ilm on {weather}", "Hello {name}" : "Tere, {name}", + "new" : "uus", "_download %n file_::_download %n files_" : ["laadi alla %n fail","laadi alla %n faili"], - "Updating {productName} to version {version}, this may take a while." : "Uuendan {productName} versioonile {version}, see võtab veidi aega.", + "Updating to {version}" : "Uuendamine versioonile {version}", "An error occurred." : "Tekkis tõrge.", "Please reload the page." : "Palun laadi see uuesti.", "The update was unsuccessful. " : "Uuendamine ebaõnnestus.", + "The update was successful. There were warnings." : "Uuendamine läks kenasti. hoiatusi polnud.", "The update was successful. Redirecting you to ownCloud now." : "Uuendus oli edukas. Kohe suunatakse Sind ownCloudi.", "Searching other places" : "Otsi teistest kohtadest", "Personal" : "Isiklik", @@ -170,13 +184,6 @@ "Apps" : "Rakendused", "Admin" : "Admin", "Help" : "Abiinfo", - "Error loading tags" : "Viga siltide laadimisel", - "Tag already exists" : "Silt on juba olemas", - "Error deleting tag(s)" : "Viga sildi (siltide) kustutamisel", - "Error tagging" : "Viga sildi lisamisel", - "Error untagging" : "Viga sildi eemaldamisel", - "Error favoriting" : "Viga lemmikuks lisamisel", - "Error unfavoriting" : "Viga lemmikutest eemaldamisel", "Access forbidden" : "Ligipääs on keelatud", "File not found" : "Faili ei leitud", "The specified document has not been found on the server." : "Määratud dokumenti serverist ei leitud.", @@ -223,7 +230,6 @@ "Search" : "Otsi", "Server side authentication failed!" : "Serveripoolne autentimine ebaõnnestus!", "Please contact your administrator." : "Palun kontakteeru oma süsteemihalduriga.", - "An internal error occured." : "Tekkis sisemine tõrge.", "Please try again or contact your administrator." : "Palun proovi uuesti või võta ühendust oma administraatoriga.", "Log in" : "Logi sisse", "Wrong password. Reset it?" : "Vale parool. Kas vajad parooli taastamist?", diff --git a/core/l10n/eu.js b/core/l10n/eu.js index 32bde88b159..a0fd1de3bfc 100644 --- a/core/l10n/eu.js +++ b/core/l10n/eu.js @@ -1,13 +1,6 @@ OC.L10N.register( "core", { - "Couldn't send mail to following users: %s " : "Ezin izan da posta bidali hurrengo erabiltzaileei: %s", - "Turned on maintenance mode" : "Mantenu modua gaitu da", - "Turned off maintenance mode" : "Mantenu modua desgaitu da", - "Updated database" : "Datu basea eguneratu da", - "Checked database schema update" : "Egiaztatuta datu-basearen zerbitzariaren eguneraketa", - "Checked database schema update for apps" : "Egiaztatuta aplikazioen datu-basearen zerbitzariaren eguneraketa", - "Updated \"%s\" to %s" : "\"%s\" %s-ra eguneratua", "No image or file provided" : "Ez da irudi edo fitxategirik zehaztu", "Unknown filetype" : "Fitxategi mota ezezaguna", "Invalid image" : "Baliogabeko irudia", @@ -17,6 +10,20 @@ OC.L10N.register( "Couldn't send reset email. Please make sure your username is correct." : "Ezin izan da berrezartzeko eposta bidali. Ziurtatu zure erabiltzaile izena egokia dela.", "%s password reset" : "%s pasahitza berrezarri", "Couldn't send reset email. Please contact your administrator." : "Ezin da berrezartzeko eposta bidali. Mesedez jarri harremetan zure administradorearekin.", + "Error loading tags" : "Errore bat izan da etiketak kargatzearkoan.", + "Tag already exists" : "Etiketa dagoeneko existitzen da", + "Error deleting tag(s)" : "Errore bat izan da etiketa(k) ezabatzerakoan", + "Error tagging" : "Errorea etiketa ezartzerakoan", + "Error untagging" : "Errorea etiketa kentzerakoan", + "Error favoriting" : "Errorea gogokoetara gehitzerakoan", + "Error unfavoriting" : "Errorea gogokoetatik kentzerakoan", + "Couldn't send mail to following users: %s " : "Ezin izan da posta bidali hurrengo erabiltzaileei: %s", + "Turned on maintenance mode" : "Mantenu modua gaitu da", + "Turned off maintenance mode" : "Mantenu modua desgaitu da", + "Updated database" : "Datu basea eguneratu da", + "Checked database schema update" : "Egiaztatuta datu-basearen zerbitzariaren eguneraketa", + "Checked database schema update for apps" : "Egiaztatuta aplikazioen datu-basearen zerbitzariaren eguneraketa", + "Updated \"%s\" to %s" : "\"%s\" %s-ra eguneratua", "Sunday" : "Igandea", "Monday" : "Astelehena", "Tuesday" : "Asteartea", @@ -137,7 +144,6 @@ OC.L10N.register( "Hello {name}, the weather is {weather}" : "Kaixo {name}, eguraldia {weather} da", "Hello {name}" : "Kaixo {name}", "_download %n file_::_download %n files_" : ["%n fitxategia jaitsi","jaitsi %n fitxategiak"], - "Updating {productName} to version {version}, this may take a while." : "Eguneratu {productName} {version} bertsiora, bere denbora behar du.", "An error occurred." : "Errore bat gertatu da.", "Please reload the page." : "Mesedez birkargatu orria.", "The update was unsuccessful. " : "Eguneraketa ongi burutu da.", @@ -149,13 +155,6 @@ OC.L10N.register( "Apps" : "Aplikazioak", "Admin" : "Admin", "Help" : "Laguntza", - "Error loading tags" : "Errore bat izan da etiketak kargatzearkoan.", - "Tag already exists" : "Etiketa dagoeneko existitzen da", - "Error deleting tag(s)" : "Errore bat izan da etiketa(k) ezabatzerakoan", - "Error tagging" : "Errorea etiketa ezartzerakoan", - "Error untagging" : "Errorea etiketa kentzerakoan", - "Error favoriting" : "Errorea gogokoetara gehitzerakoan", - "Error unfavoriting" : "Errorea gogokoetatik kentzerakoan", "Access forbidden" : "Sarrera debekatuta", "File not found" : "Ez da fitxategia aurkitu", "The specified document has not been found on the server." : "Zehaztutako dokumentua ez da zerbitzarian aurkitu.", diff --git a/core/l10n/eu.json b/core/l10n/eu.json index fbb201ddba6..8c9d6647f3f 100644 --- a/core/l10n/eu.json +++ b/core/l10n/eu.json @@ -1,11 +1,4 @@ { "translations": { - "Couldn't send mail to following users: %s " : "Ezin izan da posta bidali hurrengo erabiltzaileei: %s", - "Turned on maintenance mode" : "Mantenu modua gaitu da", - "Turned off maintenance mode" : "Mantenu modua desgaitu da", - "Updated database" : "Datu basea eguneratu da", - "Checked database schema update" : "Egiaztatuta datu-basearen zerbitzariaren eguneraketa", - "Checked database schema update for apps" : "Egiaztatuta aplikazioen datu-basearen zerbitzariaren eguneraketa", - "Updated \"%s\" to %s" : "\"%s\" %s-ra eguneratua", "No image or file provided" : "Ez da irudi edo fitxategirik zehaztu", "Unknown filetype" : "Fitxategi mota ezezaguna", "Invalid image" : "Baliogabeko irudia", @@ -15,6 +8,20 @@ "Couldn't send reset email. Please make sure your username is correct." : "Ezin izan da berrezartzeko eposta bidali. Ziurtatu zure erabiltzaile izena egokia dela.", "%s password reset" : "%s pasahitza berrezarri", "Couldn't send reset email. Please contact your administrator." : "Ezin da berrezartzeko eposta bidali. Mesedez jarri harremetan zure administradorearekin.", + "Error loading tags" : "Errore bat izan da etiketak kargatzearkoan.", + "Tag already exists" : "Etiketa dagoeneko existitzen da", + "Error deleting tag(s)" : "Errore bat izan da etiketa(k) ezabatzerakoan", + "Error tagging" : "Errorea etiketa ezartzerakoan", + "Error untagging" : "Errorea etiketa kentzerakoan", + "Error favoriting" : "Errorea gogokoetara gehitzerakoan", + "Error unfavoriting" : "Errorea gogokoetatik kentzerakoan", + "Couldn't send mail to following users: %s " : "Ezin izan da posta bidali hurrengo erabiltzaileei: %s", + "Turned on maintenance mode" : "Mantenu modua gaitu da", + "Turned off maintenance mode" : "Mantenu modua desgaitu da", + "Updated database" : "Datu basea eguneratu da", + "Checked database schema update" : "Egiaztatuta datu-basearen zerbitzariaren eguneraketa", + "Checked database schema update for apps" : "Egiaztatuta aplikazioen datu-basearen zerbitzariaren eguneraketa", + "Updated \"%s\" to %s" : "\"%s\" %s-ra eguneratua", "Sunday" : "Igandea", "Monday" : "Astelehena", "Tuesday" : "Asteartea", @@ -135,7 +142,6 @@ "Hello {name}, the weather is {weather}" : "Kaixo {name}, eguraldia {weather} da", "Hello {name}" : "Kaixo {name}", "_download %n file_::_download %n files_" : ["%n fitxategia jaitsi","jaitsi %n fitxategiak"], - "Updating {productName} to version {version}, this may take a while." : "Eguneratu {productName} {version} bertsiora, bere denbora behar du.", "An error occurred." : "Errore bat gertatu da.", "Please reload the page." : "Mesedez birkargatu orria.", "The update was unsuccessful. " : "Eguneraketa ongi burutu da.", @@ -147,13 +153,6 @@ "Apps" : "Aplikazioak", "Admin" : "Admin", "Help" : "Laguntza", - "Error loading tags" : "Errore bat izan da etiketak kargatzearkoan.", - "Tag already exists" : "Etiketa dagoeneko existitzen da", - "Error deleting tag(s)" : "Errore bat izan da etiketa(k) ezabatzerakoan", - "Error tagging" : "Errorea etiketa ezartzerakoan", - "Error untagging" : "Errorea etiketa kentzerakoan", - "Error favoriting" : "Errorea gogokoetara gehitzerakoan", - "Error unfavoriting" : "Errorea gogokoetatik kentzerakoan", "Access forbidden" : "Sarrera debekatuta", "File not found" : "Ez da fitxategia aurkitu", "The specified document has not been found on the server." : "Zehaztutako dokumentua ez da zerbitzarian aurkitu.", diff --git a/core/l10n/fa.js b/core/l10n/fa.js index feea09c8ce1..9ac50384a74 100644 --- a/core/l10n/fa.js +++ b/core/l10n/fa.js @@ -1,16 +1,6 @@ OC.L10N.register( "core", { - "Couldn't send mail to following users: %s " : "ارسال ایمیل برای کاربران روبرو با شکست مواجه شد : %s", - "Preparing update" : "آمادهسازی به روز رسانی", - "Turned on maintenance mode" : "حالت \" در دست تعمیر \" فعال شد .", - "Turned off maintenance mode" : "حالت \" در دست تعمیر \" غیرفعال شد .", - "Maintenance mode is kept active" : "حالت تعمیرات فعال نگهداشته شده است", - "Updated database" : "بروز رسانی پایگاه داده انجام شد .", - "Updated \"%s\" to %s" : "\"%s\" به %s بروزرسانی شد", - "Repair warning: " : "اخطار تعمیر:", - "Repair error: " : "خطای تعمیر:", - "Already up to date" : "در حال حاضر بروز است", "File is too big" : "فایل خیلی بزرگ است", "Invalid file provided" : "فایل دادهشده نا معتبر است", "No image or file provided" : "هیچ فایل یا تصویری وارد نشده است", @@ -21,6 +11,23 @@ OC.L10N.register( "Crop is not square" : "بخش بریده شده مربع نیست", "%s password reset" : "%s رمزعبور تغییر کرد", "Couldn't send reset email. Please contact your administrator." : "ارسال ایمیل مجدد با مشکل مواجه شد . لطفا با مدیر سیستم تماس بگیرید .", + "Error loading tags" : "خطا در هنگام بارگزاری تگ ها", + "Tag already exists" : "تگ از قبل وجود دارد", + "Error deleting tag(s)" : "خطا در هنگام حذف تگ (ها)", + "Error tagging" : "خطا در هنگام تگ گذاری", + "Error untagging" : "خطا در هنگام حذف تگ", + "Error favoriting" : "خطا هنگام افزودن به موارد محبوب", + "Error unfavoriting" : "خطا هنگام حذف از موارد محبوب", + "Couldn't send mail to following users: %s " : "ارسال ایمیل برای کاربران روبرو با شکست مواجه شد : %s", + "Preparing update" : "آمادهسازی به روز رسانی", + "Turned on maintenance mode" : "حالت \" در دست تعمیر \" فعال شد .", + "Turned off maintenance mode" : "حالت \" در دست تعمیر \" غیرفعال شد .", + "Maintenance mode is kept active" : "حالت تعمیرات فعال نگهداشته شده است", + "Updated database" : "بروز رسانی پایگاه داده انجام شد .", + "Updated \"%s\" to %s" : "\"%s\" به %s بروزرسانی شد", + "Repair warning: " : "اخطار تعمیر:", + "Repair error: " : "خطای تعمیر:", + "Already up to date" : "در حال حاضر بروز است", "Sunday" : "یکشنبه", "Monday" : "دوشنبه", "Tuesday" : "سه شنبه", @@ -129,7 +136,6 @@ OC.L10N.register( "change" : "تغییر", "delete" : "پاک کردن", "access control" : "کنترل دسترسی", - "An error occured. Please try again" : "یک خطا رخ داده است، لطفا مجددا تلاش کنید", "Share" : "اشتراکگذاری", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "اشتراکگذاری با دیگر افراد بر روی ownClouds بصورت username@example.com/owncloud", "Warning" : "اخطار", @@ -147,7 +153,6 @@ OC.L10N.register( "Hello {name}, the weather is {weather}" : "سلام {name}, هوا {weather} است", "Hello {name}" : "سلام {name}", "_download %n file_::_download %n files_" : ["دانلود %n فایل"], - "Updating {productName} to version {version}, this may take a while." : "بروزرسانی {productName} به نسخهی {version}، این عملیات ممکن است زمانبر باشد.", "An error occurred." : "یک خطا رخداده است.", "The update was unsuccessful. " : "بروزرسانی ناموفق بود.", "The update was successful. There were warnings." : "بروزرسانی با موفقیت انجام شد، اخطارهایی وجود دارد.", @@ -158,13 +163,6 @@ OC.L10N.register( "Apps" : " برنامه ها", "Admin" : "مدیر", "Help" : "راهنما", - "Error loading tags" : "خطا در هنگام بارگزاری تگ ها", - "Tag already exists" : "تگ از قبل وجود دارد", - "Error deleting tag(s)" : "خطا در هنگام حذف تگ (ها)", - "Error tagging" : "خطا در هنگام تگ گذاری", - "Error untagging" : "خطا در هنگام حذف تگ", - "Error favoriting" : "خطا هنگام افزودن به موارد محبوب", - "Error unfavoriting" : "خطا هنگام حذف از موارد محبوب", "Access forbidden" : "اجازه دسترسی به مناطق ممنوعه را ندارید", "File not found" : "فایل یافت نشد", "The specified document has not been found on the server." : "مستند مورد نظر در سرور یافت نشد.", @@ -205,7 +203,6 @@ OC.L10N.register( "Log out" : "خروج", "Search" : "جستوجو", "Please contact your administrator." : "لطفا با مدیر وبسایت تماس بگیرید.", - "An internal error occured." : "یک خطای داخلی رخ دادهاست.", "Please try again or contact your administrator." : "لطفا مجددا تلاش کنید یا با مدیر سیستم تماس بگیرید.", "Log in" : "ورود", "Alternative Logins" : "ورود متناوب", diff --git a/core/l10n/fa.json b/core/l10n/fa.json index e294bd86a96..88b27350a6f 100644 --- a/core/l10n/fa.json +++ b/core/l10n/fa.json @@ -1,14 +1,4 @@ { "translations": { - "Couldn't send mail to following users: %s " : "ارسال ایمیل برای کاربران روبرو با شکست مواجه شد : %s", - "Preparing update" : "آمادهسازی به روز رسانی", - "Turned on maintenance mode" : "حالت \" در دست تعمیر \" فعال شد .", - "Turned off maintenance mode" : "حالت \" در دست تعمیر \" غیرفعال شد .", - "Maintenance mode is kept active" : "حالت تعمیرات فعال نگهداشته شده است", - "Updated database" : "بروز رسانی پایگاه داده انجام شد .", - "Updated \"%s\" to %s" : "\"%s\" به %s بروزرسانی شد", - "Repair warning: " : "اخطار تعمیر:", - "Repair error: " : "خطای تعمیر:", - "Already up to date" : "در حال حاضر بروز است", "File is too big" : "فایل خیلی بزرگ است", "Invalid file provided" : "فایل دادهشده نا معتبر است", "No image or file provided" : "هیچ فایل یا تصویری وارد نشده است", @@ -19,6 +9,23 @@ "Crop is not square" : "بخش بریده شده مربع نیست", "%s password reset" : "%s رمزعبور تغییر کرد", "Couldn't send reset email. Please contact your administrator." : "ارسال ایمیل مجدد با مشکل مواجه شد . لطفا با مدیر سیستم تماس بگیرید .", + "Error loading tags" : "خطا در هنگام بارگزاری تگ ها", + "Tag already exists" : "تگ از قبل وجود دارد", + "Error deleting tag(s)" : "خطا در هنگام حذف تگ (ها)", + "Error tagging" : "خطا در هنگام تگ گذاری", + "Error untagging" : "خطا در هنگام حذف تگ", + "Error favoriting" : "خطا هنگام افزودن به موارد محبوب", + "Error unfavoriting" : "خطا هنگام حذف از موارد محبوب", + "Couldn't send mail to following users: %s " : "ارسال ایمیل برای کاربران روبرو با شکست مواجه شد : %s", + "Preparing update" : "آمادهسازی به روز رسانی", + "Turned on maintenance mode" : "حالت \" در دست تعمیر \" فعال شد .", + "Turned off maintenance mode" : "حالت \" در دست تعمیر \" غیرفعال شد .", + "Maintenance mode is kept active" : "حالت تعمیرات فعال نگهداشته شده است", + "Updated database" : "بروز رسانی پایگاه داده انجام شد .", + "Updated \"%s\" to %s" : "\"%s\" به %s بروزرسانی شد", + "Repair warning: " : "اخطار تعمیر:", + "Repair error: " : "خطای تعمیر:", + "Already up to date" : "در حال حاضر بروز است", "Sunday" : "یکشنبه", "Monday" : "دوشنبه", "Tuesday" : "سه شنبه", @@ -127,7 +134,6 @@ "change" : "تغییر", "delete" : "پاک کردن", "access control" : "کنترل دسترسی", - "An error occured. Please try again" : "یک خطا رخ داده است، لطفا مجددا تلاش کنید", "Share" : "اشتراکگذاری", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "اشتراکگذاری با دیگر افراد بر روی ownClouds بصورت username@example.com/owncloud", "Warning" : "اخطار", @@ -145,7 +151,6 @@ "Hello {name}, the weather is {weather}" : "سلام {name}, هوا {weather} است", "Hello {name}" : "سلام {name}", "_download %n file_::_download %n files_" : ["دانلود %n فایل"], - "Updating {productName} to version {version}, this may take a while." : "بروزرسانی {productName} به نسخهی {version}، این عملیات ممکن است زمانبر باشد.", "An error occurred." : "یک خطا رخداده است.", "The update was unsuccessful. " : "بروزرسانی ناموفق بود.", "The update was successful. There were warnings." : "بروزرسانی با موفقیت انجام شد، اخطارهایی وجود دارد.", @@ -156,13 +161,6 @@ "Apps" : " برنامه ها", "Admin" : "مدیر", "Help" : "راهنما", - "Error loading tags" : "خطا در هنگام بارگزاری تگ ها", - "Tag already exists" : "تگ از قبل وجود دارد", - "Error deleting tag(s)" : "خطا در هنگام حذف تگ (ها)", - "Error tagging" : "خطا در هنگام تگ گذاری", - "Error untagging" : "خطا در هنگام حذف تگ", - "Error favoriting" : "خطا هنگام افزودن به موارد محبوب", - "Error unfavoriting" : "خطا هنگام حذف از موارد محبوب", "Access forbidden" : "اجازه دسترسی به مناطق ممنوعه را ندارید", "File not found" : "فایل یافت نشد", "The specified document has not been found on the server." : "مستند مورد نظر در سرور یافت نشد.", @@ -203,7 +201,6 @@ "Log out" : "خروج", "Search" : "جستوجو", "Please contact your administrator." : "لطفا با مدیر وبسایت تماس بگیرید.", - "An internal error occured." : "یک خطای داخلی رخ دادهاست.", "Please try again or contact your administrator." : "لطفا مجددا تلاش کنید یا با مدیر سیستم تماس بگیرید.", "Log in" : "ورود", "Alternative Logins" : "ورود متناوب", diff --git a/core/l10n/fi_FI.js b/core/l10n/fi_FI.js index 727a64ed871..21dc838e302 100644 --- a/core/l10n/fi_FI.js +++ b/core/l10n/fi_FI.js @@ -1,8 +1,34 @@ OC.L10N.register( "core", { + "Please select a file." : "Valitse tiedosto.", + "File is too big" : "Tiedosto on liian suuri", + "Invalid file provided" : "Määritetty virheellinen tiedosto", + "No image or file provided" : "Kuvaa tai tiedostoa ei määritelty", + "Unknown filetype" : "Tuntematon tiedostotyyppi", + "Invalid image" : "Virhellinen kuva", + "An error occurred. Please contact your admin." : "Tapahtui virhe. Ota yhteys ylläpitoon.", + "No temporary profile picture available, try again" : "Väliaikaista profiilikuvaa ei ole käytettävissä, yritä uudelleen", + "No crop data provided" : "Puutteellinen tieto", + "No valid crop data provided" : "Kelvollisia leikkaustietoja ei määritetty", + "Crop is not square" : "Leikkaus ei ole neliö", + "Couldn't reset password because the token is invalid" : "Salasanaa ei voitu palauttaa koska valtuutus on virheellinen", + "Couldn't reset password because the token is expired" : "Salasanan palauttaminen ei onnistunut, koska valtuutus on vanhentunut", + "Couldn't send reset email. Please make sure your username is correct." : "Palautussähköpostin lähettäminen ei onnistunut. Varmista, että käyttäjätunnuksesi on oikein.", + "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Salasanan palautusiviestiä ei voitu lähettää sähköpostitse, koska tälle käyttäjätunnukselle ei ole määritetty sähköpostiosoitetta. Ota yhteys ylläpitäjään.", + "%s password reset" : "%s salasanan palautus", + "Couldn't send reset email. Please contact your administrator." : "Palautussähköpostin lähettäminen ei onnistunut. Ota yhteys ylläpitäjään.", + "Error loading tags" : "Virhe tunnisteita ladattaessa", + "Tag already exists" : "Tunniste on jo olemassa", + "Error deleting tag(s)" : "Virhe tunnisteita poistaessa", + "Error tagging" : "Tunnisteiden kirjoitusvirhe", + "Error untagging" : "Tunisteiden poisto virhe", + "Error favoriting" : "Suosituksen kirjoitusvirhe", + "Error unfavoriting" : "Suosituksen poisto virhe", "Couldn't send mail to following users: %s " : "Sähköpostin lähetys seuraaville käyttäjille epäonnistui: %s", "Preparing update" : "Valmistellaan päivitystä", + "[%d / %d]: %s" : "[%d / %d]: %s", + "[%d / %d]: Checking table %s" : "[%d / %d]: Tarkistetaan taulua %s", "Turned on maintenance mode" : "Siirrytty huoltotilaan", "Turned off maintenance mode" : "Huoltotila asetettu pois päältä", "Maintenance mode is kept active" : "Huoltotila pidetään aktiivisena", @@ -24,23 +50,6 @@ OC.L10N.register( "%s (incompatible)" : "%s (ei yhteensopiva)", "Following apps have been disabled: %s" : "Seuraavat sovellukset on poistettu käytöstä: %s", "Already up to date" : "Kaikki on jo ajan tasalla", - "Please select a file." : "Valitse tiedosto.", - "File is too big" : "Tiedosto on liian suuri", - "Invalid file provided" : "Määritetty virheellinen tiedosto", - "No image or file provided" : "Kuvaa tai tiedostoa ei määritelty", - "Unknown filetype" : "Tuntematon tiedostotyyppi", - "Invalid image" : "Virhellinen kuva", - "An error occurred. Please contact your admin." : "Tapahtui virhe. Ota yhteys ylläpitoon.", - "No temporary profile picture available, try again" : "Väliaikaista profiilikuvaa ei ole käytettävissä, yritä uudelleen", - "No crop data provided" : "Puutteellinen tieto", - "No valid crop data provided" : "Kelvollisia leikkaustietoja ei määritetty", - "Crop is not square" : "Leikkaus ei ole neliö", - "Couldn't reset password because the token is invalid" : "Salasanaa ei voitu palauttaa koska valtuutus on virheellinen", - "Couldn't reset password because the token is expired" : "Salasanan palauttaminen ei onnistunut, koska valtuutus on vanhentunut", - "Couldn't send reset email. Please make sure your username is correct." : "Palautussähköpostin lähettäminen ei onnistunut. Varmista, että käyttäjätunnuksesi on oikein.", - "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Salasanan palautusiviestiä ei voitu lähettää sähköpostitse, koska tälle käyttäjätunnukselle ei ole määritetty sähköpostiosoitetta. Ota yhteys ylläpitäjään.", - "%s password reset" : "%s salasanan palautus", - "Couldn't send reset email. Please contact your administrator." : "Palautussähköpostin lähettäminen ei onnistunut. Ota yhteys ylläpitäjään.", "Sunday" : "sunnuntai", "Monday" : "maanantai", "Tuesday" : "tiistai", @@ -161,7 +170,7 @@ OC.L10N.register( "Share details could not be loaded for this item." : "Tämän kohteen jakamistietoja ei voitu ladata.", "No users or groups found for {search}" : "Haulla {search} ei löytynyt käyttäjiä tai ryhmiä", "No users found for {search}" : "Haulla {search} ei löytynyt käyttäjiä", - "An error occured. Please try again" : "Tapahtui virhe. Yritä myöhemmin uudestaan", + "An error occurred. Please try again" : "Tapahtui virhe, yritä uudelleen", "{sharee} (group)" : "{sharee} (ryhmä)", "{sharee} (at {server})" : "{sharee} (palvelimella {server})", "{sharee} (remote)" : "{sharee} (etä)", @@ -195,7 +204,7 @@ OC.L10N.register( "new" : "uusi", "_download %n file_::_download %n files_" : ["lataa %n tiedosto","lataa %n tiedostoa"], "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "Päivitys on meneillään. Poistuminen tältä sivulta saattaa keskeyttää toimenpiteen joissain käyttöympäristöissä.", - "Updating {productName} to version {version}, this may take a while." : "Päivitetään {productName} versioon {version}, tämä saattaa kestää hetken.", + "Updating to {version}" : "Päivitetään versioon {version}", "An error occurred." : "Tapahtui virhe.", "Please reload the page." : "Päivitä sivu.", "The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Päivitys epäonnistui. Katso lisätietoja tähän ongelmaan liittyen <a href=\"{url}\">keskustelupalstan viestistä</a>.", @@ -210,13 +219,6 @@ OC.L10N.register( "Apps" : "Sovellukset", "Admin" : "Ylläpito", "Help" : "Ohje", - "Error loading tags" : "Virhe tunnisteita ladattaessa", - "Tag already exists" : "Tunniste on jo olemassa", - "Error deleting tag(s)" : "Virhe tunnisteita poistaessa", - "Error tagging" : "Tunnisteiden kirjoitusvirhe", - "Error untagging" : "Tunisteiden poisto virhe", - "Error favoriting" : "Suosituksen kirjoitusvirhe", - "Error unfavoriting" : "Suosituksen poisto virhe", "Access forbidden" : "Pääsy estetty", "File not found" : "Tiedostoa ei löytynyt", "The specified document has not been found on the server." : "Määritettyä asiakirjaa ei löytynyt palvelimelta.", @@ -266,7 +268,7 @@ OC.L10N.register( "Search" : "Etsi", "Server side authentication failed!" : "Palvelimen puoleinen tunnistautuminen epäonnistui!", "Please contact your administrator." : "Ota yhteys ylläpitäjään.", - "An internal error occured." : "Tapahtui sisäinen virhe.", + "An internal error occurred." : "Tapahtui sisäinen virhe", "Please try again or contact your administrator." : "Yritä uudestaan tai ota yhteys ylläpitäjään.", "Log in" : "Kirjaudu sisään", "Wrong password. Reset it?" : "Väärä salasana. Haluatko palauttaa salasanan?", @@ -293,6 +295,7 @@ OC.L10N.register( "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Varmista ennen jatkamista, että tietokanta, asetuskansio ja datakansio on varmuuskopioitu.", "Start update" : "Käynnistä päivitys", "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Välttääksesi aikakatkaisuja suurikokoisten asennusten kanssa, voit suorittaa vaihtoehtoisesti seuraavan komennon asennushakemistossa:", + "Detailed logs" : "Yksityiskohtainen loki", "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 afac7060118..ef4172cceb1 100644 --- a/core/l10n/fi_FI.json +++ b/core/l10n/fi_FI.json @@ -1,6 +1,32 @@ { "translations": { + "Please select a file." : "Valitse tiedosto.", + "File is too big" : "Tiedosto on liian suuri", + "Invalid file provided" : "Määritetty virheellinen tiedosto", + "No image or file provided" : "Kuvaa tai tiedostoa ei määritelty", + "Unknown filetype" : "Tuntematon tiedostotyyppi", + "Invalid image" : "Virhellinen kuva", + "An error occurred. Please contact your admin." : "Tapahtui virhe. Ota yhteys ylläpitoon.", + "No temporary profile picture available, try again" : "Väliaikaista profiilikuvaa ei ole käytettävissä, yritä uudelleen", + "No crop data provided" : "Puutteellinen tieto", + "No valid crop data provided" : "Kelvollisia leikkaustietoja ei määritetty", + "Crop is not square" : "Leikkaus ei ole neliö", + "Couldn't reset password because the token is invalid" : "Salasanaa ei voitu palauttaa koska valtuutus on virheellinen", + "Couldn't reset password because the token is expired" : "Salasanan palauttaminen ei onnistunut, koska valtuutus on vanhentunut", + "Couldn't send reset email. Please make sure your username is correct." : "Palautussähköpostin lähettäminen ei onnistunut. Varmista, että käyttäjätunnuksesi on oikein.", + "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Salasanan palautusiviestiä ei voitu lähettää sähköpostitse, koska tälle käyttäjätunnukselle ei ole määritetty sähköpostiosoitetta. Ota yhteys ylläpitäjään.", + "%s password reset" : "%s salasanan palautus", + "Couldn't send reset email. Please contact your administrator." : "Palautussähköpostin lähettäminen ei onnistunut. Ota yhteys ylläpitäjään.", + "Error loading tags" : "Virhe tunnisteita ladattaessa", + "Tag already exists" : "Tunniste on jo olemassa", + "Error deleting tag(s)" : "Virhe tunnisteita poistaessa", + "Error tagging" : "Tunnisteiden kirjoitusvirhe", + "Error untagging" : "Tunisteiden poisto virhe", + "Error favoriting" : "Suosituksen kirjoitusvirhe", + "Error unfavoriting" : "Suosituksen poisto virhe", "Couldn't send mail to following users: %s " : "Sähköpostin lähetys seuraaville käyttäjille epäonnistui: %s", "Preparing update" : "Valmistellaan päivitystä", + "[%d / %d]: %s" : "[%d / %d]: %s", + "[%d / %d]: Checking table %s" : "[%d / %d]: Tarkistetaan taulua %s", "Turned on maintenance mode" : "Siirrytty huoltotilaan", "Turned off maintenance mode" : "Huoltotila asetettu pois päältä", "Maintenance mode is kept active" : "Huoltotila pidetään aktiivisena", @@ -22,23 +48,6 @@ "%s (incompatible)" : "%s (ei yhteensopiva)", "Following apps have been disabled: %s" : "Seuraavat sovellukset on poistettu käytöstä: %s", "Already up to date" : "Kaikki on jo ajan tasalla", - "Please select a file." : "Valitse tiedosto.", - "File is too big" : "Tiedosto on liian suuri", - "Invalid file provided" : "Määritetty virheellinen tiedosto", - "No image or file provided" : "Kuvaa tai tiedostoa ei määritelty", - "Unknown filetype" : "Tuntematon tiedostotyyppi", - "Invalid image" : "Virhellinen kuva", - "An error occurred. Please contact your admin." : "Tapahtui virhe. Ota yhteys ylläpitoon.", - "No temporary profile picture available, try again" : "Väliaikaista profiilikuvaa ei ole käytettävissä, yritä uudelleen", - "No crop data provided" : "Puutteellinen tieto", - "No valid crop data provided" : "Kelvollisia leikkaustietoja ei määritetty", - "Crop is not square" : "Leikkaus ei ole neliö", - "Couldn't reset password because the token is invalid" : "Salasanaa ei voitu palauttaa koska valtuutus on virheellinen", - "Couldn't reset password because the token is expired" : "Salasanan palauttaminen ei onnistunut, koska valtuutus on vanhentunut", - "Couldn't send reset email. Please make sure your username is correct." : "Palautussähköpostin lähettäminen ei onnistunut. Varmista, että käyttäjätunnuksesi on oikein.", - "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Salasanan palautusiviestiä ei voitu lähettää sähköpostitse, koska tälle käyttäjätunnukselle ei ole määritetty sähköpostiosoitetta. Ota yhteys ylläpitäjään.", - "%s password reset" : "%s salasanan palautus", - "Couldn't send reset email. Please contact your administrator." : "Palautussähköpostin lähettäminen ei onnistunut. Ota yhteys ylläpitäjään.", "Sunday" : "sunnuntai", "Monday" : "maanantai", "Tuesday" : "tiistai", @@ -159,7 +168,7 @@ "Share details could not be loaded for this item." : "Tämän kohteen jakamistietoja ei voitu ladata.", "No users or groups found for {search}" : "Haulla {search} ei löytynyt käyttäjiä tai ryhmiä", "No users found for {search}" : "Haulla {search} ei löytynyt käyttäjiä", - "An error occured. Please try again" : "Tapahtui virhe. Yritä myöhemmin uudestaan", + "An error occurred. Please try again" : "Tapahtui virhe, yritä uudelleen", "{sharee} (group)" : "{sharee} (ryhmä)", "{sharee} (at {server})" : "{sharee} (palvelimella {server})", "{sharee} (remote)" : "{sharee} (etä)", @@ -193,7 +202,7 @@ "new" : "uusi", "_download %n file_::_download %n files_" : ["lataa %n tiedosto","lataa %n tiedostoa"], "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "Päivitys on meneillään. Poistuminen tältä sivulta saattaa keskeyttää toimenpiteen joissain käyttöympäristöissä.", - "Updating {productName} to version {version}, this may take a while." : "Päivitetään {productName} versioon {version}, tämä saattaa kestää hetken.", + "Updating to {version}" : "Päivitetään versioon {version}", "An error occurred." : "Tapahtui virhe.", "Please reload the page." : "Päivitä sivu.", "The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Päivitys epäonnistui. Katso lisätietoja tähän ongelmaan liittyen <a href=\"{url}\">keskustelupalstan viestistä</a>.", @@ -208,13 +217,6 @@ "Apps" : "Sovellukset", "Admin" : "Ylläpito", "Help" : "Ohje", - "Error loading tags" : "Virhe tunnisteita ladattaessa", - "Tag already exists" : "Tunniste on jo olemassa", - "Error deleting tag(s)" : "Virhe tunnisteita poistaessa", - "Error tagging" : "Tunnisteiden kirjoitusvirhe", - "Error untagging" : "Tunisteiden poisto virhe", - "Error favoriting" : "Suosituksen kirjoitusvirhe", - "Error unfavoriting" : "Suosituksen poisto virhe", "Access forbidden" : "Pääsy estetty", "File not found" : "Tiedostoa ei löytynyt", "The specified document has not been found on the server." : "Määritettyä asiakirjaa ei löytynyt palvelimelta.", @@ -264,7 +266,7 @@ "Search" : "Etsi", "Server side authentication failed!" : "Palvelimen puoleinen tunnistautuminen epäonnistui!", "Please contact your administrator." : "Ota yhteys ylläpitäjään.", - "An internal error occured." : "Tapahtui sisäinen virhe.", + "An internal error occurred." : "Tapahtui sisäinen virhe", "Please try again or contact your administrator." : "Yritä uudestaan tai ota yhteys ylläpitäjään.", "Log in" : "Kirjaudu sisään", "Wrong password. Reset it?" : "Väärä salasana. Haluatko palauttaa salasanan?", @@ -291,6 +293,7 @@ "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Varmista ennen jatkamista, että tietokanta, asetuskansio ja datakansio on varmuuskopioitu.", "Start update" : "Käynnistä päivitys", "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Välttääksesi aikakatkaisuja suurikokoisten asennusten kanssa, voit suorittaa vaihtoehtoisesti seuraavan komennon asennushakemistossa:", + "Detailed logs" : "Yksityiskohtainen loki", "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 5eec2c1329e..455b3e30d0a 100644 --- a/core/l10n/fr.js +++ b/core/l10n/fr.js @@ -1,6 +1,30 @@ OC.L10N.register( "core", { + "Please select a file." : "Veuillez sélectionner un fichier.", + "File is too big" : "Fichier trop volumineux", + "Invalid file provided" : "Fichier non valide", + "No image or file provided" : "Aucun fichier fourni", + "Unknown filetype" : "Type de fichier inconnu", + "Invalid image" : "Image non valable", + "An error occurred. Please contact your admin." : "Une erreur est survenue. Veuillez contacter votre administrateur.", + "No temporary profile picture available, try again" : "Aucune image temporaire disponible pour le profil. Essayez à nouveau.", + "No crop data provided" : "Aucune donnée de recadrage fournie", + "No valid crop data provided" : "Données de recadrage non valides", + "Crop is not square" : "Le recadrage n'est pas carré", + "Couldn't reset password because the token is invalid" : "Impossible de réinitialiser le mot de passe car le jeton n'est pas valable.", + "Couldn't reset password because the token is expired" : "Impossible de réinitialiser le mot de passe car le jeton a expiré.", + "Couldn't send reset email. Please make sure your username is correct." : "Impossible d'envoyer le courriel de réinitialisation. Veuillez vérifier que votre nom d'utilisateur est correct.", + "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Impossible d'envoyer le courriel de réinitialisation car il n'y a aucune adresse de courriel pour cet utilisateur. Veuillez contacter votre administrateur.", + "%s password reset" : "Réinitialisation de votre mot de passe %s", + "Couldn't send reset email. Please contact your administrator." : "Impossible d'envoyer le courriel de réinitialisation. Veuillez contacter votre administrateur.", + "Error loading tags" : "Erreur lors du chargement des étiquettes", + "Tag already exists" : "L'étiquette existe déjà.", + "Error deleting tag(s)" : "Erreur de suppression d'étiquette(s)", + "Error tagging" : "Erreur lors de l'étiquetage", + "Error untagging" : "Erreur lors du désétiquetage", + "Error favoriting" : "Erreur lors de la mise en favori", + "Error unfavoriting" : "Erreur lors de la suppression des favoris", "Couldn't send mail to following users: %s " : "Impossible d'envoyer un courriel aux utilisateurs suivants : %s", "Preparing update" : "Préparation de la mise à jour", "Turned on maintenance mode" : "Mode de maintenance activé", @@ -24,23 +48,6 @@ OC.L10N.register( "%s (incompatible)" : "%s (non compatible)", "Following apps have been disabled: %s" : "Les applications suivantes ont été désactivées : %s", "Already up to date" : "Déjà à jour", - "Please select a file." : "Veuillez sélectionner un fichier.", - "File is too big" : "Fichier trop volumineux", - "Invalid file provided" : "Fichier non valide", - "No image or file provided" : "Aucun fichier fourni", - "Unknown filetype" : "Type de fichier inconnu", - "Invalid image" : "Image non valable", - "An error occurred. Please contact your admin." : "Une erreur est survenue. Veuillez contacter votre administrateur.", - "No temporary profile picture available, try again" : "Aucune image temporaire disponible pour le profil. Essayez à nouveau.", - "No crop data provided" : "Aucune donnée de recadrage fournie", - "No valid crop data provided" : "Données de recadrage non valides", - "Crop is not square" : "Le recadrage n'est pas carré", - "Couldn't reset password because the token is invalid" : "Impossible de réinitialiser le mot de passe car le jeton n'est pas valable.", - "Couldn't reset password because the token is expired" : "Impossible de réinitialiser le mot de passe car le jeton a expiré.", - "Couldn't send reset email. Please make sure your username is correct." : "Impossible d'envoyer le courriel de réinitialisation. Veuillez vérifier que votre nom d'utilisateur est correct.", - "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Impossible d'envoyer le courriel de réinitialisation car il n'y a aucune adresse de courriel pour cet utilisateur. Veuillez contacter votre administrateur.", - "%s password reset" : "Réinitialisation de votre mot de passe %s", - "Couldn't send reset email. Please contact your administrator." : "Impossible d'envoyer le courriel de réinitialisation. Veuillez contacter votre administrateur.", "Sunday" : "Dimanche", "Monday" : "Lundi", "Tuesday" : "Mardi", @@ -169,7 +176,7 @@ OC.L10N.register( "Share details could not be loaded for this item." : "Les informations de partage n'ont pu être chargées pour cet élément.", "No users or groups found for {search}" : "Pas d'utilisateur ou de groupe trouvé pour {search}", "No users found for {search}" : "Aucun utilisateur trouvé pour {search}", - "An error occured. Please try again" : "Une erreur est survenue. Merci de réessayer", + "An error occurred. Please try again" : "Une erreur est survenue. Merci de réessayer", "{sharee} (group)" : "{sharee} (groupe)", "{sharee} (at {server})" : "{sharee} (sur {server})", "{sharee} (remote)" : "{sharee} (distant)", @@ -203,7 +210,6 @@ OC.L10N.register( "new" : "Nouveau ", "_download %n file_::_download %n files_" : ["Télécharger %n fichier","Télécharger %n fichiers"], "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "La mise à jour est en cours. Selon la configuration, le fait de quitter cette page peut entraîner l'interruption de la procédure.", - "Updating {productName} to version {version}, this may take a while." : "La mise à jour de {productName} vers la version {version} est en cours. Cela peut prendre un certain temps.", "An error occurred." : "Une erreur est survenue.", "Please reload the page." : "Veuillez recharger la page.", "The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "La mise à jour a échoué. Pour plus d'informations <a href=\"{url}\">consultez notre publication sur le forum</a> à propos de ce problème.", @@ -218,13 +224,6 @@ OC.L10N.register( "Apps" : "Applications", "Admin" : "Administration", "Help" : "Aide", - "Error loading tags" : "Erreur lors du chargement des étiquettes", - "Tag already exists" : "L'étiquette existe déjà.", - "Error deleting tag(s)" : "Erreur de suppression d'étiquette(s)", - "Error tagging" : "Erreur lors de l'étiquetage", - "Error untagging" : "Erreur lors du désétiquetage", - "Error favoriting" : "Erreur lors de la mise en favori", - "Error unfavoriting" : "Erreur lors de la suppression des favoris", "Access forbidden" : "Accès interdit", "File not found" : "Fichier non trouvé", "The specified document has not been found on the server." : "Impossible de trouver le document spécifié sur le serveur.", @@ -275,7 +274,7 @@ OC.L10N.register( "Search" : "Rechercher", "Server side authentication failed!" : "L'authentification sur le serveur a échoué !", "Please contact your administrator." : "Veuillez contacter votre administrateur.", - "An internal error occured." : "Une erreur interne est survenue.", + "An internal error occurred." : "Une erreur interne est survenue.", "Please try again or contact your administrator." : "Veuillez réessayer ou contacter votre administrateur.", "Log in" : "Se connecter", "Wrong password. Reset it?" : "Mot de passe incorrect. Réinitialiser ?", @@ -302,6 +301,7 @@ OC.L10N.register( "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Veuillez vous assurer qu'une copie de sauvegarde de la base de données, du dossier de configuration (config) et du dossier de données (data) a été réalisée avant de commencer.", "Start update" : "Démarrer la mise à jour", "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Afin d'éviter les timeouts avec les installations de volume conséquent, vous pouvez exécuter la commande suivante depuis le répertoire d'installation :", + "Detailed logs" : "Journaux détaillés", "This %s instance is currently in maintenance mode, which may take a while." : "Cette instance de %s est en cours de maintenance, cela peut prendre du temps.", "This page will refresh itself when the %s instance is available again." : "Cette page se rafraîchira d'elle-même lorsque l'instance %s sera à nouveau disponible." }, diff --git a/core/l10n/fr.json b/core/l10n/fr.json index 9e1cc88a906..2af34d571ea 100644 --- a/core/l10n/fr.json +++ b/core/l10n/fr.json @@ -1,4 +1,28 @@ { "translations": { + "Please select a file." : "Veuillez sélectionner un fichier.", + "File is too big" : "Fichier trop volumineux", + "Invalid file provided" : "Fichier non valide", + "No image or file provided" : "Aucun fichier fourni", + "Unknown filetype" : "Type de fichier inconnu", + "Invalid image" : "Image non valable", + "An error occurred. Please contact your admin." : "Une erreur est survenue. Veuillez contacter votre administrateur.", + "No temporary profile picture available, try again" : "Aucune image temporaire disponible pour le profil. Essayez à nouveau.", + "No crop data provided" : "Aucune donnée de recadrage fournie", + "No valid crop data provided" : "Données de recadrage non valides", + "Crop is not square" : "Le recadrage n'est pas carré", + "Couldn't reset password because the token is invalid" : "Impossible de réinitialiser le mot de passe car le jeton n'est pas valable.", + "Couldn't reset password because the token is expired" : "Impossible de réinitialiser le mot de passe car le jeton a expiré.", + "Couldn't send reset email. Please make sure your username is correct." : "Impossible d'envoyer le courriel de réinitialisation. Veuillez vérifier que votre nom d'utilisateur est correct.", + "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Impossible d'envoyer le courriel de réinitialisation car il n'y a aucune adresse de courriel pour cet utilisateur. Veuillez contacter votre administrateur.", + "%s password reset" : "Réinitialisation de votre mot de passe %s", + "Couldn't send reset email. Please contact your administrator." : "Impossible d'envoyer le courriel de réinitialisation. Veuillez contacter votre administrateur.", + "Error loading tags" : "Erreur lors du chargement des étiquettes", + "Tag already exists" : "L'étiquette existe déjà.", + "Error deleting tag(s)" : "Erreur de suppression d'étiquette(s)", + "Error tagging" : "Erreur lors de l'étiquetage", + "Error untagging" : "Erreur lors du désétiquetage", + "Error favoriting" : "Erreur lors de la mise en favori", + "Error unfavoriting" : "Erreur lors de la suppression des favoris", "Couldn't send mail to following users: %s " : "Impossible d'envoyer un courriel aux utilisateurs suivants : %s", "Preparing update" : "Préparation de la mise à jour", "Turned on maintenance mode" : "Mode de maintenance activé", @@ -22,23 +46,6 @@ "%s (incompatible)" : "%s (non compatible)", "Following apps have been disabled: %s" : "Les applications suivantes ont été désactivées : %s", "Already up to date" : "Déjà à jour", - "Please select a file." : "Veuillez sélectionner un fichier.", - "File is too big" : "Fichier trop volumineux", - "Invalid file provided" : "Fichier non valide", - "No image or file provided" : "Aucun fichier fourni", - "Unknown filetype" : "Type de fichier inconnu", - "Invalid image" : "Image non valable", - "An error occurred. Please contact your admin." : "Une erreur est survenue. Veuillez contacter votre administrateur.", - "No temporary profile picture available, try again" : "Aucune image temporaire disponible pour le profil. Essayez à nouveau.", - "No crop data provided" : "Aucune donnée de recadrage fournie", - "No valid crop data provided" : "Données de recadrage non valides", - "Crop is not square" : "Le recadrage n'est pas carré", - "Couldn't reset password because the token is invalid" : "Impossible de réinitialiser le mot de passe car le jeton n'est pas valable.", - "Couldn't reset password because the token is expired" : "Impossible de réinitialiser le mot de passe car le jeton a expiré.", - "Couldn't send reset email. Please make sure your username is correct." : "Impossible d'envoyer le courriel de réinitialisation. Veuillez vérifier que votre nom d'utilisateur est correct.", - "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Impossible d'envoyer le courriel de réinitialisation car il n'y a aucune adresse de courriel pour cet utilisateur. Veuillez contacter votre administrateur.", - "%s password reset" : "Réinitialisation de votre mot de passe %s", - "Couldn't send reset email. Please contact your administrator." : "Impossible d'envoyer le courriel de réinitialisation. Veuillez contacter votre administrateur.", "Sunday" : "Dimanche", "Monday" : "Lundi", "Tuesday" : "Mardi", @@ -167,7 +174,7 @@ "Share details could not be loaded for this item." : "Les informations de partage n'ont pu être chargées pour cet élément.", "No users or groups found for {search}" : "Pas d'utilisateur ou de groupe trouvé pour {search}", "No users found for {search}" : "Aucun utilisateur trouvé pour {search}", - "An error occured. Please try again" : "Une erreur est survenue. Merci de réessayer", + "An error occurred. Please try again" : "Une erreur est survenue. Merci de réessayer", "{sharee} (group)" : "{sharee} (groupe)", "{sharee} (at {server})" : "{sharee} (sur {server})", "{sharee} (remote)" : "{sharee} (distant)", @@ -201,7 +208,6 @@ "new" : "Nouveau ", "_download %n file_::_download %n files_" : ["Télécharger %n fichier","Télécharger %n fichiers"], "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "La mise à jour est en cours. Selon la configuration, le fait de quitter cette page peut entraîner l'interruption de la procédure.", - "Updating {productName} to version {version}, this may take a while." : "La mise à jour de {productName} vers la version {version} est en cours. Cela peut prendre un certain temps.", "An error occurred." : "Une erreur est survenue.", "Please reload the page." : "Veuillez recharger la page.", "The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "La mise à jour a échoué. Pour plus d'informations <a href=\"{url}\">consultez notre publication sur le forum</a> à propos de ce problème.", @@ -216,13 +222,6 @@ "Apps" : "Applications", "Admin" : "Administration", "Help" : "Aide", - "Error loading tags" : "Erreur lors du chargement des étiquettes", - "Tag already exists" : "L'étiquette existe déjà.", - "Error deleting tag(s)" : "Erreur de suppression d'étiquette(s)", - "Error tagging" : "Erreur lors de l'étiquetage", - "Error untagging" : "Erreur lors du désétiquetage", - "Error favoriting" : "Erreur lors de la mise en favori", - "Error unfavoriting" : "Erreur lors de la suppression des favoris", "Access forbidden" : "Accès interdit", "File not found" : "Fichier non trouvé", "The specified document has not been found on the server." : "Impossible de trouver le document spécifié sur le serveur.", @@ -273,7 +272,7 @@ "Search" : "Rechercher", "Server side authentication failed!" : "L'authentification sur le serveur a échoué !", "Please contact your administrator." : "Veuillez contacter votre administrateur.", - "An internal error occured." : "Une erreur interne est survenue.", + "An internal error occurred." : "Une erreur interne est survenue.", "Please try again or contact your administrator." : "Veuillez réessayer ou contacter votre administrateur.", "Log in" : "Se connecter", "Wrong password. Reset it?" : "Mot de passe incorrect. Réinitialiser ?", @@ -300,6 +299,7 @@ "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Veuillez vous assurer qu'une copie de sauvegarde de la base de données, du dossier de configuration (config) et du dossier de données (data) a été réalisée avant de commencer.", "Start update" : "Démarrer la mise à jour", "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Afin d'éviter les timeouts avec les installations de volume conséquent, vous pouvez exécuter la commande suivante depuis le répertoire d'installation :", + "Detailed logs" : "Journaux détaillés", "This %s instance is currently in maintenance mode, which may take a while." : "Cette instance de %s est en cours de maintenance, cela peut prendre du temps.", "This page will refresh itself when the %s instance is available again." : "Cette page se rafraîchira d'elle-même lorsque l'instance %s sera à nouveau disponible." },"pluralForm" :"nplurals=2; plural=(n > 1);" diff --git a/core/l10n/gl.js b/core/l10n/gl.js index dc718fd6814..06dbb38d186 100644 --- a/core/l10n/gl.js +++ b/core/l10n/gl.js @@ -1,17 +1,6 @@ OC.L10N.register( "core", { - "Couldn't send mail to following users: %s " : "Non é posíbel enviar correo aos usuarios seguintes: %s", - "Turned on maintenance mode" : "Modo de mantemento activado", - "Turned off maintenance mode" : "Modo de mantemento desactivado", - "Maintenance mode is kept active" : "Mantense activo o modo de mantemento", - "Updated database" : "Base de datos actualizada", - "Checked database schema update" : "Comprobada a actualización do esquema da base de datos", - "Checked database schema update for apps" : "Comprobada a actualización do esquema da base de datos para aplicacións", - "Updated \"%s\" to %s" : "Actualizado «%s» a %s", - "Repair warning: " : "Aviso de arranxo:", - "Repair error: " : "Arranxar o erro:", - "Following apps have been disabled: %s" : "As seguintes aplicacións foron desactivadas: %s", "File is too big" : "O ficheiro é grande de máis", "Invalid file provided" : "O ficheiro fornecido non é válido", "No image or file provided" : "Non forneceu ningunha imaxe ou ficheiro", @@ -25,6 +14,24 @@ OC.L10N.register( "Couldn't send reset email. Please make sure your username is correct." : "Non foi posíbel enviar o correo do restabelecemento. Asegúrese de que o nome de usuario é o correcto.", "%s password reset" : "Restabelecer o contrasinal %s", "Couldn't send reset email. Please contact your administrator." : "Non foi posíbel enviar o correo do restabelecemento. Póñase en contacto co administrador.", + "Error loading tags" : "Produciuse un erro ao cargar as etiquetas", + "Tag already exists" : "Xa existe a etiqueta", + "Error deleting tag(s)" : "Produciuse un erro ao eliminar a(s) etiqueta(s)", + "Error tagging" : "Produciuse un erro ao etiquetar", + "Error untagging" : "Produciuse un erro ao eliminar a etiqueta", + "Error favoriting" : "Produciuse un erro ao marcar como favorito", + "Error unfavoriting" : "Produciuse un erro ao desmarcar como favorito", + "Couldn't send mail to following users: %s " : "Non é posíbel enviar correo aos usuarios seguintes: %s", + "Turned on maintenance mode" : "Modo de mantemento activado", + "Turned off maintenance mode" : "Modo de mantemento desactivado", + "Maintenance mode is kept active" : "Mantense activo o modo de mantemento", + "Updated database" : "Base de datos actualizada", + "Checked database schema update" : "Comprobada a actualización do esquema da base de datos", + "Checked database schema update for apps" : "Comprobada a actualización do esquema da base de datos para aplicacións", + "Updated \"%s\" to %s" : "Actualizado «%s» a %s", + "Repair warning: " : "Aviso de arranxo:", + "Repair error: " : "Arranxar o erro:", + "Following apps have been disabled: %s" : "As seguintes aplicacións foron desactivadas: %s", "Sunday" : "domingo", "Monday" : "luns", "Tuesday" : "martes", @@ -140,7 +147,6 @@ OC.L10N.register( "change" : "cambio", "delete" : "eliminar", "access control" : "control de acceso", - "An error occured. Please try again" : "Produciuse un erro, ténteo de novo", "Share" : "Compartir", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Comparta con outra xente ou con outros ownClouds empregando a sintaxe «nomeusuario@exemplo.com/ouwncloud»", "Warning" : "Aviso", @@ -158,7 +164,6 @@ OC.L10N.register( "Hello {name}, the weather is {weather}" : "Ola {name}, o tempo é {weather}", "Hello {name}" : "Ola {name}", "_download %n file_::_download %n files_" : ["descargar %n ficheiro","descargar %n ficheiros"], - "Updating {productName} to version {version}, this may take a while." : "Actualizando {productName} a versión {version}, isto pode levar un anaco.", "Please reload the page." : "Volva cargar a páxina.", "The update was unsuccessful. " : "Fracasou a actualización.", "The update was successful. There were warnings." : "A actualización realizouse correctamente. Houbo algún aviso.", @@ -169,13 +174,6 @@ OC.L10N.register( "Apps" : "Aplicacións", "Admin" : "Administración", "Help" : "Axuda", - "Error loading tags" : "Produciuse un erro ao cargar as etiquetas", - "Tag already exists" : "Xa existe a etiqueta", - "Error deleting tag(s)" : "Produciuse un erro ao eliminar a(s) etiqueta(s)", - "Error tagging" : "Produciuse un erro ao etiquetar", - "Error untagging" : "Produciuse un erro ao eliminar a etiqueta", - "Error favoriting" : "Produciuse un erro ao marcar como favorito", - "Error unfavoriting" : "Produciuse un erro ao desmarcar como favorito", "Access forbidden" : "Acceso denegado", "File not found" : "Ficheiro non atopado", "The specified document has not been found on the server." : "Non se atopou no servidor o documento indicado.", @@ -225,7 +223,6 @@ OC.L10N.register( "Search" : "Buscar", "Server side authentication failed!" : "A autenticación fracasou do lado do servidor!", "Please contact your administrator." : "Contacte co administrador.", - "An internal error occured." : "Produciuse un erro interno.", "Please try again or contact your administrator." : "Ténteo de novo ou póñase en contacto co administrador.", "Log in" : "Acceder", "Alternative Logins" : "Accesos alternativos", diff --git a/core/l10n/gl.json b/core/l10n/gl.json index 9ef26278e30..2078acce0a4 100644 --- a/core/l10n/gl.json +++ b/core/l10n/gl.json @@ -1,15 +1,4 @@ { "translations": { - "Couldn't send mail to following users: %s " : "Non é posíbel enviar correo aos usuarios seguintes: %s", - "Turned on maintenance mode" : "Modo de mantemento activado", - "Turned off maintenance mode" : "Modo de mantemento desactivado", - "Maintenance mode is kept active" : "Mantense activo o modo de mantemento", - "Updated database" : "Base de datos actualizada", - "Checked database schema update" : "Comprobada a actualización do esquema da base de datos", - "Checked database schema update for apps" : "Comprobada a actualización do esquema da base de datos para aplicacións", - "Updated \"%s\" to %s" : "Actualizado «%s» a %s", - "Repair warning: " : "Aviso de arranxo:", - "Repair error: " : "Arranxar o erro:", - "Following apps have been disabled: %s" : "As seguintes aplicacións foron desactivadas: %s", "File is too big" : "O ficheiro é grande de máis", "Invalid file provided" : "O ficheiro fornecido non é válido", "No image or file provided" : "Non forneceu ningunha imaxe ou ficheiro", @@ -23,6 +12,24 @@ "Couldn't send reset email. Please make sure your username is correct." : "Non foi posíbel enviar o correo do restabelecemento. Asegúrese de que o nome de usuario é o correcto.", "%s password reset" : "Restabelecer o contrasinal %s", "Couldn't send reset email. Please contact your administrator." : "Non foi posíbel enviar o correo do restabelecemento. Póñase en contacto co administrador.", + "Error loading tags" : "Produciuse un erro ao cargar as etiquetas", + "Tag already exists" : "Xa existe a etiqueta", + "Error deleting tag(s)" : "Produciuse un erro ao eliminar a(s) etiqueta(s)", + "Error tagging" : "Produciuse un erro ao etiquetar", + "Error untagging" : "Produciuse un erro ao eliminar a etiqueta", + "Error favoriting" : "Produciuse un erro ao marcar como favorito", + "Error unfavoriting" : "Produciuse un erro ao desmarcar como favorito", + "Couldn't send mail to following users: %s " : "Non é posíbel enviar correo aos usuarios seguintes: %s", + "Turned on maintenance mode" : "Modo de mantemento activado", + "Turned off maintenance mode" : "Modo de mantemento desactivado", + "Maintenance mode is kept active" : "Mantense activo o modo de mantemento", + "Updated database" : "Base de datos actualizada", + "Checked database schema update" : "Comprobada a actualización do esquema da base de datos", + "Checked database schema update for apps" : "Comprobada a actualización do esquema da base de datos para aplicacións", + "Updated \"%s\" to %s" : "Actualizado «%s» a %s", + "Repair warning: " : "Aviso de arranxo:", + "Repair error: " : "Arranxar o erro:", + "Following apps have been disabled: %s" : "As seguintes aplicacións foron desactivadas: %s", "Sunday" : "domingo", "Monday" : "luns", "Tuesday" : "martes", @@ -138,7 +145,6 @@ "change" : "cambio", "delete" : "eliminar", "access control" : "control de acceso", - "An error occured. Please try again" : "Produciuse un erro, ténteo de novo", "Share" : "Compartir", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Comparta con outra xente ou con outros ownClouds empregando a sintaxe «nomeusuario@exemplo.com/ouwncloud»", "Warning" : "Aviso", @@ -156,7 +162,6 @@ "Hello {name}, the weather is {weather}" : "Ola {name}, o tempo é {weather}", "Hello {name}" : "Ola {name}", "_download %n file_::_download %n files_" : ["descargar %n ficheiro","descargar %n ficheiros"], - "Updating {productName} to version {version}, this may take a while." : "Actualizando {productName} a versión {version}, isto pode levar un anaco.", "Please reload the page." : "Volva cargar a páxina.", "The update was unsuccessful. " : "Fracasou a actualización.", "The update was successful. There were warnings." : "A actualización realizouse correctamente. Houbo algún aviso.", @@ -167,13 +172,6 @@ "Apps" : "Aplicacións", "Admin" : "Administración", "Help" : "Axuda", - "Error loading tags" : "Produciuse un erro ao cargar as etiquetas", - "Tag already exists" : "Xa existe a etiqueta", - "Error deleting tag(s)" : "Produciuse un erro ao eliminar a(s) etiqueta(s)", - "Error tagging" : "Produciuse un erro ao etiquetar", - "Error untagging" : "Produciuse un erro ao eliminar a etiqueta", - "Error favoriting" : "Produciuse un erro ao marcar como favorito", - "Error unfavoriting" : "Produciuse un erro ao desmarcar como favorito", "Access forbidden" : "Acceso denegado", "File not found" : "Ficheiro non atopado", "The specified document has not been found on the server." : "Non se atopou no servidor o documento indicado.", @@ -223,7 +221,6 @@ "Search" : "Buscar", "Server side authentication failed!" : "A autenticación fracasou do lado do servidor!", "Please contact your administrator." : "Contacte co administrador.", - "An internal error occured." : "Produciuse un erro interno.", "Please try again or contact your administrator." : "Ténteo de novo ou póñase en contacto co administrador.", "Log in" : "Acceder", "Alternative Logins" : "Accesos alternativos", diff --git a/core/l10n/he.js b/core/l10n/he.js index 95e330cd42d..11d830d4913 100644 --- a/core/l10n/he.js +++ b/core/l10n/he.js @@ -1,6 +1,30 @@ OC.L10N.register( "core", { + "Please select a file." : "יש לבחור קובץ.", + "File is too big" : "הקובץ גדול מדי", + "Invalid file provided" : "סופק קובץ לא חוקי", + "No image or file provided" : "לא סופקו תמונה או קובץ", + "Unknown filetype" : "סוג קובץ לא מוכר", + "Invalid image" : "תמונה לא חוקית", + "An error occurred. Please contact your admin." : "אירעה שגיאה. יש ליצור קשר עם המנהל שלך.", + "No temporary profile picture available, try again" : "לא קיימת תמונת פרופיל זמנית, יש לנסות שוב", + "No crop data provided" : "לא סופק מידע קיטום", + "No valid crop data provided" : "לא סופק מידע קיטום חוקי", + "Crop is not square" : "הקיטום אינו מרובע", + "Couldn't reset password because the token is invalid" : "לא ניתן לאפס סיסמא כיוון שמחרוזת האימות אינה חוקית", + "Couldn't reset password because the token is expired" : "לא ניתן לאפס סיסמא כיוון שמחרוזת האימות פגה תוקף", + "Couldn't send reset email. Please make sure your username is correct." : "לא ניתן היה לשלוח דואר אלקטרוני לאיפוס. יש לוודא ששם המשתמש נכון.", + "Could not send reset email because there is no email address for this username. Please contact your administrator." : "לא ניתן היה לשלוח דואר אלקטרוני כיוון שלא מוגדר דואר אלקטרוני למשתמש זה. יש ליצור קשר עם מנהל.", + "%s password reset" : "%s הסיסמא אופסה", + "Couldn't send reset email. Please contact your administrator." : "לא ניתן היה לשלוח דואר אלקטרוני לאיפוס. יש לפנות למנהל שלך.", + "Error loading tags" : "שגיאה בטעינת תגיות", + "Tag already exists" : "תגית כבר קיימת", + "Error deleting tag(s)" : "שגיאה במחיקת תגית(יות)", + "Error tagging" : "שגיאה בביצוע תגיות", + "Error untagging" : "שגיאה בהסרת תגיות", + "Error favoriting" : "שגיאה בקביעת מועדפים", + "Error unfavoriting" : "שגיאה בהסרת מועדפים", "Couldn't send mail to following users: %s " : "לא ניתן היה לשלוח דואר אלקטרוני למשתמשים הבאים %s ", "Preparing update" : "מכין עדכון", "Turned on maintenance mode" : "הפעלת מצב אחזקה", @@ -24,23 +48,6 @@ OC.L10N.register( "%s (incompatible)" : "%s (לא תואם)", "Following apps have been disabled: %s" : "היישומים הבאים נוטרלו: %s", "Already up to date" : "כבר עדכני", - "Please select a file." : "יש לבחור קובץ.", - "File is too big" : "הקובץ גדול מדי", - "Invalid file provided" : "סופק קובץ לא חוקי", - "No image or file provided" : "לא סופקו תמונה או קובץ", - "Unknown filetype" : "סוג קובץ לא מוכר", - "Invalid image" : "תמונה לא חוקית", - "An error occurred. Please contact your admin." : "אירעה שגיאה. יש ליצור קשר עם המנהל שלך.", - "No temporary profile picture available, try again" : "לא קיימת תמונת פרופיל זמנית, יש לנסות שוב", - "No crop data provided" : "לא סופק מידע קיטום", - "No valid crop data provided" : "לא סופק מידע קיטום חוקי", - "Crop is not square" : "הקיטום אינו מרובע", - "Couldn't reset password because the token is invalid" : "לא ניתן לאפס סיסמא כיוון שמחרוזת האימות אינה חוקית", - "Couldn't reset password because the token is expired" : "לא ניתן לאפס סיסמא כיוון שמחרוזת האימות פגה תוקף", - "Couldn't send reset email. Please make sure your username is correct." : "לא ניתן היה לשלוח דואר אלקטרוני לאיפוס. יש לוודא ששם המשתמש נכון.", - "Could not send reset email because there is no email address for this username. Please contact your administrator." : "לא ניתן היה לשלוח דואר אלקטרוני כיוון שלא מוגדר דואר אלקטרוני למשתמש זה. יש ליצור קשר עם מנהל.", - "%s password reset" : "%s הסיסמא אופסה", - "Couldn't send reset email. Please contact your administrator." : "לא ניתן היה לשלוח דואר אלקטרוני לאיפוס. יש לפנות למנהל שלך.", "Sunday" : "יום ראשון", "Monday" : "יום שני", "Tuesday" : "יום שלישי", @@ -161,7 +168,6 @@ OC.L10N.register( "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 occured. Please try again" : "אירעה שגיאה. יש לנסות בבקשה שוב", "{sharee} (group)" : "{sharee} (קבוצה)", "{sharee} (at {server})" : "{sharee} (ב- {server})", "{sharee} (remote)" : "{sharee} (מרוחק)", @@ -195,7 +201,6 @@ OC.L10N.register( "new" : "חדש", "_download %n file_::_download %n files_" : ["הורד %n קובץ","הורדו %n קבצים"], "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "מתבצע עכשיו שדרוג, מעבר מדף זה עלול לפגוע בתהליך בסביבות הפעלה מסויימות.", - "Updating {productName} to version {version}, this may take a while." : "מעדכן {productName} לגרסה {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> המכסה נושא זו.", @@ -210,13 +215,6 @@ OC.L10N.register( "Apps" : "יישומים", "Admin" : "מנהל", "Help" : "עזרה", - "Error loading tags" : "שגיאה בטעינת תגיות", - "Tag already exists" : "תגית כבר קיימת", - "Error deleting tag(s)" : "שגיאה במחיקת תגית(יות)", - "Error tagging" : "שגיאה בביצוע תגיות", - "Error untagging" : "שגיאה בהסרת תגיות", - "Error favoriting" : "שגיאה בקביעת מועדפים", - "Error unfavoriting" : "שגיאה בהסרת מועדפים", "Access forbidden" : "הגישה נחסמה", "File not found" : "קובץ לא נמצא", "The specified document has not been found on the server." : "המסמך המבוקש לא נמצא על השרת.", @@ -267,7 +265,6 @@ OC.L10N.register( "Search" : "חיפוש", "Server side authentication failed!" : "אימות לצד שרת נכשל!", "Please contact your administrator." : "יש ליצור קשר עם המנהל.", - "An internal error occured." : "שגיאה פנימית אירעה.", "Please try again or contact your administrator." : "יש לנסות שוב ליצור קשר עם המנהל שלך.", "Log in" : "כניסה", "Wrong password. Reset it?" : "סיסמא שגוייה. האם לאפס אותה?", diff --git a/core/l10n/he.json b/core/l10n/he.json index 3c09caf1293..9132f12ceb4 100644 --- a/core/l10n/he.json +++ b/core/l10n/he.json @@ -1,4 +1,28 @@ { "translations": { + "Please select a file." : "יש לבחור קובץ.", + "File is too big" : "הקובץ גדול מדי", + "Invalid file provided" : "סופק קובץ לא חוקי", + "No image or file provided" : "לא סופקו תמונה או קובץ", + "Unknown filetype" : "סוג קובץ לא מוכר", + "Invalid image" : "תמונה לא חוקית", + "An error occurred. Please contact your admin." : "אירעה שגיאה. יש ליצור קשר עם המנהל שלך.", + "No temporary profile picture available, try again" : "לא קיימת תמונת פרופיל זמנית, יש לנסות שוב", + "No crop data provided" : "לא סופק מידע קיטום", + "No valid crop data provided" : "לא סופק מידע קיטום חוקי", + "Crop is not square" : "הקיטום אינו מרובע", + "Couldn't reset password because the token is invalid" : "לא ניתן לאפס סיסמא כיוון שמחרוזת האימות אינה חוקית", + "Couldn't reset password because the token is expired" : "לא ניתן לאפס סיסמא כיוון שמחרוזת האימות פגה תוקף", + "Couldn't send reset email. Please make sure your username is correct." : "לא ניתן היה לשלוח דואר אלקטרוני לאיפוס. יש לוודא ששם המשתמש נכון.", + "Could not send reset email because there is no email address for this username. Please contact your administrator." : "לא ניתן היה לשלוח דואר אלקטרוני כיוון שלא מוגדר דואר אלקטרוני למשתמש זה. יש ליצור קשר עם מנהל.", + "%s password reset" : "%s הסיסמא אופסה", + "Couldn't send reset email. Please contact your administrator." : "לא ניתן היה לשלוח דואר אלקטרוני לאיפוס. יש לפנות למנהל שלך.", + "Error loading tags" : "שגיאה בטעינת תגיות", + "Tag already exists" : "תגית כבר קיימת", + "Error deleting tag(s)" : "שגיאה במחיקת תגית(יות)", + "Error tagging" : "שגיאה בביצוע תגיות", + "Error untagging" : "שגיאה בהסרת תגיות", + "Error favoriting" : "שגיאה בקביעת מועדפים", + "Error unfavoriting" : "שגיאה בהסרת מועדפים", "Couldn't send mail to following users: %s " : "לא ניתן היה לשלוח דואר אלקטרוני למשתמשים הבאים %s ", "Preparing update" : "מכין עדכון", "Turned on maintenance mode" : "הפעלת מצב אחזקה", @@ -22,23 +46,6 @@ "%s (incompatible)" : "%s (לא תואם)", "Following apps have been disabled: %s" : "היישומים הבאים נוטרלו: %s", "Already up to date" : "כבר עדכני", - "Please select a file." : "יש לבחור קובץ.", - "File is too big" : "הקובץ גדול מדי", - "Invalid file provided" : "סופק קובץ לא חוקי", - "No image or file provided" : "לא סופקו תמונה או קובץ", - "Unknown filetype" : "סוג קובץ לא מוכר", - "Invalid image" : "תמונה לא חוקית", - "An error occurred. Please contact your admin." : "אירעה שגיאה. יש ליצור קשר עם המנהל שלך.", - "No temporary profile picture available, try again" : "לא קיימת תמונת פרופיל זמנית, יש לנסות שוב", - "No crop data provided" : "לא סופק מידע קיטום", - "No valid crop data provided" : "לא סופק מידע קיטום חוקי", - "Crop is not square" : "הקיטום אינו מרובע", - "Couldn't reset password because the token is invalid" : "לא ניתן לאפס סיסמא כיוון שמחרוזת האימות אינה חוקית", - "Couldn't reset password because the token is expired" : "לא ניתן לאפס סיסמא כיוון שמחרוזת האימות פגה תוקף", - "Couldn't send reset email. Please make sure your username is correct." : "לא ניתן היה לשלוח דואר אלקטרוני לאיפוס. יש לוודא ששם המשתמש נכון.", - "Could not send reset email because there is no email address for this username. Please contact your administrator." : "לא ניתן היה לשלוח דואר אלקטרוני כיוון שלא מוגדר דואר אלקטרוני למשתמש זה. יש ליצור קשר עם מנהל.", - "%s password reset" : "%s הסיסמא אופסה", - "Couldn't send reset email. Please contact your administrator." : "לא ניתן היה לשלוח דואר אלקטרוני לאיפוס. יש לפנות למנהל שלך.", "Sunday" : "יום ראשון", "Monday" : "יום שני", "Tuesday" : "יום שלישי", @@ -159,7 +166,6 @@ "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 occured. Please try again" : "אירעה שגיאה. יש לנסות בבקשה שוב", "{sharee} (group)" : "{sharee} (קבוצה)", "{sharee} (at {server})" : "{sharee} (ב- {server})", "{sharee} (remote)" : "{sharee} (מרוחק)", @@ -193,7 +199,6 @@ "new" : "חדש", "_download %n file_::_download %n files_" : ["הורד %n קובץ","הורדו %n קבצים"], "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "מתבצע עכשיו שדרוג, מעבר מדף זה עלול לפגוע בתהליך בסביבות הפעלה מסויימות.", - "Updating {productName} to version {version}, this may take a while." : "מעדכן {productName} לגרסה {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> המכסה נושא זו.", @@ -208,13 +213,6 @@ "Apps" : "יישומים", "Admin" : "מנהל", "Help" : "עזרה", - "Error loading tags" : "שגיאה בטעינת תגיות", - "Tag already exists" : "תגית כבר קיימת", - "Error deleting tag(s)" : "שגיאה במחיקת תגית(יות)", - "Error tagging" : "שגיאה בביצוע תגיות", - "Error untagging" : "שגיאה בהסרת תגיות", - "Error favoriting" : "שגיאה בקביעת מועדפים", - "Error unfavoriting" : "שגיאה בהסרת מועדפים", "Access forbidden" : "הגישה נחסמה", "File not found" : "קובץ לא נמצא", "The specified document has not been found on the server." : "המסמך המבוקש לא נמצא על השרת.", @@ -265,7 +263,6 @@ "Search" : "חיפוש", "Server side authentication failed!" : "אימות לצד שרת נכשל!", "Please contact your administrator." : "יש ליצור קשר עם המנהל.", - "An internal error occured." : "שגיאה פנימית אירעה.", "Please try again or contact your administrator." : "יש לנסות שוב ליצור קשר עם המנהל שלך.", "Log in" : "כניסה", "Wrong password. Reset it?" : "סיסמא שגוייה. האם לאפס אותה?", diff --git a/core/l10n/hr.js b/core/l10n/hr.js index 28f2aab5ec5..1b2264a73ad 100644 --- a/core/l10n/hr.js +++ b/core/l10n/hr.js @@ -1,13 +1,6 @@ OC.L10N.register( "core", { - "Couldn't send mail to following users: %s " : "Nije moguće slanje pošte sljedećim korisnicima: %s", - "Turned on maintenance mode" : "Način rada za održavanje uključen", - "Turned off maintenance mode" : "Način rada za održavanje isključen", - "Updated database" : " Baza podataka ažurirana", - "Checked database schema update" : "Provjereno ažuriranje sheme baze podataka", - "Checked database schema update for apps" : "Provjereno ažuriranje sheme baze podataka za aplikacije", - "Updated \"%s\" to %s" : "Ažurirano \"%s\" u %s", "No image or file provided" : "Nijedna slika ili datoteka nije dobavljena", "Unknown filetype" : "Vrsta datoteke nepoznata", "Invalid image" : "Slika neispravna", @@ -17,6 +10,20 @@ OC.L10N.register( "Couldn't send reset email. Please make sure your username is correct." : "Resetiranu e-poštu nije moguće poslati.Molimo provjerite ispravnost svoga korisničkog imena.", "%s password reset" : "%s lozinka resetirana", "Couldn't send reset email. Please contact your administrator." : "Nije mogće poslati resetiranu poštu. MOlimo kontaktirajte svog administratora.", + "Error loading tags" : "Pogrešno učitavanje oznaka", + "Tag already exists" : "Oznaka već postoji", + "Error deleting tag(s)" : "Pogrešno brisanje oznake (oznaka)", + "Error tagging" : "Pogrešno označavanje", + "Error untagging" : "Pogrešno uklanjanje oznaka", + "Error favoriting" : "Pogrešno dodavanje u favorite", + "Error unfavoriting" : "Pogrešno uklanjanje iz favorita", + "Couldn't send mail to following users: %s " : "Nije moguće slanje pošte sljedećim korisnicima: %s", + "Turned on maintenance mode" : "Način rada za održavanje uključen", + "Turned off maintenance mode" : "Način rada za održavanje isključen", + "Updated database" : " Baza podataka ažurirana", + "Checked database schema update" : "Provjereno ažuriranje sheme baze podataka", + "Checked database schema update for apps" : "Provjereno ažuriranje sheme baze podataka za aplikacije", + "Updated \"%s\" to %s" : "Ažurirano \"%s\" u %s", "Sunday" : "Nedjelja", "Monday" : "Ponedjeljak", "Tuesday" : "Utorak", @@ -120,7 +127,6 @@ OC.L10N.register( "change" : "promijeni", "delete" : "Izbrišite", "access control" : "Kontrola pristupa", - "An error occured. Please try again" : "Dogodila se pogreška. Molimo Vas, pokušajte ponovno. ", "Share" : "Podijelite", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Podijelite sa korisnicima drugoga ownClouda koristeći format korisnickoime@primjer.com/owncloud", "Warning" : "Upozorenje", @@ -138,7 +144,6 @@ OC.L10N.register( "Hello {name}, the weather is {weather}" : "Pozdrav {name}, vrijeme je {weather}", "Hello {name}" : "Pozdrav {name}", "_download %n file_::_download %n files_" : ["preuzimanje %n datoteke","preuzimanje %n datoteke","preuzimanje %n datoteka"], - "Updating {productName} to version {version}, this may take a while." : "Uređivanje {productName} u verziiju {version}, to može potrajati neko vrijeme.", "Please reload the page." : "Molimo, ponovno učitajte stranicu", "The update was unsuccessful. " : "Usklađivanje je bilo neuspješno.", "The update was successful. Redirecting you to ownCloud now." : "Ažuriranje je uspjelo. Upravo ste preusmjeravani na ownCloud.", @@ -148,13 +153,6 @@ OC.L10N.register( "Apps" : "Aplikacije", "Admin" : "Admin", "Help" : "Pomoć", - "Error loading tags" : "Pogrešno učitavanje oznaka", - "Tag already exists" : "Oznaka već postoji", - "Error deleting tag(s)" : "Pogrešno brisanje oznake (oznaka)", - "Error tagging" : "Pogrešno označavanje", - "Error untagging" : "Pogrešno uklanjanje oznaka", - "Error favoriting" : "Pogrešno dodavanje u favorite", - "Error unfavoriting" : "Pogrešno uklanjanje iz favorita", "Access forbidden" : "Pristup zabranjen", "File not found" : "Datoteka nije pronađena", "The specified document has not been found on the server." : "Traženi dokument nije pronađen na poslužitelju.", diff --git a/core/l10n/hr.json b/core/l10n/hr.json index ee3111aa419..333ec6ad680 100644 --- a/core/l10n/hr.json +++ b/core/l10n/hr.json @@ -1,11 +1,4 @@ { "translations": { - "Couldn't send mail to following users: %s " : "Nije moguće slanje pošte sljedećim korisnicima: %s", - "Turned on maintenance mode" : "Način rada za održavanje uključen", - "Turned off maintenance mode" : "Način rada za održavanje isključen", - "Updated database" : " Baza podataka ažurirana", - "Checked database schema update" : "Provjereno ažuriranje sheme baze podataka", - "Checked database schema update for apps" : "Provjereno ažuriranje sheme baze podataka za aplikacije", - "Updated \"%s\" to %s" : "Ažurirano \"%s\" u %s", "No image or file provided" : "Nijedna slika ili datoteka nije dobavljena", "Unknown filetype" : "Vrsta datoteke nepoznata", "Invalid image" : "Slika neispravna", @@ -15,6 +8,20 @@ "Couldn't send reset email. Please make sure your username is correct." : "Resetiranu e-poštu nije moguće poslati.Molimo provjerite ispravnost svoga korisničkog imena.", "%s password reset" : "%s lozinka resetirana", "Couldn't send reset email. Please contact your administrator." : "Nije mogće poslati resetiranu poštu. MOlimo kontaktirajte svog administratora.", + "Error loading tags" : "Pogrešno učitavanje oznaka", + "Tag already exists" : "Oznaka već postoji", + "Error deleting tag(s)" : "Pogrešno brisanje oznake (oznaka)", + "Error tagging" : "Pogrešno označavanje", + "Error untagging" : "Pogrešno uklanjanje oznaka", + "Error favoriting" : "Pogrešno dodavanje u favorite", + "Error unfavoriting" : "Pogrešno uklanjanje iz favorita", + "Couldn't send mail to following users: %s " : "Nije moguće slanje pošte sljedećim korisnicima: %s", + "Turned on maintenance mode" : "Način rada za održavanje uključen", + "Turned off maintenance mode" : "Način rada za održavanje isključen", + "Updated database" : " Baza podataka ažurirana", + "Checked database schema update" : "Provjereno ažuriranje sheme baze podataka", + "Checked database schema update for apps" : "Provjereno ažuriranje sheme baze podataka za aplikacije", + "Updated \"%s\" to %s" : "Ažurirano \"%s\" u %s", "Sunday" : "Nedjelja", "Monday" : "Ponedjeljak", "Tuesday" : "Utorak", @@ -118,7 +125,6 @@ "change" : "promijeni", "delete" : "Izbrišite", "access control" : "Kontrola pristupa", - "An error occured. Please try again" : "Dogodila se pogreška. Molimo Vas, pokušajte ponovno. ", "Share" : "Podijelite", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Podijelite sa korisnicima drugoga ownClouda koristeći format korisnickoime@primjer.com/owncloud", "Warning" : "Upozorenje", @@ -136,7 +142,6 @@ "Hello {name}, the weather is {weather}" : "Pozdrav {name}, vrijeme je {weather}", "Hello {name}" : "Pozdrav {name}", "_download %n file_::_download %n files_" : ["preuzimanje %n datoteke","preuzimanje %n datoteke","preuzimanje %n datoteka"], - "Updating {productName} to version {version}, this may take a while." : "Uređivanje {productName} u verziiju {version}, to može potrajati neko vrijeme.", "Please reload the page." : "Molimo, ponovno učitajte stranicu", "The update was unsuccessful. " : "Usklađivanje je bilo neuspješno.", "The update was successful. Redirecting you to ownCloud now." : "Ažuriranje je uspjelo. Upravo ste preusmjeravani na ownCloud.", @@ -146,13 +151,6 @@ "Apps" : "Aplikacije", "Admin" : "Admin", "Help" : "Pomoć", - "Error loading tags" : "Pogrešno učitavanje oznaka", - "Tag already exists" : "Oznaka već postoji", - "Error deleting tag(s)" : "Pogrešno brisanje oznake (oznaka)", - "Error tagging" : "Pogrešno označavanje", - "Error untagging" : "Pogrešno uklanjanje oznaka", - "Error favoriting" : "Pogrešno dodavanje u favorite", - "Error unfavoriting" : "Pogrešno uklanjanje iz favorita", "Access forbidden" : "Pristup zabranjen", "File not found" : "Datoteka nije pronađena", "The specified document has not been found on the server." : "Traženi dokument nije pronađen na poslužitelju.", diff --git a/core/l10n/hu_HU.js b/core/l10n/hu_HU.js index 91c069baf66..151512ba818 100644 --- a/core/l10n/hu_HU.js +++ b/core/l10n/hu_HU.js @@ -1,6 +1,30 @@ OC.L10N.register( "core", { + "Please select a file." : "Kérjük, válassz egy fájlt.", + "File is too big" : "A fájl túl nagy", + "Invalid file provided" : "Érvénytelen fájl van megadva", + "No image or file provided" : "Nincs kép vagy fájl megadva", + "Unknown filetype" : "Ismeretlen fájltípus", + "Invalid image" : "Hibás kép", + "An error occurred. Please contact your admin." : "Hiba történt. Kérem lépjen kapcsolatba a rendszergazdával.", + "No temporary profile picture available, try again" : "Az átmeneti profilkép nem elérhető, próbálja újra", + "No crop data provided" : "Vágáshoz nincs adat megadva", + "No valid crop data provided" : "Nem lett valós levágási adat megadva", + "Crop is not square" : "Levágás nem négyzet alakú", + "Couldn't reset password because the token is invalid" : "Nem lehet a jelszót törölni, mert a token érvénytelen.", + "Couldn't reset password because the token is expired" : "Nem lehet a jelszót törölni, mert a token lejárt.", + "Couldn't send reset email. Please make sure your username is correct." : "Visszaállítási e-mail nem küldhető. Kérjük, lépjen kapcsolatba a rendszergazdával. ", + "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Nem tudtunk visszaállítási e-mailt küldeni, mert ehhez a felhasználóhoz nem tartozik e-mail cím. Kérjük, vedd fel a kapcsolatot a rendszergazdáddal!", + "%s password reset" : "%s jelszó visszaállítás", + "Couldn't send reset email. Please contact your administrator." : "Visszaállítási e-mail nem küldhető. Kérjük, lépjen kapcsolatba a rendszergazdával.", + "Error loading tags" : "Hiba a címkék betöltésekor", + "Tag already exists" : "A címke már létezik", + "Error deleting tag(s)" : "Hiba a címkék törlésekor", + "Error tagging" : "Hiba a címkézéskor", + "Error untagging" : "Hiba a címkék eltávolításakor", + "Error favoriting" : "Hiba a kedvencekhez adáskor", + "Error unfavoriting" : "Hiba a kedvencekből törléskor", "Couldn't send mail to following users: %s " : "Nem sikerült e-mailt küldeni a következő felhasználóknak: %s", "Preparing update" : "Felkészülés a frissítésre", "Turned on maintenance mode" : "A karbantartási mód bekapcsolva", @@ -24,23 +48,6 @@ OC.L10N.register( "%s (incompatible)" : "%s (nem kompatibilis)", "Following apps have been disabled: %s" : "A következő alkalmazások le lettek tiltva: %s", "Already up to date" : "Már a legfrissebb változat", - "Please select a file." : "Kérjük, válassz egy fájlt.", - "File is too big" : "A fájl túl nagy", - "Invalid file provided" : "Érvénytelen fájl van megadva", - "No image or file provided" : "Nincs kép vagy fájl megadva", - "Unknown filetype" : "Ismeretlen fájltípus", - "Invalid image" : "Hibás kép", - "An error occurred. Please contact your admin." : "Hiba történt. Kérem lépjen kapcsolatba a rendszergazdával.", - "No temporary profile picture available, try again" : "Az átmeneti profilkép nem elérhető, próbálja újra", - "No crop data provided" : "Vágáshoz nincs adat megadva", - "No valid crop data provided" : "Nem lett valós levágási adat megadva", - "Crop is not square" : "Levágás nem négyzet alakú", - "Couldn't reset password because the token is invalid" : "Nem lehet a jelszót törölni, mert a token érvénytelen.", - "Couldn't reset password because the token is expired" : "Nem lehet a jelszót törölni, mert a token lejárt.", - "Couldn't send reset email. Please make sure your username is correct." : "Visszaállítási e-mail nem küldhető. Kérjük, lépjen kapcsolatba a rendszergazdával. ", - "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Nem tudtunk visszaállítási e-mailt küldeni, mert ehhez a felhasználóhoz nem tartozik e-mail cím. Kérjük, vedd fel a kapcsolatot a rendszergazdáddal!", - "%s password reset" : "%s jelszó visszaállítás", - "Couldn't send reset email. Please contact your administrator." : "Visszaállítási e-mail nem küldhető. Kérjük, lépjen kapcsolatba a rendszergazdával.", "Sunday" : "vasárnap", "Monday" : "hétfő", "Tuesday" : "kedd", @@ -159,7 +166,6 @@ OC.L10N.register( "Could not unshare" : "Nem sikerült visszavonni a megosztást", "Share details could not be loaded for this item." : "A megosztás részletei nem lehet betölteni ehhez az elemhez.", "No users or groups found for {search}" : "{search} keresésre nem található felhasználó vagy csoport", - "An error occured. Please try again" : "Hiba történt. Kérjük, próbáld újra!", "{sharee} (group)" : "{sharee} (csoport)", "{sharee} (at {server})" : "{sharee} ({server} szerveren)", "{sharee} (remote)" : "{sharee} (távoli)", @@ -188,7 +194,6 @@ OC.L10N.register( "new" : "új", "_download %n file_::_download %n files_" : ["%n fájl letöltése","%n fájl letöltése"], "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "A frissítés folyamatban van, az oldal elhagyása néhány környezetben lehet, hogy megszakítja a folyamatot.", - "Updating {productName} to version {version}, this may take a while." : " {productName} frissítése zajlik erre a verzióra: {version}. Ez eltarthat egy darabig.", "An error occurred." : "Hiba történt.", "Please reload the page." : "Kérjük frissítse az oldalt!", "The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Frissítés sikertelen. Bővebb információért <a href=\"{url}\">keresse fel a fórumunkat</a> a probléma lefedéséért.", @@ -203,13 +208,6 @@ OC.L10N.register( "Apps" : "Alkalmazások", "Admin" : "Adminsztráció", "Help" : "Súgó", - "Error loading tags" : "Hiba a címkék betöltésekor", - "Tag already exists" : "A címke már létezik", - "Error deleting tag(s)" : "Hiba a címkék törlésekor", - "Error tagging" : "Hiba a címkézéskor", - "Error untagging" : "Hiba a címkék eltávolításakor", - "Error favoriting" : "Hiba a kedvencekhez adáskor", - "Error unfavoriting" : "Hiba a kedvencekből törléskor", "Access forbidden" : "A hozzáférés nem engedélyezett", "File not found" : "Fájl nem található", "The specified document has not been found on the server." : "A meghatározott dokumentum nem található a szerveren.", @@ -259,7 +257,6 @@ OC.L10N.register( "Search" : "Keresés", "Server side authentication failed!" : "A szerveroldali hitelesítés sikertelen!", "Please contact your administrator." : "Kérjük, lépjen kapcsolatba a rendszergazdával.", - "An internal error occured." : "Belső hiba történt.", "Please try again or contact your administrator." : "Kérem próbálja újra, vagy vegye fel a kapcsolatot a rendszergazdával.", "Log in" : "Bejelentkezés", "Wrong password. Reset it?" : "Hibás jelszó. Visszaállítja?", diff --git a/core/l10n/hu_HU.json b/core/l10n/hu_HU.json index d58601c54dd..2dd0f4cc64b 100644 --- a/core/l10n/hu_HU.json +++ b/core/l10n/hu_HU.json @@ -1,4 +1,28 @@ { "translations": { + "Please select a file." : "Kérjük, válassz egy fájlt.", + "File is too big" : "A fájl túl nagy", + "Invalid file provided" : "Érvénytelen fájl van megadva", + "No image or file provided" : "Nincs kép vagy fájl megadva", + "Unknown filetype" : "Ismeretlen fájltípus", + "Invalid image" : "Hibás kép", + "An error occurred. Please contact your admin." : "Hiba történt. Kérem lépjen kapcsolatba a rendszergazdával.", + "No temporary profile picture available, try again" : "Az átmeneti profilkép nem elérhető, próbálja újra", + "No crop data provided" : "Vágáshoz nincs adat megadva", + "No valid crop data provided" : "Nem lett valós levágási adat megadva", + "Crop is not square" : "Levágás nem négyzet alakú", + "Couldn't reset password because the token is invalid" : "Nem lehet a jelszót törölni, mert a token érvénytelen.", + "Couldn't reset password because the token is expired" : "Nem lehet a jelszót törölni, mert a token lejárt.", + "Couldn't send reset email. Please make sure your username is correct." : "Visszaállítási e-mail nem küldhető. Kérjük, lépjen kapcsolatba a rendszergazdával. ", + "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Nem tudtunk visszaállítási e-mailt küldeni, mert ehhez a felhasználóhoz nem tartozik e-mail cím. Kérjük, vedd fel a kapcsolatot a rendszergazdáddal!", + "%s password reset" : "%s jelszó visszaállítás", + "Couldn't send reset email. Please contact your administrator." : "Visszaállítási e-mail nem küldhető. Kérjük, lépjen kapcsolatba a rendszergazdával.", + "Error loading tags" : "Hiba a címkék betöltésekor", + "Tag already exists" : "A címke már létezik", + "Error deleting tag(s)" : "Hiba a címkék törlésekor", + "Error tagging" : "Hiba a címkézéskor", + "Error untagging" : "Hiba a címkék eltávolításakor", + "Error favoriting" : "Hiba a kedvencekhez adáskor", + "Error unfavoriting" : "Hiba a kedvencekből törléskor", "Couldn't send mail to following users: %s " : "Nem sikerült e-mailt küldeni a következő felhasználóknak: %s", "Preparing update" : "Felkészülés a frissítésre", "Turned on maintenance mode" : "A karbantartási mód bekapcsolva", @@ -22,23 +46,6 @@ "%s (incompatible)" : "%s (nem kompatibilis)", "Following apps have been disabled: %s" : "A következő alkalmazások le lettek tiltva: %s", "Already up to date" : "Már a legfrissebb változat", - "Please select a file." : "Kérjük, válassz egy fájlt.", - "File is too big" : "A fájl túl nagy", - "Invalid file provided" : "Érvénytelen fájl van megadva", - "No image or file provided" : "Nincs kép vagy fájl megadva", - "Unknown filetype" : "Ismeretlen fájltípus", - "Invalid image" : "Hibás kép", - "An error occurred. Please contact your admin." : "Hiba történt. Kérem lépjen kapcsolatba a rendszergazdával.", - "No temporary profile picture available, try again" : "Az átmeneti profilkép nem elérhető, próbálja újra", - "No crop data provided" : "Vágáshoz nincs adat megadva", - "No valid crop data provided" : "Nem lett valós levágási adat megadva", - "Crop is not square" : "Levágás nem négyzet alakú", - "Couldn't reset password because the token is invalid" : "Nem lehet a jelszót törölni, mert a token érvénytelen.", - "Couldn't reset password because the token is expired" : "Nem lehet a jelszót törölni, mert a token lejárt.", - "Couldn't send reset email. Please make sure your username is correct." : "Visszaállítási e-mail nem küldhető. Kérjük, lépjen kapcsolatba a rendszergazdával. ", - "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Nem tudtunk visszaállítási e-mailt küldeni, mert ehhez a felhasználóhoz nem tartozik e-mail cím. Kérjük, vedd fel a kapcsolatot a rendszergazdáddal!", - "%s password reset" : "%s jelszó visszaállítás", - "Couldn't send reset email. Please contact your administrator." : "Visszaállítási e-mail nem küldhető. Kérjük, lépjen kapcsolatba a rendszergazdával.", "Sunday" : "vasárnap", "Monday" : "hétfő", "Tuesday" : "kedd", @@ -157,7 +164,6 @@ "Could not unshare" : "Nem sikerült visszavonni a megosztást", "Share details could not be loaded for this item." : "A megosztás részletei nem lehet betölteni ehhez az elemhez.", "No users or groups found for {search}" : "{search} keresésre nem található felhasználó vagy csoport", - "An error occured. Please try again" : "Hiba történt. Kérjük, próbáld újra!", "{sharee} (group)" : "{sharee} (csoport)", "{sharee} (at {server})" : "{sharee} ({server} szerveren)", "{sharee} (remote)" : "{sharee} (távoli)", @@ -186,7 +192,6 @@ "new" : "új", "_download %n file_::_download %n files_" : ["%n fájl letöltése","%n fájl letöltése"], "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "A frissítés folyamatban van, az oldal elhagyása néhány környezetben lehet, hogy megszakítja a folyamatot.", - "Updating {productName} to version {version}, this may take a while." : " {productName} frissítése zajlik erre a verzióra: {version}. Ez eltarthat egy darabig.", "An error occurred." : "Hiba történt.", "Please reload the page." : "Kérjük frissítse az oldalt!", "The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Frissítés sikertelen. Bővebb információért <a href=\"{url}\">keresse fel a fórumunkat</a> a probléma lefedéséért.", @@ -201,13 +206,6 @@ "Apps" : "Alkalmazások", "Admin" : "Adminsztráció", "Help" : "Súgó", - "Error loading tags" : "Hiba a címkék betöltésekor", - "Tag already exists" : "A címke már létezik", - "Error deleting tag(s)" : "Hiba a címkék törlésekor", - "Error tagging" : "Hiba a címkézéskor", - "Error untagging" : "Hiba a címkék eltávolításakor", - "Error favoriting" : "Hiba a kedvencekhez adáskor", - "Error unfavoriting" : "Hiba a kedvencekből törléskor", "Access forbidden" : "A hozzáférés nem engedélyezett", "File not found" : "Fájl nem található", "The specified document has not been found on the server." : "A meghatározott dokumentum nem található a szerveren.", @@ -257,7 +255,6 @@ "Search" : "Keresés", "Server side authentication failed!" : "A szerveroldali hitelesítés sikertelen!", "Please contact your administrator." : "Kérjük, lépjen kapcsolatba a rendszergazdával.", - "An internal error occured." : "Belső hiba történt.", "Please try again or contact your administrator." : "Kérem próbálja újra, vagy vegye fel a kapcsolatot a rendszergazdával.", "Log in" : "Bejelentkezés", "Wrong password. Reset it?" : "Hibás jelszó. Visszaállítja?", diff --git a/core/l10n/ia.js b/core/l10n/ia.js index e6ee2d05141..0a2cbdd30f1 100644 --- a/core/l10n/ia.js +++ b/core/l10n/ia.js @@ -1,6 +1,14 @@ OC.L10N.register( "core", { + "No image or file provided" : "Il forniva necun imagine o file", + "Unknown filetype" : "Typo de file incognite", + "Invalid image" : "Imagine invalide", + "No temporary profile picture available, try again" : "Necun photo de profilo temporanee disponibile, essaya novemente", + "%s password reset" : "%s contrasigno re-fixate", + "Couldn't send reset email. Please contact your administrator." : "On non pote inviar message de configurar ex novo. Pro favor continge tu administrator.", + "Error loading tags" : "Error quando on cargava etiquettas", + "Tag already exists" : "Etiquetta ja existe", "Couldn't send mail to following users: %s " : "On non pote inviar message de e-posta a le usatores sequente: %s", "Turned on maintenance mode" : "Activate modo de mantenentia", "Turned off maintenance mode" : "De-activar modo de mantenentia", @@ -8,12 +16,6 @@ OC.L10N.register( "Checked database schema update" : "Il ha verificate actualisation de schema de base de datos", "Checked database schema update for apps" : "Il ha verificate actualisation de schema de base de datos pro apps", "Updated \"%s\" to %s" : "Actualisava \"%s\" a %s", - "No image or file provided" : "Il forniva necun imagine o file", - "Unknown filetype" : "Typo de file incognite", - "Invalid image" : "Imagine invalide", - "No temporary profile picture available, try again" : "Necun photo de profilo temporanee disponibile, essaya novemente", - "%s password reset" : "%s contrasigno re-fixate", - "Couldn't send reset email. Please contact your administrator." : "On non pote inviar message de configurar ex novo. Pro favor continge tu administrator.", "Sunday" : "Dominica", "Monday" : "Lunedi", "Tuesday" : "Martedi", @@ -116,8 +118,6 @@ OC.L10N.register( "Apps" : "Applicationes", "Admin" : "Administration", "Help" : "Adjuta", - "Error loading tags" : "Error quando on cargava etiquettas", - "Tag already exists" : "Etiquetta ja existe", "Access forbidden" : "Accesso prohibite", "File not found" : "File non trovate", "The specified document has not been found on the server." : "Le documento specificate non ha essite trovate sur le servitor.", diff --git a/core/l10n/ia.json b/core/l10n/ia.json index 2afceccdf50..cb84534676e 100644 --- a/core/l10n/ia.json +++ b/core/l10n/ia.json @@ -1,4 +1,12 @@ { "translations": { + "No image or file provided" : "Il forniva necun imagine o file", + "Unknown filetype" : "Typo de file incognite", + "Invalid image" : "Imagine invalide", + "No temporary profile picture available, try again" : "Necun photo de profilo temporanee disponibile, essaya novemente", + "%s password reset" : "%s contrasigno re-fixate", + "Couldn't send reset email. Please contact your administrator." : "On non pote inviar message de configurar ex novo. Pro favor continge tu administrator.", + "Error loading tags" : "Error quando on cargava etiquettas", + "Tag already exists" : "Etiquetta ja existe", "Couldn't send mail to following users: %s " : "On non pote inviar message de e-posta a le usatores sequente: %s", "Turned on maintenance mode" : "Activate modo de mantenentia", "Turned off maintenance mode" : "De-activar modo de mantenentia", @@ -6,12 +14,6 @@ "Checked database schema update" : "Il ha verificate actualisation de schema de base de datos", "Checked database schema update for apps" : "Il ha verificate actualisation de schema de base de datos pro apps", "Updated \"%s\" to %s" : "Actualisava \"%s\" a %s", - "No image or file provided" : "Il forniva necun imagine o file", - "Unknown filetype" : "Typo de file incognite", - "Invalid image" : "Imagine invalide", - "No temporary profile picture available, try again" : "Necun photo de profilo temporanee disponibile, essaya novemente", - "%s password reset" : "%s contrasigno re-fixate", - "Couldn't send reset email. Please contact your administrator." : "On non pote inviar message de configurar ex novo. Pro favor continge tu administrator.", "Sunday" : "Dominica", "Monday" : "Lunedi", "Tuesday" : "Martedi", @@ -114,8 +116,6 @@ "Apps" : "Applicationes", "Admin" : "Administration", "Help" : "Adjuta", - "Error loading tags" : "Error quando on cargava etiquettas", - "Tag already exists" : "Etiquetta ja existe", "Access forbidden" : "Accesso prohibite", "File not found" : "File non trovate", "The specified document has not been found on the server." : "Le documento specificate non ha essite trovate sur le servitor.", diff --git a/core/l10n/id.js b/core/l10n/id.js index e9262f22c2a..f2e7551b991 100644 --- a/core/l10n/id.js +++ b/core/l10n/id.js @@ -1,6 +1,28 @@ OC.L10N.register( "core", { + "File is too big" : "Berkas terlalu besar", + "Invalid file provided" : "Berkas yang diberikan tidak sah", + "No image or file provided" : "Tidak ada gambar atau berkas yang disediakan", + "Unknown filetype" : "Tipe berkas tidak dikenal", + "Invalid image" : "Gambar tidak sah", + "An error occurred. Please contact your admin." : "Terjadi kesalahan. Silakan hubungi admin Anda.", + "No temporary profile picture available, try again" : "Tidak ada gambar profil sementara yang tersedia, coba lagi", + "No crop data provided" : "Tidak ada data krop tersedia", + "No valid crop data provided" : "Tidak ada data valid untuk dipangkas", + "Crop is not square" : "Pangkas ini tidak persegi", + "Couldn't reset password because the token is invalid" : "Tidak dapat menyetel ulang sandi karena token tidak sah", + "Couldn't reset password because the token is expired" : "Tidak dapat menyetel ulang sandi karena token telah kadaluarsa", + "Couldn't send reset email. Please make sure your username is correct." : "Tidak dapat menyetel ulang email. Mohon pastikan nama pengguna Anda benar.", + "%s password reset" : "%s sandi disetel ulang", + "Couldn't send reset email. Please contact your administrator." : "Tidak dapat mengirim email setel ulang. Silakan hubungi administrator Anda.", + "Error loading tags" : "Kesalahan saat saat memuat tag", + "Tag already exists" : "Tag sudah ada", + "Error deleting tag(s)" : "Kesalahan saat menghapus tag", + "Error tagging" : "Kesalahan saat memberikan tag", + "Error untagging" : "Kesalahan saat menghapus tag", + "Error favoriting" : "Kesalahan saat memberikan sebagai favorit", + "Error unfavoriting" : "Kesalahan saat menghapus sebagai favorit", "Couldn't send mail to following users: %s " : "Tidak dapat mengirim Email ke pengguna berikut: %s", "Preparing update" : "Mempersiapkan pembaruan", "Turned on maintenance mode" : "Hidupkan mode perawatan", @@ -20,21 +42,6 @@ OC.L10N.register( "%s (incompatible)" : "%s (tidak kompatibel)", "Following apps have been disabled: %s" : "Aplikasi berikut telah dinonaktifkan: %s", "Already up to date" : "Sudah yang terbaru", - "File is too big" : "Berkas terlalu besar", - "Invalid file provided" : "Berkas yang diberikan tidak sah", - "No image or file provided" : "Tidak ada gambar atau berkas yang disediakan", - "Unknown filetype" : "Tipe berkas tidak dikenal", - "Invalid image" : "Gambar tidak sah", - "An error occurred. Please contact your admin." : "Terjadi kesalahan. Silakan hubungi admin Anda.", - "No temporary profile picture available, try again" : "Tidak ada gambar profil sementara yang tersedia, coba lagi", - "No crop data provided" : "Tidak ada data krop tersedia", - "No valid crop data provided" : "Tidak ada data valid untuk dipangkas", - "Crop is not square" : "Pangkas ini tidak persegi", - "Couldn't reset password because the token is invalid" : "Tidak dapat menyetel ulang sandi karena token tidak sah", - "Couldn't reset password because the token is expired" : "Tidak dapat menyetel ulang sandi karena token telah kadaluarsa", - "Couldn't send reset email. Please make sure your username is correct." : "Tidak dapat menyetel ulang email. Mohon pastikan nama pengguna Anda benar.", - "%s password reset" : "%s sandi disetel ulang", - "Couldn't send reset email. Please contact your administrator." : "Tidak dapat mengirim email setel ulang. Silakan hubungi administrator Anda.", "Sunday" : "Minggu", "Monday" : "Senin", "Tuesday" : "Selasa", @@ -151,7 +158,6 @@ OC.L10N.register( "delete" : "hapus", "access control" : "kontrol akses", "Share details could not be loaded for this item." : "Rincian berbagi tidak dapat dimuat untuk item ini.", - "An error occured. Please try again" : "Terjadi masalah. Mohon coba kembali", "Share" : "Bagikan", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Bagikan dengan orang lain di ownCloud menggunakan sintaks username@example.com/owncloud", "Warning" : "Peringatan", @@ -171,7 +177,6 @@ OC.L10N.register( "Hello {name}" : "Helo {name}", "_download %n file_::_download %n files_" : ["unduh %n berkas"], "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "Pembaruan sedang dalam proses, meninggalkan halaman ini mungkin dapat mengganggu proses di beberapa lingkungan.", - "Updating {productName} to version {version}, this may take a while." : "Memperbarui {productName} ke versi {version}, ini memerlukan waktu.", "An error occurred." : "Terjadi kesalahan.", "Please reload the page." : "Silakan muat ulang halaman.", "The update was unsuccessful. " : "Pembaruan tidak berhasil.", @@ -185,13 +190,6 @@ OC.L10N.register( "Apps" : "Aplikasi", "Admin" : "Admin", "Help" : "Bantuan", - "Error loading tags" : "Kesalahan saat saat memuat tag", - "Tag already exists" : "Tag sudah ada", - "Error deleting tag(s)" : "Kesalahan saat menghapus tag", - "Error tagging" : "Kesalahan saat memberikan tag", - "Error untagging" : "Kesalahan saat menghapus tag", - "Error favoriting" : "Kesalahan saat memberikan sebagai favorit", - "Error unfavoriting" : "Kesalahan saat menghapus sebagai favorit", "Access forbidden" : "Akses ditolak", "File not found" : "Berkas tidak ditemukan", "The specified document has not been found on the server." : "Dokumen yang diminta tidak tersedia pada server.", @@ -241,7 +239,6 @@ OC.L10N.register( "Search" : "Cari", "Server side authentication failed!" : "Otentikasi dari sisi server gagal!", "Please contact your administrator." : "Silahkan hubungi administrator anda.", - "An internal error occured." : "Terjadi kesalahan internal.", "Please try again or contact your administrator." : "Mohon coba lagi atau hubungi administrator Anda.", "Log in" : "Masuk", "Wrong password. Reset it?" : "Sandi salah. Atur ulang?", diff --git a/core/l10n/id.json b/core/l10n/id.json index 3e6be0a632e..c091d0aa154 100644 --- a/core/l10n/id.json +++ b/core/l10n/id.json @@ -1,4 +1,26 @@ { "translations": { + "File is too big" : "Berkas terlalu besar", + "Invalid file provided" : "Berkas yang diberikan tidak sah", + "No image or file provided" : "Tidak ada gambar atau berkas yang disediakan", + "Unknown filetype" : "Tipe berkas tidak dikenal", + "Invalid image" : "Gambar tidak sah", + "An error occurred. Please contact your admin." : "Terjadi kesalahan. Silakan hubungi admin Anda.", + "No temporary profile picture available, try again" : "Tidak ada gambar profil sementara yang tersedia, coba lagi", + "No crop data provided" : "Tidak ada data krop tersedia", + "No valid crop data provided" : "Tidak ada data valid untuk dipangkas", + "Crop is not square" : "Pangkas ini tidak persegi", + "Couldn't reset password because the token is invalid" : "Tidak dapat menyetel ulang sandi karena token tidak sah", + "Couldn't reset password because the token is expired" : "Tidak dapat menyetel ulang sandi karena token telah kadaluarsa", + "Couldn't send reset email. Please make sure your username is correct." : "Tidak dapat menyetel ulang email. Mohon pastikan nama pengguna Anda benar.", + "%s password reset" : "%s sandi disetel ulang", + "Couldn't send reset email. Please contact your administrator." : "Tidak dapat mengirim email setel ulang. Silakan hubungi administrator Anda.", + "Error loading tags" : "Kesalahan saat saat memuat tag", + "Tag already exists" : "Tag sudah ada", + "Error deleting tag(s)" : "Kesalahan saat menghapus tag", + "Error tagging" : "Kesalahan saat memberikan tag", + "Error untagging" : "Kesalahan saat menghapus tag", + "Error favoriting" : "Kesalahan saat memberikan sebagai favorit", + "Error unfavoriting" : "Kesalahan saat menghapus sebagai favorit", "Couldn't send mail to following users: %s " : "Tidak dapat mengirim Email ke pengguna berikut: %s", "Preparing update" : "Mempersiapkan pembaruan", "Turned on maintenance mode" : "Hidupkan mode perawatan", @@ -18,21 +40,6 @@ "%s (incompatible)" : "%s (tidak kompatibel)", "Following apps have been disabled: %s" : "Aplikasi berikut telah dinonaktifkan: %s", "Already up to date" : "Sudah yang terbaru", - "File is too big" : "Berkas terlalu besar", - "Invalid file provided" : "Berkas yang diberikan tidak sah", - "No image or file provided" : "Tidak ada gambar atau berkas yang disediakan", - "Unknown filetype" : "Tipe berkas tidak dikenal", - "Invalid image" : "Gambar tidak sah", - "An error occurred. Please contact your admin." : "Terjadi kesalahan. Silakan hubungi admin Anda.", - "No temporary profile picture available, try again" : "Tidak ada gambar profil sementara yang tersedia, coba lagi", - "No crop data provided" : "Tidak ada data krop tersedia", - "No valid crop data provided" : "Tidak ada data valid untuk dipangkas", - "Crop is not square" : "Pangkas ini tidak persegi", - "Couldn't reset password because the token is invalid" : "Tidak dapat menyetel ulang sandi karena token tidak sah", - "Couldn't reset password because the token is expired" : "Tidak dapat menyetel ulang sandi karena token telah kadaluarsa", - "Couldn't send reset email. Please make sure your username is correct." : "Tidak dapat menyetel ulang email. Mohon pastikan nama pengguna Anda benar.", - "%s password reset" : "%s sandi disetel ulang", - "Couldn't send reset email. Please contact your administrator." : "Tidak dapat mengirim email setel ulang. Silakan hubungi administrator Anda.", "Sunday" : "Minggu", "Monday" : "Senin", "Tuesday" : "Selasa", @@ -149,7 +156,6 @@ "delete" : "hapus", "access control" : "kontrol akses", "Share details could not be loaded for this item." : "Rincian berbagi tidak dapat dimuat untuk item ini.", - "An error occured. Please try again" : "Terjadi masalah. Mohon coba kembali", "Share" : "Bagikan", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Bagikan dengan orang lain di ownCloud menggunakan sintaks username@example.com/owncloud", "Warning" : "Peringatan", @@ -169,7 +175,6 @@ "Hello {name}" : "Helo {name}", "_download %n file_::_download %n files_" : ["unduh %n berkas"], "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "Pembaruan sedang dalam proses, meninggalkan halaman ini mungkin dapat mengganggu proses di beberapa lingkungan.", - "Updating {productName} to version {version}, this may take a while." : "Memperbarui {productName} ke versi {version}, ini memerlukan waktu.", "An error occurred." : "Terjadi kesalahan.", "Please reload the page." : "Silakan muat ulang halaman.", "The update was unsuccessful. " : "Pembaruan tidak berhasil.", @@ -183,13 +188,6 @@ "Apps" : "Aplikasi", "Admin" : "Admin", "Help" : "Bantuan", - "Error loading tags" : "Kesalahan saat saat memuat tag", - "Tag already exists" : "Tag sudah ada", - "Error deleting tag(s)" : "Kesalahan saat menghapus tag", - "Error tagging" : "Kesalahan saat memberikan tag", - "Error untagging" : "Kesalahan saat menghapus tag", - "Error favoriting" : "Kesalahan saat memberikan sebagai favorit", - "Error unfavoriting" : "Kesalahan saat menghapus sebagai favorit", "Access forbidden" : "Akses ditolak", "File not found" : "Berkas tidak ditemukan", "The specified document has not been found on the server." : "Dokumen yang diminta tidak tersedia pada server.", @@ -239,7 +237,6 @@ "Search" : "Cari", "Server side authentication failed!" : "Otentikasi dari sisi server gagal!", "Please contact your administrator." : "Silahkan hubungi administrator anda.", - "An internal error occured." : "Terjadi kesalahan internal.", "Please try again or contact your administrator." : "Mohon coba lagi atau hubungi administrator Anda.", "Log in" : "Masuk", "Wrong password. Reset it?" : "Sandi salah. Atur ulang?", diff --git a/core/l10n/is.js b/core/l10n/is.js index 04ba2851364..ff932345f2a 100644 --- a/core/l10n/is.js +++ b/core/l10n/is.js @@ -1,6 +1,30 @@ OC.L10N.register( "core", { + "Please select a file." : "Veldu skrá.", + "File is too big" : "Skrá er of stór", + "Invalid file provided" : "Ógild skrá gefin", + "No image or file provided" : "Engin mynd eða skrá gefin", + "Unknown filetype" : "Óþekkt skráartegund", + "Invalid image" : "Ógild mynd", + "An error occurred. Please contact your admin." : "Villa kom upp. Hafðu samband við kerfisstjóra.", + "No temporary profile picture available, try again" : "Engin bráðabirgða einkennismynd er tiltæk, reyndu aftur", + "No crop data provided" : "Enginn gögn um utanskurð gefin", + "No valid crop data provided" : "Enginn gild gögn um utanskurð gefin", + "Crop is not square" : "Utanskurður er ekki ferningslaga", + "Couldn't reset password because the token is invalid" : "Gat ekki endurstillt lykilorðið vegna þess að teiknið er ógilt", + "Couldn't reset password because the token is expired" : "Gat ekki endurstillt lykilorðið vegna þess að teiknið er útrunnið", + "Couldn't send reset email. Please make sure your username is correct." : "Gat ekki sent endurstillingu í tölvupósti. Gakktu úr skugga um að notandanafn þitt sé rétt.", + "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Gat ekki sent endurstillingu í tölvupósti því það er ekkert gilt tölvupóstfang fyrir þennan notanda. Hafðu samband við kerfisstjóra.", + "%s password reset" : "%s lykilorð endurstillt", + "Couldn't send reset email. Please contact your administrator." : "Gat ekki sent endurstillingu í tölvupósti. Hafðu samband við kerfisstjóra.", + "Error loading tags" : "Villa við að hlaða inn merkjum", + "Tag already exists" : "Merki er þegar til", + "Error deleting tag(s)" : "Villa við að eyða merki/merkjum", + "Error tagging" : "Villa við að merkja", + "Error untagging" : "Villa við afmerkja", + "Error favoriting" : "Villa við bókmerkingu ", + "Error unfavoriting" : "Villa við afmá bókmerkingu", "Couldn't send mail to following users: %s " : "Gat ekki sent póst á eftirfarandi notendur: %s", "Preparing update" : "Undirbý uppfærslu", "Turned on maintenance mode" : "Kveikt á viðhaldsham", @@ -24,23 +48,6 @@ OC.L10N.register( "%s (incompatible)" : "%s (ósamhæft)", "Following apps have been disabled: %s" : "Eftirfarandi forrit hafa verið gerð óvirk: %s", "Already up to date" : "Allt uppfært nú þegar", - "Please select a file." : "Veldu skrá.", - "File is too big" : "Skrá er of stór", - "Invalid file provided" : "Ógild skrá gefin", - "No image or file provided" : "Engin mynd eða skrá gefin", - "Unknown filetype" : "Óþekkt skráartegund", - "Invalid image" : "Ógild mynd", - "An error occurred. Please contact your admin." : "Villa kom upp. Hafðu samband við kerfisstjóra.", - "No temporary profile picture available, try again" : "Engin bráðabirgða einkennismynd er tiltæk, reyndu aftur", - "No crop data provided" : "Enginn gögn um utanskurð gefin", - "No valid crop data provided" : "Enginn gild gögn um utanskurð gefin", - "Crop is not square" : "Utanskurður er ekki ferningslaga", - "Couldn't reset password because the token is invalid" : "Gat ekki endurstillt lykilorðið vegna þess að teiknið er ógilt", - "Couldn't reset password because the token is expired" : "Gat ekki endurstillt lykilorðið vegna þess að teiknið er útrunnið", - "Couldn't send reset email. Please make sure your username is correct." : "Gat ekki sent endurstillingu í tölvupósti. Gakktu úr skugga um að notandanafn þitt sé rétt.", - "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Gat ekki sent endurstillingu í tölvupósti því það er ekkert gilt tölvupóstfang fyrir þennan notanda. Hafðu samband við kerfisstjóra.", - "%s password reset" : "%s lykilorð endurstillt", - "Couldn't send reset email. Please contact your administrator." : "Gat ekki sent endurstillingu í tölvupósti. Hafðu samband við kerfisstjóra.", "Sunday" : "Sunnudagur", "Monday" : "Mánudagur", "Tuesday" : "Þriðjudagur", @@ -161,7 +168,6 @@ OC.L10N.register( "Share details could not be loaded for this item." : "Ekki tókst að hlaða inn upplýsingum um sameign varðandi þetta atriði.", "No users or groups found for {search}" : "Engir notendur eða hópar fundust í {search}", "No users found for {search}" : "Engir notendur fundust með {search}", - "An error occured. Please try again" : "Villa kom upp. Endilega reyndu aftur", "{sharee} (group)" : "{sharee} (hópur)", "{sharee} (at {server})" : "{sharee} (á {server})", "{sharee} (remote)" : "{sharee} (fjartengdur)", @@ -195,7 +201,6 @@ OC.L10N.register( "new" : "nýtt", "_download %n file_::_download %n files_" : ["sækja %n skrá","sækja %n skrár"], "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "Uppfærslan er í gangi, ef farið er af þessari síðu gæti það truflað ferlið á sumum kerfum.", - "Updating {productName} to version {version}, this may take a while." : "Uppfæri {productName} í útgáfu {version}, þetta getur tekið smá stund.", "An error occurred." : "Villa átti sér stað.", "Please reload the page." : "Þú ættir að hlaða síðunni aftur inn.", "The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Uppfærslan tókst ekki. Til að fá frekari upplýsingar <a href=\"{url}\">skoðaðu færslu á spjallsvæðinu okkar</a> sem fjallar um þetta mál.", @@ -210,13 +215,6 @@ OC.L10N.register( "Apps" : "Forrit", "Admin" : "Stjórnun", "Help" : "Hjálp", - "Error loading tags" : "Villa við að hlaða inn merkjum", - "Tag already exists" : "Merki er þegar til", - "Error deleting tag(s)" : "Villa við að eyða merki/merkjum", - "Error tagging" : "Villa við að merkja", - "Error untagging" : "Villa við afmerkja", - "Error favoriting" : "Villa við bókmerkingu ", - "Error unfavoriting" : "Villa við afmá bókmerkingu", "Access forbidden" : "Aðgangur bannaður", "File not found" : "Skrá finnst ekki", "The specified document has not been found on the server." : "Tiltekið skjal hefur ekki fundist á þjóninum.", @@ -266,7 +264,6 @@ OC.L10N.register( "Search" : "Leita", "Server side authentication failed!" : "Auðkenning af hálfu þjóns tókst ekki!", "Please contact your administrator." : "Hafðu samband við kerfisstjóra.", - "An internal error occured." : "Innri villa kom upp.", "Please try again or contact your administrator." : "Reyndu aftur eða hafðu samband við kerfisstjóra.", "Log in" : "Skrá inn", "Wrong password. Reset it?" : "Rangt lykilorð. Endursetja?", diff --git a/core/l10n/is.json b/core/l10n/is.json index 49a0a22dceb..70c881b79b9 100644 --- a/core/l10n/is.json +++ b/core/l10n/is.json @@ -1,4 +1,28 @@ { "translations": { + "Please select a file." : "Veldu skrá.", + "File is too big" : "Skrá er of stór", + "Invalid file provided" : "Ógild skrá gefin", + "No image or file provided" : "Engin mynd eða skrá gefin", + "Unknown filetype" : "Óþekkt skráartegund", + "Invalid image" : "Ógild mynd", + "An error occurred. Please contact your admin." : "Villa kom upp. Hafðu samband við kerfisstjóra.", + "No temporary profile picture available, try again" : "Engin bráðabirgða einkennismynd er tiltæk, reyndu aftur", + "No crop data provided" : "Enginn gögn um utanskurð gefin", + "No valid crop data provided" : "Enginn gild gögn um utanskurð gefin", + "Crop is not square" : "Utanskurður er ekki ferningslaga", + "Couldn't reset password because the token is invalid" : "Gat ekki endurstillt lykilorðið vegna þess að teiknið er ógilt", + "Couldn't reset password because the token is expired" : "Gat ekki endurstillt lykilorðið vegna þess að teiknið er útrunnið", + "Couldn't send reset email. Please make sure your username is correct." : "Gat ekki sent endurstillingu í tölvupósti. Gakktu úr skugga um að notandanafn þitt sé rétt.", + "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Gat ekki sent endurstillingu í tölvupósti því það er ekkert gilt tölvupóstfang fyrir þennan notanda. Hafðu samband við kerfisstjóra.", + "%s password reset" : "%s lykilorð endurstillt", + "Couldn't send reset email. Please contact your administrator." : "Gat ekki sent endurstillingu í tölvupósti. Hafðu samband við kerfisstjóra.", + "Error loading tags" : "Villa við að hlaða inn merkjum", + "Tag already exists" : "Merki er þegar til", + "Error deleting tag(s)" : "Villa við að eyða merki/merkjum", + "Error tagging" : "Villa við að merkja", + "Error untagging" : "Villa við afmerkja", + "Error favoriting" : "Villa við bókmerkingu ", + "Error unfavoriting" : "Villa við afmá bókmerkingu", "Couldn't send mail to following users: %s " : "Gat ekki sent póst á eftirfarandi notendur: %s", "Preparing update" : "Undirbý uppfærslu", "Turned on maintenance mode" : "Kveikt á viðhaldsham", @@ -22,23 +46,6 @@ "%s (incompatible)" : "%s (ósamhæft)", "Following apps have been disabled: %s" : "Eftirfarandi forrit hafa verið gerð óvirk: %s", "Already up to date" : "Allt uppfært nú þegar", - "Please select a file." : "Veldu skrá.", - "File is too big" : "Skrá er of stór", - "Invalid file provided" : "Ógild skrá gefin", - "No image or file provided" : "Engin mynd eða skrá gefin", - "Unknown filetype" : "Óþekkt skráartegund", - "Invalid image" : "Ógild mynd", - "An error occurred. Please contact your admin." : "Villa kom upp. Hafðu samband við kerfisstjóra.", - "No temporary profile picture available, try again" : "Engin bráðabirgða einkennismynd er tiltæk, reyndu aftur", - "No crop data provided" : "Enginn gögn um utanskurð gefin", - "No valid crop data provided" : "Enginn gild gögn um utanskurð gefin", - "Crop is not square" : "Utanskurður er ekki ferningslaga", - "Couldn't reset password because the token is invalid" : "Gat ekki endurstillt lykilorðið vegna þess að teiknið er ógilt", - "Couldn't reset password because the token is expired" : "Gat ekki endurstillt lykilorðið vegna þess að teiknið er útrunnið", - "Couldn't send reset email. Please make sure your username is correct." : "Gat ekki sent endurstillingu í tölvupósti. Gakktu úr skugga um að notandanafn þitt sé rétt.", - "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Gat ekki sent endurstillingu í tölvupósti því það er ekkert gilt tölvupóstfang fyrir þennan notanda. Hafðu samband við kerfisstjóra.", - "%s password reset" : "%s lykilorð endurstillt", - "Couldn't send reset email. Please contact your administrator." : "Gat ekki sent endurstillingu í tölvupósti. Hafðu samband við kerfisstjóra.", "Sunday" : "Sunnudagur", "Monday" : "Mánudagur", "Tuesday" : "Þriðjudagur", @@ -159,7 +166,6 @@ "Share details could not be loaded for this item." : "Ekki tókst að hlaða inn upplýsingum um sameign varðandi þetta atriði.", "No users or groups found for {search}" : "Engir notendur eða hópar fundust í {search}", "No users found for {search}" : "Engir notendur fundust með {search}", - "An error occured. Please try again" : "Villa kom upp. Endilega reyndu aftur", "{sharee} (group)" : "{sharee} (hópur)", "{sharee} (at {server})" : "{sharee} (á {server})", "{sharee} (remote)" : "{sharee} (fjartengdur)", @@ -193,7 +199,6 @@ "new" : "nýtt", "_download %n file_::_download %n files_" : ["sækja %n skrá","sækja %n skrár"], "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "Uppfærslan er í gangi, ef farið er af þessari síðu gæti það truflað ferlið á sumum kerfum.", - "Updating {productName} to version {version}, this may take a while." : "Uppfæri {productName} í útgáfu {version}, þetta getur tekið smá stund.", "An error occurred." : "Villa átti sér stað.", "Please reload the page." : "Þú ættir að hlaða síðunni aftur inn.", "The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Uppfærslan tókst ekki. Til að fá frekari upplýsingar <a href=\"{url}\">skoðaðu færslu á spjallsvæðinu okkar</a> sem fjallar um þetta mál.", @@ -208,13 +213,6 @@ "Apps" : "Forrit", "Admin" : "Stjórnun", "Help" : "Hjálp", - "Error loading tags" : "Villa við að hlaða inn merkjum", - "Tag already exists" : "Merki er þegar til", - "Error deleting tag(s)" : "Villa við að eyða merki/merkjum", - "Error tagging" : "Villa við að merkja", - "Error untagging" : "Villa við afmerkja", - "Error favoriting" : "Villa við bókmerkingu ", - "Error unfavoriting" : "Villa við afmá bókmerkingu", "Access forbidden" : "Aðgangur bannaður", "File not found" : "Skrá finnst ekki", "The specified document has not been found on the server." : "Tiltekið skjal hefur ekki fundist á þjóninum.", @@ -264,7 +262,6 @@ "Search" : "Leita", "Server side authentication failed!" : "Auðkenning af hálfu þjóns tókst ekki!", "Please contact your administrator." : "Hafðu samband við kerfisstjóra.", - "An internal error occured." : "Innri villa kom upp.", "Please try again or contact your administrator." : "Reyndu aftur eða hafðu samband við kerfisstjóra.", "Log in" : "Skrá inn", "Wrong password. Reset it?" : "Rangt lykilorð. Endursetja?", diff --git a/core/l10n/it.js b/core/l10n/it.js index 4cf2917d82b..8e01b144c79 100644 --- a/core/l10n/it.js +++ b/core/l10n/it.js @@ -1,8 +1,34 @@ OC.L10N.register( "core", { + "Please select a file." : "Seleziona un file.", + "File is too big" : "Il file è troppo grande", + "Invalid file provided" : "File non valido fornito", + "No image or file provided" : "Non è stata fornita alcun immagine o file", + "Unknown filetype" : "Tipo di file sconosciuto", + "Invalid image" : "Immagine non valida", + "An error occurred. Please contact your admin." : "Si è verificato un errore. Contatta il tuo amministratore.", + "No temporary profile picture available, try again" : "Nessuna immagine di profilo provvisoria disponibile, riprova", + "No crop data provided" : "Non sono stati forniti dati di ritaglio", + "No valid crop data provided" : "Non sono stati forniti dati di ritaglio validi", + "Crop is not square" : "Il ritaglio non è quadrato", + "Couldn't reset password because the token is invalid" : "Impossibile reimpostare la password poiché il token non è valido", + "Couldn't reset password because the token is expired" : "Impossibile reimpostare la password poiché il token è scaduto", + "Couldn't send reset email. Please make sure your username is correct." : "Impossibile inviare l'email di reimpostazione. Assicurati che il nome utente sia corretto.", + "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Impossibile inviare l'email di reimpostazione poiché non è presente un indirizzo email per questo nome utente. Contatta il tuo amministratore.", + "%s password reset" : "Ripristino password di %s", + "Couldn't send reset email. Please contact your administrator." : "Impossibile inviare l'email di reimpostazione. Contatta il tuo amministratore.", + "Error loading tags" : "Errore di caricamento delle etichette", + "Tag already exists" : "L'etichetta esiste già", + "Error deleting tag(s)" : "Errore di eliminazione delle etichette", + "Error tagging" : "Errore di assegnazione delle etichette", + "Error untagging" : "Errore di rimozione delle etichette", + "Error favoriting" : "Errore di creazione dei preferiti", + "Error unfavoriting" : "Errore di rimozione dai preferiti", "Couldn't send mail to following users: %s " : "Impossibile inviare email ai seguenti utenti: %s", "Preparing update" : "Preparazione aggiornamento", + "[%d / %d]: %s" : "[%d / %d]: %s", + "[%d / %d]: Checking table %s" : "[%d / %d]: controllo della tabella %s", "Turned on maintenance mode" : "Modalità di manutenzione attivata", "Turned off maintenance mode" : "Modalità di manutenzione disattivata", "Maintenance mode is kept active" : "La modalità di manutenzione è lasciata attiva", @@ -24,23 +50,6 @@ OC.L10N.register( "%s (incompatible)" : "%s (incompatibile)", "Following apps have been disabled: %s" : "Le seguenti applicazioni sono state disabilitate: %s", "Already up to date" : "Già aggiornato", - "Please select a file." : "Seleziona un file.", - "File is too big" : "Il file è troppo grande", - "Invalid file provided" : "File non valido fornito", - "No image or file provided" : "Non è stata fornita alcun immagine o file", - "Unknown filetype" : "Tipo di file sconosciuto", - "Invalid image" : "Immagine non valida", - "An error occurred. Please contact your admin." : "Si è verificato un errore. Contatta il tuo amministratore.", - "No temporary profile picture available, try again" : "Nessuna immagine di profilo provvisoria disponibile, riprova", - "No crop data provided" : "Non sono stati forniti dati di ritaglio", - "No valid crop data provided" : "Non sono stati forniti dati di ritaglio validi", - "Crop is not square" : "Il ritaglio non è quadrato", - "Couldn't reset password because the token is invalid" : "Impossibile reimpostare la password poiché il token non è valido", - "Couldn't reset password because the token is expired" : "Impossibile reimpostare la password poiché il token è scaduto", - "Couldn't send reset email. Please make sure your username is correct." : "Impossibile inviare l'email di reimpostazione. Assicurati che il nome utente sia corretto.", - "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Impossibile inviare l'email di reimpostazione poiché non è presente un indirizzo email per questo nome utente. Contatta il tuo amministratore.", - "%s password reset" : "Ripristino password di %s", - "Couldn't send reset email. Please contact your administrator." : "Impossibile inviare l'email di reimpostazione. Contatta il tuo amministratore.", "Sunday" : "Domenica", "Monday" : "Lunedì", "Tuesday" : "Martedì", @@ -169,7 +178,7 @@ OC.L10N.register( "Share details could not be loaded for this item." : "I dettagli della condivisione non possono essere caricati per questo elemento.", "No users or groups found for {search}" : "Nessun utente o gruppo trovato per {search}", "No users found for {search}" : "Nessun utente trovato per {search}", - "An error occured. Please try again" : "Si è verificato un errore. Prova ancora", + "An error occurred. Please try again" : "Si è verificato un errore. Prova ancora", "{sharee} (group)" : "{sharee} (group)", "{sharee} (at {server})" : "{sharee} (su {server})", "{sharee} (remote)" : "{sharee} (remote)", @@ -203,7 +212,7 @@ OC.L10N.register( "new" : "nuovo", "_download %n file_::_download %n files_" : ["scarica %n file","scarica %s file"], "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "L'aggiornamento è in corso, l'abbandono di questa pagina potrebbe interrompere il processo in alcuni ambienti.", - "Updating {productName} to version {version}, this may take a while." : "Aggiornamento di {productName} alla versione {version}, potrebbe richiedere del tempo.", + "Updating to {version}" : "Aggiornamento a {version}", "An error occurred." : "Si è verificato un errore.", "Please reload the page." : "Ricarica la pagina.", "The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "L'aggiornamento non è riuscito. Per ulteriori informazioni <a href=\"{url}\">controlla l'articolo del nostro forum</a> che riguarda questo problema.", @@ -218,13 +227,6 @@ OC.L10N.register( "Apps" : "Applicazioni", "Admin" : "Admin", "Help" : "Aiuto", - "Error loading tags" : "Errore di caricamento delle etichette", - "Tag already exists" : "L'etichetta esiste già", - "Error deleting tag(s)" : "Errore di eliminazione delle etichette", - "Error tagging" : "Errore di assegnazione delle etichette", - "Error untagging" : "Errore di rimozione delle etichette", - "Error favoriting" : "Errore di creazione dei preferiti", - "Error unfavoriting" : "Errore di rimozione dai preferiti", "Access forbidden" : "Accesso negato", "File not found" : "File non trovato", "The specified document has not been found on the server." : "Il documento specificato non è stato trovato sul server.", @@ -275,7 +277,7 @@ OC.L10N.register( "Search" : "Cerca", "Server side authentication failed!" : "Autenticazione lato server non riuscita!", "Please contact your administrator." : "Contatta il tuo amministratore di sistema.", - "An internal error occured." : "Si è verificato un errore interno.", + "An internal error occurred." : "Si è verificato un errore interno.", "Please try again or contact your administrator." : "Prova ancora o contatta il tuo amministratore.", "Log in" : "Accedi", "Wrong password. Reset it?" : "Password errata. Vuoi reimpostarla?", @@ -302,6 +304,7 @@ OC.L10N.register( "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Assicurati di aver creato una copia di sicurezza del database, della cartella config e della cartella data prima di procedere. ", "Start update" : "Avvia l'aggiornamento", "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Per evitare timeout con installazioni di grandi dimensioni, puoi eseguire il comando che segue dalla cartella di installazione:", + "Detailed logs" : "Log dettagliati", "This %s instance is currently in maintenance mode, which may take a while." : "Questa istanza di %s è attualmente in manutenzione, potrebbe richiedere del tempo.", "This page will refresh itself when the %s instance is available again." : "Questa pagina si aggiornerà quando l'istanza di %s sarà nuovamente disponibile." }, diff --git a/core/l10n/it.json b/core/l10n/it.json index a65e39289f5..9a68c4caa60 100644 --- a/core/l10n/it.json +++ b/core/l10n/it.json @@ -1,6 +1,32 @@ { "translations": { + "Please select a file." : "Seleziona un file.", + "File is too big" : "Il file è troppo grande", + "Invalid file provided" : "File non valido fornito", + "No image or file provided" : "Non è stata fornita alcun immagine o file", + "Unknown filetype" : "Tipo di file sconosciuto", + "Invalid image" : "Immagine non valida", + "An error occurred. Please contact your admin." : "Si è verificato un errore. Contatta il tuo amministratore.", + "No temporary profile picture available, try again" : "Nessuna immagine di profilo provvisoria disponibile, riprova", + "No crop data provided" : "Non sono stati forniti dati di ritaglio", + "No valid crop data provided" : "Non sono stati forniti dati di ritaglio validi", + "Crop is not square" : "Il ritaglio non è quadrato", + "Couldn't reset password because the token is invalid" : "Impossibile reimpostare la password poiché il token non è valido", + "Couldn't reset password because the token is expired" : "Impossibile reimpostare la password poiché il token è scaduto", + "Couldn't send reset email. Please make sure your username is correct." : "Impossibile inviare l'email di reimpostazione. Assicurati che il nome utente sia corretto.", + "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Impossibile inviare l'email di reimpostazione poiché non è presente un indirizzo email per questo nome utente. Contatta il tuo amministratore.", + "%s password reset" : "Ripristino password di %s", + "Couldn't send reset email. Please contact your administrator." : "Impossibile inviare l'email di reimpostazione. Contatta il tuo amministratore.", + "Error loading tags" : "Errore di caricamento delle etichette", + "Tag already exists" : "L'etichetta esiste già", + "Error deleting tag(s)" : "Errore di eliminazione delle etichette", + "Error tagging" : "Errore di assegnazione delle etichette", + "Error untagging" : "Errore di rimozione delle etichette", + "Error favoriting" : "Errore di creazione dei preferiti", + "Error unfavoriting" : "Errore di rimozione dai preferiti", "Couldn't send mail to following users: %s " : "Impossibile inviare email ai seguenti utenti: %s", "Preparing update" : "Preparazione aggiornamento", + "[%d / %d]: %s" : "[%d / %d]: %s", + "[%d / %d]: Checking table %s" : "[%d / %d]: controllo della tabella %s", "Turned on maintenance mode" : "Modalità di manutenzione attivata", "Turned off maintenance mode" : "Modalità di manutenzione disattivata", "Maintenance mode is kept active" : "La modalità di manutenzione è lasciata attiva", @@ -22,23 +48,6 @@ "%s (incompatible)" : "%s (incompatibile)", "Following apps have been disabled: %s" : "Le seguenti applicazioni sono state disabilitate: %s", "Already up to date" : "Già aggiornato", - "Please select a file." : "Seleziona un file.", - "File is too big" : "Il file è troppo grande", - "Invalid file provided" : "File non valido fornito", - "No image or file provided" : "Non è stata fornita alcun immagine o file", - "Unknown filetype" : "Tipo di file sconosciuto", - "Invalid image" : "Immagine non valida", - "An error occurred. Please contact your admin." : "Si è verificato un errore. Contatta il tuo amministratore.", - "No temporary profile picture available, try again" : "Nessuna immagine di profilo provvisoria disponibile, riprova", - "No crop data provided" : "Non sono stati forniti dati di ritaglio", - "No valid crop data provided" : "Non sono stati forniti dati di ritaglio validi", - "Crop is not square" : "Il ritaglio non è quadrato", - "Couldn't reset password because the token is invalid" : "Impossibile reimpostare la password poiché il token non è valido", - "Couldn't reset password because the token is expired" : "Impossibile reimpostare la password poiché il token è scaduto", - "Couldn't send reset email. Please make sure your username is correct." : "Impossibile inviare l'email di reimpostazione. Assicurati che il nome utente sia corretto.", - "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Impossibile inviare l'email di reimpostazione poiché non è presente un indirizzo email per questo nome utente. Contatta il tuo amministratore.", - "%s password reset" : "Ripristino password di %s", - "Couldn't send reset email. Please contact your administrator." : "Impossibile inviare l'email di reimpostazione. Contatta il tuo amministratore.", "Sunday" : "Domenica", "Monday" : "Lunedì", "Tuesday" : "Martedì", @@ -167,7 +176,7 @@ "Share details could not be loaded for this item." : "I dettagli della condivisione non possono essere caricati per questo elemento.", "No users or groups found for {search}" : "Nessun utente o gruppo trovato per {search}", "No users found for {search}" : "Nessun utente trovato per {search}", - "An error occured. Please try again" : "Si è verificato un errore. Prova ancora", + "An error occurred. Please try again" : "Si è verificato un errore. Prova ancora", "{sharee} (group)" : "{sharee} (group)", "{sharee} (at {server})" : "{sharee} (su {server})", "{sharee} (remote)" : "{sharee} (remote)", @@ -201,7 +210,7 @@ "new" : "nuovo", "_download %n file_::_download %n files_" : ["scarica %n file","scarica %s file"], "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "L'aggiornamento è in corso, l'abbandono di questa pagina potrebbe interrompere il processo in alcuni ambienti.", - "Updating {productName} to version {version}, this may take a while." : "Aggiornamento di {productName} alla versione {version}, potrebbe richiedere del tempo.", + "Updating to {version}" : "Aggiornamento a {version}", "An error occurred." : "Si è verificato un errore.", "Please reload the page." : "Ricarica la pagina.", "The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "L'aggiornamento non è riuscito. Per ulteriori informazioni <a href=\"{url}\">controlla l'articolo del nostro forum</a> che riguarda questo problema.", @@ -216,13 +225,6 @@ "Apps" : "Applicazioni", "Admin" : "Admin", "Help" : "Aiuto", - "Error loading tags" : "Errore di caricamento delle etichette", - "Tag already exists" : "L'etichetta esiste già", - "Error deleting tag(s)" : "Errore di eliminazione delle etichette", - "Error tagging" : "Errore di assegnazione delle etichette", - "Error untagging" : "Errore di rimozione delle etichette", - "Error favoriting" : "Errore di creazione dei preferiti", - "Error unfavoriting" : "Errore di rimozione dai preferiti", "Access forbidden" : "Accesso negato", "File not found" : "File non trovato", "The specified document has not been found on the server." : "Il documento specificato non è stato trovato sul server.", @@ -273,7 +275,7 @@ "Search" : "Cerca", "Server side authentication failed!" : "Autenticazione lato server non riuscita!", "Please contact your administrator." : "Contatta il tuo amministratore di sistema.", - "An internal error occured." : "Si è verificato un errore interno.", + "An internal error occurred." : "Si è verificato un errore interno.", "Please try again or contact your administrator." : "Prova ancora o contatta il tuo amministratore.", "Log in" : "Accedi", "Wrong password. Reset it?" : "Password errata. Vuoi reimpostarla?", @@ -300,6 +302,7 @@ "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Assicurati di aver creato una copia di sicurezza del database, della cartella config e della cartella data prima di procedere. ", "Start update" : "Avvia l'aggiornamento", "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Per evitare timeout con installazioni di grandi dimensioni, puoi eseguire il comando che segue dalla cartella di installazione:", + "Detailed logs" : "Log dettagliati", "This %s instance is currently in maintenance mode, which may take a while." : "Questa istanza di %s è attualmente in manutenzione, potrebbe richiedere del tempo.", "This page will refresh itself when the %s instance is available again." : "Questa pagina si aggiornerà quando l'istanza di %s sarà nuovamente disponibile." },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/core/l10n/ja.js b/core/l10n/ja.js index b9cb8b7154c..948f92251bd 100644 --- a/core/l10n/ja.js +++ b/core/l10n/ja.js @@ -1,6 +1,30 @@ OC.L10N.register( "core", { + "Please select a file." : "ファイルを選択してください。", + "File is too big" : "ファイルが大きすぎます", + "Invalid file provided" : "無効なファイルが提供されました", + "No image or file provided" : "画像もしくはファイルが提供されていません", + "Unknown filetype" : "不明なファイルタイプ", + "Invalid image" : "無効な画像", + "An error occurred. Please contact your admin." : "エラーが発生しました。管理者に連絡してください。", + "No temporary profile picture available, try again" : "一時的なプロファイル用画像が利用できません。もう一度試してください", + "No crop data provided" : "クロップデータは提供されません", + "No valid crop data provided" : "有効なクロップデータは提供されません", + "Crop is not square" : "クロップが正方形ではありません", + "Couldn't reset password because the token is invalid" : "トークンが無効なため、パスワードをリセットできませんでした", + "Couldn't reset password because the token is expired" : "トークンが期限切れのため、パスワードをリセットできませんでした", + "Couldn't send reset email. Please make sure your username is correct." : "リセットメールを送信できませんでした。ユーザー名が正しいことを確認してください。", + "Could not send reset email because there is no email address for this username. Please contact your administrator." : "このユーザー名に紐付けられたメールアドレスがないため、リセットメールを送信できませんでした。管理者に問い合わせてください。", + "%s password reset" : "%s パスワードリセット", + "Couldn't send reset email. Please contact your administrator." : "リセットメールを送信できませんでした。管理者に問い合わせてください。", + "Error loading tags" : "タグの読み込みエラー", + "Tag already exists" : "タグはすでに存在します", + "Error deleting tag(s)" : "タグの削除エラー", + "Error tagging" : "タグの付与エラー", + "Error untagging" : "タグの解除エラー", + "Error favoriting" : "お気に入りに追加エラー", + "Error unfavoriting" : "お気に入りから削除エラー", "Couldn't send mail to following users: %s " : "次のユーザーにメールを送信できませんでした: %s", "Preparing update" : "アップデートの準備中", "Turned on maintenance mode" : "メンテナンスモードがオンになりました", @@ -24,23 +48,6 @@ OC.L10N.register( "%s (incompatible)" : "%s (非互換)", "Following apps have been disabled: %s" : "以下のアプリが無効にされています: %s", "Already up to date" : "すべて更新済", - "Please select a file." : "ファイルを選択してください。", - "File is too big" : "ファイルが大きすぎます", - "Invalid file provided" : "無効なファイルが提供されました", - "No image or file provided" : "画像もしくはファイルが提供されていません", - "Unknown filetype" : "不明なファイルタイプ", - "Invalid image" : "無効な画像", - "An error occurred. Please contact your admin." : "エラーが発生しました。管理者に連絡してください。", - "No temporary profile picture available, try again" : "一時的なプロファイル用画像が利用できません。もう一度試してください", - "No crop data provided" : "クロップデータは提供されません", - "No valid crop data provided" : "有効なクロップデータは提供されません", - "Crop is not square" : "クロップが正方形ではありません", - "Couldn't reset password because the token is invalid" : "トークンが無効なため、パスワードをリセットできませんでした", - "Couldn't reset password because the token is expired" : "トークンが期限切れのため、パスワードをリセットできませんでした", - "Couldn't send reset email. Please make sure your username is correct." : "リセットメールを送信できませんでした。ユーザー名が正しいことを確認してください。", - "Could not send reset email because there is no email address for this username. Please contact your administrator." : "このユーザー名に紐付けられたメールアドレスがないため、リセットメールを送信できませんでした。管理者に問い合わせてください。", - "%s password reset" : "%s パスワードリセット", - "Couldn't send reset email. Please contact your administrator." : "リセットメールを送信できませんでした。管理者に問い合わせてください。", "Sunday" : "日", "Monday" : "月", "Tuesday" : "火", @@ -160,7 +167,6 @@ OC.L10N.register( "Could not unshare" : "共有の解除ができませんでした", "Share details could not be loaded for this item." : "共有の詳細はこのアイテムによりロードできませんでした。", "No users or groups found for {search}" : "{search} の検索でユーザー、グループが見つかりません", - "An error occured. Please try again" : "エラーが発生しました。もう一度トライしてください。", "{sharee} (group)" : "{sharee} (グループ)", "{sharee} (at {server})" : "{sharee} ({server} で)", "{sharee} (remote)" : "{sharee} (リモート)", @@ -189,7 +195,6 @@ OC.L10N.register( "Hello {name}" : " {name}さん、こんにちは", "_download %n file_::_download %n files_" : ["%n個のファイルをダウンロード"], "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "アップグレード実行中です。このページを離れると、一部の環境では処理が中断されてしまうことがあります。", - "Updating {productName} to version {version}, this may take a while." : "{productName} を バージョン {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> ", @@ -204,13 +209,6 @@ OC.L10N.register( "Apps" : "アプリ", "Admin" : "管理", "Help" : "ヘルプ", - "Error loading tags" : "タグの読み込みエラー", - "Tag already exists" : "タグはすでに存在します", - "Error deleting tag(s)" : "タグの削除エラー", - "Error tagging" : "タグの付与エラー", - "Error untagging" : "タグの解除エラー", - "Error favoriting" : "お気に入りに追加エラー", - "Error unfavoriting" : "お気に入りから削除エラー", "Access forbidden" : "アクセスが禁止されています", "File not found" : "ファイルが見つかりません", "The specified document has not been found on the server." : "サーバーに指定されたファイルが見つかりませんでした。", @@ -260,7 +258,6 @@ OC.L10N.register( "Search" : "検索", "Server side authentication failed!" : "サーバーサイドの認証に失敗しました!", "Please contact your administrator." : "管理者に問い合わせてください。", - "An internal error occured." : "内部エラーが発生しました。", "Please try again or contact your administrator." : "もう一度試してみるか、管理者に問い合わせてください。", "Log in" : "ログイン", "Wrong password. Reset it?" : "パスワードが間違っています。リセットしますか?", diff --git a/core/l10n/ja.json b/core/l10n/ja.json index 60e0942afbd..74110c8c22a 100644 --- a/core/l10n/ja.json +++ b/core/l10n/ja.json @@ -1,4 +1,28 @@ { "translations": { + "Please select a file." : "ファイルを選択してください。", + "File is too big" : "ファイルが大きすぎます", + "Invalid file provided" : "無効なファイルが提供されました", + "No image or file provided" : "画像もしくはファイルが提供されていません", + "Unknown filetype" : "不明なファイルタイプ", + "Invalid image" : "無効な画像", + "An error occurred. Please contact your admin." : "エラーが発生しました。管理者に連絡してください。", + "No temporary profile picture available, try again" : "一時的なプロファイル用画像が利用できません。もう一度試してください", + "No crop data provided" : "クロップデータは提供されません", + "No valid crop data provided" : "有効なクロップデータは提供されません", + "Crop is not square" : "クロップが正方形ではありません", + "Couldn't reset password because the token is invalid" : "トークンが無効なため、パスワードをリセットできませんでした", + "Couldn't reset password because the token is expired" : "トークンが期限切れのため、パスワードをリセットできませんでした", + "Couldn't send reset email. Please make sure your username is correct." : "リセットメールを送信できませんでした。ユーザー名が正しいことを確認してください。", + "Could not send reset email because there is no email address for this username. Please contact your administrator." : "このユーザー名に紐付けられたメールアドレスがないため、リセットメールを送信できませんでした。管理者に問い合わせてください。", + "%s password reset" : "%s パスワードリセット", + "Couldn't send reset email. Please contact your administrator." : "リセットメールを送信できませんでした。管理者に問い合わせてください。", + "Error loading tags" : "タグの読み込みエラー", + "Tag already exists" : "タグはすでに存在します", + "Error deleting tag(s)" : "タグの削除エラー", + "Error tagging" : "タグの付与エラー", + "Error untagging" : "タグの解除エラー", + "Error favoriting" : "お気に入りに追加エラー", + "Error unfavoriting" : "お気に入りから削除エラー", "Couldn't send mail to following users: %s " : "次のユーザーにメールを送信できませんでした: %s", "Preparing update" : "アップデートの準備中", "Turned on maintenance mode" : "メンテナンスモードがオンになりました", @@ -22,23 +46,6 @@ "%s (incompatible)" : "%s (非互換)", "Following apps have been disabled: %s" : "以下のアプリが無効にされています: %s", "Already up to date" : "すべて更新済", - "Please select a file." : "ファイルを選択してください。", - "File is too big" : "ファイルが大きすぎます", - "Invalid file provided" : "無効なファイルが提供されました", - "No image or file provided" : "画像もしくはファイルが提供されていません", - "Unknown filetype" : "不明なファイルタイプ", - "Invalid image" : "無効な画像", - "An error occurred. Please contact your admin." : "エラーが発生しました。管理者に連絡してください。", - "No temporary profile picture available, try again" : "一時的なプロファイル用画像が利用できません。もう一度試してください", - "No crop data provided" : "クロップデータは提供されません", - "No valid crop data provided" : "有効なクロップデータは提供されません", - "Crop is not square" : "クロップが正方形ではありません", - "Couldn't reset password because the token is invalid" : "トークンが無効なため、パスワードをリセットできませんでした", - "Couldn't reset password because the token is expired" : "トークンが期限切れのため、パスワードをリセットできませんでした", - "Couldn't send reset email. Please make sure your username is correct." : "リセットメールを送信できませんでした。ユーザー名が正しいことを確認してください。", - "Could not send reset email because there is no email address for this username. Please contact your administrator." : "このユーザー名に紐付けられたメールアドレスがないため、リセットメールを送信できませんでした。管理者に問い合わせてください。", - "%s password reset" : "%s パスワードリセット", - "Couldn't send reset email. Please contact your administrator." : "リセットメールを送信できませんでした。管理者に問い合わせてください。", "Sunday" : "日", "Monday" : "月", "Tuesday" : "火", @@ -158,7 +165,6 @@ "Could not unshare" : "共有の解除ができませんでした", "Share details could not be loaded for this item." : "共有の詳細はこのアイテムによりロードできませんでした。", "No users or groups found for {search}" : "{search} の検索でユーザー、グループが見つかりません", - "An error occured. Please try again" : "エラーが発生しました。もう一度トライしてください。", "{sharee} (group)" : "{sharee} (グループ)", "{sharee} (at {server})" : "{sharee} ({server} で)", "{sharee} (remote)" : "{sharee} (リモート)", @@ -187,7 +193,6 @@ "Hello {name}" : " {name}さん、こんにちは", "_download %n file_::_download %n files_" : ["%n個のファイルをダウンロード"], "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "アップグレード実行中です。このページを離れると、一部の環境では処理が中断されてしまうことがあります。", - "Updating {productName} to version {version}, this may take a while." : "{productName} を バージョン {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> ", @@ -202,13 +207,6 @@ "Apps" : "アプリ", "Admin" : "管理", "Help" : "ヘルプ", - "Error loading tags" : "タグの読み込みエラー", - "Tag already exists" : "タグはすでに存在します", - "Error deleting tag(s)" : "タグの削除エラー", - "Error tagging" : "タグの付与エラー", - "Error untagging" : "タグの解除エラー", - "Error favoriting" : "お気に入りに追加エラー", - "Error unfavoriting" : "お気に入りから削除エラー", "Access forbidden" : "アクセスが禁止されています", "File not found" : "ファイルが見つかりません", "The specified document has not been found on the server." : "サーバーに指定されたファイルが見つかりませんでした。", @@ -258,7 +256,6 @@ "Search" : "検索", "Server side authentication failed!" : "サーバーサイドの認証に失敗しました!", "Please contact your administrator." : "管理者に問い合わせてください。", - "An internal error occured." : "内部エラーが発生しました。", "Please try again or contact your administrator." : "もう一度試してみるか、管理者に問い合わせてください。", "Log in" : "ログイン", "Wrong password. Reset it?" : "パスワードが間違っています。リセットしますか?", diff --git a/core/l10n/kn.js b/core/l10n/kn.js index 3f45d4ab4c8..aea1cb35b3d 100644 --- a/core/l10n/kn.js +++ b/core/l10n/kn.js @@ -1,13 +1,6 @@ OC.L10N.register( "core", { - "Couldn't send mail to following users: %s " : "ಕೆಳಗಿನ ಬಳಕೆದಾರರಿಗೆ ಈ-ಮೇಲ್ ಕಳುಹಿಸಿ ಸಾಧ್ಯವಾಗುತ್ತಿಲ್ಲ: %s", - "Turned on maintenance mode" : "ನಿರ್ವಹಣೆಯ ಸ್ತಿತಿಯನ್ನು ಆರಂಭಿಸಲಾಗಿದೆ", - "Turned off maintenance mode" : "ನಿರ್ವಹಣೆಯ ಸ್ತಿತಿಯನ್ನು ಮುಕ್ತಗೊಳಿಸಲಾಗಿದೆ", - "Updated database" : "ದತ್ತಸಂಚಯ ", - "Checked database schema update" : "ಪರಿಶೀಲಿಸಿದ ದತ್ತಸಂಚಯ ಯೋಜನಾ ಅಪ್ಡೇಟ್", - "Checked database schema update for apps" : "ನವೀಕರಿಸಿದ ದತ್ತಸಂಚಯದ ಯೋಜನಾ ಪ್ರತಿಗಳನ್ನು ಕಾಯಕ್ರಮಗಳೊಂದಿಗೆ ಪರಿಶೀಲಿಸಲಾಗಿದೆ", - "Updated \"%s\" to %s" : "%s ರ ಆವೃತ್ತಿ %s ನ್ನು ನವೀಕರಿಸಲಾಗುತ್ತದೆ.", "No image or file provided" : "ಚಿತ್ರ ಅಥವಾ ಕಡತದ ಕೊರತೆ ಇದೆ", "Unknown filetype" : "ಅಪರಿಚಿತ ಕಡತ ಮಾದರಿ", "Invalid image" : "ಅಸಾಮರ್ಥ್ಯ ಚಿತ್ರ", @@ -17,6 +10,20 @@ OC.L10N.register( "Couldn't send reset email. Please make sure your username is correct." : "ಬದಲಾವಣೆಯ ಇ-ಅಂಚೆಯನ್ನು ಕಳುಹಿಸಲು ಸಾಧ್ಯವಾಗಲಿಲ್ಲ. ನಿಮ್ಮ ಬಳಕೆದಾರ ಹೆಸರು ಸರಿಯಾಗಿದೆ ಖಚಿತಪಡಿಸಿಕೊಳ್ಳಿ.", "%s password reset" : "%s ಗುಪ್ತ ಪದವನ್ನು ಮರುಹೊಂದಿಸಿ", "Couldn't send reset email. Please contact your administrator." : "ರೀಸೆಟ್ ಇಮೇಲ್ ಕಳುಹಿಸಲು ಸಾಧ್ಯವಾಗಲಿಲ್ಲ. ನಿಮ್ಮ ನಿರ್ವಾಹಕರನ್ನು ಸಂಪರ್ಕಿಸಿ.", + "Error loading tags" : "ಕಿರು ಪದಗಳನ್ನ ಪಡೆಯುವಲ್ಲಿ ಲೋಪವಾಗಿದೆ", + "Tag already exists" : "ಕಿರು ಪದ ಈಗಾಗಲೇ ಅಸ್ತಿತ್ವದಲ್ಲಿದೆ", + "Error deleting tag(s)" : "ಕಿರು-ಪದ(ಗಳನ್ನು) ಅಳಿಸುವಲ್ಲಿ ಲೋಪವಾದೆ", + "Error tagging" : "ಕಿರು-ಪದ ಅಸ್ತಿತ್ವಗೂಳಿಸಲಯ ", + "Error untagging" : "ಕಿರು-ಪದವನ್ನು ತೆರುವುಗೂಳಿಸುವಲಿ್ಲ ದೋಷ", + "Error favoriting" : "ಒಲವು ತೋರಿಸುವಲ್ಲಿ ದೋಷ", + "Error unfavoriting" : "ಒಲವು ಬದಲಾಯಿಸುವಲ್ಲಿ ದೋಷ", + "Couldn't send mail to following users: %s " : "ಕೆಳಗಿನ ಬಳಕೆದಾರರಿಗೆ ಈ-ಮೇಲ್ ಕಳುಹಿಸಿ ಸಾಧ್ಯವಾಗುತ್ತಿಲ್ಲ: %s", + "Turned on maintenance mode" : "ನಿರ್ವಹಣೆಯ ಸ್ತಿತಿಯನ್ನು ಆರಂಭಿಸಲಾಗಿದೆ", + "Turned off maintenance mode" : "ನಿರ್ವಹಣೆಯ ಸ್ತಿತಿಯನ್ನು ಮುಕ್ತಗೊಳಿಸಲಾಗಿದೆ", + "Updated database" : "ದತ್ತಸಂಚಯ ", + "Checked database schema update" : "ಪರಿಶೀಲಿಸಿದ ದತ್ತಸಂಚಯ ಯೋಜನಾ ಅಪ್ಡೇಟ್", + "Checked database schema update for apps" : "ನವೀಕರಿಸಿದ ದತ್ತಸಂಚಯದ ಯೋಜನಾ ಪ್ರತಿಗಳನ್ನು ಕಾಯಕ್ರಮಗಳೊಂದಿಗೆ ಪರಿಶೀಲಿಸಲಾಗಿದೆ", + "Updated \"%s\" to %s" : "%s ರ ಆವೃತ್ತಿ %s ನ್ನು ನವೀಕರಿಸಲಾಗುತ್ತದೆ.", "Sunday" : "ಭಾನುವಾರ", "Monday" : "ಸೋಮವಾರ", "Tuesday" : "ಮಂಗಳವಾರ", @@ -116,13 +123,6 @@ OC.L10N.register( "Apps" : "ಕಾರ್ಯಕ್ರಮಗಳು", "Admin" : "ನಿರ್ವಹಕ", "Help" : "ಸಹಾಯ", - "Error loading tags" : "ಕಿರು ಪದಗಳನ್ನ ಪಡೆಯುವಲ್ಲಿ ಲೋಪವಾಗಿದೆ", - "Tag already exists" : "ಕಿರು ಪದ ಈಗಾಗಲೇ ಅಸ್ತಿತ್ವದಲ್ಲಿದೆ", - "Error deleting tag(s)" : "ಕಿರು-ಪದ(ಗಳನ್ನು) ಅಳಿಸುವಲ್ಲಿ ಲೋಪವಾದೆ", - "Error tagging" : "ಕಿರು-ಪದ ಅಸ್ತಿತ್ವಗೂಳಿಸಲಯ ", - "Error untagging" : "ಕಿರು-ಪದವನ್ನು ತೆರುವುಗೂಳಿಸುವಲಿ್ಲ ದೋಷ", - "Error favoriting" : "ಒಲವು ತೋರಿಸುವಲ್ಲಿ ದೋಷ", - "Error unfavoriting" : "ಒಲವು ಬದಲಾಯಿಸುವಲ್ಲಿ ದೋಷ", "Access forbidden" : "ಪ್ರವೇಶ ನಿರ್ಬಂಧಿಸಲಾಗಿದೆ", "File not found" : "ಕಡತ ಕಂಡುಬಂದಿಲ್ಲ", "You can click here to return to %s." : "ಮರಳಿ ಹೋಗುಲು ಇಲ್ಲಿ ಆಯ್ಕೆ ಮಾಡಿ %s", diff --git a/core/l10n/kn.json b/core/l10n/kn.json index 316e48955ac..575577538f7 100644 --- a/core/l10n/kn.json +++ b/core/l10n/kn.json @@ -1,11 +1,4 @@ { "translations": { - "Couldn't send mail to following users: %s " : "ಕೆಳಗಿನ ಬಳಕೆದಾರರಿಗೆ ಈ-ಮೇಲ್ ಕಳುಹಿಸಿ ಸಾಧ್ಯವಾಗುತ್ತಿಲ್ಲ: %s", - "Turned on maintenance mode" : "ನಿರ್ವಹಣೆಯ ಸ್ತಿತಿಯನ್ನು ಆರಂಭಿಸಲಾಗಿದೆ", - "Turned off maintenance mode" : "ನಿರ್ವಹಣೆಯ ಸ್ತಿತಿಯನ್ನು ಮುಕ್ತಗೊಳಿಸಲಾಗಿದೆ", - "Updated database" : "ದತ್ತಸಂಚಯ ", - "Checked database schema update" : "ಪರಿಶೀಲಿಸಿದ ದತ್ತಸಂಚಯ ಯೋಜನಾ ಅಪ್ಡೇಟ್", - "Checked database schema update for apps" : "ನವೀಕರಿಸಿದ ದತ್ತಸಂಚಯದ ಯೋಜನಾ ಪ್ರತಿಗಳನ್ನು ಕಾಯಕ್ರಮಗಳೊಂದಿಗೆ ಪರಿಶೀಲಿಸಲಾಗಿದೆ", - "Updated \"%s\" to %s" : "%s ರ ಆವೃತ್ತಿ %s ನ್ನು ನವೀಕರಿಸಲಾಗುತ್ತದೆ.", "No image or file provided" : "ಚಿತ್ರ ಅಥವಾ ಕಡತದ ಕೊರತೆ ಇದೆ", "Unknown filetype" : "ಅಪರಿಚಿತ ಕಡತ ಮಾದರಿ", "Invalid image" : "ಅಸಾಮರ್ಥ್ಯ ಚಿತ್ರ", @@ -15,6 +8,20 @@ "Couldn't send reset email. Please make sure your username is correct." : "ಬದಲಾವಣೆಯ ಇ-ಅಂಚೆಯನ್ನು ಕಳುಹಿಸಲು ಸಾಧ್ಯವಾಗಲಿಲ್ಲ. ನಿಮ್ಮ ಬಳಕೆದಾರ ಹೆಸರು ಸರಿಯಾಗಿದೆ ಖಚಿತಪಡಿಸಿಕೊಳ್ಳಿ.", "%s password reset" : "%s ಗುಪ್ತ ಪದವನ್ನು ಮರುಹೊಂದಿಸಿ", "Couldn't send reset email. Please contact your administrator." : "ರೀಸೆಟ್ ಇಮೇಲ್ ಕಳುಹಿಸಲು ಸಾಧ್ಯವಾಗಲಿಲ್ಲ. ನಿಮ್ಮ ನಿರ್ವಾಹಕರನ್ನು ಸಂಪರ್ಕಿಸಿ.", + "Error loading tags" : "ಕಿರು ಪದಗಳನ್ನ ಪಡೆಯುವಲ್ಲಿ ಲೋಪವಾಗಿದೆ", + "Tag already exists" : "ಕಿರು ಪದ ಈಗಾಗಲೇ ಅಸ್ತಿತ್ವದಲ್ಲಿದೆ", + "Error deleting tag(s)" : "ಕಿರು-ಪದ(ಗಳನ್ನು) ಅಳಿಸುವಲ್ಲಿ ಲೋಪವಾದೆ", + "Error tagging" : "ಕಿರು-ಪದ ಅಸ್ತಿತ್ವಗೂಳಿಸಲಯ ", + "Error untagging" : "ಕಿರು-ಪದವನ್ನು ತೆರುವುಗೂಳಿಸುವಲಿ್ಲ ದೋಷ", + "Error favoriting" : "ಒಲವು ತೋರಿಸುವಲ್ಲಿ ದೋಷ", + "Error unfavoriting" : "ಒಲವು ಬದಲಾಯಿಸುವಲ್ಲಿ ದೋಷ", + "Couldn't send mail to following users: %s " : "ಕೆಳಗಿನ ಬಳಕೆದಾರರಿಗೆ ಈ-ಮೇಲ್ ಕಳುಹಿಸಿ ಸಾಧ್ಯವಾಗುತ್ತಿಲ್ಲ: %s", + "Turned on maintenance mode" : "ನಿರ್ವಹಣೆಯ ಸ್ತಿತಿಯನ್ನು ಆರಂಭಿಸಲಾಗಿದೆ", + "Turned off maintenance mode" : "ನಿರ್ವಹಣೆಯ ಸ್ತಿತಿಯನ್ನು ಮುಕ್ತಗೊಳಿಸಲಾಗಿದೆ", + "Updated database" : "ದತ್ತಸಂಚಯ ", + "Checked database schema update" : "ಪರಿಶೀಲಿಸಿದ ದತ್ತಸಂಚಯ ಯೋಜನಾ ಅಪ್ಡೇಟ್", + "Checked database schema update for apps" : "ನವೀಕರಿಸಿದ ದತ್ತಸಂಚಯದ ಯೋಜನಾ ಪ್ರತಿಗಳನ್ನು ಕಾಯಕ್ರಮಗಳೊಂದಿಗೆ ಪರಿಶೀಲಿಸಲಾಗಿದೆ", + "Updated \"%s\" to %s" : "%s ರ ಆವೃತ್ತಿ %s ನ್ನು ನವೀಕರಿಸಲಾಗುತ್ತದೆ.", "Sunday" : "ಭಾನುವಾರ", "Monday" : "ಸೋಮವಾರ", "Tuesday" : "ಮಂಗಳವಾರ", @@ -114,13 +121,6 @@ "Apps" : "ಕಾರ್ಯಕ್ರಮಗಳು", "Admin" : "ನಿರ್ವಹಕ", "Help" : "ಸಹಾಯ", - "Error loading tags" : "ಕಿರು ಪದಗಳನ್ನ ಪಡೆಯುವಲ್ಲಿ ಲೋಪವಾಗಿದೆ", - "Tag already exists" : "ಕಿರು ಪದ ಈಗಾಗಲೇ ಅಸ್ತಿತ್ವದಲ್ಲಿದೆ", - "Error deleting tag(s)" : "ಕಿರು-ಪದ(ಗಳನ್ನು) ಅಳಿಸುವಲ್ಲಿ ಲೋಪವಾದೆ", - "Error tagging" : "ಕಿರು-ಪದ ಅಸ್ತಿತ್ವಗೂಳಿಸಲಯ ", - "Error untagging" : "ಕಿರು-ಪದವನ್ನು ತೆರುವುಗೂಳಿಸುವಲಿ್ಲ ದೋಷ", - "Error favoriting" : "ಒಲವು ತೋರಿಸುವಲ್ಲಿ ದೋಷ", - "Error unfavoriting" : "ಒಲವು ಬದಲಾಯಿಸುವಲ್ಲಿ ದೋಷ", "Access forbidden" : "ಪ್ರವೇಶ ನಿರ್ಬಂಧಿಸಲಾಗಿದೆ", "File not found" : "ಕಡತ ಕಂಡುಬಂದಿಲ್ಲ", "You can click here to return to %s." : "ಮರಳಿ ಹೋಗುಲು ಇಲ್ಲಿ ಆಯ್ಕೆ ಮಾಡಿ %s", diff --git a/core/l10n/ko.js b/core/l10n/ko.js index 0410b541cc6..fe7ac8bf4de 100644 --- a/core/l10n/ko.js +++ b/core/l10n/ko.js @@ -1,6 +1,30 @@ OC.L10N.register( "core", { + "Please select a file." : "파일을 선택하십시오.", + "File is too big" : "파일이 너무 큼", + "Invalid file provided" : "잘못된 파일 지정됨", + "No image or file provided" : "사진이나 파일이 없음", + "Unknown filetype" : "알려지지 않은 파일 형식", + "Invalid image" : "잘못된 사진", + "An error occurred. Please contact your admin." : "오류가 발생했습니다. 시스템 관리자에게 연락하십시오.", + "No temporary profile picture available, try again" : "사용 가능한 프로필 사진이 없습니다. 다시 시도하십시오.", + "No crop data provided" : "선택된 데이터가 없습니다.", + "No valid crop data provided" : "올바른 잘라내기 데이터가 지정되지 않음", + "Crop is not square" : "잘라내는 영역이 사각형이 아님", + "Couldn't reset password because the token is invalid" : "토큰이 잘못되었기 때문에 암호를 초기화할 수 없습니다", + "Couldn't reset password because the token is expired" : "토큰이 만료되어 암호를 초기화할 수 없습니다", + "Couldn't send reset email. Please make sure your username is correct." : "재설정 메일을 보낼 수 없습니다. 사용자 이름이 올바른지 확인하십시오.", + "Could not send reset email because there is no email address for this username. Please contact your administrator." : "이 사용자 이름과 연결된 이메일 주소가 없어서 초기화 메일을 보낼 수 없습니다. 시스템 관리자에게 연락하십시오.", + "%s password reset" : "%s 암호 재설정", + "Couldn't send reset email. Please contact your administrator." : "재설정 메일을 보낼수 없습니다. 관리자에게 문의하십시오.", + "Error loading tags" : "태그 불러오기 오류", + "Tag already exists" : "태그가 이미 존재합니다", + "Error deleting tag(s)" : "태그 삭제 오류", + "Error tagging" : "태그 추가 오류", + "Error untagging" : "태그 해제 오류", + "Error favoriting" : "즐겨찾기 추가 오류", + "Error unfavoriting" : "즐겨찾기 삭제 오류", "Couldn't send mail to following users: %s " : "%s 님에게 메일을 보낼 수 없습니다.", "Preparing update" : "업데이트 준비 중", "Turned on maintenance mode" : "유지 보수 모드 켜짐", @@ -24,23 +48,6 @@ OC.L10N.register( "%s (incompatible)" : "%s(호환 불가)", "Following apps have been disabled: %s" : "다음 앱이 비활성화되었습니다: %s", "Already up to date" : "최신 상태임", - "Please select a file." : "파일을 선택하십시오.", - "File is too big" : "파일이 너무 큼", - "Invalid file provided" : "잘못된 파일 지정됨", - "No image or file provided" : "사진이나 파일이 없음", - "Unknown filetype" : "알려지지 않은 파일 형식", - "Invalid image" : "잘못된 사진", - "An error occurred. Please contact your admin." : "오류가 발생했습니다. 시스템 관리자에게 연락하십시오.", - "No temporary profile picture available, try again" : "사용 가능한 프로필 사진이 없습니다. 다시 시도하십시오.", - "No crop data provided" : "선택된 데이터가 없습니다.", - "No valid crop data provided" : "올바른 잘라내기 데이터가 지정되지 않음", - "Crop is not square" : "잘라내는 영역이 사각형이 아님", - "Couldn't reset password because the token is invalid" : "토큰이 잘못되었기 때문에 암호를 초기화할 수 없습니다", - "Couldn't reset password because the token is expired" : "토큰이 만료되어 암호를 초기화할 수 없습니다", - "Couldn't send reset email. Please make sure your username is correct." : "재설정 메일을 보낼 수 없습니다. 사용자 이름이 올바른지 확인하십시오.", - "Could not send reset email because there is no email address for this username. Please contact your administrator." : "이 사용자 이름과 연결된 이메일 주소가 없어서 초기화 메일을 보낼 수 없습니다. 시스템 관리자에게 연락하십시오.", - "%s password reset" : "%s 암호 재설정", - "Couldn't send reset email. Please contact your administrator." : "재설정 메일을 보낼수 없습니다. 관리자에게 문의하십시오.", "Sunday" : "일요일", "Monday" : "월요일", "Tuesday" : "화요일", @@ -160,7 +167,6 @@ OC.L10N.register( "Could not unshare" : "공유 해제할 수 없음", "Share details could not be loaded for this item." : "이 항목의 공유 정보를 불러올 수 없습니다.", "No users or groups found for {search}" : "{search}에 해당하는 사용자나 그룹을 찾을 수 없음", - "An error occured. Please try again" : "오류가 발생했습니다. 다시 시도하십시오.", "{sharee} (group)" : "{sharee}(그룹)", "{sharee} (at {server})" : "{sharee}({server}에 있음)", "{sharee} (remote)" : "{sharee}(원격)", @@ -190,7 +196,6 @@ OC.L10N.register( "new" : "새로운 항목", "_download %n file_::_download %n files_" : ["파일 %n개 다운로드"], "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "업그레이드 중입니다. 이 페이지를 열어 두면 일부 환경에서 진행 과정을 중단시킬 수 있습니다.", - "Updating {productName} to version {version}, this may take a while." : "{productName}을(를) 버전 {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>을 참조하십시오.", @@ -205,13 +210,6 @@ OC.L10N.register( "Apps" : "앱", "Admin" : "관리자", "Help" : "도움말", - "Error loading tags" : "태그 불러오기 오류", - "Tag already exists" : "태그가 이미 존재합니다", - "Error deleting tag(s)" : "태그 삭제 오류", - "Error tagging" : "태그 추가 오류", - "Error untagging" : "태그 해제 오류", - "Error favoriting" : "즐겨찾기 추가 오류", - "Error unfavoriting" : "즐겨찾기 삭제 오류", "Access forbidden" : "접근 금지됨", "File not found" : "파일을 찾을 수 없음", "The specified document has not been found on the server." : "지정한 문서를 서버에서 찾을 수 없습니다.", @@ -261,7 +259,6 @@ OC.L10N.register( "Search" : "검색", "Server side authentication failed!" : "서버 인증 실패!", "Please contact your administrator." : "관리자에게 문의하십시오.", - "An internal error occured." : "내부 오류가 발생했습니다.", "Please try again or contact your administrator." : "다시 시도하거나 관리자에게 연락하십시오.", "Log in" : "로그인", "Wrong password. Reset it?" : "암호가 잘못되었습니다. 다시 설정하시겠습니까?", diff --git a/core/l10n/ko.json b/core/l10n/ko.json index 3977af2e565..b84a53d728b 100644 --- a/core/l10n/ko.json +++ b/core/l10n/ko.json @@ -1,4 +1,28 @@ { "translations": { + "Please select a file." : "파일을 선택하십시오.", + "File is too big" : "파일이 너무 큼", + "Invalid file provided" : "잘못된 파일 지정됨", + "No image or file provided" : "사진이나 파일이 없음", + "Unknown filetype" : "알려지지 않은 파일 형식", + "Invalid image" : "잘못된 사진", + "An error occurred. Please contact your admin." : "오류가 발생했습니다. 시스템 관리자에게 연락하십시오.", + "No temporary profile picture available, try again" : "사용 가능한 프로필 사진이 없습니다. 다시 시도하십시오.", + "No crop data provided" : "선택된 데이터가 없습니다.", + "No valid crop data provided" : "올바른 잘라내기 데이터가 지정되지 않음", + "Crop is not square" : "잘라내는 영역이 사각형이 아님", + "Couldn't reset password because the token is invalid" : "토큰이 잘못되었기 때문에 암호를 초기화할 수 없습니다", + "Couldn't reset password because the token is expired" : "토큰이 만료되어 암호를 초기화할 수 없습니다", + "Couldn't send reset email. Please make sure your username is correct." : "재설정 메일을 보낼 수 없습니다. 사용자 이름이 올바른지 확인하십시오.", + "Could not send reset email because there is no email address for this username. Please contact your administrator." : "이 사용자 이름과 연결된 이메일 주소가 없어서 초기화 메일을 보낼 수 없습니다. 시스템 관리자에게 연락하십시오.", + "%s password reset" : "%s 암호 재설정", + "Couldn't send reset email. Please contact your administrator." : "재설정 메일을 보낼수 없습니다. 관리자에게 문의하십시오.", + "Error loading tags" : "태그 불러오기 오류", + "Tag already exists" : "태그가 이미 존재합니다", + "Error deleting tag(s)" : "태그 삭제 오류", + "Error tagging" : "태그 추가 오류", + "Error untagging" : "태그 해제 오류", + "Error favoriting" : "즐겨찾기 추가 오류", + "Error unfavoriting" : "즐겨찾기 삭제 오류", "Couldn't send mail to following users: %s " : "%s 님에게 메일을 보낼 수 없습니다.", "Preparing update" : "업데이트 준비 중", "Turned on maintenance mode" : "유지 보수 모드 켜짐", @@ -22,23 +46,6 @@ "%s (incompatible)" : "%s(호환 불가)", "Following apps have been disabled: %s" : "다음 앱이 비활성화되었습니다: %s", "Already up to date" : "최신 상태임", - "Please select a file." : "파일을 선택하십시오.", - "File is too big" : "파일이 너무 큼", - "Invalid file provided" : "잘못된 파일 지정됨", - "No image or file provided" : "사진이나 파일이 없음", - "Unknown filetype" : "알려지지 않은 파일 형식", - "Invalid image" : "잘못된 사진", - "An error occurred. Please contact your admin." : "오류가 발생했습니다. 시스템 관리자에게 연락하십시오.", - "No temporary profile picture available, try again" : "사용 가능한 프로필 사진이 없습니다. 다시 시도하십시오.", - "No crop data provided" : "선택된 데이터가 없습니다.", - "No valid crop data provided" : "올바른 잘라내기 데이터가 지정되지 않음", - "Crop is not square" : "잘라내는 영역이 사각형이 아님", - "Couldn't reset password because the token is invalid" : "토큰이 잘못되었기 때문에 암호를 초기화할 수 없습니다", - "Couldn't reset password because the token is expired" : "토큰이 만료되어 암호를 초기화할 수 없습니다", - "Couldn't send reset email. Please make sure your username is correct." : "재설정 메일을 보낼 수 없습니다. 사용자 이름이 올바른지 확인하십시오.", - "Could not send reset email because there is no email address for this username. Please contact your administrator." : "이 사용자 이름과 연결된 이메일 주소가 없어서 초기화 메일을 보낼 수 없습니다. 시스템 관리자에게 연락하십시오.", - "%s password reset" : "%s 암호 재설정", - "Couldn't send reset email. Please contact your administrator." : "재설정 메일을 보낼수 없습니다. 관리자에게 문의하십시오.", "Sunday" : "일요일", "Monday" : "월요일", "Tuesday" : "화요일", @@ -158,7 +165,6 @@ "Could not unshare" : "공유 해제할 수 없음", "Share details could not be loaded for this item." : "이 항목의 공유 정보를 불러올 수 없습니다.", "No users or groups found for {search}" : "{search}에 해당하는 사용자나 그룹을 찾을 수 없음", - "An error occured. Please try again" : "오류가 발생했습니다. 다시 시도하십시오.", "{sharee} (group)" : "{sharee}(그룹)", "{sharee} (at {server})" : "{sharee}({server}에 있음)", "{sharee} (remote)" : "{sharee}(원격)", @@ -188,7 +194,6 @@ "new" : "새로운 항목", "_download %n file_::_download %n files_" : ["파일 %n개 다운로드"], "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "업그레이드 중입니다. 이 페이지를 열어 두면 일부 환경에서 진행 과정을 중단시킬 수 있습니다.", - "Updating {productName} to version {version}, this may take a while." : "{productName}을(를) 버전 {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>을 참조하십시오.", @@ -203,13 +208,6 @@ "Apps" : "앱", "Admin" : "관리자", "Help" : "도움말", - "Error loading tags" : "태그 불러오기 오류", - "Tag already exists" : "태그가 이미 존재합니다", - "Error deleting tag(s)" : "태그 삭제 오류", - "Error tagging" : "태그 추가 오류", - "Error untagging" : "태그 해제 오류", - "Error favoriting" : "즐겨찾기 추가 오류", - "Error unfavoriting" : "즐겨찾기 삭제 오류", "Access forbidden" : "접근 금지됨", "File not found" : "파일을 찾을 수 없음", "The specified document has not been found on the server." : "지정한 문서를 서버에서 찾을 수 없습니다.", @@ -259,7 +257,6 @@ "Search" : "검색", "Server side authentication failed!" : "서버 인증 실패!", "Please contact your administrator." : "관리자에게 문의하십시오.", - "An internal error occured." : "내부 오류가 발생했습니다.", "Please try again or contact your administrator." : "다시 시도하거나 관리자에게 연락하십시오.", "Log in" : "로그인", "Wrong password. Reset it?" : "암호가 잘못되었습니다. 다시 설정하시겠습니까?", diff --git a/core/l10n/lb.js b/core/l10n/lb.js index 956d75da53b..0a5082ec5bc 100644 --- a/core/l10n/lb.js +++ b/core/l10n/lb.js @@ -1,13 +1,15 @@ OC.L10N.register( "core", { - "Turned on maintenance mode" : "Maintenance Modus ass un", - "Turned off maintenance mode" : "Maintenance Modus ass aus", - "Updated database" : "Datebank ass geupdate ginn", "No image or file provided" : "Kee Bild oder Fichier uginn", "Unknown filetype" : "Onbekannten Fichier Typ", "Invalid image" : "Ongülteg d'Bild", "%s password reset" : "%s Passwuert ass nei gesat", + "Error tagging" : "Fehler beim Taggen", + "Error untagging" : "Fehler beim Tag läschen", + "Turned on maintenance mode" : "Maintenance Modus ass un", + "Turned off maintenance mode" : "Maintenance Modus ass aus", + "Updated database" : "Datebank ass geupdate ginn", "Sunday" : "Sonndeg", "Monday" : "Méindeg", "Tuesday" : "Dënschdeg", @@ -97,8 +99,6 @@ OC.L10N.register( "Apps" : "Applikatiounen", "Admin" : "Admin", "Help" : "Hëllef", - "Error tagging" : "Fehler beim Taggen", - "Error untagging" : "Fehler beim Tag läschen", "Access forbidden" : "Zougrëff net erlaabt", "Cheers!" : "Prost!", "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Däin Daten-Dossier an deng Fichieren si wahrscheinlech iwwert den Internet accessibel well den .htaccess-Fichier net funktionnéiert.", diff --git a/core/l10n/lb.json b/core/l10n/lb.json index 39d913782fb..b1b9beec9d8 100644 --- a/core/l10n/lb.json +++ b/core/l10n/lb.json @@ -1,11 +1,13 @@ { "translations": { - "Turned on maintenance mode" : "Maintenance Modus ass un", - "Turned off maintenance mode" : "Maintenance Modus ass aus", - "Updated database" : "Datebank ass geupdate ginn", "No image or file provided" : "Kee Bild oder Fichier uginn", "Unknown filetype" : "Onbekannten Fichier Typ", "Invalid image" : "Ongülteg d'Bild", "%s password reset" : "%s Passwuert ass nei gesat", + "Error tagging" : "Fehler beim Taggen", + "Error untagging" : "Fehler beim Tag läschen", + "Turned on maintenance mode" : "Maintenance Modus ass un", + "Turned off maintenance mode" : "Maintenance Modus ass aus", + "Updated database" : "Datebank ass geupdate ginn", "Sunday" : "Sonndeg", "Monday" : "Méindeg", "Tuesday" : "Dënschdeg", @@ -95,8 +97,6 @@ "Apps" : "Applikatiounen", "Admin" : "Admin", "Help" : "Hëllef", - "Error tagging" : "Fehler beim Taggen", - "Error untagging" : "Fehler beim Tag läschen", "Access forbidden" : "Zougrëff net erlaabt", "Cheers!" : "Prost!", "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Däin Daten-Dossier an deng Fichieren si wahrscheinlech iwwert den Internet accessibel well den .htaccess-Fichier net funktionnéiert.", diff --git a/core/l10n/lt_LT.js b/core/l10n/lt_LT.js index f529399379c..e1d45d55d7a 100644 --- a/core/l10n/lt_LT.js +++ b/core/l10n/lt_LT.js @@ -1,6 +1,22 @@ OC.L10N.register( "core", { + "File is too big" : "Per didelis failas", + "Invalid file provided" : "Netinkamas failas", + "No image or file provided" : "Nenurodytas paveikslėlis ar failas", + "Unknown filetype" : "Nežinomas failo tipas", + "Invalid image" : "Netinkamas paveikslėlis", + "No temporary profile picture available, try again" : "Nėra laikino profilio paveikslėlio, bandykite dar kartą", + "No crop data provided" : "Nenurodyti apkirpimo duomenys", + "%s password reset" : "%s slaptažodžio atnaujinimas", + "Couldn't send reset email. Please contact your administrator." : "Nepavyko išsiųsti atkūrimo laiško, susisiekite su administratoriumi.", + "Error loading tags" : "Klaida įkeliant žymes", + "Tag already exists" : "Žymė jau egzistuoja", + "Error deleting tag(s)" : "Klaida trinant žymę(-es)", + "Error tagging" : "Klaida pridedant žymę", + "Error untagging" : "Klaida šalinant žymę", + "Error favoriting" : "Klaida įtraukiant į mėgstamus.", + "Error unfavoriting" : "Klaida pašalinant iš mėgstamų.", "Couldn't send mail to following users: %s " : "Nepavyko nusiųsti el. pašto šiems naudotojams: %s ", "Preparing update" : "Ruošiamasi atnaujinimui", "Turned on maintenance mode" : "Įjungta priežiūros veiksena", @@ -15,15 +31,6 @@ OC.L10N.register( "Repair error: " : "Taisymo klaida:", "Following apps have been disabled: %s" : "Išjungti įskiepiai: %s", "Already up to date" : "Jau naujausia", - "File is too big" : "Per didelis failas", - "Invalid file provided" : "Netinkamas failas", - "No image or file provided" : "Nenurodytas paveikslėlis ar failas", - "Unknown filetype" : "Nežinomas failo tipas", - "Invalid image" : "Netinkamas paveikslėlis", - "No temporary profile picture available, try again" : "Nėra laikino profilio paveikslėlio, bandykite dar kartą", - "No crop data provided" : "Nenurodyti apkirpimo duomenys", - "%s password reset" : "%s slaptažodžio atnaujinimas", - "Couldn't send reset email. Please contact your administrator." : "Nepavyko išsiųsti atkūrimo laiško, susisiekite su administratoriumi.", "Sunday" : "Sekmadienis", "Monday" : "Pirmadienis", "Tuesday" : "Antradienis", @@ -129,7 +136,6 @@ OC.L10N.register( "change" : "keisti", "delete" : "ištrinti", "access control" : "priėjimo kontrolė", - "An error occured. Please try again" : "Klaida, prašau bandyti dar kartą.", "Share" : "Dalintis", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Dalintis su vartotoju kitame ownCloud debesyje, sintaksė vartotojas@example.com/owncloud", "Warning" : "Įspėjimas", @@ -150,13 +156,6 @@ OC.L10N.register( "Apps" : "Programos", "Admin" : "Administravimas", "Help" : "Pagalba", - "Error loading tags" : "Klaida įkeliant žymes", - "Tag already exists" : "Žymė jau egzistuoja", - "Error deleting tag(s)" : "Klaida trinant žymę(-es)", - "Error tagging" : "Klaida pridedant žymę", - "Error untagging" : "Klaida šalinant žymę", - "Error favoriting" : "Klaida įtraukiant į mėgstamus.", - "Error unfavoriting" : "Klaida pašalinant iš mėgstamų.", "Access forbidden" : "Priėjimas draudžiamas", "File not found" : "Failas nerastas", "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" : "Labas,\n\nInformuojame, kad %s pasidalino su Jumis %s.\nPažiūrėti tai: %s\n", diff --git a/core/l10n/lt_LT.json b/core/l10n/lt_LT.json index abd9d3b2a97..40184dfd01b 100644 --- a/core/l10n/lt_LT.json +++ b/core/l10n/lt_LT.json @@ -1,4 +1,20 @@ { "translations": { + "File is too big" : "Per didelis failas", + "Invalid file provided" : "Netinkamas failas", + "No image or file provided" : "Nenurodytas paveikslėlis ar failas", + "Unknown filetype" : "Nežinomas failo tipas", + "Invalid image" : "Netinkamas paveikslėlis", + "No temporary profile picture available, try again" : "Nėra laikino profilio paveikslėlio, bandykite dar kartą", + "No crop data provided" : "Nenurodyti apkirpimo duomenys", + "%s password reset" : "%s slaptažodžio atnaujinimas", + "Couldn't send reset email. Please contact your administrator." : "Nepavyko išsiųsti atkūrimo laiško, susisiekite su administratoriumi.", + "Error loading tags" : "Klaida įkeliant žymes", + "Tag already exists" : "Žymė jau egzistuoja", + "Error deleting tag(s)" : "Klaida trinant žymę(-es)", + "Error tagging" : "Klaida pridedant žymę", + "Error untagging" : "Klaida šalinant žymę", + "Error favoriting" : "Klaida įtraukiant į mėgstamus.", + "Error unfavoriting" : "Klaida pašalinant iš mėgstamų.", "Couldn't send mail to following users: %s " : "Nepavyko nusiųsti el. pašto šiems naudotojams: %s ", "Preparing update" : "Ruošiamasi atnaujinimui", "Turned on maintenance mode" : "Įjungta priežiūros veiksena", @@ -13,15 +29,6 @@ "Repair error: " : "Taisymo klaida:", "Following apps have been disabled: %s" : "Išjungti įskiepiai: %s", "Already up to date" : "Jau naujausia", - "File is too big" : "Per didelis failas", - "Invalid file provided" : "Netinkamas failas", - "No image or file provided" : "Nenurodytas paveikslėlis ar failas", - "Unknown filetype" : "Nežinomas failo tipas", - "Invalid image" : "Netinkamas paveikslėlis", - "No temporary profile picture available, try again" : "Nėra laikino profilio paveikslėlio, bandykite dar kartą", - "No crop data provided" : "Nenurodyti apkirpimo duomenys", - "%s password reset" : "%s slaptažodžio atnaujinimas", - "Couldn't send reset email. Please contact your administrator." : "Nepavyko išsiųsti atkūrimo laiško, susisiekite su administratoriumi.", "Sunday" : "Sekmadienis", "Monday" : "Pirmadienis", "Tuesday" : "Antradienis", @@ -127,7 +134,6 @@ "change" : "keisti", "delete" : "ištrinti", "access control" : "priėjimo kontrolė", - "An error occured. Please try again" : "Klaida, prašau bandyti dar kartą.", "Share" : "Dalintis", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Dalintis su vartotoju kitame ownCloud debesyje, sintaksė vartotojas@example.com/owncloud", "Warning" : "Įspėjimas", @@ -148,13 +154,6 @@ "Apps" : "Programos", "Admin" : "Administravimas", "Help" : "Pagalba", - "Error loading tags" : "Klaida įkeliant žymes", - "Tag already exists" : "Žymė jau egzistuoja", - "Error deleting tag(s)" : "Klaida trinant žymę(-es)", - "Error tagging" : "Klaida pridedant žymę", - "Error untagging" : "Klaida šalinant žymę", - "Error favoriting" : "Klaida įtraukiant į mėgstamus.", - "Error unfavoriting" : "Klaida pašalinant iš mėgstamų.", "Access forbidden" : "Priėjimas draudžiamas", "File not found" : "Failas nerastas", "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" : "Labas,\n\nInformuojame, kad %s pasidalino su Jumis %s.\nPažiūrėti tai: %s\n", diff --git a/core/l10n/lv.js b/core/l10n/lv.js index 5571b5644a1..914bbac87e3 100644 --- a/core/l10n/lv.js +++ b/core/l10n/lv.js @@ -1,13 +1,13 @@ OC.L10N.register( "core", { + "Unknown filetype" : "Nezināms datnes tips", + "Invalid image" : "Nederīgs attēls", + "%s password reset" : "%s paroles maiņa", "Couldn't send mail to following users: %s " : "Nevar nosūtīt epastu, sekojošiem lietotājiem: %s", "Turned on maintenance mode" : "Ieslēgts uzturēšanas režīms", "Turned off maintenance mode" : "Izslēgts uzturēšanas režīms", "Updated database" : "Atjaunota datu bāze", - "Unknown filetype" : "Nezināms datnes tips", - "Invalid image" : "Nederīgs attēls", - "%s password reset" : "%s paroles maiņa", "Sunday" : "Svētdiena", "Monday" : "Pirmdiena", "Tuesday" : "Otrdiena", diff --git a/core/l10n/lv.json b/core/l10n/lv.json index 6e7e428df3e..27a78e46b49 100644 --- a/core/l10n/lv.json +++ b/core/l10n/lv.json @@ -1,11 +1,11 @@ { "translations": { + "Unknown filetype" : "Nezināms datnes tips", + "Invalid image" : "Nederīgs attēls", + "%s password reset" : "%s paroles maiņa", "Couldn't send mail to following users: %s " : "Nevar nosūtīt epastu, sekojošiem lietotājiem: %s", "Turned on maintenance mode" : "Ieslēgts uzturēšanas režīms", "Turned off maintenance mode" : "Izslēgts uzturēšanas režīms", "Updated database" : "Atjaunota datu bāze", - "Unknown filetype" : "Nezināms datnes tips", - "Invalid image" : "Nederīgs attēls", - "%s password reset" : "%s paroles maiņa", "Sunday" : "Svētdiena", "Monday" : "Pirmdiena", "Tuesday" : "Otrdiena", diff --git a/core/l10n/mk.js b/core/l10n/mk.js index c01acfc0c92..80e549eabd5 100644 --- a/core/l10n/mk.js +++ b/core/l10n/mk.js @@ -1,6 +1,23 @@ OC.L10N.register( "core", { + "File is too big" : "Датотеката е пре голема", + "Invalid file provided" : "Дадена е невалидна датотека", + "No image or file provided" : "Не е доставена фотографија или датотека", + "Unknown filetype" : "Непознат тип на датотека", + "Invalid image" : "Невалидна фотографија", + "No temporary profile picture available, try again" : "Не е достапна привремена профилна слика, пробајте повторно", + "No crop data provided" : "Не се доставени податоци за сечење", + "No valid crop data provided" : "Нема валидни податоци за сечење", + "Crop is not square" : "Сечењето не е правоаголно", + "%s password reset" : "%s ресетирање на лозинката", + "Couldn't send reset email. Please contact your administrator." : "Не можам да истпратам порака за ресетирање. Ве молам контактирајте го вашиот администратор.", + "Error loading tags" : "Грешка при вчитување на таговите", + "Tag already exists" : "Тагот веќе постои", + "Error deleting tag(s)" : "Грешка при бришење на таго(вите)", + "Error tagging" : "Грешка при тагување", + "Error untagging" : "Грешка при отстранување на таговите", + "Error favoriting" : "Грешка при ", "Couldn't send mail to following users: %s " : "Не можев да пратам порака на следниве корисници: %s", "Preparing update" : "Ја подготвувам надградбата", "Turned on maintenance mode" : "Вклучен е модот за одржување", @@ -16,17 +33,6 @@ OC.L10N.register( "%s (3rdparty)" : "%s (3-та страна)", "%s (incompatible)" : "%s (некомпатибилен)", "Already up to date" : "Веќе ажурирано", - "File is too big" : "Датотеката е пре голема", - "Invalid file provided" : "Дадена е невалидна датотека", - "No image or file provided" : "Не е доставена фотографија или датотека", - "Unknown filetype" : "Непознат тип на датотека", - "Invalid image" : "Невалидна фотографија", - "No temporary profile picture available, try again" : "Не е достапна привремена профилна слика, пробајте повторно", - "No crop data provided" : "Не се доставени податоци за сечење", - "No valid crop data provided" : "Нема валидни податоци за сечење", - "Crop is not square" : "Сечењето не е правоаголно", - "%s password reset" : "%s ресетирање на лозинката", - "Couldn't send reset email. Please contact your administrator." : "Не можам да истпратам порака за ресетирање. Ве молам контактирајте го вашиот администратор.", "Sunday" : "Недела", "Monday" : "Понеделник", "Tuesday" : "Вторник", @@ -138,7 +144,6 @@ OC.L10N.register( "change" : "промени", "delete" : "избриши", "access control" : "контрола на пристап", - "An error occured. Please try again" : "Се случи грешка. Обиди се повторно", "Share" : "Сподели", "Warning" : "Предупредување", "not assignable" : "не може да се додаде", @@ -162,12 +167,6 @@ OC.L10N.register( "Apps" : "Аппликации", "Admin" : "Админ", "Help" : "Помош", - "Error loading tags" : "Грешка при вчитување на таговите", - "Tag already exists" : "Тагот веќе постои", - "Error deleting tag(s)" : "Грешка при бришење на таго(вите)", - "Error tagging" : "Грешка при тагување", - "Error untagging" : "Грешка при отстранување на таговите", - "Error favoriting" : "Грешка при ", "Access forbidden" : "Забранет пристап", "File not found" : "Датотеката не е пронајдена", "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" : "Здраво,\n\nСамо да ве известам дека %s shared %s with you.\nView it: %s\n\n", @@ -201,7 +200,6 @@ OC.L10N.register( "Search" : "Барај", "Server side authentication failed!" : "Автентификацијата на серверската страна е неуспешна!", "Please contact your administrator." : "Ве молиме контактирајте го вашиот администратор.", - "An internal error occured." : "Се случи интерна грешка", "Log in" : "Најава", "Wrong password. Reset it?" : "Погрешна лозинка. Да ја ресетирам?", "Wrong password." : "Погрешна лозинка.", diff --git a/core/l10n/mk.json b/core/l10n/mk.json index 632472c5034..99e46fca7e9 100644 --- a/core/l10n/mk.json +++ b/core/l10n/mk.json @@ -1,4 +1,21 @@ { "translations": { + "File is too big" : "Датотеката е пре голема", + "Invalid file provided" : "Дадена е невалидна датотека", + "No image or file provided" : "Не е доставена фотографија или датотека", + "Unknown filetype" : "Непознат тип на датотека", + "Invalid image" : "Невалидна фотографија", + "No temporary profile picture available, try again" : "Не е достапна привремена профилна слика, пробајте повторно", + "No crop data provided" : "Не се доставени податоци за сечење", + "No valid crop data provided" : "Нема валидни податоци за сечење", + "Crop is not square" : "Сечењето не е правоаголно", + "%s password reset" : "%s ресетирање на лозинката", + "Couldn't send reset email. Please contact your administrator." : "Не можам да истпратам порака за ресетирање. Ве молам контактирајте го вашиот администратор.", + "Error loading tags" : "Грешка при вчитување на таговите", + "Tag already exists" : "Тагот веќе постои", + "Error deleting tag(s)" : "Грешка при бришење на таго(вите)", + "Error tagging" : "Грешка при тагување", + "Error untagging" : "Грешка при отстранување на таговите", + "Error favoriting" : "Грешка при ", "Couldn't send mail to following users: %s " : "Не можев да пратам порака на следниве корисници: %s", "Preparing update" : "Ја подготвувам надградбата", "Turned on maintenance mode" : "Вклучен е модот за одржување", @@ -14,17 +31,6 @@ "%s (3rdparty)" : "%s (3-та страна)", "%s (incompatible)" : "%s (некомпатибилен)", "Already up to date" : "Веќе ажурирано", - "File is too big" : "Датотеката е пре голема", - "Invalid file provided" : "Дадена е невалидна датотека", - "No image or file provided" : "Не е доставена фотографија или датотека", - "Unknown filetype" : "Непознат тип на датотека", - "Invalid image" : "Невалидна фотографија", - "No temporary profile picture available, try again" : "Не е достапна привремена профилна слика, пробајте повторно", - "No crop data provided" : "Не се доставени податоци за сечење", - "No valid crop data provided" : "Нема валидни податоци за сечење", - "Crop is not square" : "Сечењето не е правоаголно", - "%s password reset" : "%s ресетирање на лозинката", - "Couldn't send reset email. Please contact your administrator." : "Не можам да истпратам порака за ресетирање. Ве молам контактирајте го вашиот администратор.", "Sunday" : "Недела", "Monday" : "Понеделник", "Tuesday" : "Вторник", @@ -136,7 +142,6 @@ "change" : "промени", "delete" : "избриши", "access control" : "контрола на пристап", - "An error occured. Please try again" : "Се случи грешка. Обиди се повторно", "Share" : "Сподели", "Warning" : "Предупредување", "not assignable" : "не може да се додаде", @@ -160,12 +165,6 @@ "Apps" : "Аппликации", "Admin" : "Админ", "Help" : "Помош", - "Error loading tags" : "Грешка при вчитување на таговите", - "Tag already exists" : "Тагот веќе постои", - "Error deleting tag(s)" : "Грешка при бришење на таго(вите)", - "Error tagging" : "Грешка при тагување", - "Error untagging" : "Грешка при отстранување на таговите", - "Error favoriting" : "Грешка при ", "Access forbidden" : "Забранет пристап", "File not found" : "Датотеката не е пронајдена", "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" : "Здраво,\n\nСамо да ве известам дека %s shared %s with you.\nView it: %s\n\n", @@ -199,7 +198,6 @@ "Search" : "Барај", "Server side authentication failed!" : "Автентификацијата на серверската страна е неуспешна!", "Please contact your administrator." : "Ве молиме контактирајте го вашиот администратор.", - "An internal error occured." : "Се случи интерна грешка", "Log in" : "Најава", "Wrong password. Reset it?" : "Погрешна лозинка. Да ја ресетирам?", "Wrong password." : "Погрешна лозинка.", diff --git a/core/l10n/nb_NO.js b/core/l10n/nb_NO.js index 39513e71926..c43fb350f5a 100644 --- a/core/l10n/nb_NO.js +++ b/core/l10n/nb_NO.js @@ -1,6 +1,30 @@ OC.L10N.register( "core", { + "Please select a file." : "Vennligst velg en fil.", + "File is too big" : "Filen er for stor", + "Invalid file provided" : "Ugyldig fil oppgitt", + "No image or file provided" : "Bilde eller fil ikke angitt", + "Unknown filetype" : "Ukjent filtype", + "Invalid image" : "Ugyldig bilde", + "An error occurred. Please contact your admin." : "Det oppstod en feil. Kontakt din administrator.", + "No temporary profile picture available, try again" : "Foreløpig profilbilde ikke tilgjengelig. Prøv igjen", + "No crop data provided" : "Ingen beskjæringsinformasjon angitt", + "No valid crop data provided" : "Ingen gyldige beskjæringsdata oppgitt", + "Crop is not square" : "Beskjæringen er ikke kvadratisk", + "Couldn't reset password because the token is invalid" : "Klarte ikke å tilbakestille passordet fordi token er ugyldig.", + "Couldn't reset password because the token is expired" : "Klarte ikke å tilbakestille passordet fordi token er utløpt.", + "Couldn't send reset email. Please make sure your username is correct." : "Klarte ikke å sende e-post for tilbakestilling av passord. Sjekk at brukernavnet ditt er korrekt.", + "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Klarte ikke å sende e-post for tilbakestilling av passord fordi det ikke finnes noen e-postadresse for dette brukernavnet. Kontakt administratoren din.", + "%s password reset" : "%s tilbakestilling av passord", + "Couldn't send reset email. Please contact your administrator." : "Klarte ikke å sende e-post for tilbakestilling. Kontakt administratoren.", + "Error loading tags" : "Feil ved lasting av merkelapper", + "Tag already exists" : "Merkelappen finnes allerede", + "Error deleting tag(s)" : "Feil ved sletting av merkelapp(er)", + "Error tagging" : "Feil ved merking", + "Error untagging" : "Feil ved fjerning av merkelapp", + "Error favoriting" : "Feil ved favorittmerking", + "Error unfavoriting" : "Feil ved fjerning av favorittmerking", "Couldn't send mail to following users: %s " : "Klarte ikke å sende mail til følgende brukere: %s", "Preparing update" : "Forbereder oppdatering", "Turned on maintenance mode" : "Slo på vedlikeholdsmodus", @@ -24,23 +48,6 @@ OC.L10N.register( "%s (incompatible)" : "%s (ikke kompatibel)", "Following apps have been disabled: %s" : "Følgende apper har blitt deaktivert: %s", "Already up to date" : "Allerede oppdatert", - "Please select a file." : "Vennligst velg en fil.", - "File is too big" : "Filen er for stor", - "Invalid file provided" : "Ugyldig fil oppgitt", - "No image or file provided" : "Bilde eller fil ikke angitt", - "Unknown filetype" : "Ukjent filtype", - "Invalid image" : "Ugyldig bilde", - "An error occurred. Please contact your admin." : "Det oppstod en feil. Kontakt din administrator.", - "No temporary profile picture available, try again" : "Foreløpig profilbilde ikke tilgjengelig. Prøv igjen", - "No crop data provided" : "Ingen beskjæringsinformasjon angitt", - "No valid crop data provided" : "Ingen gyldige beskjæringsdata oppgitt", - "Crop is not square" : "Beskjæringen er ikke kvadratisk", - "Couldn't reset password because the token is invalid" : "Klarte ikke å tilbakestille passordet fordi token er ugyldig.", - "Couldn't reset password because the token is expired" : "Klarte ikke å tilbakestille passordet fordi token er utløpt.", - "Couldn't send reset email. Please make sure your username is correct." : "Klarte ikke å sende e-post for tilbakestilling av passord. Sjekk at brukernavnet ditt er korrekt.", - "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Klarte ikke å sende e-post for tilbakestilling av passord fordi det ikke finnes noen e-postadresse for dette brukernavnet. Kontakt administratoren din.", - "%s password reset" : "%s tilbakestilling av passord", - "Couldn't send reset email. Please contact your administrator." : "Klarte ikke å sende e-post for tilbakestilling. Kontakt administratoren.", "Sunday" : "Søndag", "Monday" : "Mandag", "Tuesday" : "Tirsdag", @@ -160,7 +167,6 @@ OC.L10N.register( "Could not unshare" : "Kunne ikke avslutte deling", "Share details could not be loaded for this item." : "Klarte ikke å laste inn detaljer om deling for dette elementet.", "No users or groups found for {search}" : "Ingen brukere eller grupper funnet for {search}", - "An error occured. Please try again" : "Det oppstod en feil. Prøv igjen", "{sharee} (group)" : "{sharee} (gruppe)", "{sharee} (at {server})" : "{sharee} (på {server})", "{sharee} (remote)" : "{sharee} (ekstern)", @@ -190,7 +196,6 @@ OC.L10N.register( "new" : "ny", "_download %n file_::_download %n files_" : ["last ned %n fil","last ned %n filer"], "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "En oppdatering foregår, lukking av denne siden kan forstyrre prosessen for enkelte systemer.", - "Updating {productName} to version {version}, this may take a while." : "Oppdaterer {productName} til versjon {version}. Dette kan ta litt tid.", "An error occurred." : "En feil oppstod.", "Please reload the page." : "Vennligst last siden på nytt.", "The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Oppdateringen var mislykket. For mer informasjon <a href=\"{url}\">se vår forum-artikkel</a> som beskriver dette problemet.", @@ -205,13 +210,6 @@ OC.L10N.register( "Apps" : "Apper", "Admin" : "Admin", "Help" : "Hjelp", - "Error loading tags" : "Feil ved lasting av merkelapper", - "Tag already exists" : "Merkelappen finnes allerede", - "Error deleting tag(s)" : "Feil ved sletting av merkelapp(er)", - "Error tagging" : "Feil ved merking", - "Error untagging" : "Feil ved fjerning av merkelapp", - "Error favoriting" : "Feil ved favorittmerking", - "Error unfavoriting" : "Feil ved fjerning av favorittmerking", "Access forbidden" : "Tilgang nektet", "File not found" : "Finner ikke filen", "The specified document has not been found on the server." : "Det angitte dokumentet ble ikke funnet på serveren.", @@ -261,7 +259,6 @@ OC.L10N.register( "Search" : "Søk", "Server side authentication failed!" : "Autentisering feilet på serveren!", "Please contact your administrator." : "Vennligst kontakt administratoren din.", - "An internal error occured." : "Det oppstod en intern feil.", "Please try again or contact your administrator." : "Prøv igjen eller kontakt en administrator.", "Log in" : "Logg inn", "Wrong password. Reset it?" : "Feil passord. Nullstille det?", diff --git a/core/l10n/nb_NO.json b/core/l10n/nb_NO.json index 2585d9203c2..66a6147d47e 100644 --- a/core/l10n/nb_NO.json +++ b/core/l10n/nb_NO.json @@ -1,4 +1,28 @@ { "translations": { + "Please select a file." : "Vennligst velg en fil.", + "File is too big" : "Filen er for stor", + "Invalid file provided" : "Ugyldig fil oppgitt", + "No image or file provided" : "Bilde eller fil ikke angitt", + "Unknown filetype" : "Ukjent filtype", + "Invalid image" : "Ugyldig bilde", + "An error occurred. Please contact your admin." : "Det oppstod en feil. Kontakt din administrator.", + "No temporary profile picture available, try again" : "Foreløpig profilbilde ikke tilgjengelig. Prøv igjen", + "No crop data provided" : "Ingen beskjæringsinformasjon angitt", + "No valid crop data provided" : "Ingen gyldige beskjæringsdata oppgitt", + "Crop is not square" : "Beskjæringen er ikke kvadratisk", + "Couldn't reset password because the token is invalid" : "Klarte ikke å tilbakestille passordet fordi token er ugyldig.", + "Couldn't reset password because the token is expired" : "Klarte ikke å tilbakestille passordet fordi token er utløpt.", + "Couldn't send reset email. Please make sure your username is correct." : "Klarte ikke å sende e-post for tilbakestilling av passord. Sjekk at brukernavnet ditt er korrekt.", + "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Klarte ikke å sende e-post for tilbakestilling av passord fordi det ikke finnes noen e-postadresse for dette brukernavnet. Kontakt administratoren din.", + "%s password reset" : "%s tilbakestilling av passord", + "Couldn't send reset email. Please contact your administrator." : "Klarte ikke å sende e-post for tilbakestilling. Kontakt administratoren.", + "Error loading tags" : "Feil ved lasting av merkelapper", + "Tag already exists" : "Merkelappen finnes allerede", + "Error deleting tag(s)" : "Feil ved sletting av merkelapp(er)", + "Error tagging" : "Feil ved merking", + "Error untagging" : "Feil ved fjerning av merkelapp", + "Error favoriting" : "Feil ved favorittmerking", + "Error unfavoriting" : "Feil ved fjerning av favorittmerking", "Couldn't send mail to following users: %s " : "Klarte ikke å sende mail til følgende brukere: %s", "Preparing update" : "Forbereder oppdatering", "Turned on maintenance mode" : "Slo på vedlikeholdsmodus", @@ -22,23 +46,6 @@ "%s (incompatible)" : "%s (ikke kompatibel)", "Following apps have been disabled: %s" : "Følgende apper har blitt deaktivert: %s", "Already up to date" : "Allerede oppdatert", - "Please select a file." : "Vennligst velg en fil.", - "File is too big" : "Filen er for stor", - "Invalid file provided" : "Ugyldig fil oppgitt", - "No image or file provided" : "Bilde eller fil ikke angitt", - "Unknown filetype" : "Ukjent filtype", - "Invalid image" : "Ugyldig bilde", - "An error occurred. Please contact your admin." : "Det oppstod en feil. Kontakt din administrator.", - "No temporary profile picture available, try again" : "Foreløpig profilbilde ikke tilgjengelig. Prøv igjen", - "No crop data provided" : "Ingen beskjæringsinformasjon angitt", - "No valid crop data provided" : "Ingen gyldige beskjæringsdata oppgitt", - "Crop is not square" : "Beskjæringen er ikke kvadratisk", - "Couldn't reset password because the token is invalid" : "Klarte ikke å tilbakestille passordet fordi token er ugyldig.", - "Couldn't reset password because the token is expired" : "Klarte ikke å tilbakestille passordet fordi token er utløpt.", - "Couldn't send reset email. Please make sure your username is correct." : "Klarte ikke å sende e-post for tilbakestilling av passord. Sjekk at brukernavnet ditt er korrekt.", - "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Klarte ikke å sende e-post for tilbakestilling av passord fordi det ikke finnes noen e-postadresse for dette brukernavnet. Kontakt administratoren din.", - "%s password reset" : "%s tilbakestilling av passord", - "Couldn't send reset email. Please contact your administrator." : "Klarte ikke å sende e-post for tilbakestilling. Kontakt administratoren.", "Sunday" : "Søndag", "Monday" : "Mandag", "Tuesday" : "Tirsdag", @@ -158,7 +165,6 @@ "Could not unshare" : "Kunne ikke avslutte deling", "Share details could not be loaded for this item." : "Klarte ikke å laste inn detaljer om deling for dette elementet.", "No users or groups found for {search}" : "Ingen brukere eller grupper funnet for {search}", - "An error occured. Please try again" : "Det oppstod en feil. Prøv igjen", "{sharee} (group)" : "{sharee} (gruppe)", "{sharee} (at {server})" : "{sharee} (på {server})", "{sharee} (remote)" : "{sharee} (ekstern)", @@ -188,7 +194,6 @@ "new" : "ny", "_download %n file_::_download %n files_" : ["last ned %n fil","last ned %n filer"], "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "En oppdatering foregår, lukking av denne siden kan forstyrre prosessen for enkelte systemer.", - "Updating {productName} to version {version}, this may take a while." : "Oppdaterer {productName} til versjon {version}. Dette kan ta litt tid.", "An error occurred." : "En feil oppstod.", "Please reload the page." : "Vennligst last siden på nytt.", "The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Oppdateringen var mislykket. For mer informasjon <a href=\"{url}\">se vår forum-artikkel</a> som beskriver dette problemet.", @@ -203,13 +208,6 @@ "Apps" : "Apper", "Admin" : "Admin", "Help" : "Hjelp", - "Error loading tags" : "Feil ved lasting av merkelapper", - "Tag already exists" : "Merkelappen finnes allerede", - "Error deleting tag(s)" : "Feil ved sletting av merkelapp(er)", - "Error tagging" : "Feil ved merking", - "Error untagging" : "Feil ved fjerning av merkelapp", - "Error favoriting" : "Feil ved favorittmerking", - "Error unfavoriting" : "Feil ved fjerning av favorittmerking", "Access forbidden" : "Tilgang nektet", "File not found" : "Finner ikke filen", "The specified document has not been found on the server." : "Det angitte dokumentet ble ikke funnet på serveren.", @@ -259,7 +257,6 @@ "Search" : "Søk", "Server side authentication failed!" : "Autentisering feilet på serveren!", "Please contact your administrator." : "Vennligst kontakt administratoren din.", - "An internal error occured." : "Det oppstod en intern feil.", "Please try again or contact your administrator." : "Prøv igjen eller kontakt en administrator.", "Log in" : "Logg inn", "Wrong password. Reset it?" : "Feil passord. Nullstille det?", diff --git a/core/l10n/nds.js b/core/l10n/nds.js index 71bdf00fdcf..5584b6421a3 100644 --- a/core/l10n/nds.js +++ b/core/l10n/nds.js @@ -1,6 +1,16 @@ OC.L10N.register( "core", { + "File is too big" : "Datei ist zu groß", + "Invalid file provided" : "Ungültige Datei geliefert", + "No image or file provided" : "Kein Bild oder keine Datei geliefert", + "Unknown filetype" : "Unbekannter Dateityp", + "Invalid image" : "Ungültiges Bild", + "No temporary profile picture available, try again" : "Kein flüchtiges Profilbild verfügbar, bitte versuche es noch einmal", + "No crop data provided" : "Keine Angaben zum Zuschneiden geliefert", + "No valid crop data provided" : "Keine gültigen Angaben zum Zuschnitt geliefert", + "Crop is not square" : "Zuschnitt ist nicht quadratisch", + "Couldn't send reset email. Please contact your administrator." : "E-Mail zum Zurücksetzen konnte nicht gesendet werden. Bitte wende Dich an Deinem Administrator.", "Couldn't send mail to following users: %s " : "Senden der E-Mail an folgende Benutzer fehlgeschlagen: %s", "Preparing update" : "Bereite Aktualisierung vor", "Turned on maintenance mode" : "Wartungsmodus eingeschaltet", @@ -14,16 +24,6 @@ OC.L10N.register( "Repair error: " : "Reparaturfehler", "Following apps have been disabled: %s" : "Folgende Apps wurden deaktiviert: %s", "Already up to date" : "Bereits aktuell", - "File is too big" : "Datei ist zu groß", - "Invalid file provided" : "Ungültige Datei geliefert", - "No image or file provided" : "Kein Bild oder keine Datei geliefert", - "Unknown filetype" : "Unbekannter Dateityp", - "Invalid image" : "Ungültiges Bild", - "No temporary profile picture available, try again" : "Kein flüchtiges Profilbild verfügbar, bitte versuche es noch einmal", - "No crop data provided" : "Keine Angaben zum Zuschneiden geliefert", - "No valid crop data provided" : "Keine gültigen Angaben zum Zuschnitt geliefert", - "Crop is not square" : "Zuschnitt ist nicht quadratisch", - "Couldn't send reset email. Please contact your administrator." : "E-Mail zum Zurücksetzen konnte nicht gesendet werden. Bitte wende Dich an Deinem Administrator.", "Sunday" : "Sonntag", "Monday" : "Montag", "Tuesday" : "Dienstag", diff --git a/core/l10n/nds.json b/core/l10n/nds.json index 753a6bea64d..83e1be211b0 100644 --- a/core/l10n/nds.json +++ b/core/l10n/nds.json @@ -1,4 +1,14 @@ { "translations": { + "File is too big" : "Datei ist zu groß", + "Invalid file provided" : "Ungültige Datei geliefert", + "No image or file provided" : "Kein Bild oder keine Datei geliefert", + "Unknown filetype" : "Unbekannter Dateityp", + "Invalid image" : "Ungültiges Bild", + "No temporary profile picture available, try again" : "Kein flüchtiges Profilbild verfügbar, bitte versuche es noch einmal", + "No crop data provided" : "Keine Angaben zum Zuschneiden geliefert", + "No valid crop data provided" : "Keine gültigen Angaben zum Zuschnitt geliefert", + "Crop is not square" : "Zuschnitt ist nicht quadratisch", + "Couldn't send reset email. Please contact your administrator." : "E-Mail zum Zurücksetzen konnte nicht gesendet werden. Bitte wende Dich an Deinem Administrator.", "Couldn't send mail to following users: %s " : "Senden der E-Mail an folgende Benutzer fehlgeschlagen: %s", "Preparing update" : "Bereite Aktualisierung vor", "Turned on maintenance mode" : "Wartungsmodus eingeschaltet", @@ -12,16 +22,6 @@ "Repair error: " : "Reparaturfehler", "Following apps have been disabled: %s" : "Folgende Apps wurden deaktiviert: %s", "Already up to date" : "Bereits aktuell", - "File is too big" : "Datei ist zu groß", - "Invalid file provided" : "Ungültige Datei geliefert", - "No image or file provided" : "Kein Bild oder keine Datei geliefert", - "Unknown filetype" : "Unbekannter Dateityp", - "Invalid image" : "Ungültiges Bild", - "No temporary profile picture available, try again" : "Kein flüchtiges Profilbild verfügbar, bitte versuche es noch einmal", - "No crop data provided" : "Keine Angaben zum Zuschneiden geliefert", - "No valid crop data provided" : "Keine gültigen Angaben zum Zuschnitt geliefert", - "Crop is not square" : "Zuschnitt ist nicht quadratisch", - "Couldn't send reset email. Please contact your administrator." : "E-Mail zum Zurücksetzen konnte nicht gesendet werden. Bitte wende Dich an Deinem Administrator.", "Sunday" : "Sonntag", "Monday" : "Montag", "Tuesday" : "Dienstag", diff --git a/core/l10n/nl.js b/core/l10n/nl.js index 8fdb88440e7..e88beefa943 100644 --- a/core/l10n/nl.js +++ b/core/l10n/nl.js @@ -1,6 +1,30 @@ OC.L10N.register( "core", { + "Please select a file." : "Selecteer een bestand.", + "File is too big" : "Bestand te groot", + "Invalid file provided" : "Ongeldig bestand opgegeven", + "No image or file provided" : "Geen afbeelding of bestand opgegeven", + "Unknown filetype" : "Onbekend bestandsformaat", + "Invalid image" : "Ongeldige afbeelding", + "An error occurred. Please contact your admin." : "Er trad een fout op. Neem contact op met uw beheerder.", + "No temporary profile picture available, try again" : "Geen tijdelijke profielafbeelding beschikbaar. Probeer het opnieuw", + "No crop data provided" : "Geen bijsnijdingsgegevens opgegeven", + "No valid crop data provided" : "Geen geldige bijsnijdingsgegevens opgegeven", + "Crop is not square" : "Bijsnijding is niet vierkant", + "Couldn't reset password because the token is invalid" : "Kon het wachtwoord niet herstellen, omdat het token ongeldig is", + "Couldn't reset password because the token is expired" : "Kon het wachtwoord niet herstellen, omdat het token verlopen is", + "Couldn't send reset email. Please make sure your username is correct." : "Kon e-mail niet versturen. Verifieer of uw gebruikersnaam correct is.", + "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Kon geen herstel e-mail versturen, omdat er geen e-mailadres bekend is bij deze gebruikersnaam. Neem contact op met uw beheerder.", + "%s password reset" : "%s wachtwoord reset", + "Couldn't send reset email. Please contact your administrator." : "Kon herstel e-mail niet versturen. Neem contact op met uw beheerder.", + "Error loading tags" : "Fout bij laden tags", + "Tag already exists" : "Tag bestaat al", + "Error deleting tag(s)" : "Fout bij verwijderen tag(s)", + "Error tagging" : "Fout bij taggen", + "Error untagging" : "Fout bij ont-taggen", + "Error favoriting" : "Fout bij favoriet maken", + "Error unfavoriting" : "Fout bij verwijderen favorietstatus", "Couldn't send mail to following users: %s " : "Kon geen e-mail sturen aan de volgende gebruikers: %s", "Preparing update" : "Update voorbereiden", "Turned on maintenance mode" : "Onderhoudsmodus ingeschakeld", @@ -24,23 +48,6 @@ OC.L10N.register( "%s (incompatible)" : "%s (incompatibel)", "Following apps have been disabled: %s" : "De volgende apps zijn gedeactiveerd: %s", "Already up to date" : "Al bijgewerkt", - "Please select a file." : "Selecteer een bestand.", - "File is too big" : "Bestand te groot", - "Invalid file provided" : "Ongeldig bestand opgegeven", - "No image or file provided" : "Geen afbeelding of bestand opgegeven", - "Unknown filetype" : "Onbekend bestandsformaat", - "Invalid image" : "Ongeldige afbeelding", - "An error occurred. Please contact your admin." : "Er trad een fout op. Neem contact op met uw beheerder.", - "No temporary profile picture available, try again" : "Geen tijdelijke profielafbeelding beschikbaar. Probeer het opnieuw", - "No crop data provided" : "Geen bijsnijdingsgegevens opgegeven", - "No valid crop data provided" : "Geen geldige bijsnijdingsgegevens opgegeven", - "Crop is not square" : "Bijsnijding is niet vierkant", - "Couldn't reset password because the token is invalid" : "Kon het wachtwoord niet herstellen, omdat het token ongeldig is", - "Couldn't reset password because the token is expired" : "Kon het wachtwoord niet herstellen, omdat het token verlopen is", - "Couldn't send reset email. Please make sure your username is correct." : "Kon e-mail niet versturen. Verifieer of uw gebruikersnaam correct is.", - "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Kon geen herstel e-mail versturen, omdat er geen e-mailadres bekend is bij deze gebruikersnaam. Neem contact op met uw beheerder.", - "%s password reset" : "%s wachtwoord reset", - "Couldn't send reset email. Please contact your administrator." : "Kon herstel e-mail niet versturen. Neem contact op met uw beheerder.", "Sunday" : "zondag", "Monday" : "maandag", "Tuesday" : "dinsdag", @@ -169,7 +176,6 @@ OC.L10N.register( "Share details could not be loaded for this item." : "Details van shares voor dit object konden niet worden geladen.", "No users or groups found for {search}" : "Geen gebruikers of groepen gevonden voor {search}", "No users found for {search}" : "Geen gebruikers gevonden voor {search}", - "An error occured. Please try again" : "Er trad een fout op. Probeer het opnieuw", "{sharee} (group)" : "{sharee} (groep)", "{sharee} (at {server})" : "{sharee} (op {server})", "{sharee} (remote)" : "{sharee} (extern)", @@ -203,7 +209,6 @@ OC.L10N.register( "new" : "nieuw", "_download %n file_::_download %n files_" : ["download %n bestand","download %n bestanden"], "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "De update is bezig, deze pagina verlaten kan het updateproces in sommige omgevingen onderbreken.", - "Updating {productName} to version {version}, this may take a while." : "Bijwerken {productName} naar versie {version}, dit kan even duren.", "An error occurred." : "Er heeft zich een fout voorgedaan.", "Please reload the page." : "Herlaad deze pagina.", "The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "De update was niet succesvol. Voor meer informatie <a href=\"{url}\">zie ons bericht op het forum</a> over dit probleem.", @@ -218,13 +223,6 @@ OC.L10N.register( "Apps" : "Apps", "Admin" : "Beheerder", "Help" : "Help", - "Error loading tags" : "Fout bij laden tags", - "Tag already exists" : "Tag bestaat al", - "Error deleting tag(s)" : "Fout bij verwijderen tag(s)", - "Error tagging" : "Fout bij taggen", - "Error untagging" : "Fout bij ont-taggen", - "Error favoriting" : "Fout bij favoriet maken", - "Error unfavoriting" : "Fout bij verwijderen favorietstatus", "Access forbidden" : "Toegang verboden", "File not found" : "Bestand niet gevonden", "The specified document has not been found on the server." : "Het opgegeven document is niet gevonden op deze server.", @@ -275,7 +273,6 @@ OC.L10N.register( "Search" : "Zoeken", "Server side authentication failed!" : "Authenticatie bij de server mislukte!", "Please contact your administrator." : "Neem contact op met uw systeembeheerder.", - "An internal error occured." : "Er heeft zich een interne fout voorgedaan.", "Please try again or contact your administrator." : "Probeer het opnieuw of neem contact op met uw beheerder.", "Log in" : "Meld u aan", "Wrong password. Reset it?" : "Onjuist wachtwoord. Resetten?", diff --git a/core/l10n/nl.json b/core/l10n/nl.json index 9588e4f27dc..ae7cdd04356 100644 --- a/core/l10n/nl.json +++ b/core/l10n/nl.json @@ -1,4 +1,28 @@ { "translations": { + "Please select a file." : "Selecteer een bestand.", + "File is too big" : "Bestand te groot", + "Invalid file provided" : "Ongeldig bestand opgegeven", + "No image or file provided" : "Geen afbeelding of bestand opgegeven", + "Unknown filetype" : "Onbekend bestandsformaat", + "Invalid image" : "Ongeldige afbeelding", + "An error occurred. Please contact your admin." : "Er trad een fout op. Neem contact op met uw beheerder.", + "No temporary profile picture available, try again" : "Geen tijdelijke profielafbeelding beschikbaar. Probeer het opnieuw", + "No crop data provided" : "Geen bijsnijdingsgegevens opgegeven", + "No valid crop data provided" : "Geen geldige bijsnijdingsgegevens opgegeven", + "Crop is not square" : "Bijsnijding is niet vierkant", + "Couldn't reset password because the token is invalid" : "Kon het wachtwoord niet herstellen, omdat het token ongeldig is", + "Couldn't reset password because the token is expired" : "Kon het wachtwoord niet herstellen, omdat het token verlopen is", + "Couldn't send reset email. Please make sure your username is correct." : "Kon e-mail niet versturen. Verifieer of uw gebruikersnaam correct is.", + "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Kon geen herstel e-mail versturen, omdat er geen e-mailadres bekend is bij deze gebruikersnaam. Neem contact op met uw beheerder.", + "%s password reset" : "%s wachtwoord reset", + "Couldn't send reset email. Please contact your administrator." : "Kon herstel e-mail niet versturen. Neem contact op met uw beheerder.", + "Error loading tags" : "Fout bij laden tags", + "Tag already exists" : "Tag bestaat al", + "Error deleting tag(s)" : "Fout bij verwijderen tag(s)", + "Error tagging" : "Fout bij taggen", + "Error untagging" : "Fout bij ont-taggen", + "Error favoriting" : "Fout bij favoriet maken", + "Error unfavoriting" : "Fout bij verwijderen favorietstatus", "Couldn't send mail to following users: %s " : "Kon geen e-mail sturen aan de volgende gebruikers: %s", "Preparing update" : "Update voorbereiden", "Turned on maintenance mode" : "Onderhoudsmodus ingeschakeld", @@ -22,23 +46,6 @@ "%s (incompatible)" : "%s (incompatibel)", "Following apps have been disabled: %s" : "De volgende apps zijn gedeactiveerd: %s", "Already up to date" : "Al bijgewerkt", - "Please select a file." : "Selecteer een bestand.", - "File is too big" : "Bestand te groot", - "Invalid file provided" : "Ongeldig bestand opgegeven", - "No image or file provided" : "Geen afbeelding of bestand opgegeven", - "Unknown filetype" : "Onbekend bestandsformaat", - "Invalid image" : "Ongeldige afbeelding", - "An error occurred. Please contact your admin." : "Er trad een fout op. Neem contact op met uw beheerder.", - "No temporary profile picture available, try again" : "Geen tijdelijke profielafbeelding beschikbaar. Probeer het opnieuw", - "No crop data provided" : "Geen bijsnijdingsgegevens opgegeven", - "No valid crop data provided" : "Geen geldige bijsnijdingsgegevens opgegeven", - "Crop is not square" : "Bijsnijding is niet vierkant", - "Couldn't reset password because the token is invalid" : "Kon het wachtwoord niet herstellen, omdat het token ongeldig is", - "Couldn't reset password because the token is expired" : "Kon het wachtwoord niet herstellen, omdat het token verlopen is", - "Couldn't send reset email. Please make sure your username is correct." : "Kon e-mail niet versturen. Verifieer of uw gebruikersnaam correct is.", - "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Kon geen herstel e-mail versturen, omdat er geen e-mailadres bekend is bij deze gebruikersnaam. Neem contact op met uw beheerder.", - "%s password reset" : "%s wachtwoord reset", - "Couldn't send reset email. Please contact your administrator." : "Kon herstel e-mail niet versturen. Neem contact op met uw beheerder.", "Sunday" : "zondag", "Monday" : "maandag", "Tuesday" : "dinsdag", @@ -167,7 +174,6 @@ "Share details could not be loaded for this item." : "Details van shares voor dit object konden niet worden geladen.", "No users or groups found for {search}" : "Geen gebruikers of groepen gevonden voor {search}", "No users found for {search}" : "Geen gebruikers gevonden voor {search}", - "An error occured. Please try again" : "Er trad een fout op. Probeer het opnieuw", "{sharee} (group)" : "{sharee} (groep)", "{sharee} (at {server})" : "{sharee} (op {server})", "{sharee} (remote)" : "{sharee} (extern)", @@ -201,7 +207,6 @@ "new" : "nieuw", "_download %n file_::_download %n files_" : ["download %n bestand","download %n bestanden"], "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "De update is bezig, deze pagina verlaten kan het updateproces in sommige omgevingen onderbreken.", - "Updating {productName} to version {version}, this may take a while." : "Bijwerken {productName} naar versie {version}, dit kan even duren.", "An error occurred." : "Er heeft zich een fout voorgedaan.", "Please reload the page." : "Herlaad deze pagina.", "The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "De update was niet succesvol. Voor meer informatie <a href=\"{url}\">zie ons bericht op het forum</a> over dit probleem.", @@ -216,13 +221,6 @@ "Apps" : "Apps", "Admin" : "Beheerder", "Help" : "Help", - "Error loading tags" : "Fout bij laden tags", - "Tag already exists" : "Tag bestaat al", - "Error deleting tag(s)" : "Fout bij verwijderen tag(s)", - "Error tagging" : "Fout bij taggen", - "Error untagging" : "Fout bij ont-taggen", - "Error favoriting" : "Fout bij favoriet maken", - "Error unfavoriting" : "Fout bij verwijderen favorietstatus", "Access forbidden" : "Toegang verboden", "File not found" : "Bestand niet gevonden", "The specified document has not been found on the server." : "Het opgegeven document is niet gevonden op deze server.", @@ -273,7 +271,6 @@ "Search" : "Zoeken", "Server side authentication failed!" : "Authenticatie bij de server mislukte!", "Please contact your administrator." : "Neem contact op met uw systeembeheerder.", - "An internal error occured." : "Er heeft zich een interne fout voorgedaan.", "Please try again or contact your administrator." : "Probeer het opnieuw of neem contact op met uw beheerder.", "Log in" : "Meld u aan", "Wrong password. Reset it?" : "Onjuist wachtwoord. Resetten?", diff --git a/core/l10n/nn_NO.js b/core/l10n/nn_NO.js index cfb29a5a0de..4692d701c64 100644 --- a/core/l10n/nn_NO.js +++ b/core/l10n/nn_NO.js @@ -1,16 +1,16 @@ OC.L10N.register( "core", { - "Couldn't send mail to following users: %s " : "Kunne ikkje snede e-post til følgande brukarar: %s ", - "Turned on maintenance mode" : "Skrudde på vedlikehaldsmodus", - "Turned off maintenance mode" : "Skrudde av vedlikehaldsmodus", - "Updated database" : "Database oppdatert", "No image or file provided" : "Inga bilete eller fil gjeve", "Unknown filetype" : "Ukjend filtype", "Invalid image" : "Ugyldig bilete", "No temporary profile picture available, try again" : "Inga midlertidig profilbilete tilgjengeleg, prøv igjen", "No crop data provided" : "Ingen beskjeringsdata gjeve", "%s password reset" : "%s passordnullstilling", + "Couldn't send mail to following users: %s " : "Kunne ikkje snede e-post til følgande brukarar: %s ", + "Turned on maintenance mode" : "Skrudde på vedlikehaldsmodus", + "Turned off maintenance mode" : "Skrudde av vedlikehaldsmodus", + "Updated database" : "Database oppdatert", "Sunday" : "Søndag", "Monday" : "Måndag", "Tuesday" : "Tysdag", diff --git a/core/l10n/nn_NO.json b/core/l10n/nn_NO.json index 4f41bb46cef..6f635fd3d82 100644 --- a/core/l10n/nn_NO.json +++ b/core/l10n/nn_NO.json @@ -1,14 +1,14 @@ { "translations": { - "Couldn't send mail to following users: %s " : "Kunne ikkje snede e-post til følgande brukarar: %s ", - "Turned on maintenance mode" : "Skrudde på vedlikehaldsmodus", - "Turned off maintenance mode" : "Skrudde av vedlikehaldsmodus", - "Updated database" : "Database oppdatert", "No image or file provided" : "Inga bilete eller fil gjeve", "Unknown filetype" : "Ukjend filtype", "Invalid image" : "Ugyldig bilete", "No temporary profile picture available, try again" : "Inga midlertidig profilbilete tilgjengeleg, prøv igjen", "No crop data provided" : "Ingen beskjeringsdata gjeve", "%s password reset" : "%s passordnullstilling", + "Couldn't send mail to following users: %s " : "Kunne ikkje snede e-post til følgande brukarar: %s ", + "Turned on maintenance mode" : "Skrudde på vedlikehaldsmodus", + "Turned off maintenance mode" : "Skrudde av vedlikehaldsmodus", + "Updated database" : "Database oppdatert", "Sunday" : "Søndag", "Monday" : "Måndag", "Tuesday" : "Tysdag", diff --git a/core/l10n/oc.js b/core/l10n/oc.js index 48036d3110d..0fc02eefe51 100644 --- a/core/l10n/oc.js +++ b/core/l10n/oc.js @@ -1,6 +1,28 @@ OC.L10N.register( "core", { + "File is too big" : "Fichièr tròp voluminós", + "Invalid file provided" : "Fichièr invalid", + "No image or file provided" : "Cap de fichièr pas provesit", + "Unknown filetype" : "Tipe de fichièr desconegut", + "Invalid image" : "Imatge pas valable", + "An error occurred. Please contact your admin." : "Una error s'es produsida. Contactatz vòstre administrator.", + "No temporary profile picture available, try again" : "Cap d'imatge temporari pas disponible pel profil. Ensajatz tornamai.", + "No crop data provided" : "Cap de donada de requadratge pas provesida", + "No valid crop data provided" : "Donadas de requadratge invalidas", + "Crop is not square" : "Lo requadratge es pas carrat", + "Couldn't reset password because the token is invalid" : "Impossible de reïnicializar lo senhal perque lo geton es pas valable.", + "Couldn't reset password because the token is expired" : "Impossible de reïnicializar lo senhal perque lo geton a expirat.", + "Couldn't send reset email. Please make sure your username is correct." : "Impossible de mandar lo corrièl de reïnicializacion. Verificatz que vòstre nom d'utilizaire es corrècte.", + "%s password reset" : "Reïnicializacion de vòstre senhal %s", + "Couldn't send reset email. Please contact your administrator." : "Impossible de mandar lo corrièl de reïnicializacion. Contactatz vòstre administrator.", + "Error loading tags" : "Error al moment del cargament de las etiquetas", + "Tag already exists" : "L'etiqueta existís ja.", + "Error deleting tag(s)" : "Error de supression d'etiqueta(s)", + "Error tagging" : "Error al moment de l'etiquetatge", + "Error untagging" : "Error al moment del desetiquetatge", + "Error favoriting" : "Error al moment de la mesa en favorit", + "Error unfavoriting" : "Error al moment de la supression dels favorits", "Couldn't send mail to following users: %s " : "Impossible de mandar un corrièl als utilizaires seguents : %s", "Preparing update" : "Preparacion de la mesa a jorn", "Turned on maintenance mode" : "Mòde de mantenença activat", @@ -20,21 +42,6 @@ OC.L10N.register( "%s (incompatible)" : "%s (incompatible)", "Following apps have been disabled: %s" : "Las aplicacions seguentas son estadas desactivadas : %s", "Already up to date" : "Ja a jorn", - "File is too big" : "Fichièr tròp voluminós", - "Invalid file provided" : "Fichièr invalid", - "No image or file provided" : "Cap de fichièr pas provesit", - "Unknown filetype" : "Tipe de fichièr desconegut", - "Invalid image" : "Imatge pas valable", - "An error occurred. Please contact your admin." : "Una error s'es produsida. Contactatz vòstre administrator.", - "No temporary profile picture available, try again" : "Cap d'imatge temporari pas disponible pel profil. Ensajatz tornamai.", - "No crop data provided" : "Cap de donada de requadratge pas provesida", - "No valid crop data provided" : "Donadas de requadratge invalidas", - "Crop is not square" : "Lo requadratge es pas carrat", - "Couldn't reset password because the token is invalid" : "Impossible de reïnicializar lo senhal perque lo geton es pas valable.", - "Couldn't reset password because the token is expired" : "Impossible de reïnicializar lo senhal perque lo geton a expirat.", - "Couldn't send reset email. Please make sure your username is correct." : "Impossible de mandar lo corrièl de reïnicializacion. Verificatz que vòstre nom d'utilizaire es corrècte.", - "%s password reset" : "Reïnicializacion de vòstre senhal %s", - "Couldn't send reset email. Please contact your administrator." : "Impossible de mandar lo corrièl de reïnicializacion. Contactatz vòstre administrator.", "Sunday" : "Dimenge", "Monday" : "Diluns", "Tuesday" : "Dimars", @@ -151,7 +158,6 @@ OC.L10N.register( "delete" : "suprimir", "access control" : "contraròtle d'accès", "Share details could not be loaded for this item." : "Las informacions de partiment an pas pogut èsser cargadas per aqueste element.", - "An error occured. Please try again" : "Una error s'es produsida. Mercé d'ensajar tornamai", "Share" : "Partejar", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Partejatz amb de personas sus d'autres ownClouds en utilizant la sintaxi utilizaire@exemple.com/owncloud", "Warning" : "Atencion", @@ -171,7 +177,6 @@ OC.L10N.register( "Hello {name}" : "Adiu {name}", "_download %n file_::_download %n files_" : ["Telecargar %n fichièr","Telecargar %n fichièrs"], "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "La mesa a jorn es en cors. Segon la configuracion, lo fach de quitar aquesta pagina pòt entraïnar l'interrupcion de la procedura.", - "Updating {productName} to version {version}, this may take a while." : "La mesa a jorn de {productName} cap a la version {version} es en cors. Aquò pòt prene un certan temps.", "An error occurred." : "Una error s'es produsida.", "Please reload the page." : "Recargatz la pagina.", "The update was unsuccessful. " : "La mesa a jorn a fracassat.", @@ -185,13 +190,6 @@ OC.L10N.register( "Apps" : "Aplicacions", "Admin" : "Administracion", "Help" : "Ajuda", - "Error loading tags" : "Error al moment del cargament de las etiquetas", - "Tag already exists" : "L'etiqueta existís ja.", - "Error deleting tag(s)" : "Error de supression d'etiqueta(s)", - "Error tagging" : "Error al moment de l'etiquetatge", - "Error untagging" : "Error al moment del desetiquetatge", - "Error favoriting" : "Error al moment de la mesa en favorit", - "Error unfavoriting" : "Error al moment de la supression dels favorits", "Access forbidden" : "Accès interdich", "File not found" : "Fichièr pas trobat", "The specified document has not been found on the server." : "Impossible de trobar lo document especificat sul servidor.", @@ -241,7 +239,6 @@ OC.L10N.register( "Search" : "Recercar", "Server side authentication failed!" : "L'autentificacion sul servidor a fracassat !", "Please contact your administrator." : "Contactatz vòstre administrator.", - "An internal error occured." : "Una error intèrna s'es produsida.", "Please try again or contact your administrator." : "Reensajatz o contactatz vòstre administrator.", "Log in" : "Connexion", "Wrong password. Reset it?" : "Senhal incorrècte. Reïnicializar ?", diff --git a/core/l10n/oc.json b/core/l10n/oc.json index 4610829bccd..f79010c7636 100644 --- a/core/l10n/oc.json +++ b/core/l10n/oc.json @@ -1,4 +1,26 @@ { "translations": { + "File is too big" : "Fichièr tròp voluminós", + "Invalid file provided" : "Fichièr invalid", + "No image or file provided" : "Cap de fichièr pas provesit", + "Unknown filetype" : "Tipe de fichièr desconegut", + "Invalid image" : "Imatge pas valable", + "An error occurred. Please contact your admin." : "Una error s'es produsida. Contactatz vòstre administrator.", + "No temporary profile picture available, try again" : "Cap d'imatge temporari pas disponible pel profil. Ensajatz tornamai.", + "No crop data provided" : "Cap de donada de requadratge pas provesida", + "No valid crop data provided" : "Donadas de requadratge invalidas", + "Crop is not square" : "Lo requadratge es pas carrat", + "Couldn't reset password because the token is invalid" : "Impossible de reïnicializar lo senhal perque lo geton es pas valable.", + "Couldn't reset password because the token is expired" : "Impossible de reïnicializar lo senhal perque lo geton a expirat.", + "Couldn't send reset email. Please make sure your username is correct." : "Impossible de mandar lo corrièl de reïnicializacion. Verificatz que vòstre nom d'utilizaire es corrècte.", + "%s password reset" : "Reïnicializacion de vòstre senhal %s", + "Couldn't send reset email. Please contact your administrator." : "Impossible de mandar lo corrièl de reïnicializacion. Contactatz vòstre administrator.", + "Error loading tags" : "Error al moment del cargament de las etiquetas", + "Tag already exists" : "L'etiqueta existís ja.", + "Error deleting tag(s)" : "Error de supression d'etiqueta(s)", + "Error tagging" : "Error al moment de l'etiquetatge", + "Error untagging" : "Error al moment del desetiquetatge", + "Error favoriting" : "Error al moment de la mesa en favorit", + "Error unfavoriting" : "Error al moment de la supression dels favorits", "Couldn't send mail to following users: %s " : "Impossible de mandar un corrièl als utilizaires seguents : %s", "Preparing update" : "Preparacion de la mesa a jorn", "Turned on maintenance mode" : "Mòde de mantenença activat", @@ -18,21 +40,6 @@ "%s (incompatible)" : "%s (incompatible)", "Following apps have been disabled: %s" : "Las aplicacions seguentas son estadas desactivadas : %s", "Already up to date" : "Ja a jorn", - "File is too big" : "Fichièr tròp voluminós", - "Invalid file provided" : "Fichièr invalid", - "No image or file provided" : "Cap de fichièr pas provesit", - "Unknown filetype" : "Tipe de fichièr desconegut", - "Invalid image" : "Imatge pas valable", - "An error occurred. Please contact your admin." : "Una error s'es produsida. Contactatz vòstre administrator.", - "No temporary profile picture available, try again" : "Cap d'imatge temporari pas disponible pel profil. Ensajatz tornamai.", - "No crop data provided" : "Cap de donada de requadratge pas provesida", - "No valid crop data provided" : "Donadas de requadratge invalidas", - "Crop is not square" : "Lo requadratge es pas carrat", - "Couldn't reset password because the token is invalid" : "Impossible de reïnicializar lo senhal perque lo geton es pas valable.", - "Couldn't reset password because the token is expired" : "Impossible de reïnicializar lo senhal perque lo geton a expirat.", - "Couldn't send reset email. Please make sure your username is correct." : "Impossible de mandar lo corrièl de reïnicializacion. Verificatz que vòstre nom d'utilizaire es corrècte.", - "%s password reset" : "Reïnicializacion de vòstre senhal %s", - "Couldn't send reset email. Please contact your administrator." : "Impossible de mandar lo corrièl de reïnicializacion. Contactatz vòstre administrator.", "Sunday" : "Dimenge", "Monday" : "Diluns", "Tuesday" : "Dimars", @@ -149,7 +156,6 @@ "delete" : "suprimir", "access control" : "contraròtle d'accès", "Share details could not be loaded for this item." : "Las informacions de partiment an pas pogut èsser cargadas per aqueste element.", - "An error occured. Please try again" : "Una error s'es produsida. Mercé d'ensajar tornamai", "Share" : "Partejar", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Partejatz amb de personas sus d'autres ownClouds en utilizant la sintaxi utilizaire@exemple.com/owncloud", "Warning" : "Atencion", @@ -169,7 +175,6 @@ "Hello {name}" : "Adiu {name}", "_download %n file_::_download %n files_" : ["Telecargar %n fichièr","Telecargar %n fichièrs"], "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "La mesa a jorn es en cors. Segon la configuracion, lo fach de quitar aquesta pagina pòt entraïnar l'interrupcion de la procedura.", - "Updating {productName} to version {version}, this may take a while." : "La mesa a jorn de {productName} cap a la version {version} es en cors. Aquò pòt prene un certan temps.", "An error occurred." : "Una error s'es produsida.", "Please reload the page." : "Recargatz la pagina.", "The update was unsuccessful. " : "La mesa a jorn a fracassat.", @@ -183,13 +188,6 @@ "Apps" : "Aplicacions", "Admin" : "Administracion", "Help" : "Ajuda", - "Error loading tags" : "Error al moment del cargament de las etiquetas", - "Tag already exists" : "L'etiqueta existís ja.", - "Error deleting tag(s)" : "Error de supression d'etiqueta(s)", - "Error tagging" : "Error al moment de l'etiquetatge", - "Error untagging" : "Error al moment del desetiquetatge", - "Error favoriting" : "Error al moment de la mesa en favorit", - "Error unfavoriting" : "Error al moment de la supression dels favorits", "Access forbidden" : "Accès interdich", "File not found" : "Fichièr pas trobat", "The specified document has not been found on the server." : "Impossible de trobar lo document especificat sul servidor.", @@ -239,7 +237,6 @@ "Search" : "Recercar", "Server side authentication failed!" : "L'autentificacion sul servidor a fracassat !", "Please contact your administrator." : "Contactatz vòstre administrator.", - "An internal error occured." : "Una error intèrna s'es produsida.", "Please try again or contact your administrator." : "Reensajatz o contactatz vòstre administrator.", "Log in" : "Connexion", "Wrong password. Reset it?" : "Senhal incorrècte. Reïnicializar ?", diff --git a/core/l10n/pl.js b/core/l10n/pl.js index df04e2d8122..0d842d4c5cf 100644 --- a/core/l10n/pl.js +++ b/core/l10n/pl.js @@ -1,6 +1,28 @@ OC.L10N.register( "core", { + "Please select a file." : "Proszę wybrać plik", + "File is too big" : "Plik jest za duży", + "Invalid file provided" : "Podano błędny plik", + "No image or file provided" : "Brak obrazu lub pliku dostarczonego", + "Unknown filetype" : "Nieznany typ pliku", + "Invalid image" : "Nieprawidłowe zdjęcie", + "An error occurred. Please contact your admin." : "Pojawił się błąd. Skontaktuj się z administratorem.", + "No temporary profile picture available, try again" : "Brak obrazka profilu tymczasowego, spróbuj ponownie", + "No crop data provided" : "Brak danych do przycięcia", + "No valid crop data provided" : "Brak danych do przycięcia", + "Crop is not square" : "Przycięcie nie jest prostokątem", + "Couldn't reset password because the token is invalid" : "Nie można zresetować hasła, ponieważ token jest niepoprawny", + "Couldn't send reset email. Please make sure your username is correct." : "Nie mogę wysłać maila resetującego. Sprawdź czy nazwa użytkownika jest poprawna.", + "%s password reset" : "%s reset hasła", + "Couldn't send reset email. Please contact your administrator." : "Nie mogę wysłać maila resetującego. Skontaktuj się z administratorem.", + "Error loading tags" : "Błąd ładowania tagów", + "Tag already exists" : "Tag już istnieje", + "Error deleting tag(s)" : "Błąd przy osuwaniu tag(ów)", + "Error tagging" : "Błąd tagowania", + "Error untagging" : "Błąd odtagowania", + "Error favoriting" : "Błąd podczas dodawania do ulubionch", + "Error unfavoriting" : "Błąd przy usuwaniu z ulubionych", "Couldn't send mail to following users: %s " : "Nie można było wysłać wiadomości do następujących użytkowników: %s", "Preparing update" : "Przygotowuję aktualizację", "Turned on maintenance mode" : "Włączony tryb konserwacji", @@ -24,21 +46,6 @@ OC.L10N.register( "%s (incompatible)" : "%s (niekompatybilne)", "Following apps have been disabled: %s" : "Poniższe aplikacje zostały wyłączone: %s", "Already up to date" : "Już zaktualizowano", - "Please select a file." : "Proszę wybrać plik", - "File is too big" : "Plik jest za duży", - "Invalid file provided" : "Podano błędny plik", - "No image or file provided" : "Brak obrazu lub pliku dostarczonego", - "Unknown filetype" : "Nieznany typ pliku", - "Invalid image" : "Nieprawidłowe zdjęcie", - "An error occurred. Please contact your admin." : "Pojawił się błąd. Skontaktuj się z administratorem.", - "No temporary profile picture available, try again" : "Brak obrazka profilu tymczasowego, spróbuj ponownie", - "No crop data provided" : "Brak danych do przycięcia", - "No valid crop data provided" : "Brak danych do przycięcia", - "Crop is not square" : "Przycięcie nie jest prostokątem", - "Couldn't reset password because the token is invalid" : "Nie można zresetować hasła, ponieważ token jest niepoprawny", - "Couldn't send reset email. Please make sure your username is correct." : "Nie mogę wysłać maila resetującego. Sprawdź czy nazwa użytkownika jest poprawna.", - "%s password reset" : "%s reset hasła", - "Couldn't send reset email. Please contact your administrator." : "Nie mogę wysłać maila resetującego. Skontaktuj się z administratorem.", "Sunday" : "Niedziela", "Monday" : "Poniedziałek", "Tuesday" : "Wtorek", @@ -149,7 +156,6 @@ OC.L10N.register( "change" : "zmiany", "delete" : "usuń", "access control" : "kontrola dostępu", - "An error occured. 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", "Warning" : "Ostrzeżenie", @@ -167,7 +173,6 @@ OC.L10N.register( "Hello {name}, the weather is {weather}" : "Cześć {name}, dzisiejsza pogoda jest {weather}", "Hello {name}" : "Witaj {name}", "_download %n file_::_download %n files_" : ["pobrano %n plik","pobrano %n plików","pobrano %n plików"], - "Updating {productName} to version {version}, this may take a while." : "Aktualizuję {productName} do wersji {version}, to może chwilę potrwać.", "Please reload the page." : "Proszę przeładować stronę", "The update was unsuccessful. " : "Aktualizowanie zakończyło się niepowodzeniem.", "The update was successful. Redirecting you to ownCloud now." : "Aktualizacji zakończyła się powodzeniem. Przekierowuję do ownCloud.", @@ -177,13 +182,6 @@ OC.L10N.register( "Apps" : "Aplikacje", "Admin" : "Administrator", "Help" : "Pomoc", - "Error loading tags" : "Błąd ładowania tagów", - "Tag already exists" : "Tag już istnieje", - "Error deleting tag(s)" : "Błąd przy osuwaniu tag(ów)", - "Error tagging" : "Błąd tagowania", - "Error untagging" : "Błąd odtagowania", - "Error favoriting" : "Błąd podczas dodawania do ulubionch", - "Error unfavoriting" : "Błąd przy usuwaniu z ulubionych", "Access forbidden" : "Dostęp zabroniony", "File not found" : "Nie odnaleziono pliku", "The specified document has not been found on the server." : "Wskazany dokument nie został znaleziony na serwerze.", diff --git a/core/l10n/pl.json b/core/l10n/pl.json index 421eae9ebde..460a98a5977 100644 --- a/core/l10n/pl.json +++ b/core/l10n/pl.json @@ -1,4 +1,26 @@ { "translations": { + "Please select a file." : "Proszę wybrać plik", + "File is too big" : "Plik jest za duży", + "Invalid file provided" : "Podano błędny plik", + "No image or file provided" : "Brak obrazu lub pliku dostarczonego", + "Unknown filetype" : "Nieznany typ pliku", + "Invalid image" : "Nieprawidłowe zdjęcie", + "An error occurred. Please contact your admin." : "Pojawił się błąd. Skontaktuj się z administratorem.", + "No temporary profile picture available, try again" : "Brak obrazka profilu tymczasowego, spróbuj ponownie", + "No crop data provided" : "Brak danych do przycięcia", + "No valid crop data provided" : "Brak danych do przycięcia", + "Crop is not square" : "Przycięcie nie jest prostokątem", + "Couldn't reset password because the token is invalid" : "Nie można zresetować hasła, ponieważ token jest niepoprawny", + "Couldn't send reset email. Please make sure your username is correct." : "Nie mogę wysłać maila resetującego. Sprawdź czy nazwa użytkownika jest poprawna.", + "%s password reset" : "%s reset hasła", + "Couldn't send reset email. Please contact your administrator." : "Nie mogę wysłać maila resetującego. Skontaktuj się z administratorem.", + "Error loading tags" : "Błąd ładowania tagów", + "Tag already exists" : "Tag już istnieje", + "Error deleting tag(s)" : "Błąd przy osuwaniu tag(ów)", + "Error tagging" : "Błąd tagowania", + "Error untagging" : "Błąd odtagowania", + "Error favoriting" : "Błąd podczas dodawania do ulubionch", + "Error unfavoriting" : "Błąd przy usuwaniu z ulubionych", "Couldn't send mail to following users: %s " : "Nie można było wysłać wiadomości do następujących użytkowników: %s", "Preparing update" : "Przygotowuję aktualizację", "Turned on maintenance mode" : "Włączony tryb konserwacji", @@ -22,21 +44,6 @@ "%s (incompatible)" : "%s (niekompatybilne)", "Following apps have been disabled: %s" : "Poniższe aplikacje zostały wyłączone: %s", "Already up to date" : "Już zaktualizowano", - "Please select a file." : "Proszę wybrać plik", - "File is too big" : "Plik jest za duży", - "Invalid file provided" : "Podano błędny plik", - "No image or file provided" : "Brak obrazu lub pliku dostarczonego", - "Unknown filetype" : "Nieznany typ pliku", - "Invalid image" : "Nieprawidłowe zdjęcie", - "An error occurred. Please contact your admin." : "Pojawił się błąd. Skontaktuj się z administratorem.", - "No temporary profile picture available, try again" : "Brak obrazka profilu tymczasowego, spróbuj ponownie", - "No crop data provided" : "Brak danych do przycięcia", - "No valid crop data provided" : "Brak danych do przycięcia", - "Crop is not square" : "Przycięcie nie jest prostokątem", - "Couldn't reset password because the token is invalid" : "Nie można zresetować hasła, ponieważ token jest niepoprawny", - "Couldn't send reset email. Please make sure your username is correct." : "Nie mogę wysłać maila resetującego. Sprawdź czy nazwa użytkownika jest poprawna.", - "%s password reset" : "%s reset hasła", - "Couldn't send reset email. Please contact your administrator." : "Nie mogę wysłać maila resetującego. Skontaktuj się z administratorem.", "Sunday" : "Niedziela", "Monday" : "Poniedziałek", "Tuesday" : "Wtorek", @@ -147,7 +154,6 @@ "change" : "zmiany", "delete" : "usuń", "access control" : "kontrola dostępu", - "An error occured. 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", "Warning" : "Ostrzeżenie", @@ -165,7 +171,6 @@ "Hello {name}, the weather is {weather}" : "Cześć {name}, dzisiejsza pogoda jest {weather}", "Hello {name}" : "Witaj {name}", "_download %n file_::_download %n files_" : ["pobrano %n plik","pobrano %n plików","pobrano %n plików"], - "Updating {productName} to version {version}, this may take a while." : "Aktualizuję {productName} do wersji {version}, to może chwilę potrwać.", "Please reload the page." : "Proszę przeładować stronę", "The update was unsuccessful. " : "Aktualizowanie zakończyło się niepowodzeniem.", "The update was successful. Redirecting you to ownCloud now." : "Aktualizacji zakończyła się powodzeniem. Przekierowuję do ownCloud.", @@ -175,13 +180,6 @@ "Apps" : "Aplikacje", "Admin" : "Administrator", "Help" : "Pomoc", - "Error loading tags" : "Błąd ładowania tagów", - "Tag already exists" : "Tag już istnieje", - "Error deleting tag(s)" : "Błąd przy osuwaniu tag(ów)", - "Error tagging" : "Błąd tagowania", - "Error untagging" : "Błąd odtagowania", - "Error favoriting" : "Błąd podczas dodawania do ulubionch", - "Error unfavoriting" : "Błąd przy usuwaniu z ulubionych", "Access forbidden" : "Dostęp zabroniony", "File not found" : "Nie odnaleziono pliku", "The specified document has not been found on the server." : "Wskazany dokument nie został znaleziony na serwerze.", diff --git a/core/l10n/pt_BR.js b/core/l10n/pt_BR.js index 1bb7b60652b..01c981e8048 100644 --- a/core/l10n/pt_BR.js +++ b/core/l10n/pt_BR.js @@ -1,8 +1,34 @@ OC.L10N.register( "core", { + "Please select a file." : "Por favor selecione um arquivo.", + "File is too big" : "O arquivo é muito grande", + "Invalid file provided" : "Arquivo fornecido inválido", + "No image or file provided" : "Nenhuma imagem ou arquivo fornecido", + "Unknown filetype" : "Tipo de arquivo desconhecido", + "Invalid image" : "Imagem inválida", + "An error occurred. Please contact your admin." : "Ocorreu um erro. Entre em contato com seu administrador.", + "No temporary profile picture available, try again" : "Nenhuma imagem temporária disponível no perfil, tente novamente", + "No crop data provided" : "Nenhum dado para coleta foi fornecido", + "No valid crop data provided" : "Nenhum dado recortado válido", + "Crop is not square" : "Recorte não é quadrado", + "Couldn't reset password because the token is invalid" : "Não foi possível redefinir a senha porque o token é inválido", + "Couldn't reset password because the token is expired" : "Não foi possível redefinir a senha porque o token expirou", + "Couldn't send reset email. Please make sure your username is correct." : "Não foi possível enviar e-mail de redefinição. Verifique se o seu nome de usuário está correto.", + "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Não foi possível enviar email de redefinição porque não há nenhum endereço de e-mail para este nome de usuário. Entre em contato com o administrador.", + "%s password reset" : "%s redefinir senha", + "Couldn't send reset email. Please contact your administrator." : "Não foi possível enviar e-mail de redefinição. Por favor, contate o administrador.", + "Error loading tags" : " Erro carregando etiqueta", + "Tag already exists" : "Etiqueta já existe", + "Error deleting tag(s)" : "Erro deletando etiqueta(s)", + "Error tagging" : "Erro etiquetando", + "Error untagging" : "Erro retirando etiqueta", + "Error favoriting" : "Erro colocando nos favoritos", + "Error unfavoriting" : "Erro retirando do favoritos", "Couldn't send mail to following users: %s " : "Não foi possível enviar e-mail para os seguintes usuários: %s", "Preparing update" : "Preparando atualização", + "[%d / %d]: %s" : "[%d / %d]: %s", + "[%d / %d]: Checking table %s" : "[%d / %d]: Verificando tabela %s", "Turned on maintenance mode" : "Ativar modo de manutenção", "Turned off maintenance mode" : "Desligar o modo de manutenção", "Maintenance mode is kept active" : "O modo de manutenção está sendo mantido como ativo", @@ -24,23 +50,6 @@ OC.L10N.register( "%s (incompatible)" : "%s (incompatível)", "Following apps have been disabled: %s" : "Os seguintes aplicativos foram desabilitados: %s", "Already up to date" : "Já está atualizado", - "Please select a file." : "Por favor selecione um arquivo.", - "File is too big" : "O arquivo é muito grande", - "Invalid file provided" : "Arquivo fornecido inválido", - "No image or file provided" : "Nenhuma imagem ou arquivo fornecido", - "Unknown filetype" : "Tipo de arquivo desconhecido", - "Invalid image" : "Imagem inválida", - "An error occurred. Please contact your admin." : "Ocorreu um erro. Entre em contato com seu administrador.", - "No temporary profile picture available, try again" : "Nenhuma imagem temporária disponível no perfil, tente novamente", - "No crop data provided" : "Nenhum dado para coleta foi fornecido", - "No valid crop data provided" : "Nenhum dado recortado válido", - "Crop is not square" : "Recorte não é quadrado", - "Couldn't reset password because the token is invalid" : "Não foi possível redefinir a senha porque o token é inválido", - "Couldn't reset password because the token is expired" : "Não foi possível redefinir a senha porque o token expirou", - "Couldn't send reset email. Please make sure your username is correct." : "Não foi possível enviar e-mail de redefinição. Verifique se o seu nome de usuário está correto.", - "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Não foi possível enviar email de redefinição porque não há nenhum endereço de e-mail para este nome de usuário. Entre em contato com o administrador.", - "%s password reset" : "%s redefinir senha", - "Couldn't send reset email. Please contact your administrator." : "Não foi possível enviar e-mail de redefinição. Por favor, contate o administrador.", "Sunday" : "Domingo", "Monday" : "Segunda-feira", "Tuesday" : "Terça-feira", @@ -169,7 +178,7 @@ OC.L10N.register( "Share details could not be loaded for this item." : "Detalhes de compartilhamento não puderam ser carregados para este item.", "No users or groups found for {search}" : "Nenhum usuário grupo encontrado para {search}", "No users found for {search}" : "Nenhum usuário encontrado para {search}", - "An error occured. Please try again" : "Ocorreu um erro. Por favor tente novamente", + "An error occurred. Please try again" : "Ocorreu um erro. Por favor tente novamente", "{sharee} (group)" : "{sharee} (grupo)", "{sharee} (at {server})" : "{sharee} (no {server})", "{sharee} (remote)" : "{sharee} (remoto)", @@ -203,7 +212,7 @@ OC.L10N.register( "new" : "novo", "_download %n file_::_download %n files_" : ["baixar %n arquivo","baixar %n arquivos"], "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "A atualização está em andamento, deixando esta página pode haver interrupção do processo em alguns ambientes.", - "Updating {productName} to version {version}, this may take a while." : "Atualizando {productName} para a versão {version}, isso pode demorar um pouco.", + "Updating to {version}" : "Atualizando para {version}", "An error occurred." : "Ocorreu um erro.", "Please reload the page." : "Por favor recarregue a página", "The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "A atualização não foi bem sucedida. Para mais informações <a href=\"{url}\">verificar o nosso post no fórum</a> que abrange esta questão.", @@ -218,13 +227,6 @@ OC.L10N.register( "Apps" : "Aplicações", "Admin" : "Admin", "Help" : "Ajuda", - "Error loading tags" : " Erro carregando etiqueta", - "Tag already exists" : "Etiqueta já existe", - "Error deleting tag(s)" : "Erro deletando etiqueta(s)", - "Error tagging" : "Erro etiquetando", - "Error untagging" : "Erro retirando etiqueta", - "Error favoriting" : "Erro colocando nos favoritos", - "Error unfavoriting" : "Erro retirando do favoritos", "Access forbidden" : "Acesso proibido", "File not found" : "Arquivo não encontrado", "The specified document has not been found on the server." : "O documento especificado não foi encontrado no servidor.", @@ -275,7 +277,7 @@ OC.L10N.register( "Search" : "Perquisar", "Server side authentication failed!" : "Autenticação do servidor falhou!", "Please contact your administrator." : "Por favor, contate o administrador.", - "An internal error occured." : "Ocorreu um erro interno.", + "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.", "Log in" : "Entrar", "Wrong password. Reset it?" : "Senha incorreta. Redefini-la?", @@ -302,6 +304,7 @@ OC.L10N.register( "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Por favor, certifique-se de que o banco de dados, a pasta config e a pasta de dados foram copiados antes de prosseguir.", "Start update" : "Iniciar atualização", "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Para evitar tempos de espera com instalações maiores, você pode em vez disso executar o seguinte comando a partir do diretório de instalação:", + "Detailed logs" : "Logs detalhados", "This %s instance is currently in maintenance mode, which may take a while." : "Esta instância %s está em modo de manutenção, o que pode demorar um pouco.", "This page will refresh itself when the %s instance is available again." : "Esta página será atualizada automaticamente quando esta instância %s estiver disponível novamente." }, diff --git a/core/l10n/pt_BR.json b/core/l10n/pt_BR.json index e7e06828e75..0cc6af6affc 100644 --- a/core/l10n/pt_BR.json +++ b/core/l10n/pt_BR.json @@ -1,6 +1,32 @@ { "translations": { + "Please select a file." : "Por favor selecione um arquivo.", + "File is too big" : "O arquivo é muito grande", + "Invalid file provided" : "Arquivo fornecido inválido", + "No image or file provided" : "Nenhuma imagem ou arquivo fornecido", + "Unknown filetype" : "Tipo de arquivo desconhecido", + "Invalid image" : "Imagem inválida", + "An error occurred. Please contact your admin." : "Ocorreu um erro. Entre em contato com seu administrador.", + "No temporary profile picture available, try again" : "Nenhuma imagem temporária disponível no perfil, tente novamente", + "No crop data provided" : "Nenhum dado para coleta foi fornecido", + "No valid crop data provided" : "Nenhum dado recortado válido", + "Crop is not square" : "Recorte não é quadrado", + "Couldn't reset password because the token is invalid" : "Não foi possível redefinir a senha porque o token é inválido", + "Couldn't reset password because the token is expired" : "Não foi possível redefinir a senha porque o token expirou", + "Couldn't send reset email. Please make sure your username is correct." : "Não foi possível enviar e-mail de redefinição. Verifique se o seu nome de usuário está correto.", + "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Não foi possível enviar email de redefinição porque não há nenhum endereço de e-mail para este nome de usuário. Entre em contato com o administrador.", + "%s password reset" : "%s redefinir senha", + "Couldn't send reset email. Please contact your administrator." : "Não foi possível enviar e-mail de redefinição. Por favor, contate o administrador.", + "Error loading tags" : " Erro carregando etiqueta", + "Tag already exists" : "Etiqueta já existe", + "Error deleting tag(s)" : "Erro deletando etiqueta(s)", + "Error tagging" : "Erro etiquetando", + "Error untagging" : "Erro retirando etiqueta", + "Error favoriting" : "Erro colocando nos favoritos", + "Error unfavoriting" : "Erro retirando do favoritos", "Couldn't send mail to following users: %s " : "Não foi possível enviar e-mail para os seguintes usuários: %s", "Preparing update" : "Preparando atualização", + "[%d / %d]: %s" : "[%d / %d]: %s", + "[%d / %d]: Checking table %s" : "[%d / %d]: Verificando tabela %s", "Turned on maintenance mode" : "Ativar modo de manutenção", "Turned off maintenance mode" : "Desligar o modo de manutenção", "Maintenance mode is kept active" : "O modo de manutenção está sendo mantido como ativo", @@ -22,23 +48,6 @@ "%s (incompatible)" : "%s (incompatível)", "Following apps have been disabled: %s" : "Os seguintes aplicativos foram desabilitados: %s", "Already up to date" : "Já está atualizado", - "Please select a file." : "Por favor selecione um arquivo.", - "File is too big" : "O arquivo é muito grande", - "Invalid file provided" : "Arquivo fornecido inválido", - "No image or file provided" : "Nenhuma imagem ou arquivo fornecido", - "Unknown filetype" : "Tipo de arquivo desconhecido", - "Invalid image" : "Imagem inválida", - "An error occurred. Please contact your admin." : "Ocorreu um erro. Entre em contato com seu administrador.", - "No temporary profile picture available, try again" : "Nenhuma imagem temporária disponível no perfil, tente novamente", - "No crop data provided" : "Nenhum dado para coleta foi fornecido", - "No valid crop data provided" : "Nenhum dado recortado válido", - "Crop is not square" : "Recorte não é quadrado", - "Couldn't reset password because the token is invalid" : "Não foi possível redefinir a senha porque o token é inválido", - "Couldn't reset password because the token is expired" : "Não foi possível redefinir a senha porque o token expirou", - "Couldn't send reset email. Please make sure your username is correct." : "Não foi possível enviar e-mail de redefinição. Verifique se o seu nome de usuário está correto.", - "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Não foi possível enviar email de redefinição porque não há nenhum endereço de e-mail para este nome de usuário. Entre em contato com o administrador.", - "%s password reset" : "%s redefinir senha", - "Couldn't send reset email. Please contact your administrator." : "Não foi possível enviar e-mail de redefinição. Por favor, contate o administrador.", "Sunday" : "Domingo", "Monday" : "Segunda-feira", "Tuesday" : "Terça-feira", @@ -167,7 +176,7 @@ "Share details could not be loaded for this item." : "Detalhes de compartilhamento não puderam ser carregados para este item.", "No users or groups found for {search}" : "Nenhum usuário grupo encontrado para {search}", "No users found for {search}" : "Nenhum usuário encontrado para {search}", - "An error occured. Please try again" : "Ocorreu um erro. Por favor tente novamente", + "An error occurred. Please try again" : "Ocorreu um erro. Por favor tente novamente", "{sharee} (group)" : "{sharee} (grupo)", "{sharee} (at {server})" : "{sharee} (no {server})", "{sharee} (remote)" : "{sharee} (remoto)", @@ -201,7 +210,7 @@ "new" : "novo", "_download %n file_::_download %n files_" : ["baixar %n arquivo","baixar %n arquivos"], "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "A atualização está em andamento, deixando esta página pode haver interrupção do processo em alguns ambientes.", - "Updating {productName} to version {version}, this may take a while." : "Atualizando {productName} para a versão {version}, isso pode demorar um pouco.", + "Updating to {version}" : "Atualizando para {version}", "An error occurred." : "Ocorreu um erro.", "Please reload the page." : "Por favor recarregue a página", "The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "A atualização não foi bem sucedida. Para mais informações <a href=\"{url}\">verificar o nosso post no fórum</a> que abrange esta questão.", @@ -216,13 +225,6 @@ "Apps" : "Aplicações", "Admin" : "Admin", "Help" : "Ajuda", - "Error loading tags" : " Erro carregando etiqueta", - "Tag already exists" : "Etiqueta já existe", - "Error deleting tag(s)" : "Erro deletando etiqueta(s)", - "Error tagging" : "Erro etiquetando", - "Error untagging" : "Erro retirando etiqueta", - "Error favoriting" : "Erro colocando nos favoritos", - "Error unfavoriting" : "Erro retirando do favoritos", "Access forbidden" : "Acesso proibido", "File not found" : "Arquivo não encontrado", "The specified document has not been found on the server." : "O documento especificado não foi encontrado no servidor.", @@ -273,7 +275,7 @@ "Search" : "Perquisar", "Server side authentication failed!" : "Autenticação do servidor falhou!", "Please contact your administrator." : "Por favor, contate o administrador.", - "An internal error occured." : "Ocorreu um erro interno.", + "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.", "Log in" : "Entrar", "Wrong password. Reset it?" : "Senha incorreta. Redefini-la?", @@ -300,6 +302,7 @@ "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Por favor, certifique-se de que o banco de dados, a pasta config e a pasta de dados foram copiados antes de prosseguir.", "Start update" : "Iniciar atualização", "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Para evitar tempos de espera com instalações maiores, você pode em vez disso executar o seguinte comando a partir do diretório de instalação:", + "Detailed logs" : "Logs detalhados", "This %s instance is currently in maintenance mode, which may take a while." : "Esta instância %s está em modo de manutenção, o que pode demorar um pouco.", "This page will refresh itself when the %s instance is available again." : "Esta página será atualizada automaticamente quando esta instância %s estiver disponível novamente." },"pluralForm" :"nplurals=2; plural=(n > 1);" diff --git a/core/l10n/pt_PT.js b/core/l10n/pt_PT.js index 74ca2c94da0..f6ed3cf0456 100644 --- a/core/l10n/pt_PT.js +++ b/core/l10n/pt_PT.js @@ -1,8 +1,34 @@ OC.L10N.register( "core", { + "Please select a file." : "Por favor, selecione um ficheiro.", + "File is too big" : "O ficheiro é muito grande", + "Invalid file provided" : "Ficheiro indicado inválido", + "No image or file provided" : "Não foi fornecido nenhum ficheiro ou imagem", + "Unknown filetype" : "Tipo de ficheiro desconhecido", + "Invalid image" : "Imagem inválida", + "An error occurred. Please contact your admin." : "Ocorreu um erro. Por favor, contacte o seu administrador.", + "No temporary profile picture available, try again" : "Fotografia temporária do perfil indisponível, tente novamente", + "No crop data provided" : "Não foram fornecidos dados de recorte", + "No valid crop data provided" : "Não foram indicados dados de recorte válidos", + "Crop is not square" : "O recorte não é quadrado", + "Couldn't reset password because the token is invalid" : "Não foi possível repor a palavra-passe porque a senha é inválida", + "Couldn't reset password because the token is expired" : "Não foi possível repor a palavra-passe porque a senha expirou", + "Couldn't send reset email. Please make sure your username is correct." : "Ocorreu um problema com o envio do e-mail, por favor confirme o seu utilizador.", + "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Não foi possível enviar o email de reposição porque não existe nenhum email associado a este utilizador. Por favor contacte o administrador.", + "%s password reset" : "%s reposição da palavra-passe", + "Couldn't send reset email. Please contact your administrator." : "Não foi possível enviar o e-mail de reposição. Por favor, contacte o administrador.", + "Error loading tags" : "Erro ao carregar etiquetas", + "Tag already exists" : "A etiqueta já existe", + "Error deleting tag(s)" : "Ocorreu um erro ao apagar etiqueta(s)", + "Error tagging" : "Erro ao etiquetar", + "Error untagging" : "Erro ao desetiquetar", + "Error favoriting" : "Erro a definir como favorito", + "Error unfavoriting" : "Erro a remover como favorito", "Couldn't send mail to following users: %s " : "Não foi possível enviar a mensagem para os seguintes utilizadores: %s", "Preparing update" : "A preparar atualização", + "[%d / %d]: %s" : "[%d / %d]: %s", + "[%d / %d]: Checking table %s" : "[%d / %d]: A verificar a tabela %s", "Turned on maintenance mode" : "Ativado o modo de manutenção", "Turned off maintenance mode" : "Desativado o modo de manutenção", "Maintenance mode is kept active" : "O modo de manutenção é mantido ativo", @@ -24,23 +50,6 @@ OC.L10N.register( "%s (incompatible)" : "%s (incompatível)", "Following apps have been disabled: %s" : "As seguintes apps foram desativadas: %s", "Already up to date" : "Já está atualizado", - "Please select a file." : "Por favor, selecione um ficheiro.", - "File is too big" : "O ficheiro é muito grande", - "Invalid file provided" : "Ficheiro indicado inválido", - "No image or file provided" : "Não foi fornecido nenhum ficheiro ou imagem", - "Unknown filetype" : "Tipo de ficheiro desconhecido", - "Invalid image" : "Imagem inválida", - "An error occurred. Please contact your admin." : "Ocorreu um erro. Por favor, contacte o seu administrador.", - "No temporary profile picture available, try again" : "Fotografia temporária do perfil indisponível, tente novamente", - "No crop data provided" : "Não foram fornecidos dados de recorte", - "No valid crop data provided" : "Não foram indicados dados de recorte válidos", - "Crop is not square" : "O recorte não é quadrado", - "Couldn't reset password because the token is invalid" : "Não foi possível repor a palavra-passe porque a senha é inválida", - "Couldn't reset password because the token is expired" : "Não foi possível repor a palavra-passe porque a senha expirou", - "Couldn't send reset email. Please make sure your username is correct." : "Ocorreu um problema com o envio do e-mail, por favor confirme o seu utilizador.", - "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Não foi possível enviar o email de reposição porque não existe nenhum email associado a este utilizador. Por favor contacte o administrador.", - "%s password reset" : "%s reposição da palavra-passe", - "Couldn't send reset email. Please contact your administrator." : "Não foi possível enviar o e-mail de reposição. Por favor, contacte o administrador.", "Sunday" : "Domingo", "Monday" : "Segunda", "Tuesday" : "Terça", @@ -169,7 +178,7 @@ OC.L10N.register( "Share details could not be loaded for this item." : "Não foi possível carregar os detalhes de partilha para este item.", "No users or groups found for {search}" : "Nenhuns utilizadores ou grupos encontrados para {search}", "No users found for {search}" : "Nenhum utilizador encontrado para {search}", - "An error occured. Please try again" : "Ocorreu um erro. Por favor, tente de novo", + "An error occurred. Please try again" : "Ocorreu um erro. Por favor, tente de novo", "{sharee} (group)" : "{sharee} (grupo)", "{sharee} (at {server})" : "{sharee} (em {server})", "{sharee} (remote)" : "{sharee} (remoto)", @@ -203,7 +212,7 @@ OC.L10N.register( "new" : "novo", "_download %n file_::_download %n files_" : ["transferir %n ficheiro","transferir %n ficheiros"], "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "A atualização está em curso. Deixar esta página agora poderá interromper o processo nalguns ambientes.", - "Updating {productName} to version {version}, this may take a while." : "A atualizar {productName} para a versão {version}, isto poderá demorar algum tempo.", + "Updating to {version}" : "A actualizar para {version}", "An error occurred." : "Ocorreu um erro.", "Please reload the page." : "Por favor, recarregue a página.", "The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "A atualização falhou. Para mais informação <a href=\"{url}\">verifique o nosso fórum</a> sobre como resolver este problema.", @@ -218,13 +227,6 @@ OC.L10N.register( "Apps" : "Apps", "Admin" : "Administração", "Help" : "Ajuda", - "Error loading tags" : "Erro ao carregar etiquetas", - "Tag already exists" : "A etiqueta já existe", - "Error deleting tag(s)" : "Ocorreu um erro ao apagar etiqueta(s)", - "Error tagging" : "Erro ao etiquetar", - "Error untagging" : "Erro ao desetiquetar", - "Error favoriting" : "Erro a definir como favorito", - "Error unfavoriting" : "Erro a remover como favorito", "Access forbidden" : "Acesso interdito", "File not found" : "Ficheiro não encontrado", "The specified document has not been found on the server." : "O documento especificado não foi encontrado no servidor.", @@ -275,7 +277,7 @@ OC.L10N.register( "Search" : "Procurar", "Server side authentication failed!" : "Autenticação do lado do servidor falhou!", "Please contact your administrator." : "Por favor contacte o administrador.", - "An internal error occured." : "Ocorreu um erro interno.", + "An internal error occurred." : "Ocorreu um erro interno.", "Please try again or contact your administrator." : "Por favor tente de novo ou contacte o administrador.", "Log in" : "Iniciar Sessão", "Wrong password. Reset it?" : "Senha errada. Repô-la?", @@ -302,6 +304,7 @@ OC.L10N.register( "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Por favor garanta a cópia de segurança da base de dados e das pastas 'config' e 'data' antes de prosseguir.", "Start update" : "Iniciar atualização", "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Para evitar tempos de espera com instalações maiores, você pode em vez disso, executar o seguinte comando a partir do diretório de instalação:", + "Detailed logs" : "Registos detalhados", "This %s instance is currently in maintenance mode, which may take a while." : "Esta instância %s está actualmente em modo de manutenção, o que poderá demorar algum tempo.", "This page will refresh itself when the %s instance is available again." : "Esta página irá ser recarregada novamente quando a instância %s ficar novamente disponível." }, diff --git a/core/l10n/pt_PT.json b/core/l10n/pt_PT.json index 798b3f228ab..dbb89a8e690 100644 --- a/core/l10n/pt_PT.json +++ b/core/l10n/pt_PT.json @@ -1,6 +1,32 @@ { "translations": { + "Please select a file." : "Por favor, selecione um ficheiro.", + "File is too big" : "O ficheiro é muito grande", + "Invalid file provided" : "Ficheiro indicado inválido", + "No image or file provided" : "Não foi fornecido nenhum ficheiro ou imagem", + "Unknown filetype" : "Tipo de ficheiro desconhecido", + "Invalid image" : "Imagem inválida", + "An error occurred. Please contact your admin." : "Ocorreu um erro. Por favor, contacte o seu administrador.", + "No temporary profile picture available, try again" : "Fotografia temporária do perfil indisponível, tente novamente", + "No crop data provided" : "Não foram fornecidos dados de recorte", + "No valid crop data provided" : "Não foram indicados dados de recorte válidos", + "Crop is not square" : "O recorte não é quadrado", + "Couldn't reset password because the token is invalid" : "Não foi possível repor a palavra-passe porque a senha é inválida", + "Couldn't reset password because the token is expired" : "Não foi possível repor a palavra-passe porque a senha expirou", + "Couldn't send reset email. Please make sure your username is correct." : "Ocorreu um problema com o envio do e-mail, por favor confirme o seu utilizador.", + "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Não foi possível enviar o email de reposição porque não existe nenhum email associado a este utilizador. Por favor contacte o administrador.", + "%s password reset" : "%s reposição da palavra-passe", + "Couldn't send reset email. Please contact your administrator." : "Não foi possível enviar o e-mail de reposição. Por favor, contacte o administrador.", + "Error loading tags" : "Erro ao carregar etiquetas", + "Tag already exists" : "A etiqueta já existe", + "Error deleting tag(s)" : "Ocorreu um erro ao apagar etiqueta(s)", + "Error tagging" : "Erro ao etiquetar", + "Error untagging" : "Erro ao desetiquetar", + "Error favoriting" : "Erro a definir como favorito", + "Error unfavoriting" : "Erro a remover como favorito", "Couldn't send mail to following users: %s " : "Não foi possível enviar a mensagem para os seguintes utilizadores: %s", "Preparing update" : "A preparar atualização", + "[%d / %d]: %s" : "[%d / %d]: %s", + "[%d / %d]: Checking table %s" : "[%d / %d]: A verificar a tabela %s", "Turned on maintenance mode" : "Ativado o modo de manutenção", "Turned off maintenance mode" : "Desativado o modo de manutenção", "Maintenance mode is kept active" : "O modo de manutenção é mantido ativo", @@ -22,23 +48,6 @@ "%s (incompatible)" : "%s (incompatível)", "Following apps have been disabled: %s" : "As seguintes apps foram desativadas: %s", "Already up to date" : "Já está atualizado", - "Please select a file." : "Por favor, selecione um ficheiro.", - "File is too big" : "O ficheiro é muito grande", - "Invalid file provided" : "Ficheiro indicado inválido", - "No image or file provided" : "Não foi fornecido nenhum ficheiro ou imagem", - "Unknown filetype" : "Tipo de ficheiro desconhecido", - "Invalid image" : "Imagem inválida", - "An error occurred. Please contact your admin." : "Ocorreu um erro. Por favor, contacte o seu administrador.", - "No temporary profile picture available, try again" : "Fotografia temporária do perfil indisponível, tente novamente", - "No crop data provided" : "Não foram fornecidos dados de recorte", - "No valid crop data provided" : "Não foram indicados dados de recorte válidos", - "Crop is not square" : "O recorte não é quadrado", - "Couldn't reset password because the token is invalid" : "Não foi possível repor a palavra-passe porque a senha é inválida", - "Couldn't reset password because the token is expired" : "Não foi possível repor a palavra-passe porque a senha expirou", - "Couldn't send reset email. Please make sure your username is correct." : "Ocorreu um problema com o envio do e-mail, por favor confirme o seu utilizador.", - "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Não foi possível enviar o email de reposição porque não existe nenhum email associado a este utilizador. Por favor contacte o administrador.", - "%s password reset" : "%s reposição da palavra-passe", - "Couldn't send reset email. Please contact your administrator." : "Não foi possível enviar o e-mail de reposição. Por favor, contacte o administrador.", "Sunday" : "Domingo", "Monday" : "Segunda", "Tuesday" : "Terça", @@ -167,7 +176,7 @@ "Share details could not be loaded for this item." : "Não foi possível carregar os detalhes de partilha para este item.", "No users or groups found for {search}" : "Nenhuns utilizadores ou grupos encontrados para {search}", "No users found for {search}" : "Nenhum utilizador encontrado para {search}", - "An error occured. Please try again" : "Ocorreu um erro. Por favor, tente de novo", + "An error occurred. Please try again" : "Ocorreu um erro. Por favor, tente de novo", "{sharee} (group)" : "{sharee} (grupo)", "{sharee} (at {server})" : "{sharee} (em {server})", "{sharee} (remote)" : "{sharee} (remoto)", @@ -201,7 +210,7 @@ "new" : "novo", "_download %n file_::_download %n files_" : ["transferir %n ficheiro","transferir %n ficheiros"], "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "A atualização está em curso. Deixar esta página agora poderá interromper o processo nalguns ambientes.", - "Updating {productName} to version {version}, this may take a while." : "A atualizar {productName} para a versão {version}, isto poderá demorar algum tempo.", + "Updating to {version}" : "A actualizar para {version}", "An error occurred." : "Ocorreu um erro.", "Please reload the page." : "Por favor, recarregue a página.", "The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "A atualização falhou. Para mais informação <a href=\"{url}\">verifique o nosso fórum</a> sobre como resolver este problema.", @@ -216,13 +225,6 @@ "Apps" : "Apps", "Admin" : "Administração", "Help" : "Ajuda", - "Error loading tags" : "Erro ao carregar etiquetas", - "Tag already exists" : "A etiqueta já existe", - "Error deleting tag(s)" : "Ocorreu um erro ao apagar etiqueta(s)", - "Error tagging" : "Erro ao etiquetar", - "Error untagging" : "Erro ao desetiquetar", - "Error favoriting" : "Erro a definir como favorito", - "Error unfavoriting" : "Erro a remover como favorito", "Access forbidden" : "Acesso interdito", "File not found" : "Ficheiro não encontrado", "The specified document has not been found on the server." : "O documento especificado não foi encontrado no servidor.", @@ -273,7 +275,7 @@ "Search" : "Procurar", "Server side authentication failed!" : "Autenticação do lado do servidor falhou!", "Please contact your administrator." : "Por favor contacte o administrador.", - "An internal error occured." : "Ocorreu um erro interno.", + "An internal error occurred." : "Ocorreu um erro interno.", "Please try again or contact your administrator." : "Por favor tente de novo ou contacte o administrador.", "Log in" : "Iniciar Sessão", "Wrong password. Reset it?" : "Senha errada. Repô-la?", @@ -300,6 +302,7 @@ "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Por favor garanta a cópia de segurança da base de dados e das pastas 'config' e 'data' antes de prosseguir.", "Start update" : "Iniciar atualização", "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Para evitar tempos de espera com instalações maiores, você pode em vez disso, executar o seguinte comando a partir do diretório de instalação:", + "Detailed logs" : "Registos detalhados", "This %s instance is currently in maintenance mode, which may take a while." : "Esta instância %s está actualmente em modo de manutenção, o que poderá demorar algum tempo.", "This page will refresh itself when the %s instance is available again." : "Esta página irá ser recarregada novamente quando a instância %s ficar novamente disponível." },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/core/l10n/ro.js b/core/l10n/ro.js index 56ca1e1481c..2059c71f8e2 100644 --- a/core/l10n/ro.js +++ b/core/l10n/ro.js @@ -1,6 +1,13 @@ OC.L10N.register( "core", { + "No image or file provided" : "Nu a fost furnizat vreo imagine sau fișier", + "Unknown filetype" : "Tip fișier necunoscut", + "Invalid image" : "Imagine invalidă", + "%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ă", "Couldn't send mail to following users: %s " : "Nu s-a putut trimite mesajul către următorii utilizatori: %s", "Turned on maintenance mode" : "Modul mentenanță a fost activat", "Turned off maintenance mode" : "Modul mentenanță a fost dezactivat", @@ -8,11 +15,6 @@ OC.L10N.register( "Updated \"%s\" to %s" : "\"%s\" a fost actualizat până la %s", "Repair warning: " : "Alerte reparare:", "Repair error: " : "Eroare de reparare:", - "No image or file provided" : "Nu a fost furnizat vreo imagine sau fișier", - "Unknown filetype" : "Tip fișier necunoscut", - "Invalid image" : "Imagine invalidă", - "%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.", "Sunday" : "Duminică", "Monday" : "Luni", "Tuesday" : "Marți", @@ -114,7 +116,6 @@ OC.L10N.register( "The object type is not specified." : "Tipul obiectului nu este specificat.", "Enter new" : "Introducere nou", "Add" : "Adaugă", - "Updating {productName} to version {version}, this may take a while." : "Se actualizează {productName} la versiunea {version}, poate dura câteva momente.", "Please reload the page." : "Te rugăm să reîncarci pagina.", "The update was successful. Redirecting you to ownCloud now." : "Actualizare reușită. Ești redirecționat către ownCloud.", "Personal" : "Personal", @@ -122,8 +123,6 @@ OC.L10N.register( "Apps" : "Aplicații", "Admin" : "Administrator", "Help" : "Ajutor", - "Error loading tags" : "Eroare la încărcarea etichetelor", - "Tag already exists" : "Eticheta deja există", "Access forbidden" : "Acces restricționat", "The share will expire on %s." : "Partajarea va expira în data de %s.", "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ă.", diff --git a/core/l10n/ro.json b/core/l10n/ro.json index a20d1c436cb..3a319829537 100644 --- a/core/l10n/ro.json +++ b/core/l10n/ro.json @@ -1,4 +1,11 @@ { "translations": { + "No image or file provided" : "Nu a fost furnizat vreo imagine sau fișier", + "Unknown filetype" : "Tip fișier necunoscut", + "Invalid image" : "Imagine invalidă", + "%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ă", "Couldn't send mail to following users: %s " : "Nu s-a putut trimite mesajul către următorii utilizatori: %s", "Turned on maintenance mode" : "Modul mentenanță a fost activat", "Turned off maintenance mode" : "Modul mentenanță a fost dezactivat", @@ -6,11 +13,6 @@ "Updated \"%s\" to %s" : "\"%s\" a fost actualizat până la %s", "Repair warning: " : "Alerte reparare:", "Repair error: " : "Eroare de reparare:", - "No image or file provided" : "Nu a fost furnizat vreo imagine sau fișier", - "Unknown filetype" : "Tip fișier necunoscut", - "Invalid image" : "Imagine invalidă", - "%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.", "Sunday" : "Duminică", "Monday" : "Luni", "Tuesday" : "Marți", @@ -112,7 +114,6 @@ "The object type is not specified." : "Tipul obiectului nu este specificat.", "Enter new" : "Introducere nou", "Add" : "Adaugă", - "Updating {productName} to version {version}, this may take a while." : "Se actualizează {productName} la versiunea {version}, poate dura câteva momente.", "Please reload the page." : "Te rugăm să reîncarci pagina.", "The update was successful. Redirecting you to ownCloud now." : "Actualizare reușită. Ești redirecționat către ownCloud.", "Personal" : "Personal", @@ -120,8 +121,6 @@ "Apps" : "Aplicații", "Admin" : "Administrator", "Help" : "Ajutor", - "Error loading tags" : "Eroare la încărcarea etichetelor", - "Tag already exists" : "Eticheta deja există", "Access forbidden" : "Acces restricționat", "The share will expire on %s." : "Partajarea va expira în data de %s.", "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ă.", diff --git a/core/l10n/ru.js b/core/l10n/ru.js index 1a0359f0981..b6549000e33 100644 --- a/core/l10n/ru.js +++ b/core/l10n/ru.js @@ -1,6 +1,30 @@ OC.L10N.register( "core", { + "Please select a file." : "Пожалуйста выберите файл.", + "File is too big" : "Файл слишком велик", + "Invalid file provided" : "Указан неправильный файл", + "No image or file provided" : "Не указано изображение или файл", + "Unknown filetype" : "Неизвестный тип файла", + "Invalid image" : "Некорректное изображение", + "An error occurred. Please contact your admin." : "Произошла ошибка. Пожалуйста, свяжитесь с Вашим администратором.", + "No temporary profile picture available, try again" : "Временная картинка профиля недоступна, повторите попытку", + "No crop data provided" : "Не указана информация о кадрировании", + "No valid crop data provided" : "Не указаны корректные данные о кадрировании", + "Crop is not square" : "Кадр не является квадратом", + "Couldn't reset password because the token is invalid" : "Не удалось сбросить пароль из-за неверного токена", + "Couldn't reset password because the token is expired" : "Не удалось сбросить пароль, так как срок действия токена истек.", + "Couldn't send reset email. Please make sure your username is correct." : "Не удалось отправить письмо для сброса пароля. Убедитесь, что имя пользователя указано верно.", + "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Не удалось отправить письмо сброса так как у данного пользователя не задан адрес электронной почты. Пожалуйста, обратитесь к администратору.", + "%s password reset" : "Сброс пароля %s", + "Couldn't send reset email. Please contact your administrator." : "Не удалось отправить письмо для сброса пароля. Пожалуйста, свяжитесь с вашим администратором.", + "Error loading tags" : "Ошибка загрузки меток", + "Tag already exists" : "Метка уже существует", + "Error deleting tag(s)" : "Ошибка удаления метки(ок)", + "Error tagging" : "Ошибка присваивания метки", + "Error untagging" : "Ошибка снятия метки", + "Error favoriting" : "Ошибка добавления в избранные", + "Error unfavoriting" : "Ошибка удаления из избранного", "Couldn't send mail to following users: %s " : "Невозможно отправить письмо следующим пользователям: %s", "Preparing update" : "Подготовка к обновлению", "Turned on maintenance mode" : "Режим отладки включён", @@ -24,23 +48,6 @@ OC.L10N.register( "%s (incompatible)" : "%s (несовместим)", "Following apps have been disabled: %s" : "Были отключены следующие приложения: %s", "Already up to date" : "Не нуждается в обновлении", - "Please select a file." : "Пожалуйста выберите файл.", - "File is too big" : "Файл слишком велик", - "Invalid file provided" : "Указан неправильный файл", - "No image or file provided" : "Не указано изображение или файл", - "Unknown filetype" : "Неизвестный тип файла", - "Invalid image" : "Некорректное изображение", - "An error occurred. Please contact your admin." : "Произошла ошибка. Пожалуйста, свяжитесь с Вашим администратором.", - "No temporary profile picture available, try again" : "Временная картинка профиля недоступна, повторите попытку", - "No crop data provided" : "Не указана информация о кадрировании", - "No valid crop data provided" : "Не указаны корректные данные о кадрировании", - "Crop is not square" : "Кадр не является квадратом", - "Couldn't reset password because the token is invalid" : "Не удалось сбросить пароль из-за неверного токена", - "Couldn't reset password because the token is expired" : "Не удалось сбросить пароль, так как срок действия токена истек.", - "Couldn't send reset email. Please make sure your username is correct." : "Не удалось отправить письмо для сброса пароля. Убедитесь, что имя пользователя указано верно.", - "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Не удалось отправить письмо сброса так как у данного пользователя не задан адрес электронной почты. Пожалуйста, обратитесь к администратору.", - "%s password reset" : "Сброс пароля %s", - "Couldn't send reset email. Please contact your administrator." : "Не удалось отправить письмо для сброса пароля. Пожалуйста, свяжитесь с вашим администратором.", "Sunday" : "Воскресенье", "Monday" : "Понедельник", "Tuesday" : "Вторник", @@ -162,7 +169,6 @@ OC.L10N.register( "Could not unshare" : "Не удается отменить доступ", "Share details could not be loaded for this item." : "Не удалось загрузить информацию об общем доступе для этого элемента.", "No users or groups found for {search}" : "Не найдено пользователей или групп по запросу {search}", - "An error occured. Please try again" : "Произошла ошибка. Попробуйте ещё раз", "{sharee} (group)" : "{sharee} (группа)", "{sharee} (at {server})" : "{sharee} (на {server})", "{sharee} (remote)" : "{sharee} (удалённо)", @@ -191,7 +197,6 @@ OC.L10N.register( "new" : "новый", "_download %n file_::_download %n files_" : ["скачать %n файл","скачать %n файла","скачать %n файлов","скачать %n файлов"], "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "Идет обновление. Покидая эту страницу, вы можете прервать процесс обновления.", - "Updating {productName} to version {version}, this may take a while." : "Идет обновление {productName} до версии {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>.", @@ -206,13 +211,6 @@ OC.L10N.register( "Apps" : "Приложения", "Admin" : "Администрирование", "Help" : "Помощь", - "Error loading tags" : "Ошибка загрузки меток", - "Tag already exists" : "Метка уже существует", - "Error deleting tag(s)" : "Ошибка удаления метки(ок)", - "Error tagging" : "Ошибка присваивания метки", - "Error untagging" : "Ошибка снятия метки", - "Error favoriting" : "Ошибка добавления в избранные", - "Error unfavoriting" : "Ошибка удаления из избранного", "Access forbidden" : "Доступ запрещён", "File not found" : "Файл не найден", "The specified document has not been found on the server." : "Указанный документ не найден на сервере.", @@ -262,7 +260,6 @@ OC.L10N.register( "Search" : "Найти", "Server side authentication failed!" : "Ошибка аутентификации на стороне сервера!", "Please contact your administrator." : "Пожалуйста, обратитесь к администратору.", - "An internal error occured." : "Произошла внутренняя ошибка.", "Please try again or contact your administrator." : "Пожалуйста попробуйте ещё раз или свяжитесь с вашим администратором", "Log in" : "Войти", "Wrong password. Reset it?" : "Неправильный пароль. Сбросить его?", diff --git a/core/l10n/ru.json b/core/l10n/ru.json index d571bc4c399..195d361d432 100644 --- a/core/l10n/ru.json +++ b/core/l10n/ru.json @@ -1,4 +1,28 @@ { "translations": { + "Please select a file." : "Пожалуйста выберите файл.", + "File is too big" : "Файл слишком велик", + "Invalid file provided" : "Указан неправильный файл", + "No image or file provided" : "Не указано изображение или файл", + "Unknown filetype" : "Неизвестный тип файла", + "Invalid image" : "Некорректное изображение", + "An error occurred. Please contact your admin." : "Произошла ошибка. Пожалуйста, свяжитесь с Вашим администратором.", + "No temporary profile picture available, try again" : "Временная картинка профиля недоступна, повторите попытку", + "No crop data provided" : "Не указана информация о кадрировании", + "No valid crop data provided" : "Не указаны корректные данные о кадрировании", + "Crop is not square" : "Кадр не является квадратом", + "Couldn't reset password because the token is invalid" : "Не удалось сбросить пароль из-за неверного токена", + "Couldn't reset password because the token is expired" : "Не удалось сбросить пароль, так как срок действия токена истек.", + "Couldn't send reset email. Please make sure your username is correct." : "Не удалось отправить письмо для сброса пароля. Убедитесь, что имя пользователя указано верно.", + "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Не удалось отправить письмо сброса так как у данного пользователя не задан адрес электронной почты. Пожалуйста, обратитесь к администратору.", + "%s password reset" : "Сброс пароля %s", + "Couldn't send reset email. Please contact your administrator." : "Не удалось отправить письмо для сброса пароля. Пожалуйста, свяжитесь с вашим администратором.", + "Error loading tags" : "Ошибка загрузки меток", + "Tag already exists" : "Метка уже существует", + "Error deleting tag(s)" : "Ошибка удаления метки(ок)", + "Error tagging" : "Ошибка присваивания метки", + "Error untagging" : "Ошибка снятия метки", + "Error favoriting" : "Ошибка добавления в избранные", + "Error unfavoriting" : "Ошибка удаления из избранного", "Couldn't send mail to following users: %s " : "Невозможно отправить письмо следующим пользователям: %s", "Preparing update" : "Подготовка к обновлению", "Turned on maintenance mode" : "Режим отладки включён", @@ -22,23 +46,6 @@ "%s (incompatible)" : "%s (несовместим)", "Following apps have been disabled: %s" : "Были отключены следующие приложения: %s", "Already up to date" : "Не нуждается в обновлении", - "Please select a file." : "Пожалуйста выберите файл.", - "File is too big" : "Файл слишком велик", - "Invalid file provided" : "Указан неправильный файл", - "No image or file provided" : "Не указано изображение или файл", - "Unknown filetype" : "Неизвестный тип файла", - "Invalid image" : "Некорректное изображение", - "An error occurred. Please contact your admin." : "Произошла ошибка. Пожалуйста, свяжитесь с Вашим администратором.", - "No temporary profile picture available, try again" : "Временная картинка профиля недоступна, повторите попытку", - "No crop data provided" : "Не указана информация о кадрировании", - "No valid crop data provided" : "Не указаны корректные данные о кадрировании", - "Crop is not square" : "Кадр не является квадратом", - "Couldn't reset password because the token is invalid" : "Не удалось сбросить пароль из-за неверного токена", - "Couldn't reset password because the token is expired" : "Не удалось сбросить пароль, так как срок действия токена истек.", - "Couldn't send reset email. Please make sure your username is correct." : "Не удалось отправить письмо для сброса пароля. Убедитесь, что имя пользователя указано верно.", - "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Не удалось отправить письмо сброса так как у данного пользователя не задан адрес электронной почты. Пожалуйста, обратитесь к администратору.", - "%s password reset" : "Сброс пароля %s", - "Couldn't send reset email. Please contact your administrator." : "Не удалось отправить письмо для сброса пароля. Пожалуйста, свяжитесь с вашим администратором.", "Sunday" : "Воскресенье", "Monday" : "Понедельник", "Tuesday" : "Вторник", @@ -160,7 +167,6 @@ "Could not unshare" : "Не удается отменить доступ", "Share details could not be loaded for this item." : "Не удалось загрузить информацию об общем доступе для этого элемента.", "No users or groups found for {search}" : "Не найдено пользователей или групп по запросу {search}", - "An error occured. Please try again" : "Произошла ошибка. Попробуйте ещё раз", "{sharee} (group)" : "{sharee} (группа)", "{sharee} (at {server})" : "{sharee} (на {server})", "{sharee} (remote)" : "{sharee} (удалённо)", @@ -189,7 +195,6 @@ "new" : "новый", "_download %n file_::_download %n files_" : ["скачать %n файл","скачать %n файла","скачать %n файлов","скачать %n файлов"], "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "Идет обновление. Покидая эту страницу, вы можете прервать процесс обновления.", - "Updating {productName} to version {version}, this may take a while." : "Идет обновление {productName} до версии {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>.", @@ -204,13 +209,6 @@ "Apps" : "Приложения", "Admin" : "Администрирование", "Help" : "Помощь", - "Error loading tags" : "Ошибка загрузки меток", - "Tag already exists" : "Метка уже существует", - "Error deleting tag(s)" : "Ошибка удаления метки(ок)", - "Error tagging" : "Ошибка присваивания метки", - "Error untagging" : "Ошибка снятия метки", - "Error favoriting" : "Ошибка добавления в избранные", - "Error unfavoriting" : "Ошибка удаления из избранного", "Access forbidden" : "Доступ запрещён", "File not found" : "Файл не найден", "The specified document has not been found on the server." : "Указанный документ не найден на сервере.", @@ -260,7 +258,6 @@ "Search" : "Найти", "Server side authentication failed!" : "Ошибка аутентификации на стороне сервера!", "Please contact your administrator." : "Пожалуйста, обратитесь к администратору.", - "An internal error occured." : "Произошла внутренняя ошибка.", "Please try again or contact your administrator." : "Пожалуйста попробуйте ещё раз или свяжитесь с вашим администратором", "Log in" : "Войти", "Wrong password. Reset it?" : "Неправильный пароль. Сбросить его?", diff --git a/core/l10n/sk_SK.js b/core/l10n/sk_SK.js index a9b485559a6..11aa183f845 100644 --- a/core/l10n/sk_SK.js +++ b/core/l10n/sk_SK.js @@ -1,6 +1,28 @@ OC.L10N.register( "core", { + "File is too big" : "Súbor je príliš veľký", + "Invalid file provided" : "Zadaný neplatný súbor", + "No image or file provided" : "Obrázok alebo súbor nebol zadaný", + "Unknown filetype" : "Neznámy typ súboru", + "Invalid image" : "Chybný obrázok", + "An error occurred. Please contact your admin." : "Vyskytla sa chyba.\nProsím, kontaktujte svojho správcu.\n\t", + "No temporary profile picture available, try again" : "Dočasný profilový obrázok nie je k dispozícii, skúste to znovu", + "No crop data provided" : "Dáta pre orezanie neboli zadané", + "No valid crop data provided" : "Neplatné dáta pre orezanie neboli zadané", + "Crop is not square" : "Orezanie nie je štvorcové", + "Couldn't reset password because the token is invalid" : "Nemožno zmeniť heslo pre neplatnosť tokenu.", + "Couldn't reset password because the token is expired" : "Nepodarilo sa obnoviť heslo, pretože platnosť tokenu uplynula.", + "Couldn't send reset email. Please make sure your username is correct." : "Nemožno poslať email pre obnovu. Uistite sa, či vkladáte správne používateľské meno.", + "%s password reset" : "reset hesla %s", + "Couldn't send reset email. Please contact your administrator." : "Nemožno poslať email pre obnovu. Kontaktujte prosím vášho administrátora.", + "Error loading tags" : "Chyba pri načítaní štítkov", + "Tag already exists" : "Štítok už existuje", + "Error deleting tag(s)" : "Chyba pri mazaní štítka(ov)", + "Error tagging" : "Chyba pri pridaní štítka", + "Error untagging" : "Chyba pri odobratí štítka", + "Error favoriting" : "Chyba pri pridaní do obľúbených", + "Error unfavoriting" : "Chyba pri odobratí z obľúbených", "Couldn't send mail to following users: %s " : "Nebolo možné odoslať email týmto používateľom: %s ", "Preparing update" : "Pripravuje sa aktualizácia", "Turned on maintenance mode" : "Mód údržby je zapnutý", @@ -20,21 +42,6 @@ OC.L10N.register( "%s (incompatible)" : "%s (nekompatibilná)", "Following apps have been disabled: %s" : "Nasledovné aplikácie boli zakázané: %s", "Already up to date" : "Už aktuálne", - "File is too big" : "Súbor je príliš veľký", - "Invalid file provided" : "Zadaný neplatný súbor", - "No image or file provided" : "Obrázok alebo súbor nebol zadaný", - "Unknown filetype" : "Neznámy typ súboru", - "Invalid image" : "Chybný obrázok", - "An error occurred. Please contact your admin." : "Vyskytla sa chyba.\nProsím, kontaktujte svojho správcu.\n\t", - "No temporary profile picture available, try again" : "Dočasný profilový obrázok nie je k dispozícii, skúste to znovu", - "No crop data provided" : "Dáta pre orezanie neboli zadané", - "No valid crop data provided" : "Neplatné dáta pre orezanie neboli zadané", - "Crop is not square" : "Orezanie nie je štvorcové", - "Couldn't reset password because the token is invalid" : "Nemožno zmeniť heslo pre neplatnosť tokenu.", - "Couldn't reset password because the token is expired" : "Nepodarilo sa obnoviť heslo, pretože platnosť tokenu uplynula.", - "Couldn't send reset email. Please make sure your username is correct." : "Nemožno poslať email pre obnovu. Uistite sa, či vkladáte správne používateľské meno.", - "%s password reset" : "reset hesla %s", - "Couldn't send reset email. Please contact your administrator." : "Nemožno poslať email pre obnovu. Kontaktujte prosím vášho administrátora.", "Sunday" : "Nedeľa", "Monday" : "Pondelok", "Tuesday" : "Utorok", @@ -149,7 +156,6 @@ OC.L10N.register( "delete" : "vymazať", "access control" : "prístupové práva", "Share details could not be loaded for this item." : "Nebolo možné načítať údaje o zdieľaní tejto položky.", - "An error occured. Please try again" : "Nastala chyba. Skúste to znovu", "Share" : "Zdieľať", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Zdieľať s ľuďmi na iných serveroch ownClouds pomocou syntaxe používateľ@doména.com/owncloud", "Warning" : "Varovanie", @@ -169,7 +175,6 @@ OC.L10N.register( "Hello {name}" : "Vitaj {name}", "_download %n file_::_download %n files_" : ["stiahnuť %n súbor","stiahnuť %n súbory","stiahnuť %n súborov"], "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "Aktualizácie prebieha. V niektorých prostrediach môže opustenie tejto stránky spôsobiť prerušenie aktualizácie.", - "Updating {productName} to version {version}, this may take a while." : "Aktualizujem {productName} na verziu {version}, chvíľu to môže trvať.", "An error occurred." : "Vyskytla sa chyba.", "Please reload the page." : "Obnovte prosím stránku.", "The update was unsuccessful. " : "Aktualizácia bola neúspešná.", @@ -183,13 +188,6 @@ OC.L10N.register( "Apps" : "Aplikácie", "Admin" : "Administrácia", "Help" : "Pomoc", - "Error loading tags" : "Chyba pri načítaní štítkov", - "Tag already exists" : "Štítok už existuje", - "Error deleting tag(s)" : "Chyba pri mazaní štítka(ov)", - "Error tagging" : "Chyba pri pridaní štítka", - "Error untagging" : "Chyba pri odobratí štítka", - "Error favoriting" : "Chyba pri pridaní do obľúbených", - "Error unfavoriting" : "Chyba pri odobratí z obľúbených", "Access forbidden" : "Prístup odmietnutý", "File not found" : "Súbor nenájdený", "The specified document has not been found on the server." : "Zadaný dokument nebol nájdený na serveri.", @@ -239,7 +237,6 @@ OC.L10N.register( "Search" : "Hľadať", "Server side authentication failed!" : "Autentifikácia na serveri zlyhala!", "Please contact your administrator." : "Kontaktujte prosím vášho administrátora.", - "An internal error occured." : "Vyskytla sa vnútorná chyba.", "Please try again or contact your administrator." : "Skúste to znovu, alebo sa obráťte na vášho administrátora.", "Log in" : "Prihlásiť sa", "Wrong password. Reset it?" : "Chybné heslo. Chcete ho obnoviť?", diff --git a/core/l10n/sk_SK.json b/core/l10n/sk_SK.json index cb9a2f11b09..7b7ac4c3fc9 100644 --- a/core/l10n/sk_SK.json +++ b/core/l10n/sk_SK.json @@ -1,4 +1,26 @@ { "translations": { + "File is too big" : "Súbor je príliš veľký", + "Invalid file provided" : "Zadaný neplatný súbor", + "No image or file provided" : "Obrázok alebo súbor nebol zadaný", + "Unknown filetype" : "Neznámy typ súboru", + "Invalid image" : "Chybný obrázok", + "An error occurred. Please contact your admin." : "Vyskytla sa chyba.\nProsím, kontaktujte svojho správcu.\n\t", + "No temporary profile picture available, try again" : "Dočasný profilový obrázok nie je k dispozícii, skúste to znovu", + "No crop data provided" : "Dáta pre orezanie neboli zadané", + "No valid crop data provided" : "Neplatné dáta pre orezanie neboli zadané", + "Crop is not square" : "Orezanie nie je štvorcové", + "Couldn't reset password because the token is invalid" : "Nemožno zmeniť heslo pre neplatnosť tokenu.", + "Couldn't reset password because the token is expired" : "Nepodarilo sa obnoviť heslo, pretože platnosť tokenu uplynula.", + "Couldn't send reset email. Please make sure your username is correct." : "Nemožno poslať email pre obnovu. Uistite sa, či vkladáte správne používateľské meno.", + "%s password reset" : "reset hesla %s", + "Couldn't send reset email. Please contact your administrator." : "Nemožno poslať email pre obnovu. Kontaktujte prosím vášho administrátora.", + "Error loading tags" : "Chyba pri načítaní štítkov", + "Tag already exists" : "Štítok už existuje", + "Error deleting tag(s)" : "Chyba pri mazaní štítka(ov)", + "Error tagging" : "Chyba pri pridaní štítka", + "Error untagging" : "Chyba pri odobratí štítka", + "Error favoriting" : "Chyba pri pridaní do obľúbených", + "Error unfavoriting" : "Chyba pri odobratí z obľúbených", "Couldn't send mail to following users: %s " : "Nebolo možné odoslať email týmto používateľom: %s ", "Preparing update" : "Pripravuje sa aktualizácia", "Turned on maintenance mode" : "Mód údržby je zapnutý", @@ -18,21 +40,6 @@ "%s (incompatible)" : "%s (nekompatibilná)", "Following apps have been disabled: %s" : "Nasledovné aplikácie boli zakázané: %s", "Already up to date" : "Už aktuálne", - "File is too big" : "Súbor je príliš veľký", - "Invalid file provided" : "Zadaný neplatný súbor", - "No image or file provided" : "Obrázok alebo súbor nebol zadaný", - "Unknown filetype" : "Neznámy typ súboru", - "Invalid image" : "Chybný obrázok", - "An error occurred. Please contact your admin." : "Vyskytla sa chyba.\nProsím, kontaktujte svojho správcu.\n\t", - "No temporary profile picture available, try again" : "Dočasný profilový obrázok nie je k dispozícii, skúste to znovu", - "No crop data provided" : "Dáta pre orezanie neboli zadané", - "No valid crop data provided" : "Neplatné dáta pre orezanie neboli zadané", - "Crop is not square" : "Orezanie nie je štvorcové", - "Couldn't reset password because the token is invalid" : "Nemožno zmeniť heslo pre neplatnosť tokenu.", - "Couldn't reset password because the token is expired" : "Nepodarilo sa obnoviť heslo, pretože platnosť tokenu uplynula.", - "Couldn't send reset email. Please make sure your username is correct." : "Nemožno poslať email pre obnovu. Uistite sa, či vkladáte správne používateľské meno.", - "%s password reset" : "reset hesla %s", - "Couldn't send reset email. Please contact your administrator." : "Nemožno poslať email pre obnovu. Kontaktujte prosím vášho administrátora.", "Sunday" : "Nedeľa", "Monday" : "Pondelok", "Tuesday" : "Utorok", @@ -147,7 +154,6 @@ "delete" : "vymazať", "access control" : "prístupové práva", "Share details could not be loaded for this item." : "Nebolo možné načítať údaje o zdieľaní tejto položky.", - "An error occured. Please try again" : "Nastala chyba. Skúste to znovu", "Share" : "Zdieľať", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Zdieľať s ľuďmi na iných serveroch ownClouds pomocou syntaxe používateľ@doména.com/owncloud", "Warning" : "Varovanie", @@ -167,7 +173,6 @@ "Hello {name}" : "Vitaj {name}", "_download %n file_::_download %n files_" : ["stiahnuť %n súbor","stiahnuť %n súbory","stiahnuť %n súborov"], "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "Aktualizácie prebieha. V niektorých prostrediach môže opustenie tejto stránky spôsobiť prerušenie aktualizácie.", - "Updating {productName} to version {version}, this may take a while." : "Aktualizujem {productName} na verziu {version}, chvíľu to môže trvať.", "An error occurred." : "Vyskytla sa chyba.", "Please reload the page." : "Obnovte prosím stránku.", "The update was unsuccessful. " : "Aktualizácia bola neúspešná.", @@ -181,13 +186,6 @@ "Apps" : "Aplikácie", "Admin" : "Administrácia", "Help" : "Pomoc", - "Error loading tags" : "Chyba pri načítaní štítkov", - "Tag already exists" : "Štítok už existuje", - "Error deleting tag(s)" : "Chyba pri mazaní štítka(ov)", - "Error tagging" : "Chyba pri pridaní štítka", - "Error untagging" : "Chyba pri odobratí štítka", - "Error favoriting" : "Chyba pri pridaní do obľúbených", - "Error unfavoriting" : "Chyba pri odobratí z obľúbených", "Access forbidden" : "Prístup odmietnutý", "File not found" : "Súbor nenájdený", "The specified document has not been found on the server." : "Zadaný dokument nebol nájdený na serveri.", @@ -237,7 +235,6 @@ "Search" : "Hľadať", "Server side authentication failed!" : "Autentifikácia na serveri zlyhala!", "Please contact your administrator." : "Kontaktujte prosím vášho administrátora.", - "An internal error occured." : "Vyskytla sa vnútorná chyba.", "Please try again or contact your administrator." : "Skúste to znovu, alebo sa obráťte na vášho administrátora.", "Log in" : "Prihlásiť sa", "Wrong password. Reset it?" : "Chybné heslo. Chcete ho obnoviť?", diff --git a/core/l10n/sl.js b/core/l10n/sl.js index df55281d9ec..e80903156cd 100644 --- a/core/l10n/sl.js +++ b/core/l10n/sl.js @@ -1,8 +1,32 @@ OC.L10N.register( "core", { + "Please select a file." : "Izberite datoteko", + "File is too big" : "Datoteka je prevelika", + "Invalid file provided" : "Predložena je neveljavna datoteka", + "No image or file provided" : "Ni podane datoteke ali slike", + "Unknown filetype" : "Neznana vrsta datoteke", + "Invalid image" : "Neveljavna slika", + "An error occurred. Please contact your admin." : "Prišlo je do napake. Stopite v stik s skrbnikom sistema.", + "No temporary profile picture available, try again" : "Na voljo ni nobene začasne slike za profil. Poskusite znova.", + "No crop data provided" : "Ni podanih podatkov obreza", + "No valid crop data provided" : "Navedeni so neveljavni podatki obrez slike", + "Crop is not square" : "Obrez ni pravokoten", + "Couldn't reset password because the token is invalid" : "Ni mogoče ponastaviti gesla zaradi neustreznega žetona.", + "Couldn't reset password because the token is expired" : "Ni mogoče ponastaviti gesla, ker je žeton potekel.", + "Couldn't send reset email. Please make sure your username is correct." : "Ni mogoče poslati elektronskega sporočila. Prepričajte se, da je uporabniško ime pravilno.", + "%s password reset" : "Ponastavitev gesla %s", + "Couldn't send reset email. Please contact your administrator." : "Ni mogoče nastaviti elektronskega naslova za ponastavitev. Stopite v stik s skrbnikom sistema.", + "Error loading tags" : "Napaka nalaganja oznak", + "Tag already exists" : "Oznaka že obstaja", + "Error deleting tag(s)" : "Napaka brisanja oznak", + "Error tagging" : "Napaka označevanja", + "Error untagging" : "Napaka odstranjevanja oznak", + "Error favoriting" : "Napaka označevanja priljubljenosti", + "Error unfavoriting" : "Napaka odstranjevanja oznake priljubljenosti", "Couldn't send mail to following users: %s " : "Ni mogoče poslati sporočila za: %s", "Preparing update" : "Pripravljanje posodobitve", + "[%d / %d]: %s" : "[%d / %d]: %s", "Turned on maintenance mode" : "Vzdrževalni način je omogočen", "Turned off maintenance mode" : "Vzdrževalni način je onemogočen", "Maintenance mode is kept active" : "Vzdrževalni način je še vedno dejaven", @@ -24,22 +48,6 @@ OC.L10N.register( "%s (incompatible)" : "%s (neskladno)", "Following apps have been disabled: %s" : "Navedeni programi so onemogočeni: %s", "Already up to date" : "Sistem je že posodobljen", - "Please select a file." : "Izberite datoteko", - "File is too big" : "Datoteka je prevelika", - "Invalid file provided" : "Predložena je neveljavna datoteka", - "No image or file provided" : "Ni podane datoteke ali slike", - "Unknown filetype" : "Neznana vrsta datoteke", - "Invalid image" : "Neveljavna slika", - "An error occurred. Please contact your admin." : "Prišlo je do napake. Stopite v stik s skrbnikom sistema.", - "No temporary profile picture available, try again" : "Na voljo ni nobene začasne slike za profil. Poskusite znova.", - "No crop data provided" : "Ni podanih podatkov obreza", - "No valid crop data provided" : "Navedeni so neveljavni podatki obrez slike", - "Crop is not square" : "Obrez ni pravokoten", - "Couldn't reset password because the token is invalid" : "Ni mogoče ponastaviti gesla zaradi neustreznega žetona.", - "Couldn't reset password because the token is expired" : "Ni mogoče ponastaviti gesla, ker je žeton potekel.", - "Couldn't send reset email. Please make sure your username is correct." : "Ni mogoče poslati elektronskega sporočila. Prepričajte se, da je uporabniško ime pravilno.", - "%s password reset" : "Ponastavitev gesla %s", - "Couldn't send reset email. Please contact your administrator." : "Ni mogoče nastaviti elektronskega naslova za ponastavitev. Stopite v stik s skrbnikom sistema.", "Sunday" : "nedelja", "Monday" : "ponedeljek", "Tuesday" : "torek", @@ -154,7 +162,6 @@ OC.L10N.register( "Could not unshare" : "Ni mogoče prekiniti souporabe", "Share details could not be loaded for this item." : "Podrobnosti souporabe za te predmet ni mogoče naložiti.", "No users or groups found for {search}" : "Ni najdenih uporabnikov ali skupin za {search}", - "An error occured. Please try again" : "Prišlo je do napake. Poskusite znova.", "{sharee} (group)" : "{sharee} (skupina)", "{sharee} (at {server})" : "{sharee} (na {server})", "{sharee} (remote)" : "{sharee} (oddaljeno)", @@ -184,7 +191,6 @@ OC.L10N.register( "new" : "novo", "_download %n file_::_download %n files_" : ["prejmi %n datoteko","prejmi %n datoteki","prejmi %n datoteke","prejmi %n datotek"], "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "Trenutno se izvaja posodobitev sistema. Priporočljivo je počakati, saj se lahko opravilo, če stran zapustite, prekine.", - "Updating {productName} to version {version}, this may take a while." : "Poteka posodabljanje {productName} na različico {version}. Opravilo je lahko dolgotrajno.", "An error occurred." : "Prišlo je do napake.", "Please reload the page." : "Stran je treba ponovno naložiti", "The update was unsuccessful. " : "Posodobitev je spodletela.", @@ -198,13 +204,6 @@ OC.L10N.register( "Apps" : "Programi", "Admin" : "Skrbništvo", "Help" : "Pomoč", - "Error loading tags" : "Napaka nalaganja oznak", - "Tag already exists" : "Oznaka že obstaja", - "Error deleting tag(s)" : "Napaka brisanja oznak", - "Error tagging" : "Napaka označevanja", - "Error untagging" : "Napaka odstranjevanja oznak", - "Error favoriting" : "Napaka označevanja priljubljenosti", - "Error unfavoriting" : "Napaka odstranjevanja oznake priljubljenosti", "Access forbidden" : "Dostop je prepovedan", "File not found" : "Datoteke ni mogoče najti", "The specified document has not been found on the server." : "Določenega dokumenta na strežniku ni mogoče najti.", @@ -251,7 +250,6 @@ OC.L10N.register( "Search" : "Poišči", "Server side authentication failed!" : "Overitev s strežnika je spodletela!", "Please contact your administrator." : "Stopite v stik s skrbnikom sistema.", - "An internal error occured." : "Prišlo je do notranje napake.", "Please try again or contact your administrator." : "Poskusite znova ali pa stopite v stik s skrbnikom sistema.", "Log in" : "Prijava", "Wrong password. Reset it?" : "Napačno geslo. Ali ga želite ponastaviti?", diff --git a/core/l10n/sl.json b/core/l10n/sl.json index 92f21431ef2..4dab60df81e 100644 --- a/core/l10n/sl.json +++ b/core/l10n/sl.json @@ -1,6 +1,30 @@ { "translations": { + "Please select a file." : "Izberite datoteko", + "File is too big" : "Datoteka je prevelika", + "Invalid file provided" : "Predložena je neveljavna datoteka", + "No image or file provided" : "Ni podane datoteke ali slike", + "Unknown filetype" : "Neznana vrsta datoteke", + "Invalid image" : "Neveljavna slika", + "An error occurred. Please contact your admin." : "Prišlo je do napake. Stopite v stik s skrbnikom sistema.", + "No temporary profile picture available, try again" : "Na voljo ni nobene začasne slike za profil. Poskusite znova.", + "No crop data provided" : "Ni podanih podatkov obreza", + "No valid crop data provided" : "Navedeni so neveljavni podatki obrez slike", + "Crop is not square" : "Obrez ni pravokoten", + "Couldn't reset password because the token is invalid" : "Ni mogoče ponastaviti gesla zaradi neustreznega žetona.", + "Couldn't reset password because the token is expired" : "Ni mogoče ponastaviti gesla, ker je žeton potekel.", + "Couldn't send reset email. Please make sure your username is correct." : "Ni mogoče poslati elektronskega sporočila. Prepričajte se, da je uporabniško ime pravilno.", + "%s password reset" : "Ponastavitev gesla %s", + "Couldn't send reset email. Please contact your administrator." : "Ni mogoče nastaviti elektronskega naslova za ponastavitev. Stopite v stik s skrbnikom sistema.", + "Error loading tags" : "Napaka nalaganja oznak", + "Tag already exists" : "Oznaka že obstaja", + "Error deleting tag(s)" : "Napaka brisanja oznak", + "Error tagging" : "Napaka označevanja", + "Error untagging" : "Napaka odstranjevanja oznak", + "Error favoriting" : "Napaka označevanja priljubljenosti", + "Error unfavoriting" : "Napaka odstranjevanja oznake priljubljenosti", "Couldn't send mail to following users: %s " : "Ni mogoče poslati sporočila za: %s", "Preparing update" : "Pripravljanje posodobitve", + "[%d / %d]: %s" : "[%d / %d]: %s", "Turned on maintenance mode" : "Vzdrževalni način je omogočen", "Turned off maintenance mode" : "Vzdrževalni način je onemogočen", "Maintenance mode is kept active" : "Vzdrževalni način je še vedno dejaven", @@ -22,22 +46,6 @@ "%s (incompatible)" : "%s (neskladno)", "Following apps have been disabled: %s" : "Navedeni programi so onemogočeni: %s", "Already up to date" : "Sistem je že posodobljen", - "Please select a file." : "Izberite datoteko", - "File is too big" : "Datoteka je prevelika", - "Invalid file provided" : "Predložena je neveljavna datoteka", - "No image or file provided" : "Ni podane datoteke ali slike", - "Unknown filetype" : "Neznana vrsta datoteke", - "Invalid image" : "Neveljavna slika", - "An error occurred. Please contact your admin." : "Prišlo je do napake. Stopite v stik s skrbnikom sistema.", - "No temporary profile picture available, try again" : "Na voljo ni nobene začasne slike za profil. Poskusite znova.", - "No crop data provided" : "Ni podanih podatkov obreza", - "No valid crop data provided" : "Navedeni so neveljavni podatki obrez slike", - "Crop is not square" : "Obrez ni pravokoten", - "Couldn't reset password because the token is invalid" : "Ni mogoče ponastaviti gesla zaradi neustreznega žetona.", - "Couldn't reset password because the token is expired" : "Ni mogoče ponastaviti gesla, ker je žeton potekel.", - "Couldn't send reset email. Please make sure your username is correct." : "Ni mogoče poslati elektronskega sporočila. Prepričajte se, da je uporabniško ime pravilno.", - "%s password reset" : "Ponastavitev gesla %s", - "Couldn't send reset email. Please contact your administrator." : "Ni mogoče nastaviti elektronskega naslova za ponastavitev. Stopite v stik s skrbnikom sistema.", "Sunday" : "nedelja", "Monday" : "ponedeljek", "Tuesday" : "torek", @@ -152,7 +160,6 @@ "Could not unshare" : "Ni mogoče prekiniti souporabe", "Share details could not be loaded for this item." : "Podrobnosti souporabe za te predmet ni mogoče naložiti.", "No users or groups found for {search}" : "Ni najdenih uporabnikov ali skupin za {search}", - "An error occured. Please try again" : "Prišlo je do napake. Poskusite znova.", "{sharee} (group)" : "{sharee} (skupina)", "{sharee} (at {server})" : "{sharee} (na {server})", "{sharee} (remote)" : "{sharee} (oddaljeno)", @@ -182,7 +189,6 @@ "new" : "novo", "_download %n file_::_download %n files_" : ["prejmi %n datoteko","prejmi %n datoteki","prejmi %n datoteke","prejmi %n datotek"], "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "Trenutno se izvaja posodobitev sistema. Priporočljivo je počakati, saj se lahko opravilo, če stran zapustite, prekine.", - "Updating {productName} to version {version}, this may take a while." : "Poteka posodabljanje {productName} na različico {version}. Opravilo je lahko dolgotrajno.", "An error occurred." : "Prišlo je do napake.", "Please reload the page." : "Stran je treba ponovno naložiti", "The update was unsuccessful. " : "Posodobitev je spodletela.", @@ -196,13 +202,6 @@ "Apps" : "Programi", "Admin" : "Skrbništvo", "Help" : "Pomoč", - "Error loading tags" : "Napaka nalaganja oznak", - "Tag already exists" : "Oznaka že obstaja", - "Error deleting tag(s)" : "Napaka brisanja oznak", - "Error tagging" : "Napaka označevanja", - "Error untagging" : "Napaka odstranjevanja oznak", - "Error favoriting" : "Napaka označevanja priljubljenosti", - "Error unfavoriting" : "Napaka odstranjevanja oznake priljubljenosti", "Access forbidden" : "Dostop je prepovedan", "File not found" : "Datoteke ni mogoče najti", "The specified document has not been found on the server." : "Določenega dokumenta na strežniku ni mogoče najti.", @@ -249,7 +248,6 @@ "Search" : "Poišči", "Server side authentication failed!" : "Overitev s strežnika je spodletela!", "Please contact your administrator." : "Stopite v stik s skrbnikom sistema.", - "An internal error occured." : "Prišlo je do notranje napake.", "Please try again or contact your administrator." : "Poskusite znova ali pa stopite v stik s skrbnikom sistema.", "Log in" : "Prijava", "Wrong password. Reset it?" : "Napačno geslo. Ali ga želite ponastaviti?", diff --git a/core/l10n/sq.js b/core/l10n/sq.js index c69215105a8..d21f44d27c5 100644 --- a/core/l10n/sq.js +++ b/core/l10n/sq.js @@ -1,8 +1,34 @@ OC.L10N.register( "core", { + "Please select a file." : "Ju lutemi, përzgjidhni një kartelë.", + "File is too big" : "Kartela është shumë e madhe", + "Invalid file provided" : "U dha kartelë e pavlefshme", + "No image or file provided" : "S’u dha figurë apo kartelë", + "Unknown filetype" : "Lloj i panjohur kartele", + "Invalid image" : "Figurë e pavlefshme", + "An error occurred. Please contact your admin." : "Ndodhi një gabim. Ju lutemi, lidhuni me përgjegjësin tuaj.", + "No temporary profile picture available, try again" : "S’ka gati foto të përkohshme profili, riprovoni", + "No crop data provided" : "S’u dhanë të dhëna qethjeje", + "No valid crop data provided" : "S’u dhanë të dhëna qethjeje të vlefshme", + "Crop is not square" : "Qethja s’është katrore", + "Couldn't reset password because the token is invalid" : "S’u ricaktua dot fjalëkalimi, ngaqë token-i është i pavlefshëm", + "Couldn't reset password because the token is expired" : "S’u ricaktua dot fjalëkalimi, ngaqë token-i ka skaduar", + "Couldn't send reset email. Please make sure your username is correct." : "S’u dërgua dot email ricaktimi. Ju lutemi, sigurohuni që emri juaj i përdoruesit është i saktë.", + "Could not send reset email because there is no email address for this username. Please contact your administrator." : "S’u dërgua dot email ricaktimi, ngaqë s’ka adresë email për këtë përdoruesi. Ju lutemi, lidhuni me përgjegjësin tuaj.", + "%s password reset" : "U ricaktua fjalëkalimi për %s", + "Couldn't send reset email. Please contact your administrator." : "S’u dërgua dot email-i i ricaktimit. Ju lutemi, lidhuni me përgjegjësin tuaj.", + "Error loading tags" : "Gabim gjatë ngarkimit të etiketave", + "Tag already exists" : "Etiketa ekziston", + "Error deleting tag(s)" : "Gabim gjatë fshirjes së etiketës(ave)", + "Error tagging" : "Gabim etiketimi", + "Error untagging" : "Gabim në heqjen e etiketës", + "Error favoriting" : "Gabim në ruajtjen si të parapëlqyer", + "Error unfavoriting" : "Gabim në heqjen nga të parapëlqyerat", "Couldn't send mail to following users: %s " : "S’u dërgua dot e-mail përdoruesve vijues: %s ", "Preparing update" : "Po përgatitet përditësimi", + "[%d / %d]: %s" : "[%d / %d]: %s", + "[%d / %d]: Checking table %s" : "[%d / %d]: Po kontrollohet tabela %s", "Turned on maintenance mode" : "Mënyra e mirëmbajtjes u aktivizua", "Turned off maintenance mode" : "Mënyra e mirëmbajtjes u çaktivizua", "Maintenance mode is kept active" : "Mënyra mirëmbajtje është mbajtur e aktivizuar", @@ -24,23 +50,6 @@ OC.L10N.register( "%s (incompatible)" : "%s (e papërputhshme)", "Following apps have been disabled: %s" : "Janë çaktivizuar aplikacionet vijuese : %s", "Already up to date" : "Tashmë e përditësuar", - "Please select a file." : "Ju lutemi, përzgjidhni një kartelë.", - "File is too big" : "Kartela është shumë e madhe", - "Invalid file provided" : "U dha kartelë e pavlefshme", - "No image or file provided" : "S’u dha figurë apo kartelë", - "Unknown filetype" : "Lloj i panjohur kartele", - "Invalid image" : "Figurë e pavlefshme", - "An error occurred. Please contact your admin." : "Ndodhi një gabim. Ju lutemi, lidhuni me përgjegjësin tuaj.", - "No temporary profile picture available, try again" : "S’ka gati foto të përkohshme profili, riprovoni", - "No crop data provided" : "S’u dhanë të dhëna qethjeje", - "No valid crop data provided" : "S’u dhanë të dhëna qethjeje të vlefshme", - "Crop is not square" : "Qethja s’është katrore", - "Couldn't reset password because the token is invalid" : "S’u ricaktua dot fjalëkalimi, ngaqë token-i është i pavlefshëm", - "Couldn't reset password because the token is expired" : "S’u ricaktua dot fjalëkalimi, ngaqë token-i ka skaduar", - "Couldn't send reset email. Please make sure your username is correct." : "S’u dërgua dot email ricaktimi. Ju lutemi, sigurohuni që emri juaj i përdoruesit është i saktë.", - "Could not send reset email because there is no email address for this username. Please contact your administrator." : "S’u dërgua dot email ricaktimi, ngaqë s’ka adresë email për këtë përdoruesi. Ju lutemi, lidhuni me përgjegjësin tuaj.", - "%s password reset" : "U ricaktua fjalëkalimi për %s", - "Couldn't send reset email. Please contact your administrator." : "S’u dërgua dot email-i i ricaktimit. Ju lutemi, lidhuni me përgjegjësin tuaj.", "Sunday" : "E dielë", "Monday" : "E hënë", "Tuesday" : "E martë", @@ -119,10 +128,12 @@ OC.L10N.register( "Good password" : "Fjalëkalim i mirë", "Strong password" : "Fjalëkalim i fortë", "Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "Shërbyesi juaj web ende s’është rregulluar për të lejuar njëkohësim kartelash, ngaqë ndërfaqja WebDAV duket se është e dëmtuar.", + "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>." : "Shërbyesi juaj s’është rregulluar si duhet për të kuptuar \"{url}\". Të dhëna të mëtejshme mund të gjenden te <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">dokumentimi</a> ynë.", "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." : "Ky shërbyes nuk ka lidhje Internet që funksionon. Kjo do të thotë që disa prej veçorive, të tilla si montimi i depozitave të jashtme, njoftimet mbi përditësime apo instalim aplikacionesh nga palë të treta, s’do të funksionojnë. Edhe hyrja në kartela së largëti, apo dërgimi i email-eve për njoftime mund të mos funksionojnë. Këshillojmë të aktivizoni për këtë shërbyes lidhjen në Internet, nëse doni t’i keni krejt këto veçori.", "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>." : "S’ka të formësuar fshehtinë kujtese. Që të përmirësoni punimin, ju lutemi formësoni një të tillë, në pastë. Më tepër të dhëna mund të gjeni te <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">dokumentimi</a> ynë.", "/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 s’lexohet dot nga PHP-ja, çka shkëshillohet me forcë, për arsye sigurie. Më tepër të dhëna mund të gjenden te <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">dokumentimi</a> ynë.", "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." : "Po xhironi PHP {version}. Ju nxisim të përmirësoni versionin e PHP-së që të përfitoni <a target=\"_blank\" rel=\"noreferrer\" href=\"{phpLink}\">nga përditësimet e punimit dhe sigurisë të ofruara PHP Group</a>, sapo të mbulohet nga shpërndarja juaj.", + "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>." : "Formësimi për krye ndërmjetësi prapësor është i pasaktë, ose jeni duke hyrë në ownCloud prej një ndërmjetësi të besuar. Nëse s’jeni duke hyrë në ownCloud prej një ndërmjetësi të besuar, ky është një problem sigurie dhe mund t’i lejojë një agresori të maskojë adresën e vet IP si një të pranueshme nga ownCloud-i. Të dhëna të mëtejshme mund të gjeni te <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">dokumentimi</a> ynë.", "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 është formësuar si fshehtinë e shpërndarë, por është instaluar moduli i gabuar PHP \"memcache\". \\OC\\Memcache\\Memcached mbulon vetëm \"memcached\" dhe jo \"memcache\". Shihni <a target=\"_blank\" rel=\"noreferrer\" href=\"{wikiLink}\">wiki-n mbi memcached rreth të dy moduleve</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>)" : "Disa kartela s’e kaluan dot kontrollin e pacenueshmërisë. Më tepër të dhëna se si të zgjidhet ky problem mund të gjeni te <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">dokumentimi</a> ynë. (<a href=\"{codeIntegrityDownloadEndpoint}\">Listë e kartelave të pavlefshme…</a> / <a href=\"{rescanEndpoint}\">Rikontrollojini…</a>)", "Error occurred while checking server setup" : "Ndodhi një gabim gjatë kontrollit të rregullimit të shërbyesit", @@ -167,7 +178,7 @@ OC.L10N.register( "Share details could not be loaded for this item." : "Për këtë objekt s’u ngarkuan dot hollësi ndarjeje.", "No users or groups found for {search}" : "S’u gjetën përdorues ose grupe për {search}", "No users found for {search}" : "S’u gjet përdorues për {search}", - "An error occured. Please try again" : "Ndodhi një gabim. Ju lutemi, riprovoni", + "An error occurred. Please try again" : "Ndodhi një gabim. Ju lutemi, riprovoni", "{sharee} (group)" : "{sharee} (grup)", "{sharee} (at {server})" : "{sharee} (në {server})", "{sharee} (remote)" : "{sharee} (i largët)", @@ -200,7 +211,7 @@ OC.L10N.register( "Hello {name}" : "Tungjatjeta {name}", "_download %n file_::_download %n files_" : ["shkarko %n kartelë","shkarko %n kartela"], "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "Përmirësimi po kryhet, braktisja e kësaj faqeje mund ta ndërpresë procesin në disa mjedise.", - "Updating {productName} to version {version}, this may take a while." : "Po përditësohet {productName} me versionin {version}, kjo mund të zgjasë pak.", + "Updating to {version}" : "Po përditësohet me {version}", "An error occurred." : "Ndodhi një gabim.", "Please reload the page." : "Ju lutemi, ringarkoni faqen.", "The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Përditësimi qe i pasuksesshëm. Për më tepër të dhëna <a href=\"{url}\">shihni postimin te forumi ynë</a> lidhur me këtë çështje.", @@ -215,13 +226,6 @@ OC.L10N.register( "Apps" : "Aplikacione", "Admin" : "Admin", "Help" : "Ndihmë", - "Error loading tags" : "Gabim gjatë ngarkimit të etiketave", - "Tag already exists" : "Etiketa ekziston", - "Error deleting tag(s)" : "Gabim gjatë fshirjes së etiketës(ave)", - "Error tagging" : "Gabim etiketimi", - "Error untagging" : "Gabim në heqjen e etiketës", - "Error favoriting" : "Gabim në ruajtjen si të parapëlqyer", - "Error unfavoriting" : "Gabim në heqjen nga të parapëlqyerat", "Access forbidden" : "Ndalohet hyrja", "File not found" : "S’u gjet kartelë", "The specified document has not been found on the server." : "Dokumenti i përcaktuar s’u gjet në shërbyes.", @@ -272,7 +276,7 @@ OC.L10N.register( "Search" : "Kërko", "Server side authentication failed!" : "Mirëfilltësimi më anë të shërbyesit dështoi!", "Please contact your administrator." : "Ju lutemi, lidhuni me përgjegjësin tuaj.", - "An internal error occured." : "Ndodhi një gabim i brendshëm.", + "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.", "Log in" : "Hyni", "Wrong password. Reset it?" : "Fjalëkalim i gabuar. Të ricaktohet?", @@ -299,6 +303,7 @@ OC.L10N.register( "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Ju lutemi, para se të vazhdoni më tej, sigurohuni që baza e të dhënave, dosja e formësimeve dhe dosja e të dhënave janë kopjeruajtur.", "Start update" : "Fillo përditësimin", "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Për të shmangur çaste bllokimi pune me instalime të mëdha, mundeni të ekzekutoni urdhrin vijues që nga drejtoria juaj e instalimit:", + "Detailed logs" : "Regjistrime të hollësishme", "This %s instance is currently in maintenance mode, which may take a while." : "Kjo instancë %s hëpërhë gjendet nën mënyrën mirëmbajtje, çka mund të zgjasë ca.", "This page will refresh itself when the %s instance is available again." : "Kjo faqe do të rifreskohet vetiu, sapo instanca %s të jetë sërish gati." }, diff --git a/core/l10n/sq.json b/core/l10n/sq.json index 5ed2a3d6c0f..bb54e12752d 100644 --- a/core/l10n/sq.json +++ b/core/l10n/sq.json @@ -1,6 +1,32 @@ { "translations": { + "Please select a file." : "Ju lutemi, përzgjidhni një kartelë.", + "File is too big" : "Kartela është shumë e madhe", + "Invalid file provided" : "U dha kartelë e pavlefshme", + "No image or file provided" : "S’u dha figurë apo kartelë", + "Unknown filetype" : "Lloj i panjohur kartele", + "Invalid image" : "Figurë e pavlefshme", + "An error occurred. Please contact your admin." : "Ndodhi një gabim. Ju lutemi, lidhuni me përgjegjësin tuaj.", + "No temporary profile picture available, try again" : "S’ka gati foto të përkohshme profili, riprovoni", + "No crop data provided" : "S’u dhanë të dhëna qethjeje", + "No valid crop data provided" : "S’u dhanë të dhëna qethjeje të vlefshme", + "Crop is not square" : "Qethja s’është katrore", + "Couldn't reset password because the token is invalid" : "S’u ricaktua dot fjalëkalimi, ngaqë token-i është i pavlefshëm", + "Couldn't reset password because the token is expired" : "S’u ricaktua dot fjalëkalimi, ngaqë token-i ka skaduar", + "Couldn't send reset email. Please make sure your username is correct." : "S’u dërgua dot email ricaktimi. Ju lutemi, sigurohuni që emri juaj i përdoruesit është i saktë.", + "Could not send reset email because there is no email address for this username. Please contact your administrator." : "S’u dërgua dot email ricaktimi, ngaqë s’ka adresë email për këtë përdoruesi. Ju lutemi, lidhuni me përgjegjësin tuaj.", + "%s password reset" : "U ricaktua fjalëkalimi për %s", + "Couldn't send reset email. Please contact your administrator." : "S’u dërgua dot email-i i ricaktimit. Ju lutemi, lidhuni me përgjegjësin tuaj.", + "Error loading tags" : "Gabim gjatë ngarkimit të etiketave", + "Tag already exists" : "Etiketa ekziston", + "Error deleting tag(s)" : "Gabim gjatë fshirjes së etiketës(ave)", + "Error tagging" : "Gabim etiketimi", + "Error untagging" : "Gabim në heqjen e etiketës", + "Error favoriting" : "Gabim në ruajtjen si të parapëlqyer", + "Error unfavoriting" : "Gabim në heqjen nga të parapëlqyerat", "Couldn't send mail to following users: %s " : "S’u dërgua dot e-mail përdoruesve vijues: %s ", "Preparing update" : "Po përgatitet përditësimi", + "[%d / %d]: %s" : "[%d / %d]: %s", + "[%d / %d]: Checking table %s" : "[%d / %d]: Po kontrollohet tabela %s", "Turned on maintenance mode" : "Mënyra e mirëmbajtjes u aktivizua", "Turned off maintenance mode" : "Mënyra e mirëmbajtjes u çaktivizua", "Maintenance mode is kept active" : "Mënyra mirëmbajtje është mbajtur e aktivizuar", @@ -22,23 +48,6 @@ "%s (incompatible)" : "%s (e papërputhshme)", "Following apps have been disabled: %s" : "Janë çaktivizuar aplikacionet vijuese : %s", "Already up to date" : "Tashmë e përditësuar", - "Please select a file." : "Ju lutemi, përzgjidhni një kartelë.", - "File is too big" : "Kartela është shumë e madhe", - "Invalid file provided" : "U dha kartelë e pavlefshme", - "No image or file provided" : "S’u dha figurë apo kartelë", - "Unknown filetype" : "Lloj i panjohur kartele", - "Invalid image" : "Figurë e pavlefshme", - "An error occurred. Please contact your admin." : "Ndodhi një gabim. Ju lutemi, lidhuni me përgjegjësin tuaj.", - "No temporary profile picture available, try again" : "S’ka gati foto të përkohshme profili, riprovoni", - "No crop data provided" : "S’u dhanë të dhëna qethjeje", - "No valid crop data provided" : "S’u dhanë të dhëna qethjeje të vlefshme", - "Crop is not square" : "Qethja s’është katrore", - "Couldn't reset password because the token is invalid" : "S’u ricaktua dot fjalëkalimi, ngaqë token-i është i pavlefshëm", - "Couldn't reset password because the token is expired" : "S’u ricaktua dot fjalëkalimi, ngaqë token-i ka skaduar", - "Couldn't send reset email. Please make sure your username is correct." : "S’u dërgua dot email ricaktimi. Ju lutemi, sigurohuni që emri juaj i përdoruesit është i saktë.", - "Could not send reset email because there is no email address for this username. Please contact your administrator." : "S’u dërgua dot email ricaktimi, ngaqë s’ka adresë email për këtë përdoruesi. Ju lutemi, lidhuni me përgjegjësin tuaj.", - "%s password reset" : "U ricaktua fjalëkalimi për %s", - "Couldn't send reset email. Please contact your administrator." : "S’u dërgua dot email-i i ricaktimit. Ju lutemi, lidhuni me përgjegjësin tuaj.", "Sunday" : "E dielë", "Monday" : "E hënë", "Tuesday" : "E martë", @@ -117,10 +126,12 @@ "Good password" : "Fjalëkalim i mirë", "Strong password" : "Fjalëkalim i fortë", "Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "Shërbyesi juaj web ende s’është rregulluar për të lejuar njëkohësim kartelash, ngaqë ndërfaqja WebDAV duket se është e dëmtuar.", + "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>." : "Shërbyesi juaj s’është rregulluar si duhet për të kuptuar \"{url}\". Të dhëna të mëtejshme mund të gjenden te <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">dokumentimi</a> ynë.", "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." : "Ky shërbyes nuk ka lidhje Internet që funksionon. Kjo do të thotë që disa prej veçorive, të tilla si montimi i depozitave të jashtme, njoftimet mbi përditësime apo instalim aplikacionesh nga palë të treta, s’do të funksionojnë. Edhe hyrja në kartela së largëti, apo dërgimi i email-eve për njoftime mund të mos funksionojnë. Këshillojmë të aktivizoni për këtë shërbyes lidhjen në Internet, nëse doni t’i keni krejt këto veçori.", "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>." : "S’ka të formësuar fshehtinë kujtese. Që të përmirësoni punimin, ju lutemi formësoni një të tillë, në pastë. Më tepër të dhëna mund të gjeni te <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">dokumentimi</a> ynë.", "/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 s’lexohet dot nga PHP-ja, çka shkëshillohet me forcë, për arsye sigurie. Më tepër të dhëna mund të gjenden te <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">dokumentimi</a> ynë.", "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." : "Po xhironi PHP {version}. Ju nxisim të përmirësoni versionin e PHP-së që të përfitoni <a target=\"_blank\" rel=\"noreferrer\" href=\"{phpLink}\">nga përditësimet e punimit dhe sigurisë të ofruara PHP Group</a>, sapo të mbulohet nga shpërndarja juaj.", + "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>." : "Formësimi për krye ndërmjetësi prapësor është i pasaktë, ose jeni duke hyrë në ownCloud prej një ndërmjetësi të besuar. Nëse s’jeni duke hyrë në ownCloud prej një ndërmjetësi të besuar, ky është një problem sigurie dhe mund t’i lejojë një agresori të maskojë adresën e vet IP si një të pranueshme nga ownCloud-i. Të dhëna të mëtejshme mund të gjeni te <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">dokumentimi</a> ynë.", "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 është formësuar si fshehtinë e shpërndarë, por është instaluar moduli i gabuar PHP \"memcache\". \\OC\\Memcache\\Memcached mbulon vetëm \"memcached\" dhe jo \"memcache\". Shihni <a target=\"_blank\" rel=\"noreferrer\" href=\"{wikiLink}\">wiki-n mbi memcached rreth të dy moduleve</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>)" : "Disa kartela s’e kaluan dot kontrollin e pacenueshmërisë. Më tepër të dhëna se si të zgjidhet ky problem mund të gjeni te <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">dokumentimi</a> ynë. (<a href=\"{codeIntegrityDownloadEndpoint}\">Listë e kartelave të pavlefshme…</a> / <a href=\"{rescanEndpoint}\">Rikontrollojini…</a>)", "Error occurred while checking server setup" : "Ndodhi një gabim gjatë kontrollit të rregullimit të shërbyesit", @@ -165,7 +176,7 @@ "Share details could not be loaded for this item." : "Për këtë objekt s’u ngarkuan dot hollësi ndarjeje.", "No users or groups found for {search}" : "S’u gjetën përdorues ose grupe për {search}", "No users found for {search}" : "S’u gjet përdorues për {search}", - "An error occured. Please try again" : "Ndodhi një gabim. Ju lutemi, riprovoni", + "An error occurred. Please try again" : "Ndodhi një gabim. Ju lutemi, riprovoni", "{sharee} (group)" : "{sharee} (grup)", "{sharee} (at {server})" : "{sharee} (në {server})", "{sharee} (remote)" : "{sharee} (i largët)", @@ -198,7 +209,7 @@ "Hello {name}" : "Tungjatjeta {name}", "_download %n file_::_download %n files_" : ["shkarko %n kartelë","shkarko %n kartela"], "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "Përmirësimi po kryhet, braktisja e kësaj faqeje mund ta ndërpresë procesin në disa mjedise.", - "Updating {productName} to version {version}, this may take a while." : "Po përditësohet {productName} me versionin {version}, kjo mund të zgjasë pak.", + "Updating to {version}" : "Po përditësohet me {version}", "An error occurred." : "Ndodhi një gabim.", "Please reload the page." : "Ju lutemi, ringarkoni faqen.", "The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Përditësimi qe i pasuksesshëm. Për më tepër të dhëna <a href=\"{url}\">shihni postimin te forumi ynë</a> lidhur me këtë çështje.", @@ -213,13 +224,6 @@ "Apps" : "Aplikacione", "Admin" : "Admin", "Help" : "Ndihmë", - "Error loading tags" : "Gabim gjatë ngarkimit të etiketave", - "Tag already exists" : "Etiketa ekziston", - "Error deleting tag(s)" : "Gabim gjatë fshirjes së etiketës(ave)", - "Error tagging" : "Gabim etiketimi", - "Error untagging" : "Gabim në heqjen e etiketës", - "Error favoriting" : "Gabim në ruajtjen si të parapëlqyer", - "Error unfavoriting" : "Gabim në heqjen nga të parapëlqyerat", "Access forbidden" : "Ndalohet hyrja", "File not found" : "S’u gjet kartelë", "The specified document has not been found on the server." : "Dokumenti i përcaktuar s’u gjet në shërbyes.", @@ -270,7 +274,7 @@ "Search" : "Kërko", "Server side authentication failed!" : "Mirëfilltësimi më anë të shërbyesit dështoi!", "Please contact your administrator." : "Ju lutemi, lidhuni me përgjegjësin tuaj.", - "An internal error occured." : "Ndodhi një gabim i brendshëm.", + "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.", "Log in" : "Hyni", "Wrong password. Reset it?" : "Fjalëkalim i gabuar. Të ricaktohet?", @@ -297,6 +301,7 @@ "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Ju lutemi, para se të vazhdoni më tej, sigurohuni që baza e të dhënave, dosja e formësimeve dhe dosja e të dhënave janë kopjeruajtur.", "Start update" : "Fillo përditësimin", "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Për të shmangur çaste bllokimi pune me instalime të mëdha, mundeni të ekzekutoni urdhrin vijues që nga drejtoria juaj e instalimit:", + "Detailed logs" : "Regjistrime të hollësishme", "This %s instance is currently in maintenance mode, which may take a while." : "Kjo instancë %s hëpërhë gjendet nën mënyrën mirëmbajtje, çka mund të zgjasë ca.", "This page will refresh itself when the %s instance is available again." : "Kjo faqe do të rifreskohet vetiu, sapo instanca %s të jetë sërish gati." },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/core/l10n/sr.js b/core/l10n/sr.js index 76f5e00a890..b1e2b04eb70 100644 --- a/core/l10n/sr.js +++ b/core/l10n/sr.js @@ -1,18 +1,6 @@ OC.L10N.register( "core", { - "Couldn't send mail to following users: %s " : "Не могу да пошаљем е-пошту следећим корисницима: %s ", - "Preparing update" : "Припремам надоградњу", - "Turned on maintenance mode" : "Режим одржавања укључен", - "Turned off maintenance mode" : "Режим одржавања искључен", - "Maintenance mode is kept active" : "Режим одржавања се држи активним", - "Updated database" : "База података ажурирана", - "Checked database schema update" : "Ажурирање шеме базе података, проверено", - "Checked database schema update for apps" : "Ажурирање шеме базе података за апликације, проверено", - "Updated \"%s\" to %s" : "„%s“ ажириран на %s", - "Repair warning: " : "Упозорење о поправци :", - "Repair error: " : "Грешка поправке:", - "Following apps have been disabled: %s" : "Следеће апликације су искључене: %s", "File is too big" : "Фајл је превелик", "Invalid file provided" : "Понуђени фајл је неисправан", "No image or file provided" : "Није дата ни слика ни фајл", @@ -26,6 +14,25 @@ OC.L10N.register( "Couldn't send reset email. Please make sure your username is correct." : "Не могу да пошаљем поруку за ресетовање лозинке. Проверите да ли је корисничко име исправно.", "%s password reset" : "%s лозинка ресетована", "Couldn't send reset email. Please contact your administrator." : "Не могу да пошаљем е-пошту за ресетовање лозинке. Контактирајте администратора.", + "Error loading tags" : "Грешка при учитавању ознака", + "Tag already exists" : "Ознака већ постоји", + "Error deleting tag(s)" : "Грешка при брисању ознака", + "Error tagging" : "Грешка означавања", + "Error untagging" : "Грешка при скидању ознака", + "Error favoriting" : "Грешка при постављању омиљеног", + "Error unfavoriting" : "Грешка при укидању омиљеног", + "Couldn't send mail to following users: %s " : "Не могу да пошаљем е-пошту следећим корисницима: %s ", + "Preparing update" : "Припремам надоградњу", + "Turned on maintenance mode" : "Режим одржавања укључен", + "Turned off maintenance mode" : "Режим одржавања искључен", + "Maintenance mode is kept active" : "Режим одржавања се држи активним", + "Updated database" : "База података ажурирана", + "Checked database schema update" : "Ажурирање шеме базе података, проверено", + "Checked database schema update for apps" : "Ажурирање шеме базе података за апликације, проверено", + "Updated \"%s\" to %s" : "„%s“ ажириран на %s", + "Repair warning: " : "Упозорење о поправци :", + "Repair error: " : "Грешка поправке:", + "Following apps have been disabled: %s" : "Следеће апликације су искључене: %s", "Sunday" : "недеља", "Monday" : "понедељак", "Tuesday" : "уторак", @@ -140,7 +147,6 @@ OC.L10N.register( "change" : "измени", "delete" : "обриши", "access control" : "права приступа", - "An error occured. Please try again" : "Дошло је до грешке. Покушајте поново", "Share" : "Дели", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Поделите са људима у другим облацима користећи синтаксу корисничкоиме@сервер.com/owncloud", "Warning" : "Упозорење", @@ -158,7 +164,6 @@ OC.L10N.register( "Hello {name}, the weather is {weather}" : "Здраво {name}, време је {weather}", "Hello {name}" : "Здраво {name}", "_download %n file_::_download %n files_" : ["преузми %n фајл","преузми %n фајла","преузми %n фајлова"], - "Updating {productName} to version {version}, this may take a while." : "Надограђујем {productName} на издање {version}. Ово би могло да потраје.", "Please reload the page." : "Поново учитајте страницу.", "The update was unsuccessful. " : "Ажурирање није успело.", "The update was successful. There were warnings." : "Ажурирање је успело. Било је упозорења.", @@ -169,13 +174,6 @@ OC.L10N.register( "Apps" : "Апликације", "Admin" : "Администрација", "Help" : "Помоћ", - "Error loading tags" : "Грешка при учитавању ознака", - "Tag already exists" : "Ознака већ постоји", - "Error deleting tag(s)" : "Грешка при брисању ознака", - "Error tagging" : "Грешка означавања", - "Error untagging" : "Грешка при скидању ознака", - "Error favoriting" : "Грешка при постављању омиљеног", - "Error unfavoriting" : "Грешка при укидању омиљеног", "Access forbidden" : "Забрањен приступ", "File not found" : "Фајл није нађен", "The specified document has not been found on the server." : "Наведени документ није нађен на серверу.", @@ -225,7 +223,6 @@ OC.L10N.register( "Search" : "Претражи", "Server side authentication failed!" : "Аутентификација на серверу није успела!", "Please contact your administrator." : "Контактирајте вашег администратора.", - "An internal error occured." : "Дошло је до интерне грешке.", "Please try again or contact your administrator." : "Покушајте поново или контактирајте вашег администратора.", "Log in" : "Пријава", "Alternative Logins" : "Алтернативне пријаве", diff --git a/core/l10n/sr.json b/core/l10n/sr.json index cc1b50d87f8..ea6f268253c 100644 --- a/core/l10n/sr.json +++ b/core/l10n/sr.json @@ -1,16 +1,4 @@ { "translations": { - "Couldn't send mail to following users: %s " : "Не могу да пошаљем е-пошту следећим корисницима: %s ", - "Preparing update" : "Припремам надоградњу", - "Turned on maintenance mode" : "Режим одржавања укључен", - "Turned off maintenance mode" : "Режим одржавања искључен", - "Maintenance mode is kept active" : "Режим одржавања се држи активним", - "Updated database" : "База података ажурирана", - "Checked database schema update" : "Ажурирање шеме базе података, проверено", - "Checked database schema update for apps" : "Ажурирање шеме базе података за апликације, проверено", - "Updated \"%s\" to %s" : "„%s“ ажириран на %s", - "Repair warning: " : "Упозорење о поправци :", - "Repair error: " : "Грешка поправке:", - "Following apps have been disabled: %s" : "Следеће апликације су искључене: %s", "File is too big" : "Фајл је превелик", "Invalid file provided" : "Понуђени фајл је неисправан", "No image or file provided" : "Није дата ни слика ни фајл", @@ -24,6 +12,25 @@ "Couldn't send reset email. Please make sure your username is correct." : "Не могу да пошаљем поруку за ресетовање лозинке. Проверите да ли је корисничко име исправно.", "%s password reset" : "%s лозинка ресетована", "Couldn't send reset email. Please contact your administrator." : "Не могу да пошаљем е-пошту за ресетовање лозинке. Контактирајте администратора.", + "Error loading tags" : "Грешка при учитавању ознака", + "Tag already exists" : "Ознака већ постоји", + "Error deleting tag(s)" : "Грешка при брисању ознака", + "Error tagging" : "Грешка означавања", + "Error untagging" : "Грешка при скидању ознака", + "Error favoriting" : "Грешка при постављању омиљеног", + "Error unfavoriting" : "Грешка при укидању омиљеног", + "Couldn't send mail to following users: %s " : "Не могу да пошаљем е-пошту следећим корисницима: %s ", + "Preparing update" : "Припремам надоградњу", + "Turned on maintenance mode" : "Режим одржавања укључен", + "Turned off maintenance mode" : "Режим одржавања искључен", + "Maintenance mode is kept active" : "Режим одржавања се држи активним", + "Updated database" : "База података ажурирана", + "Checked database schema update" : "Ажурирање шеме базе података, проверено", + "Checked database schema update for apps" : "Ажурирање шеме базе података за апликације, проверено", + "Updated \"%s\" to %s" : "„%s“ ажириран на %s", + "Repair warning: " : "Упозорење о поправци :", + "Repair error: " : "Грешка поправке:", + "Following apps have been disabled: %s" : "Следеће апликације су искључене: %s", "Sunday" : "недеља", "Monday" : "понедељак", "Tuesday" : "уторак", @@ -138,7 +145,6 @@ "change" : "измени", "delete" : "обриши", "access control" : "права приступа", - "An error occured. Please try again" : "Дошло је до грешке. Покушајте поново", "Share" : "Дели", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Поделите са људима у другим облацима користећи синтаксу корисничкоиме@сервер.com/owncloud", "Warning" : "Упозорење", @@ -156,7 +162,6 @@ "Hello {name}, the weather is {weather}" : "Здраво {name}, време је {weather}", "Hello {name}" : "Здраво {name}", "_download %n file_::_download %n files_" : ["преузми %n фајл","преузми %n фајла","преузми %n фајлова"], - "Updating {productName} to version {version}, this may take a while." : "Надограђујем {productName} на издање {version}. Ово би могло да потраје.", "Please reload the page." : "Поново учитајте страницу.", "The update was unsuccessful. " : "Ажурирање није успело.", "The update was successful. There were warnings." : "Ажурирање је успело. Било је упозорења.", @@ -167,13 +172,6 @@ "Apps" : "Апликације", "Admin" : "Администрација", "Help" : "Помоћ", - "Error loading tags" : "Грешка при учитавању ознака", - "Tag already exists" : "Ознака већ постоји", - "Error deleting tag(s)" : "Грешка при брисању ознака", - "Error tagging" : "Грешка означавања", - "Error untagging" : "Грешка при скидању ознака", - "Error favoriting" : "Грешка при постављању омиљеног", - "Error unfavoriting" : "Грешка при укидању омиљеног", "Access forbidden" : "Забрањен приступ", "File not found" : "Фајл није нађен", "The specified document has not been found on the server." : "Наведени документ није нађен на серверу.", @@ -223,7 +221,6 @@ "Search" : "Претражи", "Server side authentication failed!" : "Аутентификација на серверу није успела!", "Please contact your administrator." : "Контактирајте вашег администратора.", - "An internal error occured." : "Дошло је до интерне грешке.", "Please try again or contact your administrator." : "Покушајте поново или контактирајте вашег администратора.", "Log in" : "Пријава", "Alternative Logins" : "Алтернативне пријаве", diff --git a/core/l10n/sr@latin.js b/core/l10n/sr@latin.js index eaa2fdb1dac..c051d537abe 100644 --- a/core/l10n/sr@latin.js +++ b/core/l10n/sr@latin.js @@ -1,13 +1,6 @@ OC.L10N.register( "core", { - "Couldn't send mail to following users: %s " : "Nije bilo moguće poslati e-mail sledećim korisnicima: %s", - "Turned on maintenance mode" : "Uključen je režim za održavanje", - "Turned off maintenance mode" : "Isključen je režim za održavanje", - "Updated database" : "Osvežena je baza podataka", - "Checked database schema update" : "Provereno je osvežavanje šema baze podataka", - "Checked database schema update for apps" : "Provereno je osvežavanje šema baze podataka za aplikacije", - "Updated \"%s\" to %s" : "Osveženo je \"%s\" na \"%s\"", "No image or file provided" : "Nije data slika ili fajl", "Unknown filetype" : "Nepoznat tip fajla", "Invalid image" : "Neispravna slika", @@ -17,6 +10,20 @@ OC.L10N.register( "Couldn't send reset email. Please make sure your username is correct." : "Nije bilo moguće poslati Email za ponovno postavljanje. Molimo Vas da proverite da li je Vaše korisničko ime ispravno.", "%s password reset" : "%s lozinka ponovo postavljena", "Couldn't send reset email. Please contact your administrator." : "Nemoguće slanje e-mail-a za ponovno postavljanje lozinke. Molimo Vas kontaktirajte Vašeg administratora", + "Error loading tags" : "Greška pri učitavanju oznaka", + "Tag already exists" : "Oznaka već postoji", + "Error deleting tag(s)" : "Greška pri brisanju oznaka", + "Error tagging" : "Greška pri postavljanju oznake", + "Error untagging" : "Greška pri uklanjanju oznake", + "Error favoriting" : "Greška pri dodavanju omiljenog", + "Error unfavoriting" : "Greška pri uklanjanju omiljenog", + "Couldn't send mail to following users: %s " : "Nije bilo moguće poslati e-mail sledećim korisnicima: %s", + "Turned on maintenance mode" : "Uključen je režim za održavanje", + "Turned off maintenance mode" : "Isključen je režim za održavanje", + "Updated database" : "Osvežena je baza podataka", + "Checked database schema update" : "Provereno je osvežavanje šema baze podataka", + "Checked database schema update for apps" : "Provereno je osvežavanje šema baze podataka za aplikacije", + "Updated \"%s\" to %s" : "Osveženo je \"%s\" na \"%s\"", "Sunday" : "Nedelja", "Monday" : "Ponedeljak", "Tuesday" : "Utorak", @@ -134,7 +141,6 @@ OC.L10N.register( "sunny" : "sunčano", "Hello {name}, the weather is {weather}" : "Zdravo {name}, vreme je {weather}", "_download %n file_::_download %n files_" : ["Preuzmi %n fajl","Preuzmi %n fajlova","Preuzmi %n fajlova"], - "Updating {productName} to version {version}, this may take a while." : "Osvežavam {productName} na verziju {version}, ovo može potrajati.", "Please reload the page." : "Molimo, ponovo učitajte stranu.", "The update was unsuccessful. " : "Osvežavanje je uspelo.", "The update was successful. Redirecting you to ownCloud now." : "Ažuriranje je uspelo. Prosleđivanje na ownCloud.", @@ -143,13 +149,6 @@ OC.L10N.register( "Apps" : "Programi", "Admin" : "Adninistracija", "Help" : "Pomoć", - "Error loading tags" : "Greška pri učitavanju oznaka", - "Tag already exists" : "Oznaka već postoji", - "Error deleting tag(s)" : "Greška pri brisanju oznaka", - "Error tagging" : "Greška pri postavljanju oznake", - "Error untagging" : "Greška pri uklanjanju oznake", - "Error favoriting" : "Greška pri dodavanju omiljenog", - "Error unfavoriting" : "Greška pri uklanjanju omiljenog", "Access forbidden" : "Pristup zabranjen", "File not found" : "Fajl nije nađen", "The specified document has not been found on the server." : "Traženi dokument nije nađen na serveru.", diff --git a/core/l10n/sr@latin.json b/core/l10n/sr@latin.json index b70c55096bc..bd9dd18bbe7 100644 --- a/core/l10n/sr@latin.json +++ b/core/l10n/sr@latin.json @@ -1,11 +1,4 @@ { "translations": { - "Couldn't send mail to following users: %s " : "Nije bilo moguće poslati e-mail sledećim korisnicima: %s", - "Turned on maintenance mode" : "Uključen je režim za održavanje", - "Turned off maintenance mode" : "Isključen je režim za održavanje", - "Updated database" : "Osvežena je baza podataka", - "Checked database schema update" : "Provereno je osvežavanje šema baze podataka", - "Checked database schema update for apps" : "Provereno je osvežavanje šema baze podataka za aplikacije", - "Updated \"%s\" to %s" : "Osveženo je \"%s\" na \"%s\"", "No image or file provided" : "Nije data slika ili fajl", "Unknown filetype" : "Nepoznat tip fajla", "Invalid image" : "Neispravna slika", @@ -15,6 +8,20 @@ "Couldn't send reset email. Please make sure your username is correct." : "Nije bilo moguće poslati Email za ponovno postavljanje. Molimo Vas da proverite da li je Vaše korisničko ime ispravno.", "%s password reset" : "%s lozinka ponovo postavljena", "Couldn't send reset email. Please contact your administrator." : "Nemoguće slanje e-mail-a za ponovno postavljanje lozinke. Molimo Vas kontaktirajte Vašeg administratora", + "Error loading tags" : "Greška pri učitavanju oznaka", + "Tag already exists" : "Oznaka već postoji", + "Error deleting tag(s)" : "Greška pri brisanju oznaka", + "Error tagging" : "Greška pri postavljanju oznake", + "Error untagging" : "Greška pri uklanjanju oznake", + "Error favoriting" : "Greška pri dodavanju omiljenog", + "Error unfavoriting" : "Greška pri uklanjanju omiljenog", + "Couldn't send mail to following users: %s " : "Nije bilo moguće poslati e-mail sledećim korisnicima: %s", + "Turned on maintenance mode" : "Uključen je režim za održavanje", + "Turned off maintenance mode" : "Isključen je režim za održavanje", + "Updated database" : "Osvežena je baza podataka", + "Checked database schema update" : "Provereno je osvežavanje šema baze podataka", + "Checked database schema update for apps" : "Provereno je osvežavanje šema baze podataka za aplikacije", + "Updated \"%s\" to %s" : "Osveženo je \"%s\" na \"%s\"", "Sunday" : "Nedelja", "Monday" : "Ponedeljak", "Tuesday" : "Utorak", @@ -132,7 +139,6 @@ "sunny" : "sunčano", "Hello {name}, the weather is {weather}" : "Zdravo {name}, vreme je {weather}", "_download %n file_::_download %n files_" : ["Preuzmi %n fajl","Preuzmi %n fajlova","Preuzmi %n fajlova"], - "Updating {productName} to version {version}, this may take a while." : "Osvežavam {productName} na verziju {version}, ovo može potrajati.", "Please reload the page." : "Molimo, ponovo učitajte stranu.", "The update was unsuccessful. " : "Osvežavanje je uspelo.", "The update was successful. Redirecting you to ownCloud now." : "Ažuriranje je uspelo. Prosleđivanje na ownCloud.", @@ -141,13 +147,6 @@ "Apps" : "Programi", "Admin" : "Adninistracija", "Help" : "Pomoć", - "Error loading tags" : "Greška pri učitavanju oznaka", - "Tag already exists" : "Oznaka već postoji", - "Error deleting tag(s)" : "Greška pri brisanju oznaka", - "Error tagging" : "Greška pri postavljanju oznake", - "Error untagging" : "Greška pri uklanjanju oznake", - "Error favoriting" : "Greška pri dodavanju omiljenog", - "Error unfavoriting" : "Greška pri uklanjanju omiljenog", "Access forbidden" : "Pristup zabranjen", "File not found" : "Fajl nije nađen", "The specified document has not been found on the server." : "Traženi dokument nije nađen na serveru.", diff --git a/core/l10n/sv.js b/core/l10n/sv.js index 6f4fbb9c9e5..457f8ab5710 100644 --- a/core/l10n/sv.js +++ b/core/l10n/sv.js @@ -1,6 +1,30 @@ OC.L10N.register( "core", { + "Please select a file." : "Vänligen välj en fil.", + "File is too big" : "Filen är för stor", + "Invalid file provided" : "En ogiltig fil tillhandahölls", + "No image or file provided" : "Ingen bild eller fil har tillhandahållits", + "Unknown filetype" : "Okänd filtyp", + "Invalid image" : "Ogiltig bild", + "An error occurred. Please contact your admin." : "Ett fel har inträffat. Kontakta din administratör.", + "No temporary profile picture available, try again" : "Ingen temporär profilbild finns tillgänglig, försök igen", + "No crop data provided" : "Ingen beskärdata har angivits", + "No valid crop data provided" : "Ingen giltig beskärningsdata tillhandahölls", + "Crop is not square" : "Beskärning är inte kvadratisk", + "Couldn't reset password because the token is invalid" : "Kunde inte återställa lösenordet på grund av felaktig token", + "Couldn't reset password because the token is expired" : "Lösenord kunde inte återställas eftersom \"token\" har utgått", + "Couldn't send reset email. Please make sure your username is correct." : "Kunde inte skicka återställningsmail. Vänligen kontrollera att ditt användarnamn är korrekt.", + "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Kunde inte skicka återställningsmail eftersom det saknas epost-adress för denna användaren. Kontakta din administratör", + "%s password reset" : "%s återställ lösenord", + "Couldn't send reset email. Please contact your administrator." : "Kunde inte skicka återställningsmail. Vänligen kontakta din administratör.", + "Error loading tags" : "Fel vid inläsning utav taggar", + "Tag already exists" : "Tagg existerar redan", + "Error deleting tag(s)" : "Fel vid borttagning utav tagg(ar)", + "Error tagging" : "Fel vid taggning", + "Error untagging" : "Fel vid avtaggning", + "Error favoriting" : "Fel vid favorisering", + "Error unfavoriting" : "Fel vid avfavorisering ", "Couldn't send mail to following users: %s " : "Gick inte att skicka e-post till följande användare: %s", "Preparing update" : "Förbereder uppdatering", "Turned on maintenance mode" : "Aktiverade underhållsläge", @@ -24,23 +48,6 @@ OC.L10N.register( "%s (incompatible)" : "%s (incompatible)", "Following apps have been disabled: %s" : "Följande appar har inaktiverats: %s", "Already up to date" : "Redan uppdaterad", - "Please select a file." : "Vänligen välj en fil.", - "File is too big" : "Filen är för stor", - "Invalid file provided" : "En ogiltig fil tillhandahölls", - "No image or file provided" : "Ingen bild eller fil har tillhandahållits", - "Unknown filetype" : "Okänd filtyp", - "Invalid image" : "Ogiltig bild", - "An error occurred. Please contact your admin." : "Ett fel har inträffat. Kontakta din administratör.", - "No temporary profile picture available, try again" : "Ingen temporär profilbild finns tillgänglig, försök igen", - "No crop data provided" : "Ingen beskärdata har angivits", - "No valid crop data provided" : "Ingen giltig beskärningsdata tillhandahölls", - "Crop is not square" : "Beskärning är inte kvadratisk", - "Couldn't reset password because the token is invalid" : "Kunde inte återställa lösenordet på grund av felaktig token", - "Couldn't reset password because the token is expired" : "Lösenord kunde inte återställas eftersom \"token\" har utgått", - "Couldn't send reset email. Please make sure your username is correct." : "Kunde inte skicka återställningsmail. Vänligen kontrollera att ditt användarnamn är korrekt.", - "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Kunde inte skicka återställningsmail eftersom det saknas epost-adress för denna användaren. Kontakta din administratör", - "%s password reset" : "%s återställ lösenord", - "Couldn't send reset email. Please contact your administrator." : "Kunde inte skicka återställningsmail. Vänligen kontakta din administratör.", "Sunday" : "Söndag", "Monday" : "Måndag", "Tuesday" : "Tisdag", @@ -169,7 +176,6 @@ OC.L10N.register( "Share details could not be loaded for this item." : "Delningsdetaljer kunde inte laddas för detta objekt.", "No users or groups found for {search}" : "Inga användare eller grupper funna för {search}", "No users found for {search}" : "Inga användare funna för {search}", - "An error occured. Please try again" : "Ett fel uppstod. Var god försök igen", "{sharee} (group)" : "{sharee} (group)", "{sharee} (at {server})" : "{sharee} (at {server})", "{sharee} (remote)" : "{sharee} (remote)", @@ -203,7 +209,6 @@ OC.L10N.register( "new" : "ny", "_download %n file_::_download %n files_" : ["Ladda ner %n fil","Ladda ner %n filer"], "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "Uppgradering pågår, att lämna denna sidan kan störa processen i vissa miljöer", - "Updating {productName} to version {version}, this may take a while." : "Uppdaterar {productName} till version {version}, detta kan ta en stund.", "An error occurred." : "Ett fel inträffade.", "Please reload the page." : "Vänligen ladda om sidan.", "The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Uppdateringen misslyckades. För mer information <a href=\"{url}\">kolla vår forum post</a> angående problemet.", @@ -218,13 +223,6 @@ OC.L10N.register( "Apps" : "Program", "Admin" : "Admin", "Help" : "Hjälp", - "Error loading tags" : "Fel vid inläsning utav taggar", - "Tag already exists" : "Tagg existerar redan", - "Error deleting tag(s)" : "Fel vid borttagning utav tagg(ar)", - "Error tagging" : "Fel vid taggning", - "Error untagging" : "Fel vid avtaggning", - "Error favoriting" : "Fel vid favorisering", - "Error unfavoriting" : "Fel vid avfavorisering ", "Access forbidden" : "Åtkomst förbjuden", "File not found" : "Filen kunde inte hittas", "The specified document has not been found on the server." : "Det angivna dokumentet hittades inte på servern.", @@ -275,7 +273,6 @@ OC.L10N.register( "Search" : "Sök", "Server side authentication failed!" : "Servern misslyckades med autentisering!", "Please contact your administrator." : "Kontakta din administratör.", - "An internal error occured." : "Ett internt fel inträffade.", "Please try again or contact your administrator." : "Vänligen försök igen eller kontakta din administratör.", "Log in" : "Logga in", "Wrong password. Reset it?" : "Fel lösenord. Vill du återställa?", diff --git a/core/l10n/sv.json b/core/l10n/sv.json index adc6a1a82f9..793d419d676 100644 --- a/core/l10n/sv.json +++ b/core/l10n/sv.json @@ -1,4 +1,28 @@ { "translations": { + "Please select a file." : "Vänligen välj en fil.", + "File is too big" : "Filen är för stor", + "Invalid file provided" : "En ogiltig fil tillhandahölls", + "No image or file provided" : "Ingen bild eller fil har tillhandahållits", + "Unknown filetype" : "Okänd filtyp", + "Invalid image" : "Ogiltig bild", + "An error occurred. Please contact your admin." : "Ett fel har inträffat. Kontakta din administratör.", + "No temporary profile picture available, try again" : "Ingen temporär profilbild finns tillgänglig, försök igen", + "No crop data provided" : "Ingen beskärdata har angivits", + "No valid crop data provided" : "Ingen giltig beskärningsdata tillhandahölls", + "Crop is not square" : "Beskärning är inte kvadratisk", + "Couldn't reset password because the token is invalid" : "Kunde inte återställa lösenordet på grund av felaktig token", + "Couldn't reset password because the token is expired" : "Lösenord kunde inte återställas eftersom \"token\" har utgått", + "Couldn't send reset email. Please make sure your username is correct." : "Kunde inte skicka återställningsmail. Vänligen kontrollera att ditt användarnamn är korrekt.", + "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Kunde inte skicka återställningsmail eftersom det saknas epost-adress för denna användaren. Kontakta din administratör", + "%s password reset" : "%s återställ lösenord", + "Couldn't send reset email. Please contact your administrator." : "Kunde inte skicka återställningsmail. Vänligen kontakta din administratör.", + "Error loading tags" : "Fel vid inläsning utav taggar", + "Tag already exists" : "Tagg existerar redan", + "Error deleting tag(s)" : "Fel vid borttagning utav tagg(ar)", + "Error tagging" : "Fel vid taggning", + "Error untagging" : "Fel vid avtaggning", + "Error favoriting" : "Fel vid favorisering", + "Error unfavoriting" : "Fel vid avfavorisering ", "Couldn't send mail to following users: %s " : "Gick inte att skicka e-post till följande användare: %s", "Preparing update" : "Förbereder uppdatering", "Turned on maintenance mode" : "Aktiverade underhållsläge", @@ -22,23 +46,6 @@ "%s (incompatible)" : "%s (incompatible)", "Following apps have been disabled: %s" : "Följande appar har inaktiverats: %s", "Already up to date" : "Redan uppdaterad", - "Please select a file." : "Vänligen välj en fil.", - "File is too big" : "Filen är för stor", - "Invalid file provided" : "En ogiltig fil tillhandahölls", - "No image or file provided" : "Ingen bild eller fil har tillhandahållits", - "Unknown filetype" : "Okänd filtyp", - "Invalid image" : "Ogiltig bild", - "An error occurred. Please contact your admin." : "Ett fel har inträffat. Kontakta din administratör.", - "No temporary profile picture available, try again" : "Ingen temporär profilbild finns tillgänglig, försök igen", - "No crop data provided" : "Ingen beskärdata har angivits", - "No valid crop data provided" : "Ingen giltig beskärningsdata tillhandahölls", - "Crop is not square" : "Beskärning är inte kvadratisk", - "Couldn't reset password because the token is invalid" : "Kunde inte återställa lösenordet på grund av felaktig token", - "Couldn't reset password because the token is expired" : "Lösenord kunde inte återställas eftersom \"token\" har utgått", - "Couldn't send reset email. Please make sure your username is correct." : "Kunde inte skicka återställningsmail. Vänligen kontrollera att ditt användarnamn är korrekt.", - "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Kunde inte skicka återställningsmail eftersom det saknas epost-adress för denna användaren. Kontakta din administratör", - "%s password reset" : "%s återställ lösenord", - "Couldn't send reset email. Please contact your administrator." : "Kunde inte skicka återställningsmail. Vänligen kontakta din administratör.", "Sunday" : "Söndag", "Monday" : "Måndag", "Tuesday" : "Tisdag", @@ -167,7 +174,6 @@ "Share details could not be loaded for this item." : "Delningsdetaljer kunde inte laddas för detta objekt.", "No users or groups found for {search}" : "Inga användare eller grupper funna för {search}", "No users found for {search}" : "Inga användare funna för {search}", - "An error occured. Please try again" : "Ett fel uppstod. Var god försök igen", "{sharee} (group)" : "{sharee} (group)", "{sharee} (at {server})" : "{sharee} (at {server})", "{sharee} (remote)" : "{sharee} (remote)", @@ -201,7 +207,6 @@ "new" : "ny", "_download %n file_::_download %n files_" : ["Ladda ner %n fil","Ladda ner %n filer"], "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "Uppgradering pågår, att lämna denna sidan kan störa processen i vissa miljöer", - "Updating {productName} to version {version}, this may take a while." : "Uppdaterar {productName} till version {version}, detta kan ta en stund.", "An error occurred." : "Ett fel inträffade.", "Please reload the page." : "Vänligen ladda om sidan.", "The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Uppdateringen misslyckades. För mer information <a href=\"{url}\">kolla vår forum post</a> angående problemet.", @@ -216,13 +221,6 @@ "Apps" : "Program", "Admin" : "Admin", "Help" : "Hjälp", - "Error loading tags" : "Fel vid inläsning utav taggar", - "Tag already exists" : "Tagg existerar redan", - "Error deleting tag(s)" : "Fel vid borttagning utav tagg(ar)", - "Error tagging" : "Fel vid taggning", - "Error untagging" : "Fel vid avtaggning", - "Error favoriting" : "Fel vid favorisering", - "Error unfavoriting" : "Fel vid avfavorisering ", "Access forbidden" : "Åtkomst förbjuden", "File not found" : "Filen kunde inte hittas", "The specified document has not been found on the server." : "Det angivna dokumentet hittades inte på servern.", @@ -273,7 +271,6 @@ "Search" : "Sök", "Server side authentication failed!" : "Servern misslyckades med autentisering!", "Please contact your administrator." : "Kontakta din administratör.", - "An internal error occured." : "Ett internt fel inträffade.", "Please try again or contact your administrator." : "Vänligen försök igen eller kontakta din administratör.", "Log in" : "Logga in", "Wrong password. Reset it?" : "Fel lösenord. Vill du återställa?", diff --git a/core/l10n/th_TH.js b/core/l10n/th_TH.js index 49f1bf0fd57..6c8bc90cf4c 100644 --- a/core/l10n/th_TH.js +++ b/core/l10n/th_TH.js @@ -1,6 +1,30 @@ OC.L10N.register( "core", { + "Please select a file." : "กรุณาเลือกแฟ้ม", + "File is too big" : "ไฟล์มีขนาดใหญ่เกินไป", + "Invalid file provided" : "ระบุไฟล์ไม่ถูกต้อง", + "No image or file provided" : "ไม่มีรูปภาพหรือไฟล์ที่ระบุ", + "Unknown filetype" : "ไม่รู้จักชนิดของไฟล์", + "Invalid image" : "รูปภาพไม่ถูกต้อง", + "An error occurred. Please contact your admin." : "เกิดข้อผิดพลาด กรุณาติดต่อผู้ดูแลระบบของคุณ", + "No temporary profile picture available, try again" : "ไม่มีรูปภาพโปรไฟล์ชั่วคราว กรุณาลองใหม่อีกครั้ง", + "No crop data provided" : "ไม่มีการครอบตัดข้อมูลที่ระบุ", + "No valid crop data provided" : "ไม่ได้ระบุข้อมูลการครอบตัดที่ถูกต้อง", + "Crop is not square" : "การครอบตัดไม่เป็นสี่เหลี่ยม", + "Couldn't reset password because the token is invalid" : "ไม่สามารถตั้งรหัสผ่านใหม่เพราะโทเค็นไม่ถูกต้อง", + "Couldn't reset password because the token is expired" : "ไม่สามารถตั้งค่ารหัสผ่านเพราะโทเค็นหมดอายุ", + "Couldn't send reset email. Please make sure your username is correct." : "ไม่สามารถส่งการตั้งค่าอีเมลใหม่ กรุณาตรวจสอบชื่อผู้ใช้ของคุณให้ถูกต้อง", + "Could not send reset email because there is no email address for this username. Please contact your administrator." : "ไม่ควร", + "%s password reset" : "%s ตั้งรหัสผ่านใหม่", + "Couldn't send reset email. Please contact your administrator." : "ไม่สามารถส่งการตั้งค่าอีเมลใหม่ กรุณาติดต่อผู้ดูแลระบบ", + "Error loading tags" : "เกิดข้อผิดพลาดขณะโหลดแท็ก", + "Tag already exists" : "มีแท็กอยู่แล้ว", + "Error deleting tag(s)" : "เกิดข้อผิดพลาดขณะลบแท็ก", + "Error tagging" : "เกิดข้อผิดพลาดขณะติดแท็ก", + "Error untagging" : "เกิดข้อผิดพลาดขณะยกเลิกการติดแท็ก", + "Error favoriting" : "เกิดข้อผิดพลาดขณะเลือกที่ชื่นชอบ", + "Error unfavoriting" : "เกิดข้อผิดพลาดขณะยกเลิกการเลือกที่ชื่นชอบ", "Couldn't send mail to following users: %s " : "ไม่สามารถส่งอีเมลไปยังผู้ใช้: %s", "Preparing update" : "เตรียมอัพเดท", "Turned on maintenance mode" : "เปิดโหมดการบำรุงรักษา", @@ -24,23 +48,6 @@ OC.L10N.register( "%s (incompatible)" : "%s (เข้ากันไม่ได้)", "Following apps have been disabled: %s" : "แอพฯดังต่อไปนี้ถูกปิดการใช้งาน: %s", "Already up to date" : "มีอยู่แล้วถึงวันที่", - "Please select a file." : "กรุณาเลือกแฟ้ม", - "File is too big" : "ไฟล์มีขนาดใหญ่เกินไป", - "Invalid file provided" : "ระบุไฟล์ไม่ถูกต้อง", - "No image or file provided" : "ไม่มีรูปภาพหรือไฟล์ที่ระบุ", - "Unknown filetype" : "ไม่รู้จักชนิดของไฟล์", - "Invalid image" : "รูปภาพไม่ถูกต้อง", - "An error occurred. Please contact your admin." : "เกิดข้อผิดพลาด กรุณาติดต่อผู้ดูแลระบบของคุณ", - "No temporary profile picture available, try again" : "ไม่มีรูปภาพโปรไฟล์ชั่วคราว กรุณาลองใหม่อีกครั้ง", - "No crop data provided" : "ไม่มีการครอบตัดข้อมูลที่ระบุ", - "No valid crop data provided" : "ไม่ได้ระบุข้อมูลการครอบตัดที่ถูกต้อง", - "Crop is not square" : "การครอบตัดไม่เป็นสี่เหลี่ยม", - "Couldn't reset password because the token is invalid" : "ไม่สามารถตั้งรหัสผ่านใหม่เพราะโทเค็นไม่ถูกต้อง", - "Couldn't reset password because the token is expired" : "ไม่สามารถตั้งค่ารหัสผ่านเพราะโทเค็นหมดอายุ", - "Couldn't send reset email. Please make sure your username is correct." : "ไม่สามารถส่งการตั้งค่าอีเมลใหม่ กรุณาตรวจสอบชื่อผู้ใช้ของคุณให้ถูกต้อง", - "Could not send reset email because there is no email address for this username. Please contact your administrator." : "ไม่ควร", - "%s password reset" : "%s ตั้งรหัสผ่านใหม่", - "Couldn't send reset email. Please contact your administrator." : "ไม่สามารถส่งการตั้งค่าอีเมลใหม่ กรุณาติดต่อผู้ดูแลระบบ", "Sunday" : "วันอาทิตย์", "Monday" : "วันจันทร์", "Tuesday" : "วันอังคาร", @@ -159,7 +166,6 @@ OC.L10N.register( "access control" : "ควบคุมการเข้าถึง", "Could not unshare" : "ไม่สามารถยกเลิกการแชร์ได้", "Share details could not be loaded for this item." : "รายละเอียดการแชร์ไม่สามารถโหลดสำหรับรายการนี้", - "An error occured. Please try again" : "เกิดข้อผิดพลาด กรุณาลองอีกครั้ง", "Share" : "แชร์", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "แชร์กับคนใน ownClouds อื่นๆ ที่ใช้ไวยากรณ์ username@example.com/owncloud ", "Error removing share" : "พบข้อผิดพลาดในรายการที่แชร์ออก", @@ -184,7 +190,6 @@ OC.L10N.register( "Hello {name}" : "สวัสดี {name}", "_download %n file_::_download %n files_" : ["ดาวน์โหลด %n ไฟล์"], "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "กำลังดำเนินการอัพเกรด หากออกจากหน้านี้ ณ เวลานี้อาจเกิดปัญหาในภายหลัง", - "Updating {productName} to version {version}, this may take a while." : "กำลังอัพเดท {productName} ไปยังรุ่น {version} อาจใช้เวลาสักครู่", "An error occurred." : "เกิดข้อผิดพลาด", "Please reload the page." : "โปรดโหลดหน้าเว็บใหม่", "The update was unsuccessful. " : "อัพเดทไม่สำเร็จ", @@ -198,13 +203,6 @@ OC.L10N.register( "Apps" : "แอปฯ", "Admin" : "ผู้ดูแล", "Help" : "ช่วยเหลือ", - "Error loading tags" : "เกิดข้อผิดพลาดขณะโหลดแท็ก", - "Tag already exists" : "มีแท็กอยู่แล้ว", - "Error deleting tag(s)" : "เกิดข้อผิดพลาดขณะลบแท็ก", - "Error tagging" : "เกิดข้อผิดพลาดขณะติดแท็ก", - "Error untagging" : "เกิดข้อผิดพลาดขณะยกเลิกการติดแท็ก", - "Error favoriting" : "เกิดข้อผิดพลาดขณะเลือกที่ชื่นชอบ", - "Error unfavoriting" : "เกิดข้อผิดพลาดขณะยกเลิกการเลือกที่ชื่นชอบ", "Access forbidden" : "การเข้าถึงถูกหวงห้าม", "File not found" : "ไม่พบไฟล์", "The specified document has not been found on the server." : "ไม่พบเอกสารที่ระบุบนเซิร์ฟเวอร์", @@ -254,7 +252,6 @@ OC.L10N.register( "Search" : "ค้นหา", "Server side authentication failed!" : "การรับรองความถูกต้องจากเซิร์ฟเวอร์ล้มเหลว!", "Please contact your administrator." : "กรุณาติดต่อผู้ดูแลระบบ", - "An internal error occured." : "เกิดข้อผิดพลาดภายใน", "Please try again or contact your administrator." : "โปรดลองอีกครั้งหรือติดต่อผู้ดูแลระบบ", "Log in" : "เข้าสู่ระบบ", "Wrong password. Reset it?" : "รหัสผ่านผิด ตั้งค่าใหม่?", diff --git a/core/l10n/th_TH.json b/core/l10n/th_TH.json index 6605a715d15..c6d8c230238 100644 --- a/core/l10n/th_TH.json +++ b/core/l10n/th_TH.json @@ -1,4 +1,28 @@ { "translations": { + "Please select a file." : "กรุณาเลือกแฟ้ม", + "File is too big" : "ไฟล์มีขนาดใหญ่เกินไป", + "Invalid file provided" : "ระบุไฟล์ไม่ถูกต้อง", + "No image or file provided" : "ไม่มีรูปภาพหรือไฟล์ที่ระบุ", + "Unknown filetype" : "ไม่รู้จักชนิดของไฟล์", + "Invalid image" : "รูปภาพไม่ถูกต้อง", + "An error occurred. Please contact your admin." : "เกิดข้อผิดพลาด กรุณาติดต่อผู้ดูแลระบบของคุณ", + "No temporary profile picture available, try again" : "ไม่มีรูปภาพโปรไฟล์ชั่วคราว กรุณาลองใหม่อีกครั้ง", + "No crop data provided" : "ไม่มีการครอบตัดข้อมูลที่ระบุ", + "No valid crop data provided" : "ไม่ได้ระบุข้อมูลการครอบตัดที่ถูกต้อง", + "Crop is not square" : "การครอบตัดไม่เป็นสี่เหลี่ยม", + "Couldn't reset password because the token is invalid" : "ไม่สามารถตั้งรหัสผ่านใหม่เพราะโทเค็นไม่ถูกต้อง", + "Couldn't reset password because the token is expired" : "ไม่สามารถตั้งค่ารหัสผ่านเพราะโทเค็นหมดอายุ", + "Couldn't send reset email. Please make sure your username is correct." : "ไม่สามารถส่งการตั้งค่าอีเมลใหม่ กรุณาตรวจสอบชื่อผู้ใช้ของคุณให้ถูกต้อง", + "Could not send reset email because there is no email address for this username. Please contact your administrator." : "ไม่ควร", + "%s password reset" : "%s ตั้งรหัสผ่านใหม่", + "Couldn't send reset email. Please contact your administrator." : "ไม่สามารถส่งการตั้งค่าอีเมลใหม่ กรุณาติดต่อผู้ดูแลระบบ", + "Error loading tags" : "เกิดข้อผิดพลาดขณะโหลดแท็ก", + "Tag already exists" : "มีแท็กอยู่แล้ว", + "Error deleting tag(s)" : "เกิดข้อผิดพลาดขณะลบแท็ก", + "Error tagging" : "เกิดข้อผิดพลาดขณะติดแท็ก", + "Error untagging" : "เกิดข้อผิดพลาดขณะยกเลิกการติดแท็ก", + "Error favoriting" : "เกิดข้อผิดพลาดขณะเลือกที่ชื่นชอบ", + "Error unfavoriting" : "เกิดข้อผิดพลาดขณะยกเลิกการเลือกที่ชื่นชอบ", "Couldn't send mail to following users: %s " : "ไม่สามารถส่งอีเมลไปยังผู้ใช้: %s", "Preparing update" : "เตรียมอัพเดท", "Turned on maintenance mode" : "เปิดโหมดการบำรุงรักษา", @@ -22,23 +46,6 @@ "%s (incompatible)" : "%s (เข้ากันไม่ได้)", "Following apps have been disabled: %s" : "แอพฯดังต่อไปนี้ถูกปิดการใช้งาน: %s", "Already up to date" : "มีอยู่แล้วถึงวันที่", - "Please select a file." : "กรุณาเลือกแฟ้ม", - "File is too big" : "ไฟล์มีขนาดใหญ่เกินไป", - "Invalid file provided" : "ระบุไฟล์ไม่ถูกต้อง", - "No image or file provided" : "ไม่มีรูปภาพหรือไฟล์ที่ระบุ", - "Unknown filetype" : "ไม่รู้จักชนิดของไฟล์", - "Invalid image" : "รูปภาพไม่ถูกต้อง", - "An error occurred. Please contact your admin." : "เกิดข้อผิดพลาด กรุณาติดต่อผู้ดูแลระบบของคุณ", - "No temporary profile picture available, try again" : "ไม่มีรูปภาพโปรไฟล์ชั่วคราว กรุณาลองใหม่อีกครั้ง", - "No crop data provided" : "ไม่มีการครอบตัดข้อมูลที่ระบุ", - "No valid crop data provided" : "ไม่ได้ระบุข้อมูลการครอบตัดที่ถูกต้อง", - "Crop is not square" : "การครอบตัดไม่เป็นสี่เหลี่ยม", - "Couldn't reset password because the token is invalid" : "ไม่สามารถตั้งรหัสผ่านใหม่เพราะโทเค็นไม่ถูกต้อง", - "Couldn't reset password because the token is expired" : "ไม่สามารถตั้งค่ารหัสผ่านเพราะโทเค็นหมดอายุ", - "Couldn't send reset email. Please make sure your username is correct." : "ไม่สามารถส่งการตั้งค่าอีเมลใหม่ กรุณาตรวจสอบชื่อผู้ใช้ของคุณให้ถูกต้อง", - "Could not send reset email because there is no email address for this username. Please contact your administrator." : "ไม่ควร", - "%s password reset" : "%s ตั้งรหัสผ่านใหม่", - "Couldn't send reset email. Please contact your administrator." : "ไม่สามารถส่งการตั้งค่าอีเมลใหม่ กรุณาติดต่อผู้ดูแลระบบ", "Sunday" : "วันอาทิตย์", "Monday" : "วันจันทร์", "Tuesday" : "วันอังคาร", @@ -157,7 +164,6 @@ "access control" : "ควบคุมการเข้าถึง", "Could not unshare" : "ไม่สามารถยกเลิกการแชร์ได้", "Share details could not be loaded for this item." : "รายละเอียดการแชร์ไม่สามารถโหลดสำหรับรายการนี้", - "An error occured. Please try again" : "เกิดข้อผิดพลาด กรุณาลองอีกครั้ง", "Share" : "แชร์", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "แชร์กับคนใน ownClouds อื่นๆ ที่ใช้ไวยากรณ์ username@example.com/owncloud ", "Error removing share" : "พบข้อผิดพลาดในรายการที่แชร์ออก", @@ -182,7 +188,6 @@ "Hello {name}" : "สวัสดี {name}", "_download %n file_::_download %n files_" : ["ดาวน์โหลด %n ไฟล์"], "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "กำลังดำเนินการอัพเกรด หากออกจากหน้านี้ ณ เวลานี้อาจเกิดปัญหาในภายหลัง", - "Updating {productName} to version {version}, this may take a while." : "กำลังอัพเดท {productName} ไปยังรุ่น {version} อาจใช้เวลาสักครู่", "An error occurred." : "เกิดข้อผิดพลาด", "Please reload the page." : "โปรดโหลดหน้าเว็บใหม่", "The update was unsuccessful. " : "อัพเดทไม่สำเร็จ", @@ -196,13 +201,6 @@ "Apps" : "แอปฯ", "Admin" : "ผู้ดูแล", "Help" : "ช่วยเหลือ", - "Error loading tags" : "เกิดข้อผิดพลาดขณะโหลดแท็ก", - "Tag already exists" : "มีแท็กอยู่แล้ว", - "Error deleting tag(s)" : "เกิดข้อผิดพลาดขณะลบแท็ก", - "Error tagging" : "เกิดข้อผิดพลาดขณะติดแท็ก", - "Error untagging" : "เกิดข้อผิดพลาดขณะยกเลิกการติดแท็ก", - "Error favoriting" : "เกิดข้อผิดพลาดขณะเลือกที่ชื่นชอบ", - "Error unfavoriting" : "เกิดข้อผิดพลาดขณะยกเลิกการเลือกที่ชื่นชอบ", "Access forbidden" : "การเข้าถึงถูกหวงห้าม", "File not found" : "ไม่พบไฟล์", "The specified document has not been found on the server." : "ไม่พบเอกสารที่ระบุบนเซิร์ฟเวอร์", @@ -252,7 +250,6 @@ "Search" : "ค้นหา", "Server side authentication failed!" : "การรับรองความถูกต้องจากเซิร์ฟเวอร์ล้มเหลว!", "Please contact your administrator." : "กรุณาติดต่อผู้ดูแลระบบ", - "An internal error occured." : "เกิดข้อผิดพลาดภายใน", "Please try again or contact your administrator." : "โปรดลองอีกครั้งหรือติดต่อผู้ดูแลระบบ", "Log in" : "เข้าสู่ระบบ", "Wrong password. Reset it?" : "รหัสผ่านผิด ตั้งค่าใหม่?", diff --git a/core/l10n/tr.js b/core/l10n/tr.js index cb919befef8..4791adc0938 100644 --- a/core/l10n/tr.js +++ b/core/l10n/tr.js @@ -1,6 +1,30 @@ OC.L10N.register( "core", { + "Please select a file." : "Lütfen bir dosya seçin.", + "File is too big" : "Dosya çok büyük", + "Invalid file provided" : "Geçersiz dosya sağlandı", + "No image or file provided" : "Resim veya dosya belirtilmedi", + "Unknown filetype" : "Bilinmeyen dosya türü", + "Invalid image" : "Geçersiz resim", + "An error occurred. Please contact your admin." : "Bir hata oluştu. Lütfen yöneticinize başvurun.", + "No temporary profile picture available, try again" : "Kullanılabilir geçici profil resmi yok, tekrar deneyin", + "No crop data provided" : "Kesme verisi sağlanmamış", + "No valid crop data provided" : "Geçerli kırpma verisi sağlanmadı", + "Crop is not square" : "Kırpma kare değil", + "Couldn't reset password because the token is invalid" : "Belirteç geçersiz olduğundan parola sıfırlanamadı", + "Couldn't reset password because the token is expired" : "Jeton zaman aşımına uğradığından parola sıfırlanamadı", + "Couldn't send reset email. Please make sure your username is correct." : "Sıfırlama e-postası gönderilemedi. Lütfen kullanıcı adınızın doğru olduğundan emin olun.", + "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Sıfırlama e-postası, bu kullanıcı için bir e-posta adresi olmadığından gönderilemedi. Lütfen yöneticiniz ile iletişime geçin.", + "%s password reset" : "%s parola sıfırlama", + "Couldn't send reset email. Please contact your administrator." : "Sıfırlama e-postası gönderilemedi. Lütfen yöneticiniz ile iletişime geçin.", + "Error loading tags" : "Etiketler yüklenirken hata", + "Tag already exists" : "Etiket zaten mevcut", + "Error deleting tag(s)" : "Etiket(ler) silinirken hata", + "Error tagging" : "Etiketleme hatası", + "Error untagging" : "Etiket kaldırma hatası", + "Error favoriting" : "Beğenilirken hata", + "Error unfavoriting" : "Beğeniden kaldırılırken hata", "Couldn't send mail to following users: %s " : "Şu kullanıcılara posta gönderilemedi: %s", "Preparing update" : "Güncelleme hazırlanıyor", "Turned on maintenance mode" : "Bakım kipi etkinleştirildi", @@ -24,23 +48,6 @@ OC.L10N.register( "%s (incompatible)" : "%s (uyumsuz)", "Following apps have been disabled: %s" : "Aşağıdaki uygulamalar devre dışı bırakıldı: %s", "Already up to date" : "Zaten güncel", - "Please select a file." : "Lütfen bir dosya seçin.", - "File is too big" : "Dosya çok büyük", - "Invalid file provided" : "Geçersiz dosya sağlandı", - "No image or file provided" : "Resim veya dosya belirtilmedi", - "Unknown filetype" : "Bilinmeyen dosya türü", - "Invalid image" : "Geçersiz resim", - "An error occurred. Please contact your admin." : "Bir hata oluştu. Lütfen yöneticinize başvurun.", - "No temporary profile picture available, try again" : "Kullanılabilir geçici profil resmi yok, tekrar deneyin", - "No crop data provided" : "Kesme verisi sağlanmamış", - "No valid crop data provided" : "Geçerli kırpma verisi sağlanmadı", - "Crop is not square" : "Kırpma kare değil", - "Couldn't reset password because the token is invalid" : "Belirteç geçersiz olduğundan parola sıfırlanamadı", - "Couldn't reset password because the token is expired" : "Jeton zaman aşımına uğradığından parola sıfırlanamadı", - "Couldn't send reset email. Please make sure your username is correct." : "Sıfırlama e-postası gönderilemedi. Lütfen kullanıcı adınızın doğru olduğundan emin olun.", - "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Sıfırlama e-postası, bu kullanıcı için bir e-posta adresi olmadığından gönderilemedi. Lütfen yöneticiniz ile iletişime geçin.", - "%s password reset" : "%s parola sıfırlama", - "Couldn't send reset email. Please contact your administrator." : "Sıfırlama e-postası gönderilemedi. Lütfen yöneticiniz ile iletişime geçin.", "Sunday" : "Pazar", "Monday" : "Pazartesi", "Tuesday" : "Salı", @@ -160,7 +167,6 @@ OC.L10N.register( "Could not unshare" : "Paylaşım kaldırılamadı", "Share details could not be loaded for this item." : "Bu öge için paylaşma ayrıntıları yüklenemedi.", "No users or groups found for {search}" : "{search} için kullanıcı veya grup bulunamadı", - "An error occured. Please try again" : "Bir hata oluştu. Lütfen yeniden deneyin", "Share" : "Paylaş", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "kullanıcı@example.com/owncloud şeklinde diğer ownCloud kullanan diğer kullanıcılarla paylaş", "Error removing share" : "Paylaşım kaldırılırken hata", @@ -185,7 +191,6 @@ OC.L10N.register( "Hello {name}" : "Merhaba {name}", "_download %n file_::_download %n files_" : ["%n dosya indir","%n dosya indir"], "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "Güncelleme yapılıyor, sayfadan ayrılmak bazı işlemleri kesebilir.", - "Updating {productName} to version {version}, this may take a while." : "{productName}, {version} sürümüne güncelleniyor, bu biraz zaman alabilir.", "An error occurred." : "Bir hata oluştu", "Please reload the page." : "Lütfen sayfayı yeniden yükleyin.", "The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Güncelleme başarısız oldu. Daha fazla bilgi için bu sorunu kapsayan <a href=\"{url}\">forum gönderimize</a> bakın.", @@ -200,13 +205,6 @@ OC.L10N.register( "Apps" : "Uygulamalar", "Admin" : "Yönetici", "Help" : "Yardım", - "Error loading tags" : "Etiketler yüklenirken hata", - "Tag already exists" : "Etiket zaten mevcut", - "Error deleting tag(s)" : "Etiket(ler) silinirken hata", - "Error tagging" : "Etiketleme hatası", - "Error untagging" : "Etiket kaldırma hatası", - "Error favoriting" : "Beğenilirken hata", - "Error unfavoriting" : "Beğeniden kaldırılırken hata", "Access forbidden" : "Erişim yasak", "File not found" : "Dosya bulunamadı", "The specified document has not been found on the server." : "Belirtilen dosya sunucuda bulunamadı.", @@ -256,7 +254,6 @@ OC.L10N.register( "Search" : "Ara", "Server side authentication failed!" : "Sunucu taraflı yetkilendirme başarısız!", "Please contact your administrator." : "Lütfen sistem yöneticiniz ile iletişime geçin.", - "An internal error occured." : "Dahili bir hata oluştu.", "Please try again or contact your administrator." : "Lütfen yeniden deneyin veya yöneticinizle iletişim kurun.", "Log in" : "Giriş yap", "Wrong password. Reset it?" : "Hatalı parola. Sıfırlansın mı?", diff --git a/core/l10n/tr.json b/core/l10n/tr.json index 5b82fa9751e..81c391138b5 100644 --- a/core/l10n/tr.json +++ b/core/l10n/tr.json @@ -1,4 +1,28 @@ { "translations": { + "Please select a file." : "Lütfen bir dosya seçin.", + "File is too big" : "Dosya çok büyük", + "Invalid file provided" : "Geçersiz dosya sağlandı", + "No image or file provided" : "Resim veya dosya belirtilmedi", + "Unknown filetype" : "Bilinmeyen dosya türü", + "Invalid image" : "Geçersiz resim", + "An error occurred. Please contact your admin." : "Bir hata oluştu. Lütfen yöneticinize başvurun.", + "No temporary profile picture available, try again" : "Kullanılabilir geçici profil resmi yok, tekrar deneyin", + "No crop data provided" : "Kesme verisi sağlanmamış", + "No valid crop data provided" : "Geçerli kırpma verisi sağlanmadı", + "Crop is not square" : "Kırpma kare değil", + "Couldn't reset password because the token is invalid" : "Belirteç geçersiz olduğundan parola sıfırlanamadı", + "Couldn't reset password because the token is expired" : "Jeton zaman aşımına uğradığından parola sıfırlanamadı", + "Couldn't send reset email. Please make sure your username is correct." : "Sıfırlama e-postası gönderilemedi. Lütfen kullanıcı adınızın doğru olduğundan emin olun.", + "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Sıfırlama e-postası, bu kullanıcı için bir e-posta adresi olmadığından gönderilemedi. Lütfen yöneticiniz ile iletişime geçin.", + "%s password reset" : "%s parola sıfırlama", + "Couldn't send reset email. Please contact your administrator." : "Sıfırlama e-postası gönderilemedi. Lütfen yöneticiniz ile iletişime geçin.", + "Error loading tags" : "Etiketler yüklenirken hata", + "Tag already exists" : "Etiket zaten mevcut", + "Error deleting tag(s)" : "Etiket(ler) silinirken hata", + "Error tagging" : "Etiketleme hatası", + "Error untagging" : "Etiket kaldırma hatası", + "Error favoriting" : "Beğenilirken hata", + "Error unfavoriting" : "Beğeniden kaldırılırken hata", "Couldn't send mail to following users: %s " : "Şu kullanıcılara posta gönderilemedi: %s", "Preparing update" : "Güncelleme hazırlanıyor", "Turned on maintenance mode" : "Bakım kipi etkinleştirildi", @@ -22,23 +46,6 @@ "%s (incompatible)" : "%s (uyumsuz)", "Following apps have been disabled: %s" : "Aşağıdaki uygulamalar devre dışı bırakıldı: %s", "Already up to date" : "Zaten güncel", - "Please select a file." : "Lütfen bir dosya seçin.", - "File is too big" : "Dosya çok büyük", - "Invalid file provided" : "Geçersiz dosya sağlandı", - "No image or file provided" : "Resim veya dosya belirtilmedi", - "Unknown filetype" : "Bilinmeyen dosya türü", - "Invalid image" : "Geçersiz resim", - "An error occurred. Please contact your admin." : "Bir hata oluştu. Lütfen yöneticinize başvurun.", - "No temporary profile picture available, try again" : "Kullanılabilir geçici profil resmi yok, tekrar deneyin", - "No crop data provided" : "Kesme verisi sağlanmamış", - "No valid crop data provided" : "Geçerli kırpma verisi sağlanmadı", - "Crop is not square" : "Kırpma kare değil", - "Couldn't reset password because the token is invalid" : "Belirteç geçersiz olduğundan parola sıfırlanamadı", - "Couldn't reset password because the token is expired" : "Jeton zaman aşımına uğradığından parola sıfırlanamadı", - "Couldn't send reset email. Please make sure your username is correct." : "Sıfırlama e-postası gönderilemedi. Lütfen kullanıcı adınızın doğru olduğundan emin olun.", - "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Sıfırlama e-postası, bu kullanıcı için bir e-posta adresi olmadığından gönderilemedi. Lütfen yöneticiniz ile iletişime geçin.", - "%s password reset" : "%s parola sıfırlama", - "Couldn't send reset email. Please contact your administrator." : "Sıfırlama e-postası gönderilemedi. Lütfen yöneticiniz ile iletişime geçin.", "Sunday" : "Pazar", "Monday" : "Pazartesi", "Tuesday" : "Salı", @@ -158,7 +165,6 @@ "Could not unshare" : "Paylaşım kaldırılamadı", "Share details could not be loaded for this item." : "Bu öge için paylaşma ayrıntıları yüklenemedi.", "No users or groups found for {search}" : "{search} için kullanıcı veya grup bulunamadı", - "An error occured. Please try again" : "Bir hata oluştu. Lütfen yeniden deneyin", "Share" : "Paylaş", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "kullanıcı@example.com/owncloud şeklinde diğer ownCloud kullanan diğer kullanıcılarla paylaş", "Error removing share" : "Paylaşım kaldırılırken hata", @@ -183,7 +189,6 @@ "Hello {name}" : "Merhaba {name}", "_download %n file_::_download %n files_" : ["%n dosya indir","%n dosya indir"], "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "Güncelleme yapılıyor, sayfadan ayrılmak bazı işlemleri kesebilir.", - "Updating {productName} to version {version}, this may take a while." : "{productName}, {version} sürümüne güncelleniyor, bu biraz zaman alabilir.", "An error occurred." : "Bir hata oluştu", "Please reload the page." : "Lütfen sayfayı yeniden yükleyin.", "The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Güncelleme başarısız oldu. Daha fazla bilgi için bu sorunu kapsayan <a href=\"{url}\">forum gönderimize</a> bakın.", @@ -198,13 +203,6 @@ "Apps" : "Uygulamalar", "Admin" : "Yönetici", "Help" : "Yardım", - "Error loading tags" : "Etiketler yüklenirken hata", - "Tag already exists" : "Etiket zaten mevcut", - "Error deleting tag(s)" : "Etiket(ler) silinirken hata", - "Error tagging" : "Etiketleme hatası", - "Error untagging" : "Etiket kaldırma hatası", - "Error favoriting" : "Beğenilirken hata", - "Error unfavoriting" : "Beğeniden kaldırılırken hata", "Access forbidden" : "Erişim yasak", "File not found" : "Dosya bulunamadı", "The specified document has not been found on the server." : "Belirtilen dosya sunucuda bulunamadı.", @@ -254,7 +252,6 @@ "Search" : "Ara", "Server side authentication failed!" : "Sunucu taraflı yetkilendirme başarısız!", "Please contact your administrator." : "Lütfen sistem yöneticiniz ile iletişime geçin.", - "An internal error occured." : "Dahili bir hata oluştu.", "Please try again or contact your administrator." : "Lütfen yeniden deneyin veya yöneticinizle iletişim kurun.", "Log in" : "Giriş yap", "Wrong password. Reset it?" : "Hatalı parola. Sıfırlansın mı?", diff --git a/core/l10n/uk.js b/core/l10n/uk.js index 12960ced47d..d195edea365 100644 --- a/core/l10n/uk.js +++ b/core/l10n/uk.js @@ -1,6 +1,29 @@ OC.L10N.register( "core", { + "Please select a file." : "Будь ласка, оберіть файл.", + "File is too big" : "Файл занадто великий", + "Invalid file provided" : "Надано невірний файл", + "No image or file provided" : "Зображення або файлу не надано", + "Unknown filetype" : "Невідомий тип файлу", + "Invalid image" : "Невірне зображення", + "An error occurred. Please contact your admin." : "Виникла помилка. Будь ласка, зв'яжіться з вашим адміністратором.", + "No temporary profile picture available, try again" : "Тимчасове зображення профілю недоступне, спробуйте ще раз", + "No crop data provided" : "Не вказана інформація про кадрування", + "No valid crop data provided" : "Не вказані коректні дані про кадрування", + "Crop is not square" : "Кадр не є квадратом", + "Couldn't reset password because the token is invalid" : "Неможливо скинути пароль, бо маркер є недійсним", + "Couldn't reset password because the token is expired" : "Неможливо скинути пароль, бо маркер застарів", + "Couldn't send reset email. Please make sure your username is correct." : "Не вдалося відправити скидання паролю. Будь ласка, переконайтеся, що ваше ім'я користувача є правильним.", + "%s password reset" : "%s скидання паролю", + "Couldn't send reset email. Please contact your administrator." : "Не можу надіслати email для скидання. Будь ласка, зверніться до вашого адміністратора.", + "Error loading tags" : "Помилка завантаження міток", + "Tag already exists" : "Мітка вже існує", + "Error deleting tag(s)" : "Помилка видалення мітки(ок)", + "Error tagging" : "Помилка встановлення міток", + "Error untagging" : "Помилка зняття мітки", + "Error favoriting" : "Помилка додавання в улюблені", + "Error unfavoriting" : "Помилка видалення з улюбленого", "Couldn't send mail to following users: %s " : "Неможливо надіслати листа наступним користувачам: %s ", "Preparing update" : "Підготовка до оновлення", "Turned on maintenance mode" : "Увімкнено режим технічного обслуговування", @@ -22,22 +45,6 @@ OC.L10N.register( "Finished code integrity check" : "Завершено перевірку цілісності коду", "Following apps have been disabled: %s" : "Наступні додатки були вимкнені: %s", "Already up to date" : "Актуально", - "Please select a file." : "Будь ласка, оберіть файл.", - "File is too big" : "Файл занадто великий", - "Invalid file provided" : "Надано невірний файл", - "No image or file provided" : "Зображення або файлу не надано", - "Unknown filetype" : "Невідомий тип файлу", - "Invalid image" : "Невірне зображення", - "An error occurred. Please contact your admin." : "Виникла помилка. Будь ласка, зв'яжіться з вашим адміністратором.", - "No temporary profile picture available, try again" : "Тимчасове зображення профілю недоступне, спробуйте ще раз", - "No crop data provided" : "Не вказана інформація про кадрування", - "No valid crop data provided" : "Не вказані коректні дані про кадрування", - "Crop is not square" : "Кадр не є квадратом", - "Couldn't reset password because the token is invalid" : "Неможливо скинути пароль, бо маркер є недійсним", - "Couldn't reset password because the token is expired" : "Неможливо скинути пароль, бо маркер застарів", - "Couldn't send reset email. Please make sure your username is correct." : "Не вдалося відправити скидання паролю. Будь ласка, переконайтеся, що ваше ім'я користувача є правильним.", - "%s password reset" : "%s скидання паролю", - "Couldn't send reset email. Please contact your administrator." : "Не можу надіслати email для скидання. Будь ласка, зверніться до вашого адміністратора.", "Sunday" : "Неділя", "Monday" : "Понеділок", "Tuesday" : "Вівторок", @@ -153,7 +160,6 @@ OC.L10N.register( "delete" : "видалити", "access control" : "контроль доступу", "No users or groups found for {search}" : "Не знайдено груп або користувачів за пошуком {search}", - "An error occured. Please try again" : "Виникла помилка. Будь ласка, спробуйте ще раз", "{sharee} (group)" : "{sharee} (група)", "Share" : "Поділитися", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Поширити серед людей інших ownCloud'ів, використовуючи синтаксис ім'я_користувача@файли.укр/owncloud", @@ -175,7 +181,6 @@ OC.L10N.register( "Hello {name}" : "Привіт {name}", "new" : "новий", "_download %n file_::_download %n files_" : ["завантаження %n файлу","завантаження %n файлів","завантаження %n файлів"], - "Updating {productName} to version {version}, this may take a while." : "Оновлення {productName} до версії {version}, це може займати деякий час.", "An error occurred." : "Виникла помилка.", "Please reload the page." : "Будь ласка, перезавантажте сторінку.", "The update was unsuccessful. " : "Оновлення завершилось невдачею.", @@ -189,13 +194,6 @@ OC.L10N.register( "Apps" : "Додатки", "Admin" : "Адмін", "Help" : "Допомога", - "Error loading tags" : "Помилка завантаження міток", - "Tag already exists" : "Мітка вже існує", - "Error deleting tag(s)" : "Помилка видалення мітки(ок)", - "Error tagging" : "Помилка встановлення міток", - "Error untagging" : "Помилка зняття мітки", - "Error favoriting" : "Помилка додавання в улюблені", - "Error unfavoriting" : "Помилка видалення з улюбленого", "Access forbidden" : "Доступ заборонено", "File not found" : "Файл не знайдено", "The specified document has not been found on the server." : "Не вдалось знайти вказаний документ на сервері.", @@ -245,7 +243,6 @@ OC.L10N.register( "Search" : "Пошук", "Server side authentication failed!" : "Невдала аутентифікація з сервером!", "Please contact your administrator." : "Будь ласка, зверніться до вашого Адміністратора.", - "An internal error occured." : "Виникла внутрішня помилка.", "Please try again or contact your administrator." : "Будь ласка, спробуйте ще раз або зверніться до адміністратора.", "Log in" : "Увійти", "Wrong password. Reset it?" : "Невірний пароль. Скинути його?", diff --git a/core/l10n/uk.json b/core/l10n/uk.json index 9d29ce15b7b..a45c8a687a2 100644 --- a/core/l10n/uk.json +++ b/core/l10n/uk.json @@ -1,4 +1,27 @@ { "translations": { + "Please select a file." : "Будь ласка, оберіть файл.", + "File is too big" : "Файл занадто великий", + "Invalid file provided" : "Надано невірний файл", + "No image or file provided" : "Зображення або файлу не надано", + "Unknown filetype" : "Невідомий тип файлу", + "Invalid image" : "Невірне зображення", + "An error occurred. Please contact your admin." : "Виникла помилка. Будь ласка, зв'яжіться з вашим адміністратором.", + "No temporary profile picture available, try again" : "Тимчасове зображення профілю недоступне, спробуйте ще раз", + "No crop data provided" : "Не вказана інформація про кадрування", + "No valid crop data provided" : "Не вказані коректні дані про кадрування", + "Crop is not square" : "Кадр не є квадратом", + "Couldn't reset password because the token is invalid" : "Неможливо скинути пароль, бо маркер є недійсним", + "Couldn't reset password because the token is expired" : "Неможливо скинути пароль, бо маркер застарів", + "Couldn't send reset email. Please make sure your username is correct." : "Не вдалося відправити скидання паролю. Будь ласка, переконайтеся, що ваше ім'я користувача є правильним.", + "%s password reset" : "%s скидання паролю", + "Couldn't send reset email. Please contact your administrator." : "Не можу надіслати email для скидання. Будь ласка, зверніться до вашого адміністратора.", + "Error loading tags" : "Помилка завантаження міток", + "Tag already exists" : "Мітка вже існує", + "Error deleting tag(s)" : "Помилка видалення мітки(ок)", + "Error tagging" : "Помилка встановлення міток", + "Error untagging" : "Помилка зняття мітки", + "Error favoriting" : "Помилка додавання в улюблені", + "Error unfavoriting" : "Помилка видалення з улюбленого", "Couldn't send mail to following users: %s " : "Неможливо надіслати листа наступним користувачам: %s ", "Preparing update" : "Підготовка до оновлення", "Turned on maintenance mode" : "Увімкнено режим технічного обслуговування", @@ -20,22 +43,6 @@ "Finished code integrity check" : "Завершено перевірку цілісності коду", "Following apps have been disabled: %s" : "Наступні додатки були вимкнені: %s", "Already up to date" : "Актуально", - "Please select a file." : "Будь ласка, оберіть файл.", - "File is too big" : "Файл занадто великий", - "Invalid file provided" : "Надано невірний файл", - "No image or file provided" : "Зображення або файлу не надано", - "Unknown filetype" : "Невідомий тип файлу", - "Invalid image" : "Невірне зображення", - "An error occurred. Please contact your admin." : "Виникла помилка. Будь ласка, зв'яжіться з вашим адміністратором.", - "No temporary profile picture available, try again" : "Тимчасове зображення профілю недоступне, спробуйте ще раз", - "No crop data provided" : "Не вказана інформація про кадрування", - "No valid crop data provided" : "Не вказані коректні дані про кадрування", - "Crop is not square" : "Кадр не є квадратом", - "Couldn't reset password because the token is invalid" : "Неможливо скинути пароль, бо маркер є недійсним", - "Couldn't reset password because the token is expired" : "Неможливо скинути пароль, бо маркер застарів", - "Couldn't send reset email. Please make sure your username is correct." : "Не вдалося відправити скидання паролю. Будь ласка, переконайтеся, що ваше ім'я користувача є правильним.", - "%s password reset" : "%s скидання паролю", - "Couldn't send reset email. Please contact your administrator." : "Не можу надіслати email для скидання. Будь ласка, зверніться до вашого адміністратора.", "Sunday" : "Неділя", "Monday" : "Понеділок", "Tuesday" : "Вівторок", @@ -151,7 +158,6 @@ "delete" : "видалити", "access control" : "контроль доступу", "No users or groups found for {search}" : "Не знайдено груп або користувачів за пошуком {search}", - "An error occured. Please try again" : "Виникла помилка. Будь ласка, спробуйте ще раз", "{sharee} (group)" : "{sharee} (група)", "Share" : "Поділитися", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Поширити серед людей інших ownCloud'ів, використовуючи синтаксис ім'я_користувача@файли.укр/owncloud", @@ -173,7 +179,6 @@ "Hello {name}" : "Привіт {name}", "new" : "новий", "_download %n file_::_download %n files_" : ["завантаження %n файлу","завантаження %n файлів","завантаження %n файлів"], - "Updating {productName} to version {version}, this may take a while." : "Оновлення {productName} до версії {version}, це може займати деякий час.", "An error occurred." : "Виникла помилка.", "Please reload the page." : "Будь ласка, перезавантажте сторінку.", "The update was unsuccessful. " : "Оновлення завершилось невдачею.", @@ -187,13 +192,6 @@ "Apps" : "Додатки", "Admin" : "Адмін", "Help" : "Допомога", - "Error loading tags" : "Помилка завантаження міток", - "Tag already exists" : "Мітка вже існує", - "Error deleting tag(s)" : "Помилка видалення мітки(ок)", - "Error tagging" : "Помилка встановлення міток", - "Error untagging" : "Помилка зняття мітки", - "Error favoriting" : "Помилка додавання в улюблені", - "Error unfavoriting" : "Помилка видалення з улюбленого", "Access forbidden" : "Доступ заборонено", "File not found" : "Файл не знайдено", "The specified document has not been found on the server." : "Не вдалось знайти вказаний документ на сервері.", @@ -243,7 +241,6 @@ "Search" : "Пошук", "Server side authentication failed!" : "Невдала аутентифікація з сервером!", "Please contact your administrator." : "Будь ласка, зверніться до вашого Адміністратора.", - "An internal error occured." : "Виникла внутрішня помилка.", "Please try again or contact your administrator." : "Будь ласка, спробуйте ще раз або зверніться до адміністратора.", "Log in" : "Увійти", "Wrong password. Reset it?" : "Невірний пароль. Скинути його?", diff --git a/core/l10n/ur_PK.js b/core/l10n/ur_PK.js index 508c9c6cfac..2b1c9960e46 100644 --- a/core/l10n/ur_PK.js +++ b/core/l10n/ur_PK.js @@ -1,13 +1,13 @@ OC.L10N.register( "core", { - "Turned on maintenance mode" : "بحالی موڈ چالو ہے", - "Turned off maintenance mode" : "بحالی موڈ بند ہے", - "Updated database" : "اپ ڈیٹ ہوئ ڈیٹا بیس", "No image or file provided" : "کوئی تصویر یا فائل فراہم نہیں", "Unknown filetype" : "غیر معرروف قسم کی فائل", "Invalid image" : "غلط تصویر", "No crop data provided" : "کوئی کروپ ڈیٹا ميسر نہیں ", + "Turned on maintenance mode" : "بحالی موڈ چالو ہے", + "Turned off maintenance mode" : "بحالی موڈ بند ہے", + "Updated database" : "اپ ڈیٹ ہوئ ڈیٹا بیس", "Sunday" : "اتوار", "Monday" : "سوموار", "Tuesday" : "منگل", diff --git a/core/l10n/ur_PK.json b/core/l10n/ur_PK.json index 01653f74e54..fecb0321d63 100644 --- a/core/l10n/ur_PK.json +++ b/core/l10n/ur_PK.json @@ -1,11 +1,11 @@ { "translations": { - "Turned on maintenance mode" : "بحالی موڈ چالو ہے", - "Turned off maintenance mode" : "بحالی موڈ بند ہے", - "Updated database" : "اپ ڈیٹ ہوئ ڈیٹا بیس", "No image or file provided" : "کوئی تصویر یا فائل فراہم نہیں", "Unknown filetype" : "غیر معرروف قسم کی فائل", "Invalid image" : "غلط تصویر", "No crop data provided" : "کوئی کروپ ڈیٹا ميسر نہیں ", + "Turned on maintenance mode" : "بحالی موڈ چالو ہے", + "Turned off maintenance mode" : "بحالی موڈ بند ہے", + "Updated database" : "اپ ڈیٹ ہوئ ڈیٹا بیس", "Sunday" : "اتوار", "Monday" : "سوموار", "Tuesday" : "منگل", diff --git a/core/l10n/vi.js b/core/l10n/vi.js index 1640eaf65cc..5e0270d6bba 100644 --- a/core/l10n/vi.js +++ b/core/l10n/vi.js @@ -1,16 +1,21 @@ OC.L10N.register( "core", { - "Couldn't send mail to following users: %s " : "Không thể gửi thư cho người dùng: %s", - "Turned on maintenance mode" : "Bật chế độ bảo trì", - "Turned off maintenance mode" : "Tắt chế độ bảo trì", - "Updated database" : "Cơ sở dữ liệu đã được cập nhật", "No image or file provided" : "Không có hình ảnh hoặc tập tin được cung cấp", "Unknown filetype" : "Không biết kiểu tập tin", "Invalid image" : "Hình ảnh không hợp lệ", "No temporary profile picture available, try again" : "Ảnh cá nhân tạm thời không có giá trị, hãy thử lại", "No crop data provided" : "Không có dữ liệu nguồn được cung cấp", "%s password reset" : "%s thiết lập lại mật khẩu", + "Error loading tags" : "Lỗi khi tải thẻ", + "Tag already exists" : "Thẻ đã tồn tại", + "Error deleting tag(s)" : "Lỗi khi xóa (nhiều)thẻ", + "Error tagging" : "Lỗi gắn thẻ", + "Error untagging" : "Lỗi không gắn thẻ", + "Couldn't send mail to following users: %s " : "Không thể gửi thư cho người dùng: %s", + "Turned on maintenance mode" : "Bật chế độ bảo trì", + "Turned off maintenance mode" : "Tắt chế độ bảo trì", + "Updated database" : "Cơ sở dữ liệu đã được cập nhật", "Sunday" : "Chủ nhật", "Monday" : "Thứ 2", "Tuesday" : "Thứ 3", @@ -110,11 +115,6 @@ OC.L10N.register( "Apps" : "Ứng dụng", "Admin" : "Quản trị", "Help" : "Giúp đỡ", - "Error loading tags" : "Lỗi khi tải thẻ", - "Tag already exists" : "Thẻ đã tồn tại", - "Error deleting tag(s)" : "Lỗi khi xóa (nhiều)thẻ", - "Error tagging" : "Lỗi gắn thẻ", - "Error untagging" : "Lỗi không gắn thẻ", "Access forbidden" : "Truy cập bị cấm", "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" : "Xin chào,\n\nbáo cho bạn biết rằng %s đã chia sẽ %s với bạn.\nXem nó: %s\n\n", "The share will expire on %s." : "Chia sẻ này sẽ hết hiệu lực vào %s.", diff --git a/core/l10n/vi.json b/core/l10n/vi.json index db7e4468c6b..1ce43564b3e 100644 --- a/core/l10n/vi.json +++ b/core/l10n/vi.json @@ -1,14 +1,19 @@ { "translations": { - "Couldn't send mail to following users: %s " : "Không thể gửi thư cho người dùng: %s", - "Turned on maintenance mode" : "Bật chế độ bảo trì", - "Turned off maintenance mode" : "Tắt chế độ bảo trì", - "Updated database" : "Cơ sở dữ liệu đã được cập nhật", "No image or file provided" : "Không có hình ảnh hoặc tập tin được cung cấp", "Unknown filetype" : "Không biết kiểu tập tin", "Invalid image" : "Hình ảnh không hợp lệ", "No temporary profile picture available, try again" : "Ảnh cá nhân tạm thời không có giá trị, hãy thử lại", "No crop data provided" : "Không có dữ liệu nguồn được cung cấp", "%s password reset" : "%s thiết lập lại mật khẩu", + "Error loading tags" : "Lỗi khi tải thẻ", + "Tag already exists" : "Thẻ đã tồn tại", + "Error deleting tag(s)" : "Lỗi khi xóa (nhiều)thẻ", + "Error tagging" : "Lỗi gắn thẻ", + "Error untagging" : "Lỗi không gắn thẻ", + "Couldn't send mail to following users: %s " : "Không thể gửi thư cho người dùng: %s", + "Turned on maintenance mode" : "Bật chế độ bảo trì", + "Turned off maintenance mode" : "Tắt chế độ bảo trì", + "Updated database" : "Cơ sở dữ liệu đã được cập nhật", "Sunday" : "Chủ nhật", "Monday" : "Thứ 2", "Tuesday" : "Thứ 3", @@ -108,11 +113,6 @@ "Apps" : "Ứng dụng", "Admin" : "Quản trị", "Help" : "Giúp đỡ", - "Error loading tags" : "Lỗi khi tải thẻ", - "Tag already exists" : "Thẻ đã tồn tại", - "Error deleting tag(s)" : "Lỗi khi xóa (nhiều)thẻ", - "Error tagging" : "Lỗi gắn thẻ", - "Error untagging" : "Lỗi không gắn thẻ", "Access forbidden" : "Truy cập bị cấm", "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" : "Xin chào,\n\nbáo cho bạn biết rằng %s đã chia sẽ %s với bạn.\nXem nó: %s\n\n", "The share will expire on %s." : "Chia sẻ này sẽ hết hiệu lực vào %s.", diff --git a/core/l10n/zh_CN.js b/core/l10n/zh_CN.js index 1ebb7bfcbf2..67b26bd7c6c 100644 --- a/core/l10n/zh_CN.js +++ b/core/l10n/zh_CN.js @@ -1,6 +1,30 @@ OC.L10N.register( "core", { + "Please select a file." : "请选择一个文件", + "File is too big" : "文件太大", + "Invalid file provided" : "提供了无效文件", + "No image or file provided" : "没有提供图片或文件", + "Unknown filetype" : "未知的文件类型", + "Invalid image" : "无效的图像", + "An error occurred. Please contact your admin." : "发生了一个错误,请联系管理员。", + "No temporary profile picture available, try again" : "没有临时概览页图片可用,请重试", + "No crop data provided" : "没有提供相应数据", + "No valid crop data provided" : "没有提供有效的裁剪数据", + "Crop is not square" : "裁剪的不是正方形", + "Couldn't reset password because the token is invalid" : "令牌无效,无法重置密码", + "Couldn't reset password because the token is expired" : "无法重设密码,因为令牌已过期", + "Couldn't send reset email. Please make sure your username is correct." : "无法发送重置邮件,请检查您的用户名是否正确。", + "Could not send reset email because there is no email address for this username. Please contact your administrator." : "此用户名的电子邮件地址不存在导致无法发送重置邮件,请联系管理员。", + "%s password reset" : "重置 %s 的密码", + "Couldn't send reset email. Please contact your administrator." : "未能成功发送重置邮件,请联系管理员。", + "Error loading tags" : "加载标签出错", + "Tag already exists" : "标签已存在", + "Error deleting tag(s)" : "删除标签时出错", + "Error tagging" : "增加标签时出错", + "Error untagging" : "移除标签时出错", + "Error favoriting" : "收藏时出错", + "Error unfavoriting" : "删除收藏时出错", "Couldn't send mail to following users: %s " : "无法发送邮件到用户: %s ", "Preparing update" : "正在准备更新", "Turned on maintenance mode" : "启用维护模式", @@ -24,23 +48,6 @@ OC.L10N.register( "%s (incompatible)" : "%s (不兼容)", "Following apps have been disabled: %s" : "下列应用已经被禁用:%s", "Already up to date" : "已经是最新", - "Please select a file." : "请选择一个文件", - "File is too big" : "文件太大", - "Invalid file provided" : "提供了无效文件", - "No image or file provided" : "没有提供图片或文件", - "Unknown filetype" : "未知的文件类型", - "Invalid image" : "无效的图像", - "An error occurred. Please contact your admin." : "发生了一个错误,请联系管理员。", - "No temporary profile picture available, try again" : "没有临时概览页图片可用,请重试", - "No crop data provided" : "没有提供相应数据", - "No valid crop data provided" : "没有提供有效的裁剪数据", - "Crop is not square" : "裁剪的不是正方形", - "Couldn't reset password because the token is invalid" : "令牌无效,无法重置密码", - "Couldn't reset password because the token is expired" : "无法重设密码,因为令牌已过期", - "Couldn't send reset email. Please make sure your username is correct." : "无法发送重置邮件,请检查您的用户名是否正确。", - "Could not send reset email because there is no email address for this username. Please contact your administrator." : "此用户名的电子邮件地址不存在导致无法发送重置邮件,请联系管理员。", - "%s password reset" : "重置 %s 的密码", - "Couldn't send reset email. Please contact your administrator." : "未能成功发送重置邮件,请联系管理员。", "Sunday" : "星期日", "Monday" : "星期一", "Tuesday" : "星期二", @@ -160,7 +167,6 @@ OC.L10N.register( "Could not unshare" : "无法共享", "Share details could not be loaded for this item." : "无法加载这个项目的分享详情", "No users or groups found for {search}" : "{search} 条件下没有找到用户或用户组", - "An error occured. Please try again" : "发生了一个错误请重新尝试", "{sharee} (group)" : "{sharee} (组)", "{sharee} (at {server})" : "{sharee} (位于 {server})", "{sharee} (remote)" : "{sharee} (远程)", @@ -190,7 +196,6 @@ OC.L10N.register( "new" : "新建", "_download %n file_::_download %n files_" : ["下载 %n 个文件"], "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "升级正在进行,在某些环境中离开此网页可能中断该过程。", - "Updating {productName} to version {version}, this may take a while." : "更新 {productName} 到版本 {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>。", @@ -205,13 +210,6 @@ OC.L10N.register( "Apps" : "应用", "Admin" : "管理", "Help" : "帮助", - "Error loading tags" : "加载标签出错", - "Tag already exists" : "标签已存在", - "Error deleting tag(s)" : "删除标签时出错", - "Error tagging" : "增加标签时出错", - "Error untagging" : "移除标签时出错", - "Error favoriting" : "收藏时出错", - "Error unfavoriting" : "删除收藏时出错", "Access forbidden" : "访问禁止", "File not found" : "文件未找到", "The specified document has not been found on the server." : "在服务器上没找到指定的文件。", @@ -261,7 +259,6 @@ OC.L10N.register( "Search" : "搜索", "Server side authentication failed!" : "服务端验证失败!", "Please contact your administrator." : "请联系你的管理员。", - "An internal error occured." : "发生了内部错误。", "Please try again or contact your administrator." : "请重试或联系管理员。", "Log in" : "登录", "Wrong password. Reset it?" : "密码错误。要重置么?", diff --git a/core/l10n/zh_CN.json b/core/l10n/zh_CN.json index 56466547372..69500d10bc8 100644 --- a/core/l10n/zh_CN.json +++ b/core/l10n/zh_CN.json @@ -1,4 +1,28 @@ { "translations": { + "Please select a file." : "请选择一个文件", + "File is too big" : "文件太大", + "Invalid file provided" : "提供了无效文件", + "No image or file provided" : "没有提供图片或文件", + "Unknown filetype" : "未知的文件类型", + "Invalid image" : "无效的图像", + "An error occurred. Please contact your admin." : "发生了一个错误,请联系管理员。", + "No temporary profile picture available, try again" : "没有临时概览页图片可用,请重试", + "No crop data provided" : "没有提供相应数据", + "No valid crop data provided" : "没有提供有效的裁剪数据", + "Crop is not square" : "裁剪的不是正方形", + "Couldn't reset password because the token is invalid" : "令牌无效,无法重置密码", + "Couldn't reset password because the token is expired" : "无法重设密码,因为令牌已过期", + "Couldn't send reset email. Please make sure your username is correct." : "无法发送重置邮件,请检查您的用户名是否正确。", + "Could not send reset email because there is no email address for this username. Please contact your administrator." : "此用户名的电子邮件地址不存在导致无法发送重置邮件,请联系管理员。", + "%s password reset" : "重置 %s 的密码", + "Couldn't send reset email. Please contact your administrator." : "未能成功发送重置邮件,请联系管理员。", + "Error loading tags" : "加载标签出错", + "Tag already exists" : "标签已存在", + "Error deleting tag(s)" : "删除标签时出错", + "Error tagging" : "增加标签时出错", + "Error untagging" : "移除标签时出错", + "Error favoriting" : "收藏时出错", + "Error unfavoriting" : "删除收藏时出错", "Couldn't send mail to following users: %s " : "无法发送邮件到用户: %s ", "Preparing update" : "正在准备更新", "Turned on maintenance mode" : "启用维护模式", @@ -22,23 +46,6 @@ "%s (incompatible)" : "%s (不兼容)", "Following apps have been disabled: %s" : "下列应用已经被禁用:%s", "Already up to date" : "已经是最新", - "Please select a file." : "请选择一个文件", - "File is too big" : "文件太大", - "Invalid file provided" : "提供了无效文件", - "No image or file provided" : "没有提供图片或文件", - "Unknown filetype" : "未知的文件类型", - "Invalid image" : "无效的图像", - "An error occurred. Please contact your admin." : "发生了一个错误,请联系管理员。", - "No temporary profile picture available, try again" : "没有临时概览页图片可用,请重试", - "No crop data provided" : "没有提供相应数据", - "No valid crop data provided" : "没有提供有效的裁剪数据", - "Crop is not square" : "裁剪的不是正方形", - "Couldn't reset password because the token is invalid" : "令牌无效,无法重置密码", - "Couldn't reset password because the token is expired" : "无法重设密码,因为令牌已过期", - "Couldn't send reset email. Please make sure your username is correct." : "无法发送重置邮件,请检查您的用户名是否正确。", - "Could not send reset email because there is no email address for this username. Please contact your administrator." : "此用户名的电子邮件地址不存在导致无法发送重置邮件,请联系管理员。", - "%s password reset" : "重置 %s 的密码", - "Couldn't send reset email. Please contact your administrator." : "未能成功发送重置邮件,请联系管理员。", "Sunday" : "星期日", "Monday" : "星期一", "Tuesday" : "星期二", @@ -158,7 +165,6 @@ "Could not unshare" : "无法共享", "Share details could not be loaded for this item." : "无法加载这个项目的分享详情", "No users or groups found for {search}" : "{search} 条件下没有找到用户或用户组", - "An error occured. Please try again" : "发生了一个错误请重新尝试", "{sharee} (group)" : "{sharee} (组)", "{sharee} (at {server})" : "{sharee} (位于 {server})", "{sharee} (remote)" : "{sharee} (远程)", @@ -188,7 +194,6 @@ "new" : "新建", "_download %n file_::_download %n files_" : ["下载 %n 个文件"], "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "升级正在进行,在某些环境中离开此网页可能中断该过程。", - "Updating {productName} to version {version}, this may take a while." : "更新 {productName} 到版本 {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>。", @@ -203,13 +208,6 @@ "Apps" : "应用", "Admin" : "管理", "Help" : "帮助", - "Error loading tags" : "加载标签出错", - "Tag already exists" : "标签已存在", - "Error deleting tag(s)" : "删除标签时出错", - "Error tagging" : "增加标签时出错", - "Error untagging" : "移除标签时出错", - "Error favoriting" : "收藏时出错", - "Error unfavoriting" : "删除收藏时出错", "Access forbidden" : "访问禁止", "File not found" : "文件未找到", "The specified document has not been found on the server." : "在服务器上没找到指定的文件。", @@ -259,7 +257,6 @@ "Search" : "搜索", "Server side authentication failed!" : "服务端验证失败!", "Please contact your administrator." : "请联系你的管理员。", - "An internal error occured." : "发生了内部错误。", "Please try again or contact your administrator." : "请重试或联系管理员。", "Log in" : "登录", "Wrong password. Reset it?" : "密码错误。要重置么?", diff --git a/core/l10n/zh_TW.js b/core/l10n/zh_TW.js index 87784dd896a..f3b83a30193 100644 --- a/core/l10n/zh_TW.js +++ b/core/l10n/zh_TW.js @@ -1,6 +1,30 @@ OC.L10N.register( "core", { + "Please select a file." : "請選擇一個檔案", + "File is too big" : "檔案太大", + "Invalid file provided" : "提供的檔案無效", + "No image or file provided" : "未提供圖片或檔案", + "Unknown filetype" : "未知的檔案類型", + "Invalid image" : "無效的圖片", + "An error occurred. Please contact your admin." : "發生錯誤,請聯絡管理員", + "No temporary profile picture available, try again" : "沒有臨時用的大頭貼,請再試一次", + "No crop data provided" : "未設定剪裁", + "No valid crop data provided" : "未提供有效的剪裁設定", + "Crop is not square" : "剪裁設定不是正方形", + "Couldn't reset password because the token is invalid" : "無法重設密碼因為 token 無效", + "Couldn't reset password because the token is expired" : "無法重設密碼,因為 token 過期", + "Couldn't send reset email. Please make sure your username is correct." : "無法寄送重設 email ,請確認您的帳號輸入正確", + "Could not send reset email because there is no email address for this username. Please contact your administrator." : "無法寄送重設 email ,因為這個帳號沒有設定 email 地址,請聯絡您的系統管理員。", + "%s password reset" : "%s 密碼重設", + "Couldn't send reset email. Please contact your administrator." : "無法寄送重設 email ,請聯絡系統管理員", + "Error loading tags" : "載入標籤出錯", + "Tag already exists" : "標籤已經存在", + "Error deleting tag(s)" : "刪除標籤出錯", + "Error tagging" : "貼標籤發生錯誤", + "Error untagging" : "移除標籤失敗", + "Error favoriting" : "加入最愛時出錯", + "Error unfavoriting" : "從最愛移除出錯", "Couldn't send mail to following users: %s " : "無法寄送郵件給這些使用者:%s", "Preparing update" : "準備更新", "Turned on maintenance mode" : "已啓用維護模式", @@ -24,23 +48,6 @@ OC.L10N.register( "%s (incompatible)" : "%s (不相容的)", "Following apps have been disabled: %s" : "以下應用程式已經被停用:%s", "Already up to date" : "已經是最新版", - "Please select a file." : "請選擇一個檔案", - "File is too big" : "檔案太大", - "Invalid file provided" : "提供的檔案無效", - "No image or file provided" : "未提供圖片或檔案", - "Unknown filetype" : "未知的檔案類型", - "Invalid image" : "無效的圖片", - "An error occurred. Please contact your admin." : "發生錯誤,請聯絡管理員", - "No temporary profile picture available, try again" : "沒有臨時用的大頭貼,請再試一次", - "No crop data provided" : "未設定剪裁", - "No valid crop data provided" : "未提供有效的剪裁設定", - "Crop is not square" : "剪裁設定不是正方形", - "Couldn't reset password because the token is invalid" : "無法重設密碼因為 token 無效", - "Couldn't reset password because the token is expired" : "無法重設密碼,因為 token 過期", - "Couldn't send reset email. Please make sure your username is correct." : "無法寄送重設 email ,請確認您的帳號輸入正確", - "Could not send reset email because there is no email address for this username. Please contact your administrator." : "無法寄送重設 email ,因為這個帳號沒有設定 email 地址,請聯絡您的系統管理員。", - "%s password reset" : "%s 密碼重設", - "Couldn't send reset email. Please contact your administrator." : "無法寄送重設 email ,請聯絡系統管理員", "Sunday" : "週日", "Monday" : "週一", "Tuesday" : "週二", @@ -160,7 +167,6 @@ OC.L10N.register( "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 occured. Please try again" : "發生錯誤,請重試", "{sharee} (group)" : "{sharee} (群組)", "{sharee} (at {server})" : "{sharee} (在 {server})", "{sharee} (remote)" : "{sharee} (遠端)", @@ -194,7 +200,6 @@ OC.L10N.register( "new" : "新", "_download %n file_::_download %n files_" : ["下載 %n 個檔案"], "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "正在更新,在某些狀況下,離開本頁面可能會導致更新中斷", - "Updating {productName} to version {version}, this may take a while." : "正在更新 {productName} 到版本 {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>來瞭解更多", @@ -209,13 +214,6 @@ OC.L10N.register( "Apps" : "應用程式", "Admin" : "管理", "Help" : "說明", - "Error loading tags" : "載入標籤出錯", - "Tag already exists" : "標籤已經存在", - "Error deleting tag(s)" : "刪除標籤出錯", - "Error tagging" : "貼標籤發生錯誤", - "Error untagging" : "移除標籤失敗", - "Error favoriting" : "加入最愛時出錯", - "Error unfavoriting" : "從最愛移除出錯", "Access forbidden" : "存取被拒", "File not found" : "找不到檔案", "The specified document has not been found on the server." : "該文件不存在於伺服器上", @@ -265,7 +263,6 @@ OC.L10N.register( "Search" : "搜尋", "Server side authentication failed!" : "伺服器端認證失敗!", "Please contact your administrator." : "請聯絡系統管理員", - "An internal error occured." : "發生內部錯誤", "Please try again or contact your administrator." : "請重試或聯絡系統管理員", "Log in" : "登入", "Wrong password. Reset it?" : "密碼錯誤,重設密碼?", diff --git a/core/l10n/zh_TW.json b/core/l10n/zh_TW.json index 8d2d03b5c50..34399f2a767 100644 --- a/core/l10n/zh_TW.json +++ b/core/l10n/zh_TW.json @@ -1,4 +1,28 @@ { "translations": { + "Please select a file." : "請選擇一個檔案", + "File is too big" : "檔案太大", + "Invalid file provided" : "提供的檔案無效", + "No image or file provided" : "未提供圖片或檔案", + "Unknown filetype" : "未知的檔案類型", + "Invalid image" : "無效的圖片", + "An error occurred. Please contact your admin." : "發生錯誤,請聯絡管理員", + "No temporary profile picture available, try again" : "沒有臨時用的大頭貼,請再試一次", + "No crop data provided" : "未設定剪裁", + "No valid crop data provided" : "未提供有效的剪裁設定", + "Crop is not square" : "剪裁設定不是正方形", + "Couldn't reset password because the token is invalid" : "無法重設密碼因為 token 無效", + "Couldn't reset password because the token is expired" : "無法重設密碼,因為 token 過期", + "Couldn't send reset email. Please make sure your username is correct." : "無法寄送重設 email ,請確認您的帳號輸入正確", + "Could not send reset email because there is no email address for this username. Please contact your administrator." : "無法寄送重設 email ,因為這個帳號沒有設定 email 地址,請聯絡您的系統管理員。", + "%s password reset" : "%s 密碼重設", + "Couldn't send reset email. Please contact your administrator." : "無法寄送重設 email ,請聯絡系統管理員", + "Error loading tags" : "載入標籤出錯", + "Tag already exists" : "標籤已經存在", + "Error deleting tag(s)" : "刪除標籤出錯", + "Error tagging" : "貼標籤發生錯誤", + "Error untagging" : "移除標籤失敗", + "Error favoriting" : "加入最愛時出錯", + "Error unfavoriting" : "從最愛移除出錯", "Couldn't send mail to following users: %s " : "無法寄送郵件給這些使用者:%s", "Preparing update" : "準備更新", "Turned on maintenance mode" : "已啓用維護模式", @@ -22,23 +46,6 @@ "%s (incompatible)" : "%s (不相容的)", "Following apps have been disabled: %s" : "以下應用程式已經被停用:%s", "Already up to date" : "已經是最新版", - "Please select a file." : "請選擇一個檔案", - "File is too big" : "檔案太大", - "Invalid file provided" : "提供的檔案無效", - "No image or file provided" : "未提供圖片或檔案", - "Unknown filetype" : "未知的檔案類型", - "Invalid image" : "無效的圖片", - "An error occurred. Please contact your admin." : "發生錯誤,請聯絡管理員", - "No temporary profile picture available, try again" : "沒有臨時用的大頭貼,請再試一次", - "No crop data provided" : "未設定剪裁", - "No valid crop data provided" : "未提供有效的剪裁設定", - "Crop is not square" : "剪裁設定不是正方形", - "Couldn't reset password because the token is invalid" : "無法重設密碼因為 token 無效", - "Couldn't reset password because the token is expired" : "無法重設密碼,因為 token 過期", - "Couldn't send reset email. Please make sure your username is correct." : "無法寄送重設 email ,請確認您的帳號輸入正確", - "Could not send reset email because there is no email address for this username. Please contact your administrator." : "無法寄送重設 email ,因為這個帳號沒有設定 email 地址,請聯絡您的系統管理員。", - "%s password reset" : "%s 密碼重設", - "Couldn't send reset email. Please contact your administrator." : "無法寄送重設 email ,請聯絡系統管理員", "Sunday" : "週日", "Monday" : "週一", "Tuesday" : "週二", @@ -158,7 +165,6 @@ "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 occured. Please try again" : "發生錯誤,請重試", "{sharee} (group)" : "{sharee} (群組)", "{sharee} (at {server})" : "{sharee} (在 {server})", "{sharee} (remote)" : "{sharee} (遠端)", @@ -192,7 +198,6 @@ "new" : "新", "_download %n file_::_download %n files_" : ["下載 %n 個檔案"], "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "正在更新,在某些狀況下,離開本頁面可能會導致更新中斷", - "Updating {productName} to version {version}, this may take a while." : "正在更新 {productName} 到版本 {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>來瞭解更多", @@ -207,13 +212,6 @@ "Apps" : "應用程式", "Admin" : "管理", "Help" : "說明", - "Error loading tags" : "載入標籤出錯", - "Tag already exists" : "標籤已經存在", - "Error deleting tag(s)" : "刪除標籤出錯", - "Error tagging" : "貼標籤發生錯誤", - "Error untagging" : "移除標籤失敗", - "Error favoriting" : "加入最愛時出錯", - "Error unfavoriting" : "從最愛移除出錯", "Access forbidden" : "存取被拒", "File not found" : "找不到檔案", "The specified document has not been found on the server." : "該文件不存在於伺服器上", @@ -263,7 +261,6 @@ "Search" : "搜尋", "Server side authentication failed!" : "伺服器端認證失敗!", "Please contact your administrator." : "請聯絡系統管理員", - "An internal error occured." : "發生內部錯誤", "Please try again or contact your administrator." : "請重試或聯絡系統管理員", "Log in" : "登入", "Wrong password. Reset it?" : "密碼錯誤,重設密碼?", diff --git a/core/templates/login.php b/core/templates/login.php index ef89d227d24..9934d4988d9 100644 --- a/core/templates/login.php +++ b/core/templates/login.php @@ -33,7 +33,7 @@ script('core', [ <?php endif; ?> <div id="message" class="hidden"> <img class="float-spinner" alt="" - src="<?php p(\OCP\Util::imagePath('core', 'loading-dark.gif'));?>"> + src="<?php p(image_path('core', 'loading-dark.gif'));?>"> <span id="messageText"></span> <!-- the following div ensures that the spinner is always inside the #message div --> <div style="clear: both;"></div> diff --git a/core/templates/lostpassword/resetpassword.php b/core/templates/lostpassword/resetpassword.php index 49ced424648..02e82fe6947 100644 --- a/core/templates/lostpassword/resetpassword.php +++ b/core/templates/lostpassword/resetpassword.php @@ -34,7 +34,7 @@ script('core', 'lostpassword'); </p> <input type="submit" id="submit" value="<?php p($l->t('Reset password')); ?>" /> <p class="text-center"> - <img class="hidden" id="float-spinner" src="<?php p(\OCP\Util::imagePath('core', 'loading-dark.gif'));?>"/> + <img class="hidden" id="float-spinner" src="<?php p(image_path('core', 'loading-dark.gif'));?>"/> </p> </fieldset> </form> diff --git a/core/templates/update.admin.php b/core/templates/update.admin.php index 75815de84bc..24b2beec6da 100644 --- a/core/templates/update.admin.php +++ b/core/templates/update.admin.php @@ -41,5 +41,13 @@ </div> </div> - <div class="updateProgress hidden"></div> + <div class="update-progress hidden"> + <h2 id="update-progress-title"></h2> + <div id="update-progress-icon" class="icon-loading-dark"></div> + <p id="update-progress-message-error" class="warning hidden"></p> + <ul id="update-progress-message-warnings" class="warning hidden"></ul> + <p id="update-progress-message"></p> + <a class="update-show-detailed"><?php p($l->t( 'Detailed logs' )); ?> <img class="svg" src="<?php print_unescaped(image_path('', 'actions/caret.svg')); ?>" /></a> + <div id="update-progress-detailed" class="hidden warning"></div> + </div> </div> diff --git a/lib/autoloader.php b/lib/autoloader.php index 87a07f6da12..6a427848235 100644 --- a/lib/autoloader.php +++ b/lib/autoloader.php @@ -110,9 +110,9 @@ class Autoloader { $split[1] = strtolower($split[1]); if ($split[1] === 'core') { - $paths[] = \OC::$SERVERROOT . '/core/' . strtolower(str_replace('\\', '/', $split[2])) . '.php'; + // Covered by PSR-4 autoloader } else if ($split[1] === 'settings') { - $paths[] = \OC::$SERVERROOT . '/settings/' . strtolower(str_replace('\\', '/', $split[2])) . '.php'; + // Covered by PSR-4 autoloader } else { $paths[] = \OC::$SERVERROOT . '/lib/private/' . $split[1] . '/' . strtolower(str_replace('\\', '/', $split[2])) . '.php'; } diff --git a/lib/base.php b/lib/base.php index d457d1ed485..a76edb1192a 100644 --- a/lib/base.php +++ b/lib/base.php @@ -365,6 +365,7 @@ class OC { $systemConfig->setValue('theme', ''); \OCP\Util::addScript('config'); // needed for web root \OCP\Util::addScript('update'); + \OCP\Util::addStyle('update'); // check whether this is a core update or apps update $installedVersion = $systemConfig->getValue('version', '0.0.0'); diff --git a/lib/composer/composer/LICENSE b/lib/composer/composer/LICENSE index c8d57af8b27..1a28124886d 100644 --- a/lib/composer/composer/LICENSE +++ b/lib/composer/composer/LICENSE @@ -1,5 +1,5 @@ -Copyright (c) 2015 Nils Adermann, Jordi Boggiano +Copyright (c) 2016 Nils Adermann, Jordi Boggiano Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/lib/composer/composer/autoload_psr4.php b/lib/composer/composer/autoload_psr4.php index 4610a912c6d..2561f0048c5 100644 --- a/lib/composer/composer/autoload_psr4.php +++ b/lib/composer/composer/autoload_psr4.php @@ -6,6 +6,8 @@ $vendorDir = dirname(dirname(__FILE__)); $baseDir = dirname(dirname($vendorDir)); return array( + 'OC\\Settings\\' => array($baseDir . '/settings'), + 'OC\\Core\\' => array($baseDir . '/core'), 'OC\\' => array($baseDir . '/lib/private'), 'OCP\\' => array($baseDir . '/lib/public'), ); diff --git a/lib/l10n/pt_PT.js b/lib/l10n/pt_PT.js index 731786215a0..7fc296f149f 100644 --- a/lib/l10n/pt_PT.js +++ b/lib/l10n/pt_PT.js @@ -26,6 +26,7 @@ OC.L10N.register( "Users" : "Utilizadores", "Admin" : "Admin", "Recommended" : "Recomendado", + "App \"%s\" cannot be installed because appinfo file cannot be read." : "A app \"%s\" não pode ser instalada porque o ficheiro appinfo não pode ser lido.", "App \"%s\" cannot be installed because it is not compatible with this version of ownCloud." : "A aplicação \"%s\" não pode ser instalada por não ser compatível com esta versão da ownCloud.", "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "A aplicação \"%s\" não pode ser instalada porque as seguintes dependências não podem ser realizadas: %s", "No app name specified" : "O nome da aplicação não foi especificado", @@ -57,6 +58,7 @@ OC.L10N.register( "Archives of type %s are not supported" : "Arquivos do tipo %s não são suportados", "Failed to open archive when installing app" : "Ocorreu um erro ao abrir o ficheiro de instalação desta aplicação", "App does not provide an info.xml file" : "A aplicação não disponibiliza um ficheiro info.xml", + "App cannot be installed because appinfo file cannot be read." : "A app não pode ser instalada porque o ficheiro appinfo não pode ser lido.", "Signature could not get checked. Please contact the app developer and check your admin screen." : "Assinatura não foi verificada. Contate o desenvolvedor da aplicação e verifique o painel de administrador.", "App can't be installed because of not allowed code in the App" : "A aplicação não pode ser instalado devido a código não permitido dentro da aplicação", "App can't be installed because it is not compatible with this version of ownCloud" : "A aplicação não pode ser instalada por não ser compatível com esta versão do ownCloud", diff --git a/lib/l10n/pt_PT.json b/lib/l10n/pt_PT.json index d9925d2c080..afeeabc4a29 100644 --- a/lib/l10n/pt_PT.json +++ b/lib/l10n/pt_PT.json @@ -24,6 +24,7 @@ "Users" : "Utilizadores", "Admin" : "Admin", "Recommended" : "Recomendado", + "App \"%s\" cannot be installed because appinfo file cannot be read." : "A app \"%s\" não pode ser instalada porque o ficheiro appinfo não pode ser lido.", "App \"%s\" cannot be installed because it is not compatible with this version of ownCloud." : "A aplicação \"%s\" não pode ser instalada por não ser compatível com esta versão da ownCloud.", "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "A aplicação \"%s\" não pode ser instalada porque as seguintes dependências não podem ser realizadas: %s", "No app name specified" : "O nome da aplicação não foi especificado", @@ -55,6 +56,7 @@ "Archives of type %s are not supported" : "Arquivos do tipo %s não são suportados", "Failed to open archive when installing app" : "Ocorreu um erro ao abrir o ficheiro de instalação desta aplicação", "App does not provide an info.xml file" : "A aplicação não disponibiliza um ficheiro info.xml", + "App cannot be installed because appinfo file cannot be read." : "A app não pode ser instalada porque o ficheiro appinfo não pode ser lido.", "Signature could not get checked. Please contact the app developer and check your admin screen." : "Assinatura não foi verificada. Contate o desenvolvedor da aplicação e verifique o painel de administrador.", "App can't be installed because of not allowed code in the App" : "A aplicação não pode ser instalado devido a código não permitido dentro da aplicação", "App can't be installed because it is not compatible with this version of ownCloud" : "A aplicação não pode ser instalada por não ser compatível com esta versão do ownCloud", diff --git a/lib/l10n/tr.js b/lib/l10n/tr.js index 0751030e107..a829153eeef 100644 --- a/lib/l10n/tr.js +++ b/lib/l10n/tr.js @@ -60,6 +60,7 @@ OC.L10N.register( "Archives of type %s are not supported" : "%s arşiv türü desteklenmiyor", "Failed to open archive when installing app" : "Uygulama kurulurken arşiv dosyası açılamadı", "App does not provide an info.xml file" : "Uygulama info.xml dosyası sağlamıyor", + "App cannot be installed because appinfo file cannot be read." : "uygulama yüklenemiyor çünkü appinfo dosyası okunamıyor.", "Signature could not get checked. Please contact the app developer and check your admin screen." : "İmza denetlenemedi. Lütfen uygulama yöneticisi ile iletişime geçin ve yönetici ekranınıza bakın.", "App can't be installed because of not allowed code in the App" : "Uygulama, izin verilmeyen kodlar barındırdığından kurulamıyor", "App can't be installed because it is not compatible with this version of ownCloud" : "ownCloud sürümünüz ile uyumsuz olduğu için uygulama kurulamıyor", diff --git a/lib/l10n/tr.json b/lib/l10n/tr.json index 09e0010836d..a5340ed3008 100644 --- a/lib/l10n/tr.json +++ b/lib/l10n/tr.json @@ -58,6 +58,7 @@ "Archives of type %s are not supported" : "%s arşiv türü desteklenmiyor", "Failed to open archive when installing app" : "Uygulama kurulurken arşiv dosyası açılamadı", "App does not provide an info.xml file" : "Uygulama info.xml dosyası sağlamıyor", + "App cannot be installed because appinfo file cannot be read." : "uygulama yüklenemiyor çünkü appinfo dosyası okunamıyor.", "Signature could not get checked. Please contact the app developer and check your admin screen." : "İmza denetlenemedi. Lütfen uygulama yöneticisi ile iletişime geçin ve yönetici ekranınıza bakın.", "App can't be installed because of not allowed code in the App" : "Uygulama, izin verilmeyen kodlar barındırdığından kurulamıyor", "App can't be installed because it is not compatible with this version of ownCloud" : "ownCloud sürümünüz ile uyumsuz olduğu için uygulama kurulamıyor", diff --git a/lib/private/Share20/ProviderFactory.php b/lib/private/Share20/ProviderFactory.php index 4cb1ac71a88..96203104f74 100644 --- a/lib/private/Share20/ProviderFactory.php +++ b/lib/private/Share20/ProviderFactory.php @@ -144,9 +144,7 @@ class ProviderFactory implements IProviderFactory { public function getProviderForType($shareType) { $provider = null; - //FIXME we should not report type 2 if ($shareType === \OCP\Share::SHARE_TYPE_USER || - $shareType === 2 || $shareType === \OCP\Share::SHARE_TYPE_GROUP || $shareType === \OCP\Share::SHARE_TYPE_LINK) { $provider = $this->defaultShareProvider(); diff --git a/lib/private/db/mdb2schemamanager.php b/lib/private/db/mdb2schemamanager.php index bcabb6fe57a..f73f6b4351a 100644 --- a/lib/private/db/mdb2schemamanager.php +++ b/lib/private/db/mdb2schemamanager.php @@ -32,15 +32,14 @@ use Doctrine\DBAL\Platforms\MySqlPlatform; use Doctrine\DBAL\Platforms\OraclePlatform; use Doctrine\DBAL\Platforms\PostgreSqlPlatform; use Doctrine\DBAL\Platforms\SqlitePlatform; +use OCP\IDBConnection; class MDB2SchemaManager { - /** - * @var \OC\DB\Connection $conn - */ + /** @var \OC\DB\Connection $conn */ protected $conn; /** - * @param \OCP\IDBConnection $conn + * @param IDBConnection $conn */ public function __construct($conn) { $this->conn = $conn; @@ -77,16 +76,17 @@ class MDB2SchemaManager { $random = \OC::$server->getSecureRandom(); $platform = $this->conn->getDatabasePlatform(); $config = \OC::$server->getConfig(); + $dispatcher = \OC::$server->getEventDispatcher(); if ($platform instanceof SqlitePlatform) { - return new SQLiteMigrator($this->conn, $random, $config); + return new SQLiteMigrator($this->conn, $random, $config, $dispatcher); } else if ($platform instanceof OraclePlatform) { - return new OracleMigrator($this->conn, $random, $config); + return new OracleMigrator($this->conn, $random, $config, $dispatcher); } else if ($platform instanceof MySqlPlatform) { - return new MySQLMigrator($this->conn, $random, $config); + return new MySQLMigrator($this->conn, $random, $config, $dispatcher); } else if ($platform instanceof PostgreSqlPlatform) { - return new Migrator($this->conn, $random, $config); + return new Migrator($this->conn, $random, $config, $dispatcher); } else { - return new NoCheckMigrator($this->conn, $random, $config); + return new NoCheckMigrator($this->conn, $random, $config, $dispatcher); } } @@ -94,6 +94,7 @@ class MDB2SchemaManager { * Reads database schema from file * * @param string $file file to read from + * @return \Doctrine\DBAL\Schema\Schema */ private function readSchemaFromFile($file) { $platform = $this->conn->getDatabasePlatform(); diff --git a/lib/private/db/migrator.php b/lib/private/db/migrator.php index 7ca3f981358..8b8a34d9865 100644 --- a/lib/private/db/migrator.php +++ b/lib/private/db/migrator.php @@ -35,6 +35,8 @@ use \Doctrine\DBAL\Schema\SchemaConfig; use \Doctrine\DBAL\Schema\Comparator; use OCP\IConfig; use OCP\Security\ISecureRandom; +use Symfony\Component\EventDispatcher\EventDispatcher; +use Symfony\Component\EventDispatcher\GenericEvent; class Migrator { @@ -51,21 +53,33 @@ class Migrator { /** @var IConfig */ protected $config; + /** @var EventDispatcher */ + private $dispatcher; + + /** @var bool */ + private $noEmit = false; + /** - * @param Connection $connection + * @param \Doctrine\DBAL\Connection|Connection $connection * @param ISecureRandom $random * @param IConfig $config + * @param EventDispatcher $dispatcher */ - public function __construct(\Doctrine\DBAL\Connection $connection, ISecureRandom $random, IConfig $config) { + public function __construct(\Doctrine\DBAL\Connection $connection, + ISecureRandom $random, + IConfig $config, + EventDispatcher $dispatcher = null) { $this->connection = $connection; $this->random = $random; $this->config = $config; + $this->dispatcher = $dispatcher; } /** * @param \Doctrine\DBAL\Schema\Schema $targetSchema */ public function migrate(Schema $targetSchema) { + $this->noEmit = true; $this->applySchema($targetSchema); } @@ -90,21 +104,22 @@ class Migrator { * @throws \OC\DB\MigrationException */ public function checkMigrate(Schema $targetSchema) { - /** - * @var \Doctrine\DBAL\Schema\Table[] $tables - */ + $this->noEmit = true; + /**@var \Doctrine\DBAL\Schema\Table[] $tables */ $tables = $targetSchema->getTables(); $filterExpression = $this->getFilterExpression(); $this->connection->getConfiguration()-> setFilterSchemaAssetsExpression($filterExpression); $existingTables = $this->connection->getSchemaManager()->listTableNames(); + $step = 0; foreach ($tables as $table) { if (strpos($table->getName(), '.')) { list(, $tableName) = explode('.', $table->getName()); } else { $tableName = $table->getName(); } + $this->emitCheckStep($tableName, $step++, count($tables)); // don't need to check for new tables if (array_search($tableName, $existingTables) !== false) { $this->checkTableMigrate($table); @@ -215,7 +230,10 @@ class Migrator { $schemaDiff = $this->getDiff($targetSchema, $connection); $connection->beginTransaction(); - foreach ($schemaDiff->toSql($connection->getDatabasePlatform()) as $sql) { + $sqls = $schemaDiff->toSql($connection->getDatabasePlatform()); + $step = 0; + foreach ($sqls as $sql) { + $this->emit($sql, $step++, count($sqls)); $connection->query($sql); } $connection->commit(); @@ -254,4 +272,21 @@ class Migrator { protected function getFilterExpression() { return '/^' . preg_quote($this->config->getSystemValue('dbtableprefix', 'oc_')) . '/'; } + + protected function emit($sql, $step, $max) { + if ($this->noEmit) { + return; + } + if(is_null($this->dispatcher)) { + return; + } + $this->dispatcher->dispatch('\OC\DB\Migrator::executeSql', new GenericEvent($sql, [$step+1, $max])); + } + + private function emitCheckStep($tableName, $step, $max) { + if(is_null($this->dispatcher)) { + return; + } + $this->dispatcher->dispatch('\OC\DB\Migrator::checkTable', new GenericEvent($tableName, [$step+1, $max])); + } } diff --git a/lib/private/filechunking.php b/lib/private/filechunking.php index 604a607336c..f2cef275458 100644 --- a/lib/private/filechunking.php +++ b/lib/private/filechunking.php @@ -90,7 +90,7 @@ class OC_FileChunking { * Assembles the chunks into the file specified by the path. * Chunks are deleted afterwards. * - * @param string $f target path + * @param resource $f target path * * @return integer assembled file size * @@ -106,6 +106,8 @@ class OC_FileChunking { // remove after reading to directly save space $cache->remove($prefix.$i); $count += fwrite($f, $chunk); + // let php release the memory to work around memory exhausted error with php 5.6 + $chunk = null; } return $count; diff --git a/lib/private/files/storage/local.php b/lib/private/files/storage/local.php index f6f5a8cc130..b6d0ec3fb34 100644 --- a/lib/private/files/storage/local.php +++ b/lib/private/files/storage/local.php @@ -176,7 +176,12 @@ class Local extends \OC\Files\Storage\Common { } public function file_get_contents($path) { - return file_get_contents($this->getSourcePath($path)); + // file_get_contents() has a memory leak: https://bugs.php.net/bug.php?id=61961 + $filename = $this->getSourcePath($path); + $handle = fopen($filename,'rb'); + $content = fread($handle, filesize($filename)); + fclose($handle); + return $content; } public function file_put_contents($path, $data) { diff --git a/lib/private/preview/mp3.php b/lib/private/preview/mp3.php index b984cb4e10d..c7b70457afe 100644 --- a/lib/private/preview/mp3.php +++ b/lib/private/preview/mp3.php @@ -23,6 +23,8 @@ */ namespace OC\Preview; +use ID3Parser\ID3Parser; + class MP3 extends Provider { /** * {@inheritDoc} @@ -35,15 +37,17 @@ class MP3 extends Provider { * {@inheritDoc} */ public function getThumbnail($path, $maxX, $maxY, $scalingup, $fileview) { - $getID3 = new \getID3(); + $getID3 = new ID3Parser(); $tmpPath = $fileview->toTmpFile($path); - $tags = $getID3->analyze($tmpPath); - \getid3_lib::CopyTagsToComments($tags); - if(isset($tags['id3v2']['APIC'][0]['data'])) { - $picture = @$tags['id3v2']['APIC'][0]['data']; - unlink($tmpPath); + unlink($tmpPath); + $picture = isset($tags['id3v2']['APIC'][0]['data']) ? $tags['id3v2']['APIC'][0]['data'] : null; + if(is_null($picture) && isset($tags['id3v2']['PIC'][0]['data'])) { + $picture = $tags['id3v2']['PIC'][0]['data']; + } + + if(!is_null($picture)) { $image = new \OC_Image(); $image->loadFromData($picture); diff --git a/lib/private/template.php b/lib/private/template.php index 2653ae6086a..d39abdcd378 100644 --- a/lib/private/template.php +++ b/lib/private/template.php @@ -69,7 +69,7 @@ class OC_Template extends \OC\Template\Base { public function __construct( $app, $name, $renderAs = "", $registerCall = true ) { // Read the selected theme from the config file self::initTemplateEngine($renderAs); - + $theme = OC_Util::getTheme(); $requestToken = (OC::$server->getSession() && $registerCall) ? \OCP\Util::callRegister() : ''; @@ -93,7 +93,7 @@ class OC_Template extends \OC\Template\Base { */ public static function initTemplateEngine($renderAs) { if (self::$initTemplateEngineFirstRun){ - + //apps that started before the template initialization can load their own scripts/styles //so to make sure this scripts/styles here are loaded first we use OC_Util::addScript() with $prepend=true //meaning the last script/style in this list will be loaded first @@ -106,13 +106,13 @@ class OC_Template extends \OC\Template\Base { OC_Util::addStyle("tooltip",null,true); OC_Util::addStyle('jquery-ui-fixes',null,true); OC_Util::addVendorStyle('jquery-ui/themes/base/jquery-ui',null,true); + OC_Util::addStyle("mobile",null,true); OC_Util::addStyle("multiselect",null,true); OC_Util::addStyle("fixes",null,true); OC_Util::addStyle("global",null,true); OC_Util::addStyle("apps",null,true); OC_Util::addStyle("fonts",null,true); OC_Util::addStyle("icons",null,true); - OC_Util::addStyle("mobile",null,true); OC_Util::addStyle("header",null,true); OC_Util::addStyle("inputs",null,true); OC_Util::addStyle("styles",null,true); @@ -169,10 +169,10 @@ class OC_Template extends \OC\Template\Base { self::$initTemplateEngineFirstRun = false; } - + } - - + + /** * find the template with the given name * @param string $name of the template file (without suffix) diff --git a/lib/private/user/manager.php b/lib/private/user/manager.php index e2486a9ff1d..7967f877024 100644 --- a/lib/private/user/manager.php +++ b/lib/private/user/manager.php @@ -33,6 +33,7 @@ namespace OC\User; use OC\Hooks\PublicEmitter; +use OCP\IUserBackend; use OCP\IUserManager; use OCP\IConfig; @@ -170,24 +171,24 @@ class Manager extends PublicEmitter implements IUserManager { /** * Check if the password is valid for the user * - * @param string $loginname + * @param string $loginName * @param string $password * @return mixed the User object on success, false otherwise */ - public function checkPassword($loginname, $password) { - $loginname = str_replace("\0", '', $loginname); + public function checkPassword($loginName, $password) { + $loginName = str_replace("\0", '', $loginName); $password = str_replace("\0", '', $password); foreach ($this->backends as $backend) { if ($backend->implementsActions(\OC_User_Backend::CHECK_PASSWORD)) { - $uid = $backend->checkPassword($loginname, $password); + $uid = $backend->checkPassword($loginName, $password); if ($uid !== false) { return $this->getUserObject($uid, $backend); } } } - \OC::$server->getLogger()->warning('Login failed: \''. $loginname .'\' (Remote IP: \''. \OC::$server->getRequest()->getRemoteAddress(). '\')', ['app' => 'core']); + \OC::$server->getLogger()->warning('Login failed: \''. $loginName .'\' (Remote IP: \''. \OC::$server->getRequest()->getRemoteAddress(). '\')', ['app' => 'core']); return false; } @@ -304,7 +305,7 @@ class Manager extends PublicEmitter implements IUserManager { if ($backend->implementsActions(\OC_User_Backend::COUNT_USERS)) { $backendUsers = $backend->countUsers(); if($backendUsers !== false) { - if($backend instanceof \OCP\IUserBackend) { + if($backend instanceof IUserBackend) { $name = $backend->getBackendName(); } else { $name = get_class($backend); @@ -325,7 +326,7 @@ class Manager extends PublicEmitter implements IUserManager { * If the callback returns false no further users will be retrieved. * * @param \Closure $callback - * @return void + * @param string $search * @since 9.0.0 */ public function callForAllUsers(\Closure $callback, $search = '') { @@ -336,6 +337,9 @@ class Manager extends PublicEmitter implements IUserManager { $users = $backend->getUsers($search, $limit, $offset); foreach ($users as $user) { $user = $this->get($user); + if (is_null($user)) { + continue; + } $return = $callback($user); if ($return === false) { break; diff --git a/lib/public/iusermanager.php b/lib/public/iusermanager.php index 057bd8e89fb..6442938a99b 100644 --- a/lib/public/iusermanager.php +++ b/lib/public/iusermanager.php @@ -90,12 +90,12 @@ interface IUserManager { /** * Check if the password is valid for the user * - * @param string $loginname + * @param string $loginName * @param string $password * @return mixed the User object on success, false otherwise * @since 8.0.0 */ - public function checkPassword($loginname, $password); + public function checkPassword($loginName, $password); /** * search by user id @@ -138,7 +138,7 @@ interface IUserManager { /** * @param \Closure $callback - * @return void + * @param string $search * @since 9.0.0 */ public function callForAllUsers (\Closure $callback, $search = ''); diff --git a/remote.php b/remote.php index df229eb675a..86b47629d73 100644 --- a/remote.php +++ b/remote.php @@ -84,6 +84,27 @@ function handleException(Exception $e) { } } +/** + * @param $service + * @return string + */ +function resolveService($service) { + $services = [ + 'webdav' => 'dav/appinfo/v1/webdav.php', + 'dav' => 'dav/appinfo/v2/remote.php', + 'caldav' => 'dav/appinfo/v1/caldav.php', + 'calendar' => 'dav/appinfo/v1/caldav.php', + 'carddav' => 'dav/appinfo/v1/carddav.php', + 'contacts' => 'dav/appinfo/v1/carddav.php', + 'files' => 'dav/appinfo/v1/webdav.php', + ]; + if (isset($services[$service])) { + return $services[$service]; + } + + return \OC::$server->getConfig()->getAppValue('core', 'remote_' . $service); +} + try { require_once 'lib/base.php'; @@ -103,7 +124,7 @@ try { } $service=substr($pathInfo, 1, $pos-1); - $file = \OC::$server->getConfig()->getAppValue('core', 'remote_' . $service); + $file = resolveService($service); if(is_null($file)) { throw new RemoteException('Path not found', OC_Response::STATUS_NOT_FOUND); diff --git a/settings/application.php b/settings/Application.php index 5b84d028abf..5b84d028abf 100644 --- a/settings/application.php +++ b/settings/Application.php diff --git a/settings/changepassword/controller.php b/settings/ChangePassword/Controller.php index 8469ec1423a..8469ec1423a 100644 --- a/settings/changepassword/controller.php +++ b/settings/ChangePassword/Controller.php diff --git a/settings/controller/appsettingscontroller.php b/settings/Controller/AppSettingsController.php index cc69d3130d9..cc69d3130d9 100644 --- a/settings/controller/appsettingscontroller.php +++ b/settings/Controller/AppSettingsController.php diff --git a/settings/controller/certificatecontroller.php b/settings/Controller/CertificateController.php index 90d0c664d84..90d0c664d84 100644 --- a/settings/controller/certificatecontroller.php +++ b/settings/Controller/CertificateController.php diff --git a/settings/controller/checksetupcontroller.php b/settings/Controller/CheckSetupController.php index cfdfa5021bc..cfdfa5021bc 100644 --- a/settings/controller/checksetupcontroller.php +++ b/settings/Controller/CheckSetupController.php diff --git a/settings/controller/encryptioncontroller.php b/settings/Controller/EncryptionController.php index 504448a5a2c..504448a5a2c 100644 --- a/settings/controller/encryptioncontroller.php +++ b/settings/Controller/EncryptionController.php diff --git a/settings/controller/groupscontroller.php b/settings/Controller/GroupsController.php index bb8e6755d41..bb8e6755d41 100644 --- a/settings/controller/groupscontroller.php +++ b/settings/Controller/GroupsController.php diff --git a/settings/controller/logsettingscontroller.php b/settings/Controller/LogSettingsController.php index c0c9ee04ca3..c0c9ee04ca3 100644 --- a/settings/controller/logsettingscontroller.php +++ b/settings/Controller/LogSettingsController.php diff --git a/settings/controller/mailsettingscontroller.php b/settings/Controller/MailSettingsController.php index dbba4bd9bc0..dbba4bd9bc0 100644 --- a/settings/controller/mailsettingscontroller.php +++ b/settings/Controller/MailSettingsController.php diff --git a/settings/controller/securitysettingscontroller.php b/settings/Controller/SecuritySettingsController.php index d7274d6bcb2..d7274d6bcb2 100644 --- a/settings/controller/securitysettingscontroller.php +++ b/settings/Controller/SecuritySettingsController.php diff --git a/settings/controller/userscontroller.php b/settings/Controller/UsersController.php index f5b7f2d2e5d..f5b7f2d2e5d 100644 --- a/settings/controller/userscontroller.php +++ b/settings/Controller/UsersController.php diff --git a/settings/middleware/subadminmiddleware.php b/settings/Middleware/SubadminMiddleware.php index 8e138bdc1a8..8e138bdc1a8 100644 --- a/settings/middleware/subadminmiddleware.php +++ b/settings/Middleware/SubadminMiddleware.php diff --git a/settings/l10n/pt_PT.js b/settings/l10n/pt_PT.js index 70c74762477..564e6b11263 100644 --- a/settings/l10n/pt_PT.js +++ b/settings/l10n/pt_PT.js @@ -1,27 +1,9 @@ OC.L10N.register( "settings", { - "APCu" : "APCu", - "Redis" : "Redis", - "Security & setup warnings" : "Avisos de configuração e segurança", - "Sharing" : "Partilha", - "Server-side encryption" : "Atualizar App", - "External Storage" : "Armazenamento Externo", - "Cron" : "Cron", - "Email server" : "Servidor de Correio Eletrónico", - "Log" : "Registo", - "Tips & tricks" : "Dicas e truques", - "Updates" : "Atualizações", - "Couldn't remove app." : "Não foi possível remover a aplicação.", - "Language changed" : "Idioma alterado", - "Invalid request" : "Pedido Inválido", - "Authentication error" : "Erro na autenticação", - "Admins can't remove themself from the admin group" : "Os administradores não se podem remover a eles próprios do grupo 'admin'.", - "Unable to add user to group %s" : "Não é possível adicionar o utilizador ao grupo %s", - "Unable to remove user from group %s" : "Não é possível remover o utilizador do grupo %s", - "Couldn't update app." : "Não foi possível atualizar a app.", "Wrong password" : "Palavra-passe errada", "No user supplied" : "Nenhum utilizador especificado", + "Authentication error" : "Erro na autenticação", "Please provide an admin recovery password, otherwise all user data will be lost" : "Por favor, forneça uma palavra-passe de recuperação de administrador, caso contrário seráo perdidos todos os dados", "Wrong admin recovery password. Please check the password and try again." : "Palavra-passe de recuperação de administrador errada. Por favor, verifique a palavra-passe e tente novamente.", "Backend doesn't support password change, but the user's encryption key was successfully updated." : "A interface não suporta a alteração da palavra-passe, mas a chave de encriptação foi atualizada com sucesso.", @@ -53,6 +35,24 @@ OC.L10N.register( "Email saved" : "E-mail guardado", "Your full name has been changed." : "O seu nome completo foi alterado.", "Unable to change full name" : "Não foi possível alterar o seu nome completo", + "APCu" : "APCu", + "Redis" : "Redis", + "Security & setup warnings" : "Avisos de configuração e segurança", + "Sharing" : "Partilha", + "Server-side encryption" : "Atualizar App", + "External Storage" : "Armazenamento Externo", + "Cron" : "Cron", + "Email server" : "Servidor de Correio Eletrónico", + "Log" : "Registo", + "Tips & tricks" : "Dicas e truques", + "Updates" : "Atualizações", + "Couldn't remove app." : "Não foi possível remover a aplicação.", + "Language changed" : "Idioma alterado", + "Invalid request" : "Pedido Inválido", + "Admins can't remove themself from the admin group" : "Os administradores não se podem remover a eles próprios do grupo 'admin'.", + "Unable to add user to group %s" : "Não é possível adicionar o utilizador ao grupo %s", + "Unable to remove user from group %s" : "Não é possível remover o utilizador do grupo %s", + "Couldn't update app." : "Não foi possível atualizar a app.", "Are you really sure you want add \"{domain}\" as trusted domain?" : "Você tem certeza que quer adicionar \"{domain}\" como domínio confiável?", "Add trusted domain" : "Adicionar domínio confiável ", "Migration in progress. Please wait until the migration is finished" : "Migração em progresso. Por favor, aguarde até que a mesma esteja concluída..", @@ -84,6 +84,7 @@ OC.L10N.register( "Uninstall" : "Desinstalar", "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "A aplicação foi ativada, mas precisa de ser atualizada. Você será redirecionado para a página de atualização em 5 segundos.", "App update" : "Atualizar App", + "No apps found for {query}" : "Não foram encontradas aplicações para {query}", "An error occurred. Please upload an ASCII-encoded PEM certificate." : "Ocorreu um erro. Por favor, envie um certificado PEM codificado em ASCII.", "Valid until {date}" : "Válida até {date}", "Delete" : "Apagar", diff --git a/settings/l10n/pt_PT.json b/settings/l10n/pt_PT.json index 5fc36b71bcd..cc05e17409d 100644 --- a/settings/l10n/pt_PT.json +++ b/settings/l10n/pt_PT.json @@ -1,25 +1,7 @@ { "translations": { - "APCu" : "APCu", - "Redis" : "Redis", - "Security & setup warnings" : "Avisos de configuração e segurança", - "Sharing" : "Partilha", - "Server-side encryption" : "Atualizar App", - "External Storage" : "Armazenamento Externo", - "Cron" : "Cron", - "Email server" : "Servidor de Correio Eletrónico", - "Log" : "Registo", - "Tips & tricks" : "Dicas e truques", - "Updates" : "Atualizações", - "Couldn't remove app." : "Não foi possível remover a aplicação.", - "Language changed" : "Idioma alterado", - "Invalid request" : "Pedido Inválido", - "Authentication error" : "Erro na autenticação", - "Admins can't remove themself from the admin group" : "Os administradores não se podem remover a eles próprios do grupo 'admin'.", - "Unable to add user to group %s" : "Não é possível adicionar o utilizador ao grupo %s", - "Unable to remove user from group %s" : "Não é possível remover o utilizador do grupo %s", - "Couldn't update app." : "Não foi possível atualizar a app.", "Wrong password" : "Palavra-passe errada", "No user supplied" : "Nenhum utilizador especificado", + "Authentication error" : "Erro na autenticação", "Please provide an admin recovery password, otherwise all user data will be lost" : "Por favor, forneça uma palavra-passe de recuperação de administrador, caso contrário seráo perdidos todos os dados", "Wrong admin recovery password. Please check the password and try again." : "Palavra-passe de recuperação de administrador errada. Por favor, verifique a palavra-passe e tente novamente.", "Backend doesn't support password change, but the user's encryption key was successfully updated." : "A interface não suporta a alteração da palavra-passe, mas a chave de encriptação foi atualizada com sucesso.", @@ -51,6 +33,24 @@ "Email saved" : "E-mail guardado", "Your full name has been changed." : "O seu nome completo foi alterado.", "Unable to change full name" : "Não foi possível alterar o seu nome completo", + "APCu" : "APCu", + "Redis" : "Redis", + "Security & setup warnings" : "Avisos de configuração e segurança", + "Sharing" : "Partilha", + "Server-side encryption" : "Atualizar App", + "External Storage" : "Armazenamento Externo", + "Cron" : "Cron", + "Email server" : "Servidor de Correio Eletrónico", + "Log" : "Registo", + "Tips & tricks" : "Dicas e truques", + "Updates" : "Atualizações", + "Couldn't remove app." : "Não foi possível remover a aplicação.", + "Language changed" : "Idioma alterado", + "Invalid request" : "Pedido Inválido", + "Admins can't remove themself from the admin group" : "Os administradores não se podem remover a eles próprios do grupo 'admin'.", + "Unable to add user to group %s" : "Não é possível adicionar o utilizador ao grupo %s", + "Unable to remove user from group %s" : "Não é possível remover o utilizador do grupo %s", + "Couldn't update app." : "Não foi possível atualizar a app.", "Are you really sure you want add \"{domain}\" as trusted domain?" : "Você tem certeza que quer adicionar \"{domain}\" como domínio confiável?", "Add trusted domain" : "Adicionar domínio confiável ", "Migration in progress. Please wait until the migration is finished" : "Migração em progresso. Por favor, aguarde até que a mesma esteja concluída..", @@ -82,6 +82,7 @@ "Uninstall" : "Desinstalar", "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "A aplicação foi ativada, mas precisa de ser atualizada. Você será redirecionado para a página de atualização em 5 segundos.", "App update" : "Atualizar App", + "No apps found for {query}" : "Não foram encontradas aplicações para {query}", "An error occurred. Please upload an ASCII-encoded PEM certificate." : "Ocorreu um erro. Por favor, envie um certificado PEM codificado em ASCII.", "Valid until {date}" : "Válida até {date}", "Delete" : "Apagar", diff --git a/settings/l10n/tr.js b/settings/l10n/tr.js index 7514577afde..8013439c267 100644 --- a/settings/l10n/tr.js +++ b/settings/l10n/tr.js @@ -84,6 +84,7 @@ OC.L10N.register( "Uninstall" : "Kaldır", "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "Uygulama etkinleştirildi fakat güncellenmesi gerekiyor. 5 saniye içinde güncelleme sayfasına yönlendirileceksiniz.", "App update" : "Uygulama güncellemesi", + "No apps found for {query}" : "sorgulayabilmeniz için hiçbir uygulama bulunmamakta", "An error occurred. Please upload an ASCII-encoded PEM certificate." : "Bir hata oluştu. Lütfen ASCII-kodlanmış PEM sertifikasını yükleyin.", "Valid until {date}" : "{date} tarihine kadar geçerli", "Delete" : "Sil", diff --git a/settings/l10n/tr.json b/settings/l10n/tr.json index 863533a4ed8..753d22ef65c 100644 --- a/settings/l10n/tr.json +++ b/settings/l10n/tr.json @@ -82,6 +82,7 @@ "Uninstall" : "Kaldır", "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "Uygulama etkinleştirildi fakat güncellenmesi gerekiyor. 5 saniye içinde güncelleme sayfasına yönlendirileceksiniz.", "App update" : "Uygulama güncellemesi", + "No apps found for {query}" : "sorgulayabilmeniz için hiçbir uygulama bulunmamakta", "An error occurred. Please upload an ASCII-encoded PEM certificate." : "Bir hata oluştu. Lütfen ASCII-kodlanmış PEM sertifikasını yükleyin.", "Valid until {date}" : "{date} tarihine kadar geçerli", "Delete" : "Sil", diff --git a/settings/templates/personal.php b/settings/templates/personal.php index 302feddcb42..29bf240e7e3 100644 --- a/settings/templates/personal.php +++ b/settings/templates/personal.php @@ -170,15 +170,15 @@ if($_['passwordChangeSupported']) { <div id="clientsbox" class="section clientsbox"> <h2><?php p($l->t('Get the apps to sync your files'));?></h2> <a href="<?php p($_['clients']['desktop']); ?>" rel="noreferrer" target="_blank"> - <img src="<?php print_unescaped(OCP\Util::imagePath('core', 'desktopapp.svg')); ?>" + <img src="<?php print_unescaped(image_path('core', 'desktopapp.svg')); ?>" alt="<?php p($l->t('Desktop client'));?>" /> </a> <a href="<?php p($_['clients']['android']); ?>" rel="noreferrer" target="_blank"> - <img src="<?php print_unescaped(OCP\Util::imagePath('core', 'googleplay.png')); ?>" + <img src="<?php print_unescaped(image_path('core', 'googleplay.png')); ?>" alt="<?php p($l->t('Android app'));?>" /> </a> <a href="<?php p($_['clients']['ios']); ?>" rel="noreferrer" target="_blank"> - <img src="<?php print_unescaped(OCP\Util::imagePath('core', 'appstore.svg')); ?>" + <img src="<?php print_unescaped(image_path('core', 'appstore.svg')); ?>" alt="<?php p($l->t('iOS app'));?>" /> </a> diff --git a/tests/acceptance/.gitignore b/tests/acceptance/.gitignore deleted file mode 100644 index 3c3629e647f..00000000000 --- a/tests/acceptance/.gitignore +++ /dev/null @@ -1 +0,0 @@ -node_modules diff --git a/tests/acceptance/package.json b/tests/acceptance/package.json deleted file mode 100644 index daeb245b51a..00000000000 --- a/tests/acceptance/package.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "name": "specs", - "version": "0.0.0", - "description": "ownCloud specs for automated acceptance tests", - "main": "index.js", - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" - }, - "author": "Felix Böhm", - "dependencies": { - "protractor": "^1.1.1", - "request": "^2.40.0", - "xml2js": "^0.4.4", - "jasmine-spec-reporter": "^0.6.0", - "phantomjs": "^1.9.7-15" - }, - "devDependencies": { - } -} diff --git a/tests/acceptance/protractor_conf.js b/tests/acceptance/protractor_conf.js deleted file mode 100644 index e89e79e5478..00000000000 --- a/tests/acceptance/protractor_conf.js +++ /dev/null @@ -1,103 +0,0 @@ -// An example configuration file. -exports.config = { - // Do not start a Selenium Standalone sever - only run this using chrome. - chromeOnly: true, - chromeDriver: './node_modules/protractor/selenium/chromedriver', - - // Capabilities to be passed to the webdriver instance. - // See https://sites.google.com/a/chromium.org/chromedriver/capabilities - capabilities: { - 'browserName': 'chrome', - 'chromeOptions': { - 'args': ['show-fps-counter=true', '--test-type', '--ignore-certificate-errors'] - } - }, - - // Use on Commmandline: - // protractor ... --params.login.user=abc --params.login.password=123 - params: { - baseUrl: "http://127.0.0.1/", - login: { - user: 'admin', - password: 'password' - } - }, - - suites: { - install: 'tests/install/**/*_spec.js', - login: 'tests/login/**/*_spec.js', - apps: 'tests/apps/**/*_spec.js', - files: 'tests/files/**/*_spec.js', - share: 'tests/share/**/*_spec.js', - }, - - // seleniumAddress: 'http://0.0.0.0:4444/wd/hub', - - // Options to be passed to Jasmine-node. - jasmineNodeOpts: { - silent: true, - showColors: true, - onComplete: null, - isVerbose: true, - includeStackTrace: true, - defaultTimeoutInterval: 180000 - }, - - onPrepare: function(){ - global.isAngularSite = function(flag){ - browser.ignoreSynchronization = !flag; - }; - browser.driver.manage().window().setSize(1000, 800); - browser.driver.manage().window().maximize(); - - require('jasmine-spec-reporter'); - // add jasmine spec reporter - var spec_reporter = new jasmine.SpecReporter({ - displayStacktrace: false, // display stacktrace for each failed assertion - displayFailuresSummary: false, // display summary of all failures after execution - displaySuccessfulSpec: true, // display each successful spec - displayFailedSpec: true, // display each failed spec - displaySkippedSpec: false, // display each skipped spec - displaySpecDuration: true, // display each spec duration - colors: { - success: 'green', - failure: 'red', - skipped: 'cyan' - }, - prefixes: { - success: '✓ ', - failure: '✗ ', - skipped: '- ' - } - }); - global.display = spec_reporter.display; - jasmine.getEnv().addReporter(spec_reporter); - } -}; - - -// Headless testing with Phantomjs -// capabilities: { -// 'browserName': 'phantomjs', -// -// /* -// * Can be used to specify the phantomjs binary path. -// * This can generally be ommitted if you installed phantomjs globally. -// */ -// 'phantomjs.binary.path':'./node_modules/phantomjs/bin/phantomjs', -// -// /* -// * Command line arugments to pass to phantomjs. -// * Can be ommitted if no arguments need to be passed. -// * Acceptable cli arugments: https://github.com/ariya/phantomjs/wiki/API-Reference#wiki-command-line-options -// */ -// 'phantomjs.cli.args':['--logfile=PATH', '--loglevel=DEBUG'] -// }, - -// TODO: Mobile? See: https://github.com/angular/protractor/blob/master/docs/browser-setup.md#setting-up-protractor-with-appium---androidchrome -// multiCapabilities: [{ -// 'browserName': 'firefox' -// }, { -// 'browserName': 'chrome' -// }] - diff --git a/tests/acceptance/readme.md b/tests/acceptance/readme.md deleted file mode 100644 index 2bf42c70a0f..00000000000 --- a/tests/acceptance/readme.md +++ /dev/null @@ -1,80 +0,0 @@ -ownCloud Acceptance Tests -========================= - - -Setup ------ - -Install node.js and run the following to install the dependencies - -``` -npm install -``` - -Install the webdriver -``` -./node_modules/protractor/bin/webdriver-manager update -``` - -Install protractor as global command ( optional ) -``` -npm install -g protractor -``` - -Run ---- - -Run the tests with protractor -``` -protractor protractor_conf.js -``` - -Run only a specific test suite or spec -``` -protractor protractor_conf.js --suite install -protractor protractor_conf.js --params.baseUrl="http://127.0.0.1/ownClouds/test-community-7.0.1/" --suite=login -protractor protractor_conf.js --params.baseUrl="http://127.0.0.1/ownClouds/test-community-7.0.1/" --specs tests/login/newUser_spec.js -``` - -More Test Suites ----------------- - -You can find and define suites in ```protractor_conf.js``` - -Install suite: Run this suite on a not yet installed ownCloud, it will install during the tests - -After installation tests should run without the "First Run Wizard" app because of timing issues. -Disable the app on the server with - -``` -php occ app:disable firstrunwizard -``` - -Page Objects ------------- - -The ```tests/pages``` folder contains page objects. -A page object describes a webpage, gathers selectors and provides functions for actions on the page. - -In the specs these higher level functionality can be reused and the tests become nice and readable. - -Development ------------ - -A good starting point is the login suite in the login folder and the login page object. - -If you want to start only a single test (it) or collection of tests (describe) use: - -* iit to run a single test -* ddescribe to run only this collection - -You can also use - -* xit to exclude this test -* xdescribe to exclude this collection - -For deeper insights and api docs have a look at - -* Protractor, [https://github.com/angular/protractor](https://github.com/angular/protractor) -* Jasmine, [https://github.com/pivotal/jasmine](https://github.com/pivotal/jasmine) - diff --git a/tests/acceptance/screenshots/.gitignore b/tests/acceptance/screenshots/.gitignore deleted file mode 100644 index bc7947beb62..00000000000 --- a/tests/acceptance/screenshots/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -* - -!.gitignore
\ No newline at end of file diff --git a/tests/acceptance/tests/apps/apps_spec.js b/tests/acceptance/tests/apps/apps_spec.js deleted file mode 100644 index 0b7937f97ab..00000000000 --- a/tests/acceptance/tests/apps/apps_spec.js +++ /dev/null @@ -1,87 +0,0 @@ -/* - * Copyright (c) 2014 - * - * This file is licensed under the Affero General Public License version 3 - * or later. - * - * See the COPYING-README file. - * - */ - -/* global element, browser, require */ -var Page = require('../helper/page.js'); -var AppsPage = require('../pages/apps.page.js'); -var LoginPage = require('../pages/login.page.js'); - -describe('Enabling apps', function() { - var testApp; - var params = browser.params; - var loginPage; - var appsPage; - var testGroup; - - beforeEach(function() { - isAngularSite(false); - // app to test, must have a navigation entry and allow group restriction - testApp = 'calendar'; - // group to test, additionally to "admin" - testGroup = 'group1'; - loginPage = new LoginPage(params.baseUrl); - appsPage = new AppsPage(params.baseUrl); - - loginPage.get(); - loginPage.login(params.login.user, params.login.password); - appsPage.get(); - }); - - afterEach(function() { - Page.logout(); - }); - - it('user should see enabled app', function() { - appsPage.enableApp(testApp, true, null).then(function() { - // reload page - appsPage.get(); - Page.toggleAppsMenu(); - expect(element(Page.appMenuEntryId(testApp + '_index')).isPresent()).toBe(true); - }); - }); - - it('user should not see disabled app', function() { - appsPage.enableApp(testApp, false, null).then(function() { - // reload page - appsPage.get(); - Page.toggleAppsMenu(); - expect(element(Page.appMenuEntryId(testApp + '_index')).isPresent()).toBe(false); - }); - }); - - it('group member should see app when enabled in that group', function() { - appsPage.enableApp(testApp, true, ['admin']).then(function() { - // reload page - appsPage.get(); - Page.toggleAppsMenu(); - expect(element(Page.appMenuEntryId(testApp + '_index')).isPresent()).toBe(true); - }); - }); - - it('group member should not see app when enabled in another group', function() { - appsPage.enableApp(testApp, true, ['group1']).then(function() { - // reload page - appsPage.get(); - Page.toggleAppsMenu(); - expect(element(Page.appMenuEntryId(testApp + '_index')).isPresent()).toBe(false); - }); - }); - - it('group member should see app when all groups deselected (all case)', function() { - // when selecting no groups, it will show "All" even though the checkboxes - // are not checked - appsPage.enableApp(testApp, true, []).then(function() { - // reload page - appsPage.get(); - Page.toggleAppsMenu(); - expect(element(Page.appMenuEntryId(testApp + '_index')).isPresent()).toBe(false); - }); - }); -}); diff --git a/tests/acceptance/tests/files/folder_spec.js b/tests/acceptance/tests/files/folder_spec.js deleted file mode 100644 index 0b143ea0d33..00000000000 --- a/tests/acceptance/tests/files/folder_spec.js +++ /dev/null @@ -1,86 +0,0 @@ -var LoginPage = require('../pages/login.page.js'); -var FilesPage = require('../pages/files.page.js'); - - -// ============================ FOLDERS ============================================================== // -// =================================================================================================== // - -describe('Folders', function() { - var params = browser.params; - var filesPage; - - beforeEach(function() { - isAngularSite(false); - filesPage = new FilesPage(params.baseUrl); - filesPage.getAsUser(params.login.user, params.login.password); - }); - - it('should create a new folder', function() { - filesPage.createNewFolder('testFolder'); - expect(filesPage.listFiles()).toContain('testFolder'); - }); - - it('should not create new folder if foldername already exists', function() { - filesPage.createNewFolder('testFolder'); - var warning = by.css('.tipsy-inner'); - expect(filesPage.alertWarning.isDisplayed()).toBeTruthy(); - }); - - it('should delete a folder', function() { - filesPage.get(); // TODO: reload cause warning alerts don't disappear - browser.wait(function() { - return(filesPage.listFiles()); - }, 3000); - filesPage.deleteFile('testFolder'); - browser.sleep(800); - expect(filesPage.listFiles()).not.toContain('testFolder'); - }); -}); - -// ============================== SUB FOLDERS ======================================================== // -// =================================================================================================== // - -describe('Subfolders', function() { - var params = browser.params; - var filesPage; - - beforeEach(function() { - isAngularSite(false); - filesPage = new FilesPage(params.baseUrl); - filesPage.getAsUser(params.login.user, params.login.password); - }); - - - it('should go into folder and create subfolder', function() { - var folder = 'hasSubFolder'; - filesPage.createNewFolder(folder); - filesPage.goInToFolder(folder); - filesPage.createNewFolder('SubFolder'); - filesPage.createNewFolder('SubFolder2'); - expect(filesPage.listFiles()).toContain('SubFolder', 'SubFolder2'); - }); - - it('should rename a subfolder', function() { - filesPage.renameFile('SubFolder2', 'NewSubFolder'); - browser.wait(function() { - return(filesPage.listFiles()); - }, 3000); - expect(filesPage.listFiles()).toContain('NewSubFolder'); - }); - - it('should delete a subfolder', function() { - filesPage.deleteFile('SubFolder'); - browser.sleep(800); - expect(filesPage.listFiles()).not.toContain('SubFolder'); - }); - - it('should delete a folder containing a subfolder', function() { - filesPage.get(); - browser.wait(function() { - return(filesPage.listFiles()); - }, 3000); - filesPage.deleteFile('hasSubFolder'); - browser.sleep(800); - expect(filesPage.listFiles()).not.toContain('hasSubFolder'); - }); -});
\ No newline at end of file diff --git a/tests/acceptance/tests/files/rename_spec.js b/tests/acceptance/tests/files/rename_spec.js deleted file mode 100644 index a4dfdfa9613..00000000000 --- a/tests/acceptance/tests/files/rename_spec.js +++ /dev/null @@ -1,140 +0,0 @@ -var Page = require('../helper/page.js') -var LoginPage = require('../pages/login.page.js'); -var FilesPage = require('../pages/files.page.js'); - -// =============================================== RENAME FOLDER =================================== // -// ================================================================================================= // - -describe('Rename Folder', function() { - var params = browser.params; - var page; - var filesPage; - - beforeEach(function() { - isAngularSite(false); - page = new Page(); - filesPage = new FilesPage(params.baseUrl); - filesPage.getAsUser(params.login.user, params.login.password); - }); - - it('should rename a folder', function() { - filesPage.createNewFolder('testFolder'); - filesPage.renameFile('testFolder', 'newFolder'); - browser.wait(function() { - return(filesPage.listFiles()); - }, 3000); - expect(filesPage.listFiles()).toContain('newFolder'); - }); - - it('should show alert message if foldername already in use', function() { - filesPage.createNewFolder('testFolder'); - filesPage.renameFile('testFolder', 'newFolder'); - browser.wait(function() { - return(filesPage.listFiles()); - }, 3000); - expect(filesPage.alertWarning.isDisplayed()).toBeTruthy(); - }); - - it('should show alert message if using forbidden characters', function() { - filesPage.renameFile('newFolder', 'new:Folder'); - browser.wait(function() { - return(filesPage.listFiles()); - }, 3000); - expect(filesPage.alertWarning.isDisplayed()).toBeTruthy(); - }); - - it('should rename a file using special characters', function() { - filesPage.get(); // TODO: reload cause warning alerts don't disappear - filesPage.renameFile('testFolder', 'sP€c!@L B-)'); - browser.wait(function() { - return(filesPage.listFiles()); - }, 3000); - expect(filesPage.listFiles()).toContain('sP€c!@L B-)'); - }); - - it('should show alert message if newName is empty', function() { - filesPage.renameFile('newFolder', ""); - browser.wait(function() { - return(filesPage.listFiles()); - }, 3000); - expect(filesPage.alertWarning.isDisplayed()).toBeTruthy(); - filesPage.deleteFile('newFolder'); - filesPage.deleteFile('sP€c!@L B-)'); - }); -}); - -// =============================================== RENAME FILES ==================================== // -// ================================================================================================= // - -describe('Rename Files', function() { - var params = browser.params; - var page; - var filesPage; - - beforeEach(function() { - isAngularSite(false); - page = new Page(); - filesPage = new FilesPage(params.baseUrl); - filesPage.getAsUser(params.login.user, params.login.password); - }); - - it('should rename a txt file', function() { - filesPage.createNewTxtFile('testText'); - filesPage.renameFile('testText.txt', 'newText.txt'); - browser.wait(function() { - return(filesPage.listFiles()); - }, 3000); - expect(filesPage.listFiles()).toContain('newText'); - }); - - it('should show alert message if filename is already in use', function() { - filesPage.createNewTxtFile('testText'); - filesPage.renameFile('testText.txt', 'newText.txt'); - browser.wait(function() { - return(filesPage.listFiles()); - }, 3000); - expect(filesPage.alertWarning.isDisplayed()).toBeTruthy(); - }); - - // it('should rename a file with the same name but changed capitalization', function() { - // browser.takeScreenshot().then(function (png) { - - // new Screenshot(png, 'SameNameCapitalization1.png'); - // filesPage.renameFile('testText.txt', 'NewText.txt'); - // browser.wait(function() { - // return(filesPage.listFiles()); - // }, 3000); - // }); - // browser.takeScreenshot().then(function (png) { - // new Screenshot(png, 'SameNameCapitalization2.png'); - // }); - // expect(filesPage.listFiles()).toContain('NewText.txt'); - // }); - - it('should rename a file using special characters', function() { - filesPage.renameFile('newText.txt', 'sP€c!@L B-).txt'); - browser.wait(function() { - return(filesPage.listFiles()); - }, 3000); - expect(filesPage.listFiles()).toContain('sP€c!@L B-)'); - }); - - it('should show alert message if newName is empty', function() { - filesPage.get(); // TODO: reload cause warning alerts don't disappear - filesPage.renameFile('sP€c!@L B-).txt', ''); - browser.wait(function() { - return(filesPage.listFiles()); - }, 3000); - expect(filesPage.alertWarning.isDisplayed()).toBeTruthy(); - }); - - it('should rename a file by taking off the file extension', function() { - filesPage.renameFile('testText.txt', 'Without Subfix'); - browser.wait(function() { - return(filesPage.listFiles()); - }, 3000); - expect(filesPage.listFiles()).toContain('Without Subfix'); - filesPage.deleteFile('Without Subfix'); - filesPage.deleteFile('sP€c!@L B-).txt'); - }); -});
\ No newline at end of file diff --git a/tests/acceptance/tests/files/restore_spec.js b/tests/acceptance/tests/files/restore_spec.js deleted file mode 100644 index 3179c92835f..00000000000 --- a/tests/acceptance/tests/files/restore_spec.js +++ /dev/null @@ -1,151 +0,0 @@ -var LoginPage = require('../pages/login.page.js'); -var FilesPage = require('../pages/files.page.js'); - -// ============================ RESTORE FOLDERS ====================================================== // -// =================================================================================================== // - -describe('Restore Folders', function() { - var params = browser.params; - var filesPage; - - beforeEach(function() { - isAngularSite(false); - filesPage = new FilesPage(params.baseUrl); - filesPage.getAsUser(params.login.user, params.login.password); - }); - - - it('should restore a emtpy folder that has been deleted', function() { - filesPage.createNewFolder('Empty'); - filesPage.deleteFile('Empty'); - filesPage.trashbinButton.click(); - browser.wait(function() { - return filesPage.listFiles(); - }, 5000); - filesPage.restoreFile(0); - filesPage.get(); - - - expect(filesPage.listFiles()).toContain('Empty'); - filesPage.deleteFile('Empty'); - }); - - it('should restore a folder including special characters', function() { - filesPage.createNewFolder('Sp€c!@l FölD€r'); - filesPage.deleteFile('Sp€c!@l FölD€r'); - filesPage.trashbinButton.click(); - browser.wait(function() { - return(filesPage.listFiles()); - }, 3000); - - filesPage.restoreFile(0); - filesPage.get(); - - expect(filesPage.listFiles()).toContain('Sp€c!@l FölD€r'); - filesPage.deleteFile('Sp€c!@l FölD€r'); - }); - - it('should restore a non empty folder that has been deleted', function() { - filesPage.createNewFolder('nonEmpty'); - filesPage.createSubFolder('nonEmpty', 'Subfolder'); - filesPage.createNewTxtFile('TextFile'); - filesPage.get(); - filesPage.deleteFile('nonEmpty'); - filesPage.trashbinButton.click(); - browser.wait(function() { - return(filesPage.listFiles()); - }, 3000); - filesPage.restoreFile(0); - filesPage.get(); - expect(filesPage.listFiles()).toContain('nonEmpty'); - }); - - it('should restore a folder whose name is currently in use', function() { - - // create and delete non empty folder - filesPage.createNewFolder('sameFolderName'); - filesPage.deleteFile('sameFolderName'); - filesPage.createNewFolder('sameFolderName'); - filesPage.trashbinButton.click(); - browser.wait(function() { - return(filesPage.listFiles()); - }, 3000); - filesPage.restoreFile(0); - filesPage.get(); - expect(filesPage.listFiles()).toContain('sameFolderName (Wiederhergestellt)'); //for german ownclouds - filesPage.deleteFile('sameFolderName'); - filesPage.deleteFile('sameFolderName (Wiederhergestellt)'); - }); - - it('should restore a sub folder when the root folder has been deleted separately', function() { - filesPage.getSubFolder('nonEmpty', 'Subfolder'); - filesPage.createNewTxtFile('IsInSub'); - filesPage.getFolder('nonEmpty'); - filesPage.deleteFile('Subfolder'); - filesPage.get() - filesPage.deleteFile('nonEmpty'); - filesPage.trashbinButton.click(); - browser.wait(function() { - return(filesPage.listFiles()); - }, 3000); - filesPage.restoreFile(1); - filesPage.get(); - expect(filesPage.listFiles()).toContain('Subfolder'); - }); -}); - - -// ============================ RESTORE FOLDERS ====================================================== // -// =================================================================================================== // - -describe('Restore Files', function() { - var params = browser.params; - var filesPage; - - beforeEach(function() { - isAngularSite(false); - filesPage = new FilesPage(params.baseUrl); - filesPage.getAsUser(params.login.user, params.login.password); - }); - - it('should restore a file thas has been deleted', function() { - filesPage.createNewTxtFile('restoreMe'); - filesPage.deleteFile('restoreMe.txt'); - filesPage.trashbinButton.click(); - browser.wait(function() { - return(filesPage.listFiles()); - }, 3000); - filesPage.restoreFile(0); - filesPage.get(); - expect(filesPage.listFiles()).toContain('restoreMe'); - filesPage.deleteFile('restoreMe.txt'); - }); - - it('should restore a file including special characters', function() { - filesPage.createNewTxtFile('Sp€c!@L RésTör€'); - filesPage.deleteFile('Sp€c!@L RésTör€.txt'); - filesPage.trashbinButton.click(); - browser.wait(function() { - return(filesPage.listFiles()); - }, 3000); - filesPage.restoreFile(0); - filesPage.get(); - expect(filesPage.listFiles()).toContain('Sp€c!@L RésTör€'); - filesPage.deleteFile('Sp€c!@L RésTör€.txt'); - }); - - it('should restore a file whose name is currently in use', function() { - filesPage.createNewTxtFile('sameFileName'); - filesPage.deleteFile('sameFileName.txt'); - filesPage.createNewTxtFile('sameFileName'); - filesPage.trashbinButton.click(); - browser.wait(function() { - return(filesPage.listFiles()); - }, 3000); - filesPage.restoreFile(0); - filesPage.get(); - expect(filesPage.listFiles()).toContain('sameFileName (Wiederhergestellt)'); //for german ownclouds - filesPage.deleteFile('sameFileName.txt'); - filesPage.deleteFile('sameFileName (Wiederhergestellt).txt'); - }); -});
\ No newline at end of file diff --git a/tests/acceptance/tests/files/search_spec.js b/tests/acceptance/tests/files/search_spec.js deleted file mode 100644 index 4df5415612c..00000000000 --- a/tests/acceptance/tests/files/search_spec.js +++ /dev/null @@ -1,26 +0,0 @@ -var LoginPage = require('../pages/login.page.js'); -var FilesPage = require('../pages/files.page.js'); - -// ============================ SEARCH =============================================================== // -// =================================================================================================== // - -describe('Search', function() { - var params = browser.params; - var filesPage; - - beforeEach(function() { - isAngularSite(false); - filesPage = new FilesPage(params.baseUrl); - filesPage.getAsUser(params.login.user, params.login.password); - }); - - it('should search files by name', function() { - filesPage.createNewTxtFile('searchFile'); - filesPage.createNewFolder('searchFolder'); - filesPage.searchInput.click(); - filesPage.searchInput.sendKeys('search'); - expect(filesPage.listSelctedFiles()).toContain('searchFile', 'searchFolder'); - filesPage.deleteFile('searchFile.txt'); - filesPage.deleteFile('searchFolder'); - }); -});
\ No newline at end of file diff --git a/tests/acceptance/tests/files/sort_spec.js b/tests/acceptance/tests/files/sort_spec.js deleted file mode 100644 index b2abce59a37..00000000000 --- a/tests/acceptance/tests/files/sort_spec.js +++ /dev/null @@ -1,35 +0,0 @@ -var LoginPage = require('../pages/login.page.js'); -var FilesPage = require('../pages/files.page.js'); - -// ============================ SORT ================================================================= // -// =================================================================================================== // - -describe('Sort', function() { - var params = browser.params; - var filesPage; - - beforeEach(function() { - isAngularSite(false); - filesPage = new FilesPage(params.baseUrl); - filesPage.getAsUser(params.login.user, params.login.password); - }); - - it('shloud sort files by name', function() { - expect(filesPage.firstListElem == element(filesPage.fileListElemId("documents"))).toBeTruthy; - filesPage.nameSortArrow.click(); - expect(filesPage.firstListElem == element(filesPage.fileListElemId("ownCloudUserManual.pdf"))).toBeTruthy; - }); - - it('should sort files by size', function() { - expect(filesPage.firstListElem == element(filesPage.fileListElemId("documents"))).toBeTruthy; - filesPage.sizeSortArrow.click(); - expect(filesPage.firstListElem == element(filesPage.fileListElemId("music"))).toBeTruthy; - }); - - it('should sort files by modified date', function() { - expect(filesPage.firstListElem == element(filesPage.fileListElemId("documents"))).toBeTruthy; - filesPage.createNewTxtFile('newText') - filesPage.modifiedSortArrow.click(); - expect(filesPage.firstListElem == element(filesPage.fileListElemId("newText.txt"))).toBeTruthy; - }); -});
\ No newline at end of file diff --git a/tests/acceptance/tests/files/txt_spec.js b/tests/acceptance/tests/files/txt_spec.js deleted file mode 100644 index 4e0165b18dc..00000000000 --- a/tests/acceptance/tests/files/txt_spec.js +++ /dev/null @@ -1,36 +0,0 @@ -var LoginPage = require('../pages/login.page.js'); -var FilesPage = require('../pages/files.page.js'); -var Screenshot = require('../helper/screenshot.js'); - -// ============================ TXT FILES ============================================================ // -// =================================================================================================== // - -describe('Txt Files', function() { - var params = browser.params; - var filesPage; - - beforeEach(function() { - isAngularSite(false); - filesPage = new FilesPage(params.baseUrl); - filesPage.getAsUser(params.login.user, params.login.password); - }); - - it('should create a new txt file', function() { - filesPage.createNewTxtFile('testText'); - expect(filesPage.listFiles()).toContain('testText'); - }); - - it('should not create new file if filename already exists', function() { - filesPage.createNewTxtFile('testText'); - expect(filesPage.alertWarning.isDisplayed()).toBeTruthy(); - }); - - it('should delete a txt file', function() { - browser.wait(function() { - return(filesPage.listFiles()); - }, 3000); - filesPage.deleteFile('testText.txt'); - filesPage.get(); - expect(filesPage.listFiles()).not.toContain('testText') - }); -});
\ No newline at end of file diff --git a/tests/acceptance/tests/helper/page.js b/tests/acceptance/tests/helper/page.js deleted file mode 100644 index 98545032bea..00000000000 --- a/tests/acceptance/tests/helper/page.js +++ /dev/null @@ -1,100 +0,0 @@ -/* - * Copyright (c) 2014 - * - * This file is licensed under the Affero General Public License version 3 - * or later. - * - * See the COPYING-README file. - * - */ - -/* global protractor, module, element, by, browser */ -(function() { - var Page = function() { - - }; - - Page.prototype.moveMouseTo = function(locator) { - var ele = element(locator); - return browser.actions().mouseMove(ele).perform(); - }; - - Page.toggleAppsMenu = function() { - var el = element(this.appsMenuId()); - return el.click(); - }; - - Page.logout = function() { - element(Page.settingsMenuId()).click(); - element(by.id('logout')).click(); - browser.sleep(300); - }; - - //================ LOCATOR FUNCTIONS ====================================// - Page.appsMenuId = function() { - return by.css('#header .menutoggle'); - }; - - Page.appMenuEntryId = function(appId) { - return by.css('nav #apps [data-id=\'' + appId + '\']'); - }; - - Page.settingsMenuId = function() { - return by.css('#header #settings'); - }; - - //================ UTILITY FUNCTIONS ====================================// - - /** - * Sets the selection of a multiselect element - * - * @param el select element of the multiselect - * @param {Array} id of the values to select - */ - Page.multiSelectSetSelection = function(el, selection) { - var d = protractor.promise.defer(); - var dropDownEl = element(by.css('.multiselectoptions.down')); - - el.click(); - - function processEntry(entry) { - entry.isSelected().then(function(selected) { - entry.getAttribute('id').then(function(inputId) { - // format is "ms0-option-theid", we extract that id - var dataId = inputId.split('-')[2]; - var mustBeSelected = selection.indexOf(dataId) >= 0; - // if state doesn't match what we want, toggle - - if (selected !== mustBeSelected) { - // need to click on the label, not input - entry.element(by.xpath('following-sibling::label')).click(); - // confirm that the checkbox was set - browser.wait(function() { - return entry.isSelected().then(function(newSelection) { - return newSelection === mustBeSelected; - }); - }); - } - }); - }); - } - - browser.wait(function() { - return dropDownEl.isPresent(); - }, 1000).then(function() { - dropDownEl.all(by.css('[type=checkbox]')).then(function(entries) { - for (var i = 0; i < entries.length; i++) { - processEntry(entries[i]); - } - // give it some time to save changes - browser.sleep(300).then(function() { - d.fulfill(true); - }); - }); - }); - - return d.promise; - }; - - module.exports = Page; -})(); diff --git a/tests/acceptance/tests/helper/screenshot.js b/tests/acceptance/tests/helper/screenshot.js deleted file mode 100644 index cd3a38b3143..00000000000 --- a/tests/acceptance/tests/helper/screenshot.js +++ /dev/null @@ -1,16 +0,0 @@ -(function() { - - var fs = require('fs'); - - var Screenshot = function(data, filename) { - this.screenshotPath = __dirname + '/../../screenshots/'; - - display.log('Created screenshot: ' + this.screenshotPath + filename); - var stream = fs.createWriteStream(this.screenshotPath + filename); - - stream.write(new Buffer(data, 'base64')); - stream.end(); - }; - - module.exports = Screenshot; -})();
\ No newline at end of file diff --git a/tests/acceptance/tests/install/install_spec.js b/tests/acceptance/tests/install/install_spec.js deleted file mode 100644 index ffb4e678dfe..00000000000 --- a/tests/acceptance/tests/install/install_spec.js +++ /dev/null @@ -1,63 +0,0 @@ -var InstallPage = require('../pages/install.page.js'); -var Screenshot = require('../helper/screenshot.js'); - -describe('Installation', function() { - var params = browser.params; - var installPage; - - beforeEach(function() { - isAngularSite(false); - installPage = new InstallPage(params.baseUrl); - installPage.get(); - }); - - it('should load the install page with logo', function() { - expect(installPage.installField.getAttribute('name')).toEqual("install"); - expect(installPage.installField.getAttribute('value')).toEqual('true'); - - expect(element(by.css('.logo'))).toBeDefined(); - browser.takeScreenshot().then(function (png) { - new Screenshot(png, 'InstallPage.png'); - }); - }); - - it('should not show any warnings or errors', function() { - if (installPage.warningField.isDisplayed()) { - installPage.warningField.getText().then(function(text) { - display.log(text); - }); - } - expect(installPage.warningField.isDisplayed()).toBeFalsy(); - }); - - it('should show more config after clicking the advanced config link ', function() { - // TODO: Check not displayed in a proper way - // expect(installPage.dataDirectoryConfig.isDisplayed()).toBeFalsy(); - // expect(installPage.dbConfig.isDisplayed()).toBeFalsy(); - - installPage.advancedConfigLink.click(); - - expect(installPage.dataDirectoryConfig.isDisplayed()).toBeTruthy(); - expect(installPage.dbConfig.isDisplayed()).toBeTruthy(); - - browser.takeScreenshot().then(function (png) { - new Screenshot(png, 'InstallConfig.png'); - }); - }); - - it('should install as admin with sqlite', function() { - installPage.fillAdminAccount(params.login.user, params.login.password); - - browser.takeScreenshot().then(function (png) { - new Screenshot(png, 'Credentials.png'); - }); - - installPage.installButton.click().then(function() { - expect(browser.getCurrentUrl()).toContain('index.php/apps/files/'); - browser.takeScreenshot().then(function (png) { - new Screenshot(png, 'InstallFinished.png'); - }); - }); - }); - -});
\ No newline at end of file diff --git a/tests/acceptance/tests/login/authentication_spec.js b/tests/acceptance/tests/login/authentication_spec.js deleted file mode 100644 index ad02db40922..00000000000 --- a/tests/acceptance/tests/login/authentication_spec.js +++ /dev/null @@ -1,88 +0,0 @@ -var LoginPage = require('../pages/login.page.js'); -var UserPage = require('../pages/user.page.js'); -var FirstRunWizardPage = require('../pages/firstRunWizard.page.js'); -var Screenshot = require('../helper/screenshot.js'); - -ddescribe('Authentication', function() { - var params = browser.params; - var loginPage; - - beforeEach(function() { - isAngularSite(false); - loginPage = new LoginPage(params.baseUrl); - browser.manage().deleteAllCookies(); // logout the hard way - loginPage.get(); - - // Skip tests after first failed test - // if (this.results_.failedCount > 0) { - // // Hack: Quit by filtering upcoming tests - // this.env.specFilter = function(spec) { - // return false; - // }; - // } - }); - - it('should show a logo', function() { - expect(element(by.css('.logo'))).toBeDefined(); - }); - - it('should load the login page', function() { - browser.takeScreenshot().then(function (png) { - new Screenshot(png, 'LoginPage.png'); - }); - - expect(loginPage.isCurrentPage()).toBeTruthy(); - }); - - it('should meet the locator dependencies', function() { - expect(loginPage.loginForm.isDisplayed()).toBeTruthy(); - expect(loginPage.userInput.isDisplayed()).toBeTruthy(); - expect(loginPage.passwordInput.isDisplayed()).toBeTruthy(); - expect(loginPage.loginButton.isDisplayed()).toBeTruthy(); - }); - - it('should not load the files page url', function() { - expect(browser.getCurrentUrl()).not.toContain('index.php/apps/files/'); - }); - - it('should login admin user', function() { - // Assumes FirstRunWizard to be disabled - loginPage.login(params.login.user, params.login.password); - expect(browser.getCurrentUrl()).toContain('index.php/apps/files/'); - }); - - it('should login with admin account', function() { - loginPage.login(params.login.user, params.login.password); - browser.takeScreenshot().then(function (png) { - new Screenshot(png, 'LoginAsAdmin.png'); - }); - expect(browser.getCurrentUrl()).toContain('index.php/apps/files/'); - expect(loginPage.isCurrentPage()).toBeFalsy(); - }); - - it('should return to the login page after logout', function() { - loginPage.login(params.login.user, params.login.password); - expect(browser.getCurrentUrl()).not.toEqual(loginPage.url); - - loginPage.logout(); - expect(browser.getCurrentUrl()).toEqual(loginPage.url); - }); - - it('should not login with wrong credentials', function() { - loginPage.fillUserCredentilas('wrongName', 'wrongPass'); - loginPage.loginButton.click(); - browser.takeScreenshot().then(function (png) { - new Screenshot(png, 'LoginWrong.png'); - }); - expect(browser.getCurrentUrl()).not.toContain('index.php/apps/files/'); - expect(loginPage.isCurrentPage()).toBeTruthy(); - }); - - it('should have rights to visit user management after admin login', function() { - loginPage.login(params.login.user, params.login.password); - userPage = new UserPage(params.baseUrl); - userPage.get(); - expect(browser.getCurrentUrl()).toEqual(userPage.url); - }); - -});
\ No newline at end of file diff --git a/tests/acceptance/tests/login/change_password_spec.js b/tests/acceptance/tests/login/change_password_spec.js deleted file mode 100644 index 8eef444aadc..00000000000 --- a/tests/acceptance/tests/login/change_password_spec.js +++ /dev/null @@ -1,104 +0,0 @@ -var LoginPage = require('../pages/login.page.js'); -var UserPage = require('../pages/user.page.js'); -var PersonalPage = require('../pages/personal.page.js'); - -describe('Change Password - Valid Usernames', function() { - var params = browser.params; - var loginPage; - var long_pass = 'newNEW123!"§$%&()=?öüß'; - var special_pass = 'special%&@/1234!-+='; - - beforeEach(function() { - isAngularSite(false); - loginPage = new LoginPage(params.baseUrl); - browser.manage().deleteAllCookies(); // logout the hard way - loginPage.get(); - }); - - it('should login as admin and create a test users ', function() { - loginPage.fillUserCredentilas(params.login.user, params.login.password); - loginPage.loginButton.click(); - userPage = new UserPage(params.baseUrl); - userPage.get(); - userPage.createNewUser('demo', 'password'); - userPage.get(); - expect(userPage.listUser()).toContain('demo'); - }); - - it('should login test user', function() { - // workaround: Test needed to close firstrunwizard - loginPage.login('demo', 'password'); - expect(browser.getCurrentUrl()).toContain('index.php/apps/files/'); - }); - - it('should login and change password in personal settings', function() { - loginPage.login('demo', 'password'); - var personalPage = new PersonalPage(params.baseUrl); - personalPage.get(); - personalPage.changePassword('password', 'newpassword') - - expect(personalPage.passwordChanged.isDisplayed()).toBeTruthy(); - expect(personalPage.passwordError.isDisplayed()).toBeFalsy(); - }); - - it('should login and change password to super save password in personal settings', function() { - loginPage.login('demo', 'newpassword'); - var personalPage = new PersonalPage(params.baseUrl); - personalPage.get(); - personalPage.changePassword('newpassword', long_pass); - browser.wait(function () { - return personalPage.passwordChanged.isDisplayed(); - }, 3000); - expect(personalPage.passwordChanged.isDisplayed()).toBeTruthy(); - expect(personalPage.passwordError.isDisplayed()).toBeFalsy(); - }); - - it('should login and not change password with wrong old password in personal settings', function() { - loginPage.login('demo', long_pass); - var personalPage = new PersonalPage(params.baseUrl); - personalPage.get(); - personalPage.changePassword('wrongpassword', 'newpassword'); - expect(personalPage.passwordChanged.isDisplayed()).toBeFalsy(); - expect(personalPage.passwordError.isDisplayed()).toBeTruthy(); - }); - - // %, &, @ and / - it('should change password including specialcharacters in personal settings', function() { - loginPage.login('demo', long_pass); - var personalPage = new PersonalPage(params.baseUrl); - personalPage.get(); - personalPage.changePassword(long_pass, special_pass); - expect(personalPage.passwordChanged.isDisplayed()).toBeTruthy(); - expect(personalPage.passwordError.isDisplayed()).toBeFalsy(); - }); - - it('should login with password including specialcharacters', function() { - loginPage.login('demo', special_pass); - expect(browser.getCurrentUrl()).toContain('index.php/apps/files/'); - }); - - it('should login as admin and change password for test users ', function() { - loginPage.login(params.login.user, params.login.password); - userPage = new UserPage(params.baseUrl); - userPage.get(); - element(by.css('#userlist tr[data-displayname="demo"] td.password')).click().then(function() { - element(by.css('#userlist tr[data-displayname="demo"] td.password input')).sendKeys("password"); - element(by.css('#userlist tr[data-displayname="demo"] td.password input')).sendKeys(protractor.Key.ENTER); - }); - }); - - it('should login with password changed by admin', function() { - loginPage.login('demo', 'password'); - expect(browser.getCurrentUrl()).toContain('index.php/apps/files/'); - }); - - it('should login as admin and delete test user', function() { - // Cleanup prev tests - loginPage.login(params.login.user, params.login.password); - userPage.get(); - userPage.deleteUser('demo'); - userPage.get(); - expect(userPage.listUser()).not.toContain('demo'); - }); - -});
\ No newline at end of file diff --git a/tests/acceptance/tests/login/new_user_spec.js b/tests/acceptance/tests/login/new_user_spec.js deleted file mode 100644 index 06df5d69ea1..00000000000 --- a/tests/acceptance/tests/login/new_user_spec.js +++ /dev/null @@ -1,43 +0,0 @@ -var LoginPage = require('../pages/login.page.js'); -var UserPage = require('../pages/user.page.js'); -var Screenshot = require('../helper/screenshot.js'); - -describe('New User', function() { - var params = browser.params; - var loginPage; - - beforeEach(function() { - isAngularSite(false); - loginPage = new LoginPage(params.baseUrl); - browser.manage().deleteAllCookies(); // logout the hard way - loginPage.get(); - }); - - it('should login as admin and create a new user ', function() { - loginPage.login(params.login.user, params.login.password); - userPage = new UserPage(params.baseUrl); - userPage.get(); - userPage.createNewUser('demo', 'demo'); - userPage.get(); - expect(userPage.listUser()).toContain('demo'); - }); - - it('should login with a new user', function() { - loginPage.login('demo', 'demo'); - - expect(browser.getCurrentUrl()).toContain('index.php/apps/files/'); - browser.takeScreenshot().then(function (png) { - new Screenshot(png, 'LoginAsNewUser.png'); - }); - }); - - it('should login as admin and delete new user', function() { - // Cleanup prev test - loginPage.login(params.login.user, params.login.password); - userPage.get(); - userPage.deleteUser('demo'); - userPage.get(); - expect(userPage.listUser()).not.toContain('demo'); - }); - -});
\ No newline at end of file diff --git a/tests/acceptance/tests/login/username_cases_spec.js b/tests/acceptance/tests/login/username_cases_spec.js deleted file mode 100644 index fe7e95b02b4..00000000000 --- a/tests/acceptance/tests/login/username_cases_spec.js +++ /dev/null @@ -1,88 +0,0 @@ -var LoginPage = require('../pages/login.page.js'); -var UserPage = require('../pages/user.page.js'); - -describe('Username Cases', function() { - var params = browser.params; - var loginPage; - - beforeEach(function() { - isAngularSite(false); - loginPage = new LoginPage(params.baseUrl); - browser.manage().deleteAllCookies(); // logout the hard way - loginPage.get(); - }); - - it('should login as admin and create test users ', function() { - loginPage.fillUserCredentilas(params.login.user, params.login.password); - loginPage.loginButton.click(); - userPage = new UserPage(params.baseUrl); - userPage.get(); - userPage.createNewUser('demo1', 'demo'); - userPage.createNewUser('Demo2', 'demo'); - userPage.createNewUser('DEMO3', 'demo'); - - userPage.get(); - expect(userPage.listUser()).toContain('demo1'); - expect(userPage.listUser()).toContain('Demo2'); - expect(userPage.listUser()).toContain('DEMO3' ); - }); - - it('should login lowercase username with test user in lowercase', function() { - loginPage.login('demo1', 'demo'); - expect(browser.getCurrentUrl()).toContain('index.php/apps/files/'); - }); - - it('should login camelcase username with test user in lowercase', function() { - loginPage.login('demo2', 'demo'); - expect(browser.getCurrentUrl()).toContain('index.php/apps/files/'); - }); - - it('should login uppercase username with test user in lowercase', function() { - loginPage.login('demo3', 'demo'); - expect(browser.getCurrentUrl()).toContain('index.php/apps/files/'); - }); - - it('should login with lowercase username in camelcase', function() { - loginPage.login('Demo1', 'demo'); - expect(browser.getCurrentUrl()).toContain('index.php/apps/files/'); - }); - - it('should login with camelcase username in camelcase', function() { - loginPage.login('Demo2', 'demo'); - expect(browser.getCurrentUrl()).toContain('index.php/apps/files/'); - }); - - it('should login with uppercase username in camelcase', function() { - loginPage.login('Demo3', 'demo'); - expect(browser.getCurrentUrl()).toContain('index.php/apps/files/'); - }); - - it('should login with lowercase username in uppercase', function() { - loginPage.login('DEMO1', 'demo'); - expect(browser.getCurrentUrl()).toContain('index.php/apps/files/'); - }); - - it('should login with lowercase username in uppercase', function() { - loginPage.login('DEMO2', 'demo'); - expect(browser.getCurrentUrl()).toContain('index.php/apps/files/'); - }); - - it('should login with lowercase username in uppercase', function() { - loginPage.login('DEMO3', 'demo'); - expect(browser.getCurrentUrl()).toContain('index.php/apps/files/'); - }); - - it('should login as admin and delete test user', function() { - // Cleanup prev tests - loginPage.login(params.login.user, params.login.password); - userPage.get(); - userPage.deleteUser('demo1'); - userPage.deleteUser('Demo2'); - userPage.deleteUser('DEMO3'); - userPage.get(); - expect(userPage.listUser()).not.toContain('demo1'); - expect(userPage.listUser()).not.toContain('Demo2'); - expect(userPage.listUser()).not.toContain('DEMO3' ); - }); - -});
\ No newline at end of file diff --git a/tests/acceptance/tests/pages/apps.page.js b/tests/acceptance/tests/pages/apps.page.js deleted file mode 100644 index eb018979c90..00000000000 --- a/tests/acceptance/tests/pages/apps.page.js +++ /dev/null @@ -1,121 +0,0 @@ -/* - * Copyright (c) 2014 - * - * This file is licensed under the Affero General Public License version 3 - * or later. - * - * See the COPYING-README file. - * - */ - -/* global module, protractor, element, by, browser, require */ -(function() { - var Page = require('../helper/page.js'); - - var AppsPage = function(baseUrl) { - this.baseUrl = baseUrl; - this.path = 'index.php/settings/apps'; - this.url = baseUrl + this.path; - - this.appList = element(by.css('#app-navigation .applist')); - }; - - //================ LOCATOR FUNCTIONS ====================================// - AppsPage.prototype.appId = function(appId) { - return by.css('#app-navigation .applist [data-id=\'' + appId + '\']'); - }; - - AppsPage.prototype.enableButtonId = function() { - return by.css('#app-content .appinfo .enable'); - }; - - AppsPage.prototype.groupsEnableCheckboxId = function() { - return by.id('groups_enable'); - }; - - AppsPage.prototype.groupsEnableListId = function() { - return by.css('#app-content .multiselect.button'); - }; - //================ SHARED ===============================================// - - AppsPage.prototype.get = function() { - browser.get(this.url); - - var appList = this.appList; - browser.wait(function() { - return appList.isDisplayed(); - }, 5000, 'load app page'); - }; - - /** - * Enables or disables the given app. - * - * @param {String} appId app id - * @param {bool} [state] true (default) to enable the app, false otherwise - * @param {Array} [groups] groups for which to enable the app or null to disable - * group selection. If not specified (undefined), the group checkbox, if it exists, - * will be left as is. - */ - AppsPage.prototype.enableApp = function(appId, state, groups) { - var d = protractor.promise.defer(); - if (state === undefined) { - state = true; - } - - var enableButton = element(this.enableButtonId()); - - element(this.appId(appId)).click(); - browser.wait(function() { - return enableButton.isPresent(); - }, 800); - - // an app is already enabled if the button value is "Disable" - enableButton.getAttribute('value').then(function(attr) { - if (state !== (attr === 'Disable')) { - enableButton.click(); - } - }); - - // wait for the button to change its attribute - browser.wait(function() { - return enableButton.getAttribute('value').then(function(attr) { - return attr === state ? 'Disable' : 'Enable'; - }); - }, 800); - - if (state && groups !== undefined) { - var groupsCheckbox = element(this.groupsEnableCheckboxId()); - var hasGroups = false; - - if (groups && groups.length > 0) { - hasGroups = true; - } - - // check/uncheck checkbox to match desired state - groupsCheckbox.isSelected().then(function(checkboxState) { - if (hasGroups !== checkboxState) { - groupsCheckbox.click(); - } - }); - - // wait for checkbox to change state - browser.wait(function() { - return groupsCheckbox.isSelected().then(function(checkboxState) { - return hasGroups === checkboxState; - }); - }, 800); - - if (hasGroups) { - var groupsList = element(this.groupsEnableListId()); - Page.multiSelectSetSelection(groupsList, groups).then(function() { - d.fulfill(true); - }); - } else { - d.fulfill(true); - } - } - return d.promise; - }; - - module.exports = AppsPage; -})(); diff --git a/tests/acceptance/tests/pages/files.page.js b/tests/acceptance/tests/pages/files.page.js deleted file mode 100644 index e5445309b26..00000000000 --- a/tests/acceptance/tests/pages/files.page.js +++ /dev/null @@ -1,317 +0,0 @@ -(function() { - var Page = require('../helper/page.js'); - var LoginPage = require('../pages/login.page.js'); - - var FilesPage = function(baseUrl) { - this.baseUrl = baseUrl; - this.path = 'index.php/apps/files'; - this.url = baseUrl + this.path; - - var url = this.url - this.folderUrl = function(folder) { - return url + '/?dir=%2F' + folder - } - - // topbar - this.UserActionDropdown = element(by.id("expandDisplayName")); - - // filelist - this.selectedFileListId = by.css('tr.searchresult td.filename .innernametext'); - this.firstListElem = element(by.css('#fileList tr:first-child')); - - // new Button and sublist - this.newButton = element(by.css('#new a')); - this.newTextButton = element(by.css('li.icon-filetype-text.svg')); - this.newFolderButton = element(by.css('li.icon-filetype-folder.svg')); - this.newTextnameForm = element(by.css('li.icon-filetype-text form input')); - this.newFoldernameForm = element(by.css('li.icon-filetype-folder form input')); - - this.alertWarning = element(by.css('.tipsy-inner')); - - this.trashbinButton = element(by.css('#app-navigation li.nav-trashbin a')); - - // sort arrows - this.nameSortArrow = element(by.css('a.name.sort')); - this.sizeSortArrow = element(by.css('a.size.sort')); - this.modifiedSortArrow = element(by.id('modified')); - - this.searchInput = element(by.id('searchbox')); - - this.shareWithForm = element(by.id('shareWith')); - this.sharedWithDropdown = element(by.id('ui-id-1')); - // this.textArea = element(by.css('.ace_content')); - // this.textLine = element(by.css('.ace_content .ace_line')); - // this.saveButton = element(by.id('editor_save')); - }; - -//================ LOCATOR FUNCTIONS ====================================// - FilesPage.prototype.fileListId = function() { - return by.css('td.filename .innernametext'); - } - - FilesPage.prototype.fileListElemId = function(fileName) { - return by.css("tr[data-file='" + fileName + "']"); - }; - - FilesPage.prototype.fileListElemNameId = function(fileName) { - return by.css("tr[data-file='" + fileName + "'] span.innernametext"); - }; - - FilesPage.prototype.restoreListElemId = function(id) { - return (by.css("#fileList tr[data-id='" + id + "']")); - }; - - FilesPage.prototype.restoreButtonId = function(id) { - return (by.css("#fileList tr[data-id='" + id + "'] .action.action-restore")); - }; - - FilesPage.prototype.renameButtonId = function(fileName) { - return by.css("tr[data-file='" + fileName + "'] .action.action-rename"); - }; - - FilesPage.prototype.renameFormId = function(fileName) { - return by.css("tr[data-file='" + fileName + "'] form input"); - }; - - FilesPage.prototype.shareButtonId = function(fileName) { - return by.css("tr[data-file='" + fileName + "'] .action.action-share"); - }; - - FilesPage.prototype.deleteButtonId = function(fileName) { - return by.css("tr[data-file='" + fileName + "'] .action.delete.icon-delete"); - }; - -//================ SHARED ===============================================// - - FilesPage.prototype.isLoggedIn = function() { - return this.UserActionDropdown.isPresent().then(function(isLoggedIn) { - return isLoggedIn; - }); - } - - FilesPage.prototype.get = function() { - browser.get(this.url); - - var button = this.newButton; - browser.wait(function() { - return button.isDisplayed(); - }, 5000, 'load files content'); - }; - - FilesPage.prototype.getAsUser = function(name, pass) { - var loginPage; - loginPage = new LoginPage(this.baseUrl); - - this.isLoggedIn().then(function(isLoggedIn) { - if(isLoggedIn) { - // console.log('isLoggedIn: ' + isLoggedIn); - return false - } else { - console.log('isLoggedIn: ' + isLoggedIn); - browser.manage().deleteAllCookies(); // logout the hard way - loginPage.get(); - loginPage.login(name, pass); - } - }); - }; - - FilesPage.prototype.getFolder = function(folder) { - folderUrl = this.folderUrl(folder); - browser.get(folderUrl); - var button = this.newButton; - browser.wait(function() { - return button.isDisplayed(); - }, 5000, 'load files content'); - } - FilesPage.prototype.getSubFolder = function(folder, subFolder) { - folderUrl = this.folderUrl(folder) + '%2F' + subFolder; - console.log(folderUrl); - browser.get(folderUrl); - var button = this.newButton; - browser.wait(function() { - return button.isDisplayed(); - }, 5000, 'load files content'); - } - - FilesPage.prototype.listFiles = function() { - // TODO: waiting to avoid "index out of bound error" - browser.sleep(800); - return element.all(this.fileListId()).map(function(filename) { - return filename.getText(); - }); - }; - - FilesPage.prototype.listSelctedFiles = function() { - return element.all(this.selectedFileListId).map(function(filename) { - return filename.getText(); - }); - }; - -//================ SHARED ACTIONS ========================================// - - // FilesPage.prototype.setCurrentListElem = function(name) { - // this.setCurrentListElem = element(by.css("tr[data-file='" + name + "']")); - // } - - FilesPage.prototype.openRenameForm = function(fileName) { - var page = new Page(); - var renameButton = element(this.renameButtonId(fileName)); - - return page.moveMouseTo(this.fileListElemId(fileName)).then(function() { - return renameButton.click(); - }) - }; - - FilesPage.prototype.renameFile = function(fileName, newFileName) { - var renameForm = element(this.renameFormId(fileName)); - return this.openRenameForm(fileName).then(function() { - for(var i=0; i<5; i++) { - renameForm.sendKeys(protractor.Key.DELETE) - }; - renameForm - .sendKeys(newFileName) - .sendKeys(protractor.Key.ENTER) - }); - }; - - FilesPage.prototype.deleteFile = function(fileName) { - var page = new Page(); - - page.moveMouseTo(this.fileListElemId(fileName)); - return element(this.deleteButtonId(fileName)).click(); - }; - - FilesPage.prototype.openShareForm = function(fileName) { - var page = new Page(); - - page.moveMouseTo(this.fileListElemId(fileName)); - return element(this.shareButtonId(fileName)).click(); - }; - - FilesPage.prototype.shareFile = function(fileName, userName) { - this.openShareForm(fileName); - this.shareWithForm.sendKeys(userName); - var dropdown = this.sharedWithDropdown - browser.wait(function(){ - return dropdown.isDisplayed(); - }, 3000); - this.shareWithForm.sendKeys(protractor.Key.ENTER); - } - - FilesPage.prototype.disableReshare = function(fileName, userName) { - var disableReshareButton = element(by.css("li[title='" + userName + "'] label input[name='share']")); - var dropdown = this.sharedWithDropdown - - // this.openShareForm(fileName); - - // TODO: find correct wait trigger - // browser.wait(function(){ - // return dropdown.isDisplayed(); - // }, 3000);s - - // TODO: Timing Workaround - browser.sleep(800); - disableReshareButton.click(); - }; - - FilesPage.prototype.checkReshareability = function(fileName) { - var page = new Page(); - var shareButtonLocator = this.shareButtonId(fileName); - - return page.moveMouseTo(this.fileListElemId(fileName)).then(function() { - return element(shareButtonLocator).isPresent(); - }); - }; - - // FilesPage.prototype.showFileVersions = function(name) { - // this.moveMouseTo("tr[data-file='"+name+"']"); - // var versionId = by.css("tr[data-file='"+name+"'] a.action.action-versions"); - // return element(versionId).click(); - // }; - - // FilesPage.prototype.downloadFile = function(name) { - // this.moveMouseTo("tr[data-file='"+name+"']"); - // var downloadId = by.css("tr[data-file='"+name+"'] a.action.action-download"); - // return element(downloadId).click(); - // }; - - FilesPage.prototype.restoreFile = function(id) { - var page = new Page(); - page.moveMouseTo(this.restoreListElemId(id)); - return element(this.restoreButtonId(id)).click(); - }; - -//================ TXT FILES ============================================// - - FilesPage.prototype.createNewTxtFile = function(name) { - this.newButton.click(); - this.newTextButton.click(); - this.newTextnameForm.sendKeys(name); - this.newTextnameForm.sendKeys(protractor.Key.ENTER); - - // TODO: find correct wait trigger - // browser.wait(function() { - // // return - // }); - - // TODO: Timing Workaround - browser.sleep(800); - }; - -//================ FOLDERS ==============================================// - - FilesPage.prototype.createNewFolder = function(name) { - this.newButton.click() - this.newFolderButton.click(); - this.newFoldernameForm.sendKeys(name); - this.newFoldernameForm.sendKeys(protractor.Key.ENTER); - - // TODO: find correct wait trigger - // browser.wait(function() { - // // return - // }); - - // TODO: Timing Workaround - browser.sleep(800); - }; - - FilesPage.prototype.goInToFolder = function(fileName) { - var page = new Page(); - - page.moveMouseTo(this.fileListElemId(fileName)); - element(this.fileListElemNameId(fileName)).click(); - var button = this.newButton; - browser.wait(function() { - return button.isDisplayed(); - }, 5000, 'load files content'); - }; - - FilesPage.prototype.createSubFolder = function(folderName, subFolderName) { - this.goInToFolder(folderName); - this.createNewFolder(subFolderName); - }; - -//================ NOT WORKING STUFF ====================================// - - // FilesPage.prototype.editFile = function(file) { - // var listElement = element(by.css("tr[data-file='testText.txt'] span.innernametext")); - // listElement.click(); - // var textArea = this.textArea; - // browser.pause(); - // browser.wait(function() { - // return(textArea.isDisplayed()); - // }, 3000, 'load textEditPage'); - // }; - - // FilesPage.prototype.writeInFile = function(text) { - // // this.textArea.click(); - // this.textLine.sendKeys(text); - // }; - - // FilesPage.prototype.saveFile = function() { - // this.saveButton.click(); - // }; - - - module.exports = FilesPage; -})();
\ No newline at end of file diff --git a/tests/acceptance/tests/pages/firstRunWizard.page.js b/tests/acceptance/tests/pages/firstRunWizard.page.js deleted file mode 100644 index c8f728e7f2a..00000000000 --- a/tests/acceptance/tests/pages/firstRunWizard.page.js +++ /dev/null @@ -1,36 +0,0 @@ -(function() { - var FirstRunWizardPage = function(baseUrl) { - this.firstRunWizardId = by.id('firstrunwizard'); - this.firstRunWizard = element(this.firstRunWizardId); - this.closeLink = element(by.id('cboxOverlay')); - }; - - FirstRunWizardPage.prototype.waitForDisplay = function() { - browser.wait(function() { - console.log(by.id('closeWizard')); - return by.id('closeWizard'); - // return by.id('firstrunwizard'); - }, 8000); - }; - - FirstRunWizardPage.prototype.isFirstRunWizardPage = function() { - this.waitForDisplay(); - return !!this.firstRunWizardId; - }; - - FirstRunWizardPage.prototype.waitForClose = function() { - browser.wait(function () { - return element(by.id('cboxOverlay')).isDisplayed().then(function(displayed) { - return !displayed; // Do a little Promise/Boolean dance here, since wait will resolve promises. - }); - }, 3000, 'firstrunwizard should dissappear'); - } - - FirstRunWizardPage.prototype.close = function() { - browser.executeScript('$("#closeWizard").click();'); - browser.executeScript('$("#cboxOverlay").click();'); - this.waitForClose(); - }; - - module.exports = FirstRunWizardPage; -})();
\ No newline at end of file diff --git a/tests/acceptance/tests/pages/install.page.js b/tests/acceptance/tests/pages/install.page.js deleted file mode 100644 index 67c66577d67..00000000000 --- a/tests/acceptance/tests/pages/install.page.js +++ /dev/null @@ -1,52 +0,0 @@ -(function() { - var InstallPage = function(baseUrl) { - this.baseUrl = baseUrl; - - this.installField = element(by.name('install')); - this.warningField = element(by.css('.warning')); - - this.adminAccount = element(by.id('adminaccount')); - this.adminInput = this.adminAccount.element(by.id('adminlogin')); - this.passwordInput = this.adminAccount.element(by.id('adminpass')); - this.installButton = element(by.css('form .buttons input[type="submit"]')); - - this.advancedConfigLink = element(by.id('showAdvanced')); - this.dataDirectoryConfig = element(by.id('datadirContent')); - this.dbConfig = element(by.id('databaseBackend')); - }; - - InstallPage.prototype.get = function() { - browser.get(this.baseUrl); - }; - - InstallPage.prototype.isInstallPage = function() { - return !!this.installField; - }; - - InstallPage.prototype.fillAdminAccount = function(user, pass) { - this.adminInput.sendKeys(user); - this.passwordInput.sendKeys(pass); - }; - - InstallPage.prototype.isAdvancedConfigOpen = function() { - return this.databaseBackend.isDisplayed() && this.dbConfig.isDisplayed(); - }; - - InstallPage.prototype.openAdvancedConfig = function() { - if (! this.isAdvancedConfigOpen()) { - this.advancedConfigLink.click(); - } - }; - - InstallPage.prototype.closeAdvancedConfig = function() { - if (this.isAdvancedConfigOpen()) { - this.advancedConfigLink.click(); - } - }; - - InstallPage.prototype.configDatabase = function(dbConfig) { - - }; - - module.exports = InstallPage; -})();
\ No newline at end of file diff --git a/tests/acceptance/tests/pages/login.page.js b/tests/acceptance/tests/pages/login.page.js deleted file mode 100644 index b7019fa54a6..00000000000 --- a/tests/acceptance/tests/pages/login.page.js +++ /dev/null @@ -1,46 +0,0 @@ -(function() { - var LoginPage = function(baseUrl) { - this.baseUrl = baseUrl; - this.url = baseUrl; - - this.loginForm = element(by.name('login')); - this.userInput = this.loginForm.element(by.id('user')); - this.passwordInput = this.loginForm.element(by.id('password')); - this.loginButton = element(by.id('submit')); - - // On Page when logged in - this.menuButton = element(by.id('expand')); - this.logoutButton = element(by.id('logout')); - this.newButton = element(by.id('expandDisplayName')); - }; - - LoginPage.prototype.get = function() { - browser.get(this.url); - }; - - LoginPage.prototype.isCurrentPage = function() { - - return this.loginForm.isPresent(); - }; - - LoginPage.prototype.fillUserCredentilas = function(user, pass) { - this.userInput.sendKeys(user); - this.passwordInput.sendKeys(pass); - }; - - LoginPage.prototype.login = function(user, pass) { - this.fillUserCredentilas(user, pass); - this.loginButton.click(); - var button = this.newButton; - browser.wait(function() { - return button.isPresent(); - }, 5000, 'load files content'); - }; - - LoginPage.prototype.logout = function() { - this.menuButton.click(); - this.logoutButton.click(); - }; - - module.exports = LoginPage; -})();
\ No newline at end of file diff --git a/tests/acceptance/tests/pages/personal.page.js b/tests/acceptance/tests/pages/personal.page.js deleted file mode 100644 index aa552335a38..00000000000 --- a/tests/acceptance/tests/pages/personal.page.js +++ /dev/null @@ -1,57 +0,0 @@ -(function() { - var PersonalPage = function(baseUrl) { - this.baseUrl = baseUrl; - this.path = 'index.php/settings/personal'; - this.url = baseUrl + this.path; - - this.passwordForm = element(by.css('form#passwordform')); - this.oldPasswordInput = element(by.id('pass1')); - this.newPasswordInput = element(by.id('pass2')); - this.newPasswordButton = element(by.id('passwordbutton')); - - this.passwordChanged = element(by.id('passwordchanged')); - this.passwordError = element(by.id('passworderror')); - - this.displaynameForm = element(by.id('displaynameform')); - this.displaynameInput = this.displaynameForm.element(by.id('displayName')); - - }; - - PersonalPage.prototype.get = function() { - browser.get(this.url); - }; - - PersonalPage.prototype.isUserPage = function() { - return browser.driver.getCurrentUrl() == this.url; - }; - - PersonalPage.prototype.ensurePersonalPage = function() { - // console.log(this.isUserPage()); - // if (! this.isUserPage()) { - // display.log('Warning: Auto loading UserPage'); - // this.get(); - // } - }; - - PersonalPage.prototype.changePassword = function(oldPass, newPass) { - this.ensurePersonalPage(); - this.oldPasswordInput.sendKeys(oldPass); - this.newPasswordInput.sendKeys(newPass); - this.newPasswordButton.click(); - - // result need some time to display - var changed = this.passwordChanged; - var error = this.passwordError; - var ready = false; - browser.wait(function () { - changed.isDisplayed().then(function(c) { - error.isDisplayed().then(function(e) { - ready = c || e; - }); - }); - return ready; - }, 8000, 'personal password change result not displayed'); - }; - - module.exports = PersonalPage; -})();
\ No newline at end of file diff --git a/tests/acceptance/tests/pages/shareApi.page.js b/tests/acceptance/tests/pages/shareApi.page.js deleted file mode 100644 index a1a3be8f889..00000000000 --- a/tests/acceptance/tests/pages/shareApi.page.js +++ /dev/null @@ -1,84 +0,0 @@ -(function() { - var request = require('request'); - var parseString = require('xml2js').parseString; - process.env.NODE_TLS_REJECT_UNAUTHORIZED = "0" // Avoids DEPTH_ZERO_SELF_SIGNED_CERT error for self-signed certs - - var ShareApi = function(baseUrl) { - this.baseUrl = baseUrl; - this.path = 'ocs/v1.php/apps/files_sharing/api/v1/shares'; - this.url = baseUrl + this.path; - - this.request = { - method: "GET" - }; - }; - ShareApi.prototype.get = function () { - var url = this.url; - - var defer = protractor.promise.defer(); - console.log("Calling", this.url); - - request({ - method: "GET", - uri: url, - followRedirect: true, - auth: { - user: "admin", - password: "password", - } - }, - function(error, response) { - console.log("Done call to", url, "status:", response.statusCode); - if (error || response.statusCode >= 400) { - defer.reject({ - error : error, - response : response - }); - } else { - defer.fulfill(response); - } - }); - return defer.promise; - }; - - ShareApi.prototype.create = function (path, shareWith, shareType) { - var url = this.url; - - var defer = protractor.promise.defer(); - console.log("Calling", this.url); - - request({ - method: "POST", - uri: url, - followRedirect: true, - form: { - path: path, - shareWith: shareWith, - shareType: shareType - }, - auth: { - user: "admin", - password: "password", - } - }, - function(error, response) { - console.log("Done call to", url, "status:", response.statusCode); - if (error || response.statusCode >= 400) { - defer.reject({ - error : error, - response : response - }); - } else { - defer.fulfill(response); - } - }); - return defer.promise; - - }; - - module.exports = ShareApi; - -})(); - - - diff --git a/tests/acceptance/tests/pages/user.page.js b/tests/acceptance/tests/pages/user.page.js deleted file mode 100644 index 9a973bd42c1..00000000000 --- a/tests/acceptance/tests/pages/user.page.js +++ /dev/null @@ -1,114 +0,0 @@ -(function() { - var UserPage = function(baseUrl) { - this.baseUrl = baseUrl; - this.path = 'index.php/settings/users'; - this.url = baseUrl + this.path; - - this.newUserNameInput = element(by.id('newusername')); - this.newUserPasswordInput = element(by.id('newuserpassword')); - this.createNewUserButton = element(by.css('#newuser input[type="submit"]')); - - this.newGroupButton = element(by.css('#newgroup-init a')); - this.newGroupNameInput = element(by.css('#newgroup-form input#newgroupname')); - - }; - - UserPage.prototype.get = function() { - browser.get(this.url); - }; - - UserPage.prototype.isUserPage = function() { - return browser.driver.getCurrentUrl() == this.url; - }; - - UserPage.prototype.ensureUserPage = function() { - // console.log(this.isUserPage()); - // if (! this.isUserPage()) { - // display.log('Warning: Auto loading UserPage'); - // this.get(); - // } - }; - - UserPage.prototype.fillNewUserInput = function(user, pass) { - this.ensureUserPage(); - this.newUserNameInput.sendKeys(user); - this.newUserPasswordInput.sendKeys(pass); - }; - - UserPage.prototype.createNewUser = function(user, pass) { - this.ensureUserPage(); - this.fillNewUserInput(user, pass); - this.createNewUserButton.click(); - }; - - UserPage.prototype.deleteUser = function(user) { - this.ensureUserPage(); - - var removeId = by.css('#userlist tr[data-displayname="' + user + '"] td.remove a'); - var filter = browser.findElement(removeId); - var scrollIntoView = function () { - arguments[0].scrollIntoView(); - } - browser.executeScript(scrollIntoView, filter).then(function () { - browser.actions().mouseMove(browser.findElement(removeId)).perform(); - element(removeId).click(); - }); - }; - - UserPage.prototype.setCurrentListElem = function(name) { - return element(by.css("tr[data-uid='" + name + "']")); - } - - UserPage.prototype.renameDisplayName = function(name, newName) { - var renameDisplayNameButton = element(by.css("tr[data-uid='" + name + "'] td.displayName")); - renameDisplayNameButton.click(); - var renameDisplayNameForm = element(by.css("tr[data-uid='" + name + "'] td.displayName input")); - renameDisplayNameForm.sendKeys(newName); - renameDisplayNameForm.sendKeys(protractor.Key.ENTER); - }; - - UserPage.prototype.listUser = function() { - this.ensureUserPage(); - return element.all(by.css('td.displayName')).map(function(user) { - return user.getText(); - }); - }; - - UserPage.prototype.createNewGroup = function(name) { - this.newGroupButton.click(); - var newGroupNameInput = this.newGroupNameInput; - browser.wait(function() { - return newGroupNameInput.isDisplayed(); - }, 3000); - this.newGroupNameInput.sendKeys(name); - this.newGroupNameInput.sendKeys(protractor.Key.ENTER); - }; - -///// NOT WORKING, CLICK ON CHECKBOX RESEIVES AN OTHER ELEMENT ////////////////////////////////////////////////////// -///////////////////////////////////////////////////////////////////////////////////////////////////////////////////// - - // UserPage.prototype.setUserGroup = function(userName, groupName) { - // var renameDisplayNameButton = element(by.css("tr[data-uid='" + userName + "'] td.groups .multiselect.button")); - // renameDisplayNameButton.click(); - - // var a = 'tr[data-uid="' + userName + '"] ul.multiselectoptions.down'; - - // var dropdown = element(by.css(a)); - // browser.wait(function() { - // return dropdown.isDisplayed(); - // }, 3000); - // browser.pause(); - // var checkboxId = by.css('tr[data-uid="' + userName + '"] ul.multiselectoptions.down label'); - // element.all(checkboxId).each(function(checkbox) { - // checkbox.getText().then(function(text) { - // console.log(checkboxId); - // console.log(text); - // if(text == groupName) { - // return checkbox.click(); - // } - // }) - // }); - // }; - - module.exports = UserPage; -})();
\ No newline at end of file diff --git a/tests/acceptance/tests/pages/webdav_api.page.js b/tests/acceptance/tests/pages/webdav_api.page.js deleted file mode 100644 index e69de29bb2d..00000000000 --- a/tests/acceptance/tests/pages/webdav_api.page.js +++ /dev/null diff --git a/tests/acceptance/tests/share/share_api_spec.js b/tests/acceptance/tests/share/share_api_spec.js deleted file mode 100644 index ed41fa94021..00000000000 --- a/tests/acceptance/tests/share/share_api_spec.js +++ /dev/null @@ -1,50 +0,0 @@ -var ShareApi = require('../pages/shareApi.page.js'); -var LoginPage = require('../pages/login.page.js'); -var UserPage = require('../pages/user.page.js'); -var FilesPage = require('../pages/files.page.js'); -var parseXml = require('xml2js').parseString; - -var flow = protractor.promise.controlFlow(); - -describe('Share Api', function() { - var params = browser.params; - var shareApi; - var loginPage; - var userPage - var filesPage; - var firstRunWizardPage; - - - beforeEach(function() { - isAngularSite(false); - shareApi = new ShareApi(params.baseUrl); - }); - - it('should get all shares', function() { - var get = function () { - return shareApi.get(); - }; - - flow.execute(get).then(function(res){ - parseXml(res.body, function (err, result) { - console.dir(result.ocs.data); - }); - expect(res.statusCode).toEqual(200); - }); - }); - - it('should create a new share', function() { - var create = function () { - return shareApi.create('asdf.txt', 'demo2', 0); - }; - - flow.execute(create).then(function(res){ - parseXml(res.body, function (err, result) { - console.log(result.ocs.data, result.ocs.meta); - expect(result.ocs.meta[0].statuscode[0]).toEqual('100'); - }); - }); - }); - - -}); diff --git a/tests/acceptance/tests/share/share_spec.js b/tests/acceptance/tests/share/share_spec.js deleted file mode 100644 index 0dc12ad506d..00000000000 --- a/tests/acceptance/tests/share/share_spec.js +++ /dev/null @@ -1,198 +0,0 @@ -var LoginPage = require('../pages/login.page.js'); -var UserPage = require('../pages/user.page.js'); -var FilesPage = require('../pages/files.page.js'); - - -describe('Share', function() { - var params = browser.params; - var loginPage; - var userPage - var filesPage; - - beforeEach(function() { - isAngularSite(false); - loginPage = new LoginPage(params.baseUrl); - userPage = new UserPage(params.baseUrl); - filesPage = new FilesPage(params.baseUrl); - }); - - it('should login as admin and create 4 new users', function() { - filesPage.getAsUser(params.login.user, params.login.password); - // userPage.get(); - // userPage.createNewGroup('test_specGroup_1'); - userPage.get(); - // userPage.createNewGroup('test_specGroup_2'); - userPage.createNewUser('demo', 'password'); - userPage.createNewUser('demo2', 'password'); - userPage.createNewUser('demo3', 'password'); - userPage.createNewUser('demo4', 'password'); - userPage.get(); - userPage.renameDisplayName('demo2', ' display2'); - userPage.renameDisplayName('demo3', ' display3'); - userPage.renameDisplayName('demo4', ' display4'); - // setting Group to User fails cause click receives an other element - // userPage.setUserGroup('demo2', 'test_specGroup_1'); - // userPage.setUserGroup('demo3', 'test_specGroup_1'); - // userPage.setUserGroup('demo4', 'test_specGroup_2'); - expect(userPage.listUser()).toContain('demo', 'demo2', 'demo3', 'demo4'); - }); - - - it('should share a folder with another user by username', function() { - filesPage.getAsUser(params.login.user, params.login.password); - filesPage.createNewFolder('toShare_1'); - browser.sleep(500); - filesPage.shareFile('toShare_1', 'demo'); - - loginPage.logout(); - loginPage.login('demo', 'password'); - expect(filesPage.listFiles()).toContain('toShare_1'); - }); - - it('should share a folder including special characters', function() { - filesPage.getAsUser(params.login.user, params.login.password); - filesPage.createNewFolder('sP€c!@L'); - browser.sleep(500); - filesPage.shareFile('sP€c!@L', 'demo'); - - loginPage.logout(); - loginPage.login('demo', 'password'); - expect(filesPage.listFiles()).toContain('sP€c!@L'); - }); - - it('should share a folder with 3 another user by display name', function() { - filesPage.getAsUser(params.login.user, params.login.password); - filesPage.createNewFolder('toShare_2'); - browser.sleep(500); - filesPage.shareFile('toShare_2', 'display2'); - - filesPage.shareWithForm.sendKeys(protractor.Key.DELETE); - filesPage.shareWithForm.sendKeys('display3'); - browser.wait(function(){ - return filesPage.sharedWithDropdown.isDisplayed(); - }, 3000); - filesPage.shareWithForm.sendKeys(protractor.Key.ENTER); - - filesPage.shareWithForm.sendKeys(protractor.Key.DELETE); - filesPage.shareWithForm.sendKeys('display4'); - browser.wait(function(){ - return filesPage.sharedWithDropdown.isDisplayed(); - }, 3000); - filesPage.shareWithForm.sendKeys(protractor.Key.ENTER); - - loginPage.logout(); - loginPage.login('demo2', 'password'); - expect(filesPage.listFiles()).toContain('toShare_2'); - - loginPage.logout(); - loginPage.login('demo3', 'password'); - expect(filesPage.listFiles()).toContain('toShare_2'); - - loginPage.logout(); - loginPage.login('demo4', 'password'); - expect(filesPage.listFiles()).toContain('toShare_2'); - }); - - it('should grant second users CRUDS rights to their folder', function() { - filesPage.getAsUser('demo2', 'password'); - filesPage.getFolder('toShare_2'); - - //create file - filesPage.createNewTxtFile('inSharedBySecond'); - filesPage.createNewTxtFile('toBeDeleted'); - expect(filesPage.listFiles()).toContain('inSharedBySecond' ,'toBeDeleted'); - - //delete file - filesPage.deleteFile('toBeDeleted.txt'); - browser.sleep(800); - expect(filesPage.listFiles()).not.toContain('toBeDeleted'); - - - //share file - filesPage.shareFile('inSharedBySecond.txt', 'demo'); - - loginPage.logout(); - loginPage.login('demo', 'password'); - filesPage.renameFile('inSharedBySecond.txt', 'renamedBySecond.txt') - expect(filesPage.listFiles()).toContain('renamedBySecond'); - filesPage.deleteFile('renamedBySecond.txt'); - }); - - it('should delete the root folder shared with a user account by another user', function() { - filesPage.getAsUser('demo2', 'password'); - filesPage.deleteFile('toShare_2'); - browser.sleep(800); - expect(filesPage.listFiles()).not.toContain('toShare_2'); - - loginPage.logout(); - loginPage.login(params.login.user, params.login.password); - expect(filesPage.listFiles()).toContain('toShare_2'); - }); - - it('should delete a file shared with a user, only form user if user deletes it', function() { - filesPage.getAsUser(params.login.user, params.login.password); - filesPage.createNewTxtFile('toDeleteByUser'); - filesPage.shareFile('toDeleteByUser.txt', 'demo'); - - loginPage.logout(); - loginPage.login('demo', 'password'); - filesPage.deleteFile('toDeleteByUser.txt'); - browser.sleep(800); - expect(filesPage.listFiles()).not.toContain('inSharedBySecond'); - - loginPage.logout(); - loginPage.login(params.login.user, params.login.password); - expect(filesPage.listFiles()).toContain('toDeleteByUser'); - filesPage.deleteFile('toDeleteByUser.txt'); - }); - - it('should delete a file in a shared folder, from all', function() { - filesPage.getAsUser(params.login.user, params.login.password); - filesPage.getFolder('toShare_1'); - filesPage.createNewTxtFile('toDeleteFromAll'); - - loginPage.logout(); - loginPage.login('demo', 'password'); - filesPage.getFolder('toShare_1'); - filesPage.deleteFile('toDeleteFromAll.txt'); - browser.sleep(800); - expect(filesPage.listFiles()).not.toContain('toDeleteFormAll'); - - loginPage.logout(); - loginPage.login(params.login.user, params.login.password); - filesPage.getFolder('toShare_1'); - expect(filesPage.listFiles()).not.toContain('toDeleteFromAll'); - }); - - it('should delete a file shared with a user, form all if owner deletes it', function() { - filesPage.getAsUser(params.login.user, params.login.password); - filesPage.createNewTxtFile('toDeleteByOwner'); - filesPage.shareFile('toDeleteByOwner.txt', 'demo'); - - loginPage.logout(); - loginPage.login('demo', 'password'); - expect(filesPage.listFiles()).toContain('toDeleteByOwner'); - - loginPage.logout(); - loginPage.login(params.login.user, params.login.password); - filesPage.deleteFile('toDeleteByOwner.txt'); - - loginPage.logout(); - loginPage.login('demo', 'password'); - expect(filesPage.listFiles()).not.toContain('toDeleteByOwner'); - - }); - - it('should not be possible to reshare a folder, if the "re-share" option is removed', function() { - filesPage.getAsUser(params.login.user, params.login.password); - filesPage.createNewFolder('noReshare'); - filesPage.shareFile('noReshare', 'demo'); - filesPage.disableReshare('noReshare', 'demo'); - - loginPage.logout(); - loginPage.login('demo', 'password'); - - expect(filesPage.checkReshareability('noReshare')).toBeFalsy(); - }); - -});
\ No newline at end of file diff --git a/tests/data/openssl.cnf b/tests/data/openssl.cnf index 1eb86c40126..1aada1fa73f 100644 --- a/tests/data/openssl.cnf +++ b/tests/data/openssl.cnf @@ -55,7 +55,7 @@ crl = $dir/crl.pem # The current CRL private_key = $dir/private/cakey.pem# The private key RANDFILE = $dir/private/.rand # private random number file -x509_extensions = usr_cert # The extentions to add to the cert +x509_extensions = usr_cert # The extensions to add to the cert # Comment out the following two lines for the "traditional" # (and highly broken) format. @@ -107,7 +107,7 @@ default_bits = 2048 default_keyfile = privkey.pem distinguished_name = req_distinguished_name attributes = req_attributes -x509_extensions = v3_ca # The extentions to add to the self signed cert +x509_extensions = v3_ca # The extensions to add to the self signed cert # Passwords for private keys if not present they will be prompted for # input_password = secret diff --git a/tests/lib/autoloader.php b/tests/lib/autoloader.php index 6443d87a2e5..f93b7c33cab 100644 --- a/tests/lib/autoloader.php +++ b/tests/lib/autoloader.php @@ -77,15 +77,11 @@ class AutoLoader extends TestCase { } public function testLoadCoreNamespaceCore() { - $this->assertEquals([ - \OC::$SERVERROOT . '/core/foo/bar.php', - ], $this->loader->findClass('OC\Core\Foo\Bar')); + $this->assertEquals([], $this->loader->findClass('OC\Core\Foo\Bar')); } public function testLoadCoreNamespaceSettings() { - $this->assertEquals([ - \OC::$SERVERROOT . '/settings/foo/bar.php', - ], $this->loader->findClass('OC\Settings\Foo\Bar')); + $this->assertEquals([], $this->loader->findClass('OC\Settings\Foo\Bar')); } public function testLoadCoreNamespaceRepair() { diff --git a/tests/lib/cache.php b/tests/lib/cache.php index feddcac4693..a91f37467d2 100644 --- a/tests/lib/cache.php +++ b/tests/lib/cache.php @@ -28,7 +28,7 @@ abstract class Test_Cache extends \Test\TestCase { $this->instance->set('value1', $value); $this->assertTrue($this->instance->hasKey('value1')); $received=$this->instance->get('value1'); - $this->assertEquals($value, $received, 'Value recieved from cache not equal to the original'); + $this->assertEquals($value, $received, 'Value received from cache not equal to the original'); $value='ipsum lorum'; $this->instance->set('value1', $value); $received=$this->instance->get('value1'); diff --git a/tests/lib/datetimeformatter.php b/tests/lib/datetimeformatter.php index 9a50ee4a257..bf1ef3b84dc 100644 --- a/tests/lib/datetimeformatter.php +++ b/tests/lib/datetimeformatter.php @@ -42,7 +42,7 @@ class DateTimeFormatter extends TestCase { } public function formatTimeSpanData() { - $time = 1416916800; // Use a fixed timestamp so we dont switch days/years with the getTimestampAgo + $time = 1416916800; // Use a fixed timestamp so we don't switch days/years with the getTimestampAgo $deL10N = new \OC_L10N('lib', 'de'); return array( array('seconds ago', $time, $time), @@ -80,7 +80,7 @@ class DateTimeFormatter extends TestCase { } public function formatDateSpanData() { - $time = 1416916800; // Use a fixed timestamp so we dont switch days/years with the getTimestampAgo + $time = 1416916800; // Use a fixed timestamp so we don't switch days/years with the getTimestampAgo $deL10N = new \OC_L10N('lib', 'de'); return array( // Normal testing diff --git a/tests/lib/db/connection.php b/tests/lib/db/connection.php index 62d0a77ca1f..4022bee511e 100644 --- a/tests/lib/db/connection.php +++ b/tests/lib/db/connection.php @@ -72,7 +72,7 @@ class Connection extends \Test\TestCase { // sqlite removes the tables after closing the DB $this->assertTrue(true); } else { - $this->assertFalse($this->connection->tableExists($table), 'Table ' . $table . ' doesnt exists.'); + $this->assertFalse($this->connection->tableExists($table), 'Table ' . $table . " doesn't exist."); } } diff --git a/tests/lib/files/storage/storage.php b/tests/lib/files/storage/storage.php index f3d265df2de..ed2ea87f9d9 100644 --- a/tests/lib/files/storage/storage.php +++ b/tests/lib/files/storage/storage.php @@ -87,13 +87,13 @@ abstract class Storage extends \Test\TestCase { } $this->assertEquals(array($directory), $content); - $this->assertFalse($this->instance->mkdir('/' . $directory)); //cant create existing folders + $this->assertFalse($this->instance->mkdir('/' . $directory)); //can't create existing folders $this->assertTrue($this->instance->rmdir('/' . $directory)); $this->wait(); $this->assertFalse($this->instance->file_exists('/' . $directory)); - $this->assertFalse($this->instance->rmdir('/' . $directory)); //cant remove non existing folders + $this->assertFalse($this->instance->rmdir('/' . $directory)); //can't remove non existing folders $dh = $this->instance->opendir('/'); $content = array(); diff --git a/tests/lib/hookhelper.php b/tests/lib/hookhelper.php index 93411bd068b..f1cce831477 100644 --- a/tests/lib/hookhelper.php +++ b/tests/lib/hookhelper.php @@ -104,7 +104,7 @@ class HookHelper { } /** - * Callback that sets the run paramter to false + * Callback that sets the run parameter to false */ public static function cancellingCallback($params) { $params[Filesystem::signal_param_run] = false; diff --git a/tests/lib/lock/lockingprovider.php b/tests/lib/lock/lockingprovider.php index ca72c1bb7f3..49742baa561 100644 --- a/tests/lib/lock/lockingprovider.php +++ b/tests/lib/lock/lockingprovider.php @@ -112,12 +112,14 @@ abstract class LockingProvider extends TestCase { $this->instance->acquireLock('foo', ILockingProvider::LOCK_SHARED); $this->instance->acquireLock('bar', ILockingProvider::LOCK_SHARED); $this->instance->acquireLock('asd', ILockingProvider::LOCK_EXCLUSIVE); + $this->instance->acquireLock('fizz#A=23', ILockingProvider::LOCK_EXCLUSIVE); $this->instance->releaseAll(); $this->assertFalse($this->instance->isLocked('foo', ILockingProvider::LOCK_SHARED)); $this->assertFalse($this->instance->isLocked('bar', ILockingProvider::LOCK_SHARED)); $this->assertFalse($this->instance->isLocked('asd', ILockingProvider::LOCK_EXCLUSIVE)); + $this->assertFalse($this->instance->isLocked('fizz#A=23', ILockingProvider::LOCK_EXCLUSIVE)); } public function testReleaseAllAfterChange() { diff --git a/tests/lib/systemtag/systemtagmanagertest.php b/tests/lib/systemtag/systemtagmanagertest.php index 64220205ade..1afb147f08a 100644 --- a/tests/lib/systemtag/systemtagmanagertest.php +++ b/tests/lib/systemtag/systemtagmanagertest.php @@ -124,7 +124,7 @@ class SystemTagManagerTest extends TestCase { null, [] ], - // filter by visibile only + // filter by visible only [ // none visible [ diff --git a/tests/lib/testcase.php b/tests/lib/testcase.php index 008b96b3417..fb0db8cd86c 100644 --- a/tests/lib/testcase.php +++ b/tests/lib/testcase.php @@ -349,7 +349,7 @@ abstract class TestCase extends \PHPUnit_Framework_TestCase { $user = null; } - \OC_Util::tearDownFS(); // command cant reply on the fs being setup + \OC_Util::tearDownFS(); // command can't reply on the fs being setup $this->commandBus->run(); \OC_Util::tearDownFS(); |