diff options
Diffstat (limited to 'core')
41 files changed, 344 insertions, 27 deletions
diff --git a/core/command/app/enable.php b/core/command/app/enable.php index 4315972bae2..fb2097356f5 100644 --- a/core/command/app/enable.php +++ b/core/command/app/enable.php @@ -70,10 +70,6 @@ class Enable extends Command { } $groups = $input->getOption('groups'); - if ($this->manager->isInstalled($appId) && empty($groups)) { - $output->writeln($appId . ' is already enabled'); - } - if (empty($groups)) { \OC_App::enable($appId); $output->writeln($appId . ' enabled'); diff --git a/core/command/user/lastseen.php b/core/command/user/lastseen.php index 1d2c17e3d3f..d71a5aedcb0 100644 --- a/core/command/user/lastseen.php +++ b/core/command/user/lastseen.php @@ -44,7 +44,7 @@ class LastSeen extends Command { protected function configure() { $this ->setName('user:lastseen') - ->setDescription('shows when the user was logged it last time') + ->setDescription('shows when the user was logged in last time') ->addArgument( 'uid', InputArgument::REQUIRED, diff --git a/core/css/icons.css b/core/css/icons.css index 836a84fd70e..359c55e4dc5 100644 --- a/core/css/icons.css +++ b/core/css/icons.css @@ -57,6 +57,10 @@ background-image: url('../img/actions/close.svg'); } +.icon-comment { + background-image: url('../img/actions/comment.svg'); +} + .icon-confirm { background-image: url('../img/actions/confirm.svg'); } @@ -70,6 +74,9 @@ .icon-delete:focus { background-image: url('../img/actions/delete-hover.svg'); } +.icon-delete-white { + background-image: url('../img/actions/delete-white.svg'); +} .icon-details { background-image: url('../img/actions/details.svg'); diff --git a/core/css/systemtags.css b/core/css/systemtags.css index 588c76e1e3f..40f93011b6a 100644 --- a/core/css/systemtags.css +++ b/core/css/systemtags.css @@ -83,3 +83,8 @@ overflow:hidden; text-overflow:ellipsis; } + +.systemtags-select2-dropdown .label.hidden { + display: none; +} + diff --git a/core/img/actions/comment.png b/core/img/actions/comment.png Binary files differindex 7ca20eba363..08867cf6361 100644 --- a/core/img/actions/comment.png +++ b/core/img/actions/comment.png diff --git a/core/img/actions/comment.svg b/core/img/actions/comment.svg index a8ab95e615b..02fbac3e036 100644 --- a/core/img/actions/comment.svg +++ b/core/img/actions/comment.svg @@ -1,4 +1,4 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> - <path style="color:#000000;block-progression:tb;text-transform:none;text-indent:0" d="m2.3496 1.002c-0.1975 0.0382-0.3531 0.2333-0.3496 0.4375v13.122c0 0.23 0.2061 0.438 0.4316 0.438h11.138c0.226 0 0.432-0.208 0.432-0.438v-10.142c-0.004-0.0669-0.023-0.133-0.055-0.1915l-3.312-3.1992c-0.043-0.0164-0.089-0.0255-0.135-0.0273h-8.0684c-0.0268-0.00265-0.0552-0.00265-0.082 0zm1.6504 1.998h6v1h-6v-1zm0 3h5v1h-5v-1zm0 3h8v1h-8v-1zm0 3h4v1h-4v-1z"/> +<svg xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <path d="m8 1.5c-4.4183 0-8 2.4624-8 5.5s3.5817 5.5 8 5.5c0.24963 0 0.49058-0.01587 0.73438-0.03125l4.2656 3.531v-4.703c1.829-1.008 3-2.5599 3-4.297 0-3.0376-3.582-5.5-8-5.5z"/> </svg> diff --git a/core/img/actions/delete-white.png b/core/img/actions/delete-white.png Binary files differnew file mode 100644 index 00000000000..07a5de34252 --- /dev/null +++ b/core/img/actions/delete-white.png diff --git a/core/img/actions/delete-white.svg b/core/img/actions/delete-white.svg new file mode 100644 index 00000000000..58e8dd3677d --- /dev/null +++ b/core/img/actions/delete-white.svg @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <path d="m6.5 1-0.5 1h-3c-0.554 0-1 0.446-1 1v1h12v-1c0-0.554-0.446-1-1-1h-3l-0.5-1zm-3.5 4 0.875 9c0.061 0.549 0.5729 1 1.125 1h6c0.55232 0 1.064-0.45102 1.125-1l0.875-9z" fill-rule="evenodd" fill="#fff"/> +</svg> diff --git a/core/js/share.js b/core/js/share.js index 9baa34d9bb7..9539e92e09b 100644 --- a/core/js/share.js +++ b/core/js/share.js @@ -50,17 +50,29 @@ OC.Share = _.extend(OC.Share || {}, { * @param callback function to call after the shares were loaded */ loadIcons:function(itemType, fileList, callback) { + var path = fileList.dirInfo.path; + if (path === '/') { + path = ''; + } + path += '/' + fileList.dirInfo.name; + // Load all share icons $.get( - OC.filePath('core', 'ajax', 'share.php'), + OC.linkToOCS('apps/files_sharing/api/v1', 2) + 'shares', { - fetch: 'getItemsSharedStatuses', - itemType: itemType + subfiles: 'true', + path: path, + format: 'json' }, function(result) { - if (result && result.status === 'success') { + if (result && result.ocs.meta.statuscode === 200) { OC.Share.statuses = {}; - $.each(result.data, function(item, data) { - OC.Share.statuses[item] = data; + $.each(result.ocs.data, function(it, share) { + if (!(share.item_source in OC.Share.statuses)) { + OC.Share.statuses[share.item_source] = {link: false}; + } + if (share.share_type === OC.Share.SHARE_TYPE_LINK) { + OC.Share.statuses[share.item_source] = {link: true}; + } }); if (_.isFunction(callback)) { callback(OC.Share.statuses); diff --git a/core/js/sharedialogview.js b/core/js/sharedialogview.js index 4cebf7962e8..e7435877cb3 100644 --- a/core/js/sharedialogview.js +++ b/core/js/sharedialogview.js @@ -67,6 +67,10 @@ /** @type {object} **/ shareeListView: undefined, + events: { + 'input .shareWithField': 'onShareWithFieldChanged' + }, + initialize: function(options) { var view = this; @@ -109,7 +113,18 @@ : options[name]; } - _.bindAll(this, 'autocompleteHandler', '_onSelectRecipient'); + _.bindAll(this, + 'autocompleteHandler', + '_onSelectRecipient', + 'onShareWithFieldChanged' + ); + }, + + onShareWithFieldChanged: function() { + var $el = this.$el.find('.shareWithField'); + if ($el.val().length < 2) { + $el.removeClass('error').tooltip('hide'); + } }, autocompleteHandler: function (search, response) { @@ -196,9 +211,20 @@ var suggestions = users.concat(groups).concat(remotes); if (suggestions.length > 0) { - $('.shareWithField').autocomplete("option", "autoFocus", true); + $('.shareWithField').removeClass('error') + .tooltip('hide') + .autocomplete("option", "autoFocus", true); response(suggestions); } else { + $('.shareWithField').addClass('error') + .attr('data-original-title', t('core', 'No users or groups found for {search}', {search: $('.shareWithField').val()})) + .tooltip('hide') + .tooltip({ + placement: 'bottom', + trigger: 'manual', + }) + .tooltip('fixTitle') + .tooltip('show'); response(); } } else { @@ -217,9 +243,20 @@ var insert = $("<a>"); var text = item.label; if (item.value.shareType === OC.Share.SHARE_TYPE_GROUP) { - text = text + ' ('+t('core', 'group')+')'; + text = t('core', '{sharee} (group)', { + sharee: text + }); } else if (item.value.shareType === OC.Share.SHARE_TYPE_REMOTE) { - text = text + ' ('+t('core', 'remote')+')'; + if (item.value.server) { + text = t('core', '{sharee} (at {server})', { + sharee: text, + server: item.value.server + }); + } else { + text = t('core', '{sharee} (remote)', { + sharee: text + }); + } } insert.text(text); if(item.value.shareType === OC.Share.SHARE_TYPE_GROUP) { @@ -233,8 +270,18 @@ _onSelectRecipient: function(e, s) { e.preventDefault(); - $(e.target).val(''); - this.model.addShare(s.item.value); + $(e.target).attr('disabled', true) + .val(s.item.label); + var $loading = this.$el.find('.shareWithLoading'); + $loading.removeClass('hidden') + .addClass('inlineblock'); + + this.model.addShare(s.item.value, {success: function() { + $(e.target).val('') + .attr('disabled', false); + $loading.addClass('hidden') + .removeClass('inlineblock'); + }}); }, _toggleLoading: function(state) { diff --git a/core/js/shareitemmodel.js b/core/js/shareitemmodel.js index a28bcac91cb..292230d26d5 100644 --- a/core/js/shareitemmodel.js +++ b/core/js/shareitemmodel.js @@ -183,11 +183,9 @@ data: attributes, dataType: 'json' }).done(function() { - self.fetch({ - success: function() { - if (_.isFunction(options.success)) { - options.success(self); - } + self.fetch().done(function() { + if (_.isFunction(options.success)) { + options.success(self); } }); }).fail(function(xhr) { diff --git a/core/js/systemtags/systemtagscollection.js b/core/js/systemtags/systemtagscollection.js index 0f8a7aa980e..8a5d309bacb 100644 --- a/core/js/systemtags/systemtagscollection.js +++ b/core/js/systemtags/systemtagscollection.js @@ -11,7 +11,7 @@ (function(OC) { function filterFunction(model, term) { - return model.get('name').substr(0, term.length) === term; + return model.get('name').substr(0, term.length).toLowerCase() === term.toLowerCase(); } /** diff --git a/core/js/tests/specs/sharedialogviewSpec.js b/core/js/tests/specs/sharedialogviewSpec.js index 6899e625c45..3a94379789a 100644 --- a/core/js/tests/specs/sharedialogviewSpec.js +++ b/core/js/tests/specs/sharedialogviewSpec.js @@ -956,9 +956,12 @@ describe('OC.Share.ShareDialogView', function() { it('calls addShare after selection', function() { dialog.render(); + + var shareWith = $('.shareWithField')[0]; + var $shareWith = $(shareWith); var addShareStub = sinon.stub(shareModel, 'addShare'); var autocompleteOptions = autocompleteStub.getCall(0).args[0]; - autocompleteOptions.select(new $.Event('select'), { + autocompleteOptions.select(new $.Event('select', {target: shareWith}), { item: { label: 'User Two', value: { @@ -974,6 +977,17 @@ describe('OC.Share.ShareDialogView', function() { shareWith: 'user2' }); + //Input is locked + expect($shareWith.val()).toEqual('User Two'); + expect($shareWith.attr('disabled')).toEqual('disabled'); + + //Callback is called + addShareStub.firstCall.args[1].success(); + + //Input is unlocked + expect($shareWith.val()).toEqual(''); + expect($shareWith.attr('disabled')).toEqual(undefined); + addShareStub.restore(); }); }); diff --git a/core/js/tests/specs/systemtags/systemtagsinputfieldSpec.js b/core/js/tests/specs/systemtags/systemtagsinputfieldSpec.js index 08470fbdd8a..d62ef672f4d 100644 --- a/core/js/tests/specs/systemtags/systemtagsinputfieldSpec.js +++ b/core/js/tests/specs/systemtags/systemtagsinputfieldSpec.js @@ -346,6 +346,7 @@ describe('OC.SystemTags.SystemTagsInputField tests', function() { new OC.SystemTags.SystemTagModel({id: '1', name: 'abc'}), new OC.SystemTags.SystemTagModel({id: '2', name: 'def'}), new OC.SystemTags.SystemTagModel({id: '3', name: 'abd', userAssignable: false}), + new OC.SystemTags.SystemTagModel({id: '4', name: 'Deg'}), ]); }); afterEach(function() { @@ -377,6 +378,32 @@ describe('OC.SystemTags.SystemTagsInputField tests', function() { } ]); }); + it('completes case insensitive', function() { + var callback = sinon.stub(); + opts.query({ + term: 'de', + callback: callback + }); + expect(fetchStub.calledOnce).toEqual(true); + + fetchStub.yieldTo('success', view.collection); + + expect(callback.calledOnce).toEqual(true); + expect(callback.getCall(0).args[0].results).toEqual([ + { + id: '2', + name: 'def', + userVisible: true, + userAssignable: true + }, + { + id: '4', + name: 'Deg', + userVisible: true, + userAssignable: true + } + ]); + }); }); }); @@ -446,6 +473,7 @@ describe('OC.SystemTags.SystemTagsInputField tests', function() { new OC.SystemTags.SystemTagModel({id: '1', name: 'abc'}), new OC.SystemTags.SystemTagModel({id: '2', name: 'def'}), new OC.SystemTags.SystemTagModel({id: '3', name: 'abd', userAssignable: false}), + new OC.SystemTags.SystemTagModel({id: '4', name: 'Deg'}), ]); }); afterEach(function() { @@ -471,6 +499,32 @@ describe('OC.SystemTags.SystemTagsInputField tests', function() { } ]); }); + it('completes case insensitive', function() { + var callback = sinon.stub(); + opts.query({ + term: 'de', + callback: callback + }); + expect(fetchStub.calledOnce).toEqual(true); + + fetchStub.yieldTo('success', view.collection); + + expect(callback.calledOnce).toEqual(true); + expect(callback.getCall(0).args[0].results).toEqual([ + { + id: '2', + name: 'def', + userVisible: true, + userAssignable: true + }, + { + id: '4', + name: 'Deg', + userVisible: true, + userAssignable: true + } + ]); + }); }); }); }); diff --git a/core/l10n/cs_CZ.js b/core/l10n/cs_CZ.js index 92b612bf975..e3eb200f8d4 100644 --- a/core/l10n/cs_CZ.js +++ b/core/l10n/cs_CZ.js @@ -166,6 +166,7 @@ OC.L10N.register( "access control" : "řízení přístupu", "Could not unshare" : "Nelze zrušit sdílení", "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}", "An error occured. Please try again" : "Nastala chyba. Prosím zkuste to znovu", "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", @@ -197,6 +198,7 @@ OC.L10N.register( "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.", "The update was unsuccessful. " : "Aktualizace nebyla úspěšná.", "The update was successful. There were warnings." : "Aktualizace byla úspěšná. Zachycen výskyt varování.", "The update was successful. Redirecting you to ownCloud now." : "Aktualizace byla úspěšná. Přesměrovávám na ownCloud.", diff --git a/core/l10n/cs_CZ.json b/core/l10n/cs_CZ.json index 7c7c3055da5..a326c0fee9f 100644 --- a/core/l10n/cs_CZ.json +++ b/core/l10n/cs_CZ.json @@ -164,6 +164,7 @@ "access control" : "řízení přístupu", "Could not unshare" : "Nelze zrušit sdílení", "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}", "An error occured. Please try again" : "Nastala chyba. Prosím zkuste to znovu", "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", @@ -195,6 +196,7 @@ "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.", "The update was unsuccessful. " : "Aktualizace nebyla úspěšná.", "The update was successful. There were warnings." : "Aktualizace byla úspěšná. Zachycen výskyt varování.", "The update was successful. Redirecting you to ownCloud now." : "Aktualizace byla úspěšná. Přesměrovávám na ownCloud.", diff --git a/core/l10n/de.js b/core/l10n/de.js index faf720c2cb8..d871a0ce329 100644 --- a/core/l10n/de.js +++ b/core/l10n/de.js @@ -154,15 +154,27 @@ OC.L10N.register( "change" : "Ändern", "delete" : "löschen", "access control" : "Zugriffskontrolle", + "Could not unshare" : "Freigabe konnte nicht entfernt werden", + "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}", "An error occured. 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)", "Share" : "Teilen", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Mit Benutzern anderer ownClouds unter Verwendung der Syntax benutzername@beispiel.com/owncloud teilen", "Share with users or groups …" : "Mit Benutzern oder Gruppen teilen…", "Share with users, groups or remote users …" : "Mit Benutzern, Gruppen oder entfernten Benutzern teilen…", + "Error removing share" : "Fehler beim Entfernen der Freigabe", "Warning" : "Warnung", "Error while sending notification" : "Fehler beim Senden der Benachrichtigung", + "Non-existing tag #{tag}" : "Nicht vorhandener Tag #{tag}", + "not assignable" : "nicht übertragbar", + "invisible" : "unsichtbar", + "({scope})" : "({scope})", "Delete" : "Löschen", "Rename" : "Umbenennen", + "Global tags" : "globale Tags", "The object type is not specified." : "Der Objekttyp ist nicht angegeben.", "Enter new" : "Neuen eingeben", "Add" : "Hinzufügen", @@ -179,6 +191,7 @@ OC.L10N.register( "Updating {productName} to version {version}, this may take a while." : "Aktualisiere {productName} auf Version {version}. Dies könnte eine Weile dauern.", "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.", "The update was unsuccessful. " : "Die Aktualisierung war nicht erfolgreich.", "The update was successful. There were warnings." : "Das Update war erfolgreich. Warnungen wurden ausgegeben.", "The update was successful. Redirecting you to ownCloud now." : "Das Update war erfolgreich. Du wirst nun zu ownCloud weitergeleitet.", @@ -263,6 +276,7 @@ OC.L10N.register( "Contact your system administrator if this message persists or appeared unexpectedly." : "Kontaktiere Deinen Systemadministrator, wenn diese Meldung dauerhaft oder unerwartet erscheint.", "Thank you for your patience." : "Vielen Dank für Deine Geduld.", "You are accessing the server from an untrusted domain." : "Du greifst von einer nicht vertrauenswürdigen Domain auf den Server zu.", + "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Bitte kontaktiere deinen Administrator. Wenn du ein Administrator dieser Instanz bist, konfigurieren die \"TRUSTED_DOMAINS\" Einstellung in config/config.php .Eine Beispielkonfiguration ist in config/config.sample.php zur Verfügung gestellt.", "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Wenn es Deine Konfiguration zulässt, kannst Du als Administrator gegebenenfalls den Button unten benutzen, um diese Domain als vertrauenswürdig einzustufen.", "Add \"%s\" as trusted domain" : "„%s“ als vertrauenswürdige Domain hinzufügen", "App update required" : "Appupdate notwendig", diff --git a/core/l10n/de.json b/core/l10n/de.json index dc074683f09..145867d2b45 100644 --- a/core/l10n/de.json +++ b/core/l10n/de.json @@ -152,15 +152,27 @@ "change" : "Ändern", "delete" : "löschen", "access control" : "Zugriffskontrolle", + "Could not unshare" : "Freigabe konnte nicht entfernt werden", + "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}", "An error occured. 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)", "Share" : "Teilen", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Mit Benutzern anderer ownClouds unter Verwendung der Syntax benutzername@beispiel.com/owncloud teilen", "Share with users or groups …" : "Mit Benutzern oder Gruppen teilen…", "Share with users, groups or remote users …" : "Mit Benutzern, Gruppen oder entfernten Benutzern teilen…", + "Error removing share" : "Fehler beim Entfernen der Freigabe", "Warning" : "Warnung", "Error while sending notification" : "Fehler beim Senden der Benachrichtigung", + "Non-existing tag #{tag}" : "Nicht vorhandener Tag #{tag}", + "not assignable" : "nicht übertragbar", + "invisible" : "unsichtbar", + "({scope})" : "({scope})", "Delete" : "Löschen", "Rename" : "Umbenennen", + "Global tags" : "globale Tags", "The object type is not specified." : "Der Objekttyp ist nicht angegeben.", "Enter new" : "Neuen eingeben", "Add" : "Hinzufügen", @@ -177,6 +189,7 @@ "Updating {productName} to version {version}, this may take a while." : "Aktualisiere {productName} auf Version {version}. Dies könnte eine Weile dauern.", "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.", "The update was unsuccessful. " : "Die Aktualisierung war nicht erfolgreich.", "The update was successful. There were warnings." : "Das Update war erfolgreich. Warnungen wurden ausgegeben.", "The update was successful. Redirecting you to ownCloud now." : "Das Update war erfolgreich. Du wirst nun zu ownCloud weitergeleitet.", @@ -261,6 +274,7 @@ "Contact your system administrator if this message persists or appeared unexpectedly." : "Kontaktiere Deinen Systemadministrator, wenn diese Meldung dauerhaft oder unerwartet erscheint.", "Thank you for your patience." : "Vielen Dank für Deine Geduld.", "You are accessing the server from an untrusted domain." : "Du greifst von einer nicht vertrauenswürdigen Domain auf den Server zu.", + "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Bitte kontaktiere deinen Administrator. Wenn du ein Administrator dieser Instanz bist, konfigurieren die \"TRUSTED_DOMAINS\" Einstellung in config/config.php .Eine Beispielkonfiguration ist in config/config.sample.php zur Verfügung gestellt.", "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Wenn es Deine Konfiguration zulässt, kannst Du als Administrator gegebenenfalls den Button unten benutzen, um diese Domain als vertrauenswürdig einzustufen.", "Add \"%s\" as trusted domain" : "„%s“ als vertrauenswürdige Domain hinzufügen", "App update required" : "Appupdate notwendig", diff --git a/core/l10n/fi_FI.js b/core/l10n/fi_FI.js index de435277524..77d0feedd5a 100644 --- a/core/l10n/fi_FI.js +++ b/core/l10n/fi_FI.js @@ -166,7 +166,11 @@ OC.L10N.register( "access control" : "Pääsyn hallinta", "Could not unshare" : "Jakamisen lopettaminen epäonnistui", "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ä", "An error occured. Please try again" : "Tapahtui virhe. Yritä myöhemmin uudestaan", + "{sharee} (group)" : "{sharee} (ryhmä)", + "{sharee} (at {server})" : "{sharee} (palvelimella {server})", + "{sharee} (remote)" : "{sharee} (etä)", "Share" : "Jaa", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Jaa toisia ownCloud-järjestelmiä käyttävien kesken käyttäen syntaksia käyttäjätunnus@esimerkki.fi/owncloud", "Share with users or groups …" : "Jaa käyttäjien tai ryhmien kanssa…", diff --git a/core/l10n/fi_FI.json b/core/l10n/fi_FI.json index 10393d56edc..0b3cf89bb84 100644 --- a/core/l10n/fi_FI.json +++ b/core/l10n/fi_FI.json @@ -164,7 +164,11 @@ "access control" : "Pääsyn hallinta", "Could not unshare" : "Jakamisen lopettaminen epäonnistui", "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ä", "An error occured. Please try again" : "Tapahtui virhe. Yritä myöhemmin uudestaan", + "{sharee} (group)" : "{sharee} (ryhmä)", + "{sharee} (at {server})" : "{sharee} (palvelimella {server})", + "{sharee} (remote)" : "{sharee} (etä)", "Share" : "Jaa", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Jaa toisia ownCloud-järjestelmiä käyttävien kesken käyttäen syntaksia käyttäjätunnus@esimerkki.fi/owncloud", "Share with users or groups …" : "Jaa käyttäjien tai ryhmien kanssa…", diff --git a/core/l10n/fr.js b/core/l10n/fr.js index 670f7561468..882805c6649 100644 --- a/core/l10n/fr.js +++ b/core/l10n/fr.js @@ -166,6 +166,7 @@ OC.L10N.register( "access control" : "contrôle d'accès", "Could not unshare" : "Impossible d'arrêter de partager", "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}", "An error occured. Please try again" : "Une erreur est survenue. Merci de réessayer", "Share" : "Partager", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Partagez avec des personnes sur d'autres ownClouds en utilisant la syntaxe utilisateur@exemple.com/owncloud", @@ -197,6 +198,7 @@ OC.L10N.register( "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.", "The update was unsuccessful. " : "La mise à jour a échoué.", "The update was successful. There were warnings." : "La mise à jour a réussi, mais il y a eu des avertissements", "The update was successful. Redirecting you to ownCloud now." : "La mise à jour a réussi. Vous êtes maintenant redirigé vers ownCloud.", diff --git a/core/l10n/fr.json b/core/l10n/fr.json index bf3b40a7fe9..0bc4be17e3e 100644 --- a/core/l10n/fr.json +++ b/core/l10n/fr.json @@ -164,6 +164,7 @@ "access control" : "contrôle d'accès", "Could not unshare" : "Impossible d'arrêter de partager", "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}", "An error occured. Please try again" : "Une erreur est survenue. Merci de réessayer", "Share" : "Partager", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Partagez avec des personnes sur d'autres ownClouds en utilisant la syntaxe utilisateur@exemple.com/owncloud", @@ -195,6 +196,7 @@ "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.", "The update was unsuccessful. " : "La mise à jour a échoué.", "The update was successful. There were warnings." : "La mise à jour a réussi, mais il y a eu des avertissements", "The update was successful. Redirecting you to ownCloud now." : "La mise à jour a réussi. Vous êtes maintenant redirigé vers ownCloud.", diff --git a/core/l10n/he.js b/core/l10n/he.js index 0f265b56221..6498f5caf5a 100644 --- a/core/l10n/he.js +++ b/core/l10n/he.js @@ -166,7 +166,11 @@ OC.L10N.register( "access control" : "בקרת גישה", "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} (מרוחק)", "Share" : "שתף", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "ניתן לשתף עם אנשים אחרים המשתמשים ב- ownClouds בעזרת הפורמט הבא username@example.com/owncloud", "Share with users or groups …" : "שיתוף עם משתמשים או קבוצות...", @@ -197,6 +201,7 @@ OC.L10N.register( "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> המכסה נושא זו.", "The update was unsuccessful. " : "העדכון בוצע בהצלחה.", "The update was successful. There were warnings." : "העדכון בוצע בהצלחה. היו הזהרות.", "The update was successful. Redirecting you to ownCloud now." : "תהליך העדכון הסתיים בהצלחה. עכשיו מנתב אותך אל ownCloud.", diff --git a/core/l10n/he.json b/core/l10n/he.json index d7649c43354..d0b0fff51e9 100644 --- a/core/l10n/he.json +++ b/core/l10n/he.json @@ -164,7 +164,11 @@ "access control" : "בקרת גישה", "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} (מרוחק)", "Share" : "שתף", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "ניתן לשתף עם אנשים אחרים המשתמשים ב- ownClouds בעזרת הפורמט הבא username@example.com/owncloud", "Share with users or groups …" : "שיתוף עם משתמשים או קבוצות...", @@ -195,6 +199,7 @@ "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> המכסה נושא זו.", "The update was unsuccessful. " : "העדכון בוצע בהצלחה.", "The update was successful. There were warnings." : "העדכון בוצע בהצלחה. היו הזהרות.", "The update was successful. Redirecting you to ownCloud now." : "תהליך העדכון הסתיים בהצלחה. עכשיו מנתב אותך אל ownCloud.", diff --git a/core/l10n/hu_HU.js b/core/l10n/hu_HU.js index ea2a55451d8..43740db8f9c 100644 --- a/core/l10n/hu_HU.js +++ b/core/l10n/hu_HU.js @@ -16,10 +16,15 @@ OC.L10N.register( "Updated \"%s\" to %s" : "Frissítettük \"%s\"-t erre: %s", "Repair warning: " : "Javítás figyelmeztetés:", "Repair error: " : "Javítás hiba:", + "Set log level to debug" : "Naplózási szint beállítása hibakeresésre", + "Reset log level" : "Naplózási szint visszaállítása", + "Starting code integrity check" : "Kódintegritás ellenőrzés elindítása", + "Finished code integrity check" : "Kódintegritás ellenőrzés befejezve!", "%s (3rdparty)" : "%s (harmadik fél által)", "%s (incompatible)" : "%s (nem kompatibilis)", "Following apps have been disabled: %s" : "A következő applikációk 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", @@ -81,6 +86,7 @@ OC.L10N.register( "Oct." : "okt.", "Nov." : "nov.", "Dec." : "dec.", + "<a href=\"{docUrl}\">There were problems with the code integrity check. More information…</a>" : "<a href=\"{docUrl}\">Problémák vannak a kódintegritás ellenőrzéssel. Bővebb információ…</a>", "Settings" : "Beállítások", "Saving..." : "Mentés...", "seconds ago" : "pár másodperce", @@ -153,16 +159,22 @@ OC.L10N.register( "change" : "változtatás", "delete" : "töröl", "access control" : "jogosultság", + "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.", "An error occured. Please try again" : "Hiba történt. Kérjük, próbáld újra!", "Share" : "Megosztás", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Megosztás más ownCloud szerverekkel, a következő formátum használatával felhasznalo@példa.com/owncloud", "Share with users or groups …" : "Megosztás felhasználókkal vagy csoportokkal ...", "Share with users, groups or remote users …" : "Megosztás felhasználókkal, csoportokkal vagy távoli felhasználókkal ...", + "Error removing share" : "Hiba a megosztás törlésekor", "Warning" : "Figyelmeztetés", "Error while sending notification" : "Hiba történt az értesítő küldése közben", + "Non-existing tag #{tag}" : "Nem létező címke #{tag}", + "invisible" : "láthatatlan", + "({scope})" : "({scope})", "Delete" : "Törlés", "Rename" : "Átnevezés", + "Global tags" : "Globális címke", "The object type is not specified." : "Az objektum típusa nincs megadva.", "Enter new" : "Új beírása", "Add" : "Hozzáadás", @@ -179,6 +191,7 @@ OC.L10N.register( "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}\">keresd fel a fórumunkat</a> a probléma lefedéséért.", "The update was unsuccessful. " : "A frissítés nem sikerült.", "The update was successful. There were warnings." : "A frissítés sikerült. Figyelmeztetések találhatók.", "The update was successful. Redirecting you to ownCloud now." : "A frissítés sikeres volt. Visszairányítjuk az ownCloud szolgáltatáshoz.", diff --git a/core/l10n/hu_HU.json b/core/l10n/hu_HU.json index ec403c043d1..2cf122b07a9 100644 --- a/core/l10n/hu_HU.json +++ b/core/l10n/hu_HU.json @@ -14,10 +14,15 @@ "Updated \"%s\" to %s" : "Frissítettük \"%s\"-t erre: %s", "Repair warning: " : "Javítás figyelmeztetés:", "Repair error: " : "Javítás hiba:", + "Set log level to debug" : "Naplózási szint beállítása hibakeresésre", + "Reset log level" : "Naplózási szint visszaállítása", + "Starting code integrity check" : "Kódintegritás ellenőrzés elindítása", + "Finished code integrity check" : "Kódintegritás ellenőrzés befejezve!", "%s (3rdparty)" : "%s (harmadik fél által)", "%s (incompatible)" : "%s (nem kompatibilis)", "Following apps have been disabled: %s" : "A következő applikációk 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", @@ -79,6 +84,7 @@ "Oct." : "okt.", "Nov." : "nov.", "Dec." : "dec.", + "<a href=\"{docUrl}\">There were problems with the code integrity check. More information…</a>" : "<a href=\"{docUrl}\">Problémák vannak a kódintegritás ellenőrzéssel. Bővebb információ…</a>", "Settings" : "Beállítások", "Saving..." : "Mentés...", "seconds ago" : "pár másodperce", @@ -151,16 +157,22 @@ "change" : "változtatás", "delete" : "töröl", "access control" : "jogosultság", + "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.", "An error occured. Please try again" : "Hiba történt. Kérjük, próbáld újra!", "Share" : "Megosztás", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Megosztás más ownCloud szerverekkel, a következő formátum használatával felhasznalo@példa.com/owncloud", "Share with users or groups …" : "Megosztás felhasználókkal vagy csoportokkal ...", "Share with users, groups or remote users …" : "Megosztás felhasználókkal, csoportokkal vagy távoli felhasználókkal ...", + "Error removing share" : "Hiba a megosztás törlésekor", "Warning" : "Figyelmeztetés", "Error while sending notification" : "Hiba történt az értesítő küldése közben", + "Non-existing tag #{tag}" : "Nem létező címke #{tag}", + "invisible" : "láthatatlan", + "({scope})" : "({scope})", "Delete" : "Törlés", "Rename" : "Átnevezés", + "Global tags" : "Globális címke", "The object type is not specified." : "Az objektum típusa nincs megadva.", "Enter new" : "Új beírása", "Add" : "Hozzáadás", @@ -177,6 +189,7 @@ "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}\">keresd fel a fórumunkat</a> a probléma lefedéséért.", "The update was unsuccessful. " : "A frissítés nem sikerült.", "The update was successful. There were warnings." : "A frissítés sikerült. Figyelmeztetések találhatók.", "The update was successful. Redirecting you to ownCloud now." : "A frissítés sikeres volt. Visszairányítjuk az ownCloud szolgáltatáshoz.", diff --git a/core/l10n/it.js b/core/l10n/it.js index f63e8c6adfa..2c39e573f24 100644 --- a/core/l10n/it.js +++ b/core/l10n/it.js @@ -166,7 +166,11 @@ OC.L10N.register( "access control" : "controllo d'accesso", "Could not unshare" : "Impossibile rimuovere la condivisione", "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}", "An error occured. Please try again" : "Si è verificato un errore. Prova ancora", + "{sharee} (group)" : "{sharee} (group)", + "{sharee} (at {server})" : "{sharee} (su {server})", + "{sharee} (remote)" : "{sharee} (remote)", "Share" : "Condividi", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Condividi con persone su altri ownCloud utilizzando la sintassi nomeutente@esempio.com/owncloud", "Share with users or groups …" : "Condividi con utenti o gruppi...", diff --git a/core/l10n/it.json b/core/l10n/it.json index 873d8de425f..efa21176499 100644 --- a/core/l10n/it.json +++ b/core/l10n/it.json @@ -164,7 +164,11 @@ "access control" : "controllo d'accesso", "Could not unshare" : "Impossibile rimuovere la condivisione", "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}", "An error occured. Please try again" : "Si è verificato un errore. Prova ancora", + "{sharee} (group)" : "{sharee} (group)", + "{sharee} (at {server})" : "{sharee} (su {server})", + "{sharee} (remote)" : "{sharee} (remote)", "Share" : "Condividi", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Condividi con persone su altri ownCloud utilizzando la sintassi nomeutente@esempio.com/owncloud", "Share with users or groups …" : "Condividi con utenti o gruppi...", diff --git a/core/l10n/nb_NO.js b/core/l10n/nb_NO.js index ab8453e766c..534f582630a 100644 --- a/core/l10n/nb_NO.js +++ b/core/l10n/nb_NO.js @@ -164,16 +164,24 @@ OC.L10N.register( "change" : "endre", "delete" : "slette", "access control" : "tilgangskontroll", + "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", "Share" : "Del", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Del med personer på andre ownCloud-installasjoner med syntaksen brukernavn@example.com/owncloud", "Share with users or groups …" : "Del med brukere eller grupper ...", "Share with users, groups or remote users …" : "Del med brukere, grupper eller eksterne brukere ...", + "Error removing share" : "Feil ved fjerning av deling", "Warning" : "Advarsel", "Error while sending notification" : "Feil ved sending av varsling", + "Non-existing tag #{tag}" : "Ikke-eksisterende merkelap #{tag}", + "not assignable" : "kan ikke tilordnes", + "invisible" : "usynlig", + "({scope})" : "({scope})", "Delete" : "Slett", "Rename" : "Gi nytt navn", + "Global tags" : "Globale merkelapper", "The object type is not specified." : "Objekttypen er ikke spesifisert.", "Enter new" : "Oppgi ny", "Add" : "Legg til", @@ -190,6 +198,7 @@ OC.L10N.register( "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.", "The update was unsuccessful. " : "Oppdateringen var mislykket.", "The update was successful. There were warnings." : "Oppdateringen var vellykket. Det oppstod advarsler.", "The update was successful. Redirecting you to ownCloud now." : "Oppdateringen var vellykket. Du omdirigeres nå til ownCloud.", diff --git a/core/l10n/nb_NO.json b/core/l10n/nb_NO.json index c7e89016a50..66c5b30a9c8 100644 --- a/core/l10n/nb_NO.json +++ b/core/l10n/nb_NO.json @@ -162,16 +162,24 @@ "change" : "endre", "delete" : "slette", "access control" : "tilgangskontroll", + "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", "Share" : "Del", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Del med personer på andre ownCloud-installasjoner med syntaksen brukernavn@example.com/owncloud", "Share with users or groups …" : "Del med brukere eller grupper ...", "Share with users, groups or remote users …" : "Del med brukere, grupper eller eksterne brukere ...", + "Error removing share" : "Feil ved fjerning av deling", "Warning" : "Advarsel", "Error while sending notification" : "Feil ved sending av varsling", + "Non-existing tag #{tag}" : "Ikke-eksisterende merkelap #{tag}", + "not assignable" : "kan ikke tilordnes", + "invisible" : "usynlig", + "({scope})" : "({scope})", "Delete" : "Slett", "Rename" : "Gi nytt navn", + "Global tags" : "Globale merkelapper", "The object type is not specified." : "Objekttypen er ikke spesifisert.", "Enter new" : "Oppgi ny", "Add" : "Legg til", @@ -188,6 +196,7 @@ "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.", "The update was unsuccessful. " : "Oppdateringen var mislykket.", "The update was successful. There were warnings." : "Oppdateringen var vellykket. Det oppstod advarsler.", "The update was successful. Redirecting you to ownCloud now." : "Oppdateringen var vellykket. Du omdirigeres nå til ownCloud.", diff --git a/core/l10n/pt_BR.js b/core/l10n/pt_BR.js index 5c922050f66..f3ff06ce5b9 100644 --- a/core/l10n/pt_BR.js +++ b/core/l10n/pt_BR.js @@ -166,7 +166,11 @@ OC.L10N.register( "access control" : "controle de acesso", "Could not unshare" : "Não foi possível descompartilhar", "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}", "An error occured. Please try again" : "Ocorreu um erro. Por favor tente novamente", + "{sharee} (group)" : "{sharee} (grupo)", + "{sharee} (at {server})" : "{sharee} (no {server})", + "{sharee} (remote)" : "{sharee} (remoto)", "Share" : "Compartilhar", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Compartilhar com usuários em outros ownClouds usando a sintaxe username@example.com/owncloud", "Share with users or groups …" : "Compartilhar com usuários ou grupos ...", diff --git a/core/l10n/pt_BR.json b/core/l10n/pt_BR.json index c95d7386e12..1c5d20c6a81 100644 --- a/core/l10n/pt_BR.json +++ b/core/l10n/pt_BR.json @@ -164,7 +164,11 @@ "access control" : "controle de acesso", "Could not unshare" : "Não foi possível descompartilhar", "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}", "An error occured. Please try again" : "Ocorreu um erro. Por favor tente novamente", + "{sharee} (group)" : "{sharee} (grupo)", + "{sharee} (at {server})" : "{sharee} (no {server})", + "{sharee} (remote)" : "{sharee} (remoto)", "Share" : "Compartilhar", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Compartilhar com usuários em outros ownClouds usando a sintaxe username@example.com/owncloud", "Share with users or groups …" : "Compartilhar com usuários ou grupos ...", diff --git a/core/l10n/pt_PT.js b/core/l10n/pt_PT.js index f2d3e1dca0c..debcf9d6f83 100644 --- a/core/l10n/pt_PT.js +++ b/core/l10n/pt_PT.js @@ -166,7 +166,11 @@ OC.L10N.register( "access control" : "controlo de acesso", "Could not unshare" : "Não foi possível cancelar a partilha", "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}", "An error occured. 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)", "Share" : "Compartilhar", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Compartilhe com as pessoas nas outras ownClouds utilizando a sintaxe username@example.com/owncloud", "Share with users or groups …" : "Partilhar com utilizadores ou grupos...", diff --git a/core/l10n/pt_PT.json b/core/l10n/pt_PT.json index d6c016b6e06..765f52055db 100644 --- a/core/l10n/pt_PT.json +++ b/core/l10n/pt_PT.json @@ -164,7 +164,11 @@ "access control" : "controlo de acesso", "Could not unshare" : "Não foi possível cancelar a partilha", "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}", "An error occured. 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)", "Share" : "Compartilhar", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Compartilhe com as pessoas nas outras ownClouds utilizando a sintaxe username@example.com/owncloud", "Share with users or groups …" : "Partilhar com utilizadores ou grupos...", diff --git a/core/l10n/ru.js b/core/l10n/ru.js index 30b4663fd74..949d82ac9b1 100644 --- a/core/l10n/ru.js +++ b/core/l10n/ru.js @@ -197,6 +197,7 @@ OC.L10N.register( "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>.", "The update was unsuccessful. " : "Обновление окончилось неудачей.", "The update was successful. There were warnings." : "Обновление прошло успешно. Были предупреждения.", "The update was successful. Redirecting you to ownCloud now." : "Обновление прошло успешно. Перенаправляем в ownCloud.", diff --git a/core/l10n/ru.json b/core/l10n/ru.json index be660aff2ac..e87d37f0094 100644 --- a/core/l10n/ru.json +++ b/core/l10n/ru.json @@ -195,6 +195,7 @@ "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>.", "The update was unsuccessful. " : "Обновление окончилось неудачей.", "The update was successful. There were warnings." : "Обновление прошло успешно. Были предупреждения.", "The update was successful. Redirecting you to ownCloud now." : "Обновление прошло успешно. Перенаправляем в ownCloud.", diff --git a/core/l10n/sq.js b/core/l10n/sq.js index 3201afaea2a..59151e1ee86 100644 --- a/core/l10n/sq.js +++ b/core/l10n/sq.js @@ -166,7 +166,11 @@ OC.L10N.register( "access control" : "kontroll hyrjesh", "Could not unshare" : "S’e shndau dot", "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}", "An error occured. 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)", "Share" : "Ndaje", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Ndajeni me persona në ownCloud-e të tjera duke përdorur sintaksën username@example.com/owncloud", "Share with users or groups …" : "Ndajeni me përdorues ose grupe …", diff --git a/core/l10n/sq.json b/core/l10n/sq.json index fb826aeaef2..3a84c922969 100644 --- a/core/l10n/sq.json +++ b/core/l10n/sq.json @@ -164,7 +164,11 @@ "access control" : "kontroll hyrjesh", "Could not unshare" : "S’e shndau dot", "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}", "An error occured. 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)", "Share" : "Ndaje", "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Ndajeni me persona në ownCloud-e të tjera duke përdorur sintaksën username@example.com/owncloud", "Share with users or groups …" : "Ndajeni me përdorues ose grupe …", diff --git a/core/l10n/tr.js b/core/l10n/tr.js index 02ea497760d..5fbbba3bd2e 100644 --- a/core/l10n/tr.js +++ b/core/l10n/tr.js @@ -16,10 +16,15 @@ OC.L10N.register( "Updated \"%s\" to %s" : "\"%s\", %s sürümüne güncellendi", "Repair warning: " : "Onarım uyarısı:", "Repair error: " : "Onarım hatası:", + "Set log level to debug" : "Günlük seviyesini hata ayıklama olarak ayarla", + "Reset log level" : "Günlük seviyesini sıfırla", + "Starting code integrity check" : "Kod bütünlük sınaması başlatılıyor", + "Finished code integrity check" : "Kod bütünlük sınaması bitti", "%s (3rdparty)" : "%s (3. parti)", "%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", @@ -33,6 +38,7 @@ OC.L10N.register( "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", @@ -80,6 +86,7 @@ OC.L10N.register( "Oct." : "Eki.", "Nov." : "Kas.", "Dec." : "Ara.", + "<a href=\"{docUrl}\">There were problems with the code integrity check. More information…</a>" : "<a href=\"{docUrl}\">Kod bütünlük sınamasında sorunlar oluştu. Daha fazla bilgi…</a>", "Settings" : "Ayarlar", "Saving..." : "Kaydediliyor...", "seconds ago" : "saniyeler önce", @@ -111,7 +118,14 @@ OC.L10N.register( "Good password" : "İyi parola", "Strong password" : "Güçlü parola", "Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "Web sunucunuz dosya transferi için düzgün bir şekilde yapılandırılmamış. WevDAV arabirimini sorunlu gözüküyor.", + "Your web server is not set up properly to resolve \"{url}\". Further information can be found in our <a target=\"_blank\" href=\"{docLink}\">documentation</a>." : "Web sunucunuz \"{url}\" çözümlemesini yapmak üzere doğru yapılandırılmaış. Daha fazla bilgi <a href=\"{docLink}\">belgelendirmemizde</a> bulunabilir.", "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." : "Bu sunucunun çalışan bir İnternet bağlantısı yok. Bu, harici depolama alanı bağlama, güncelleştirme bildirimleri veya üçüncü parti uygulama kurma gibi bazı özellikler çalışmayacak demektir. Uzak dosyalara erişim ve e-posta ile bildirim gönderme de çalışmayacaktır. Eğer bu özelliklerin tamamını kullanmak istiyorsanız, sunucu için İnternet bağlantısını etkinleştirmenizi öneriyoruz.", + "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\" href=\"{docLink}\">documentation</a>." : "Hafıza önbelleği ayarlanmamış. Performansın artması için mümkünse lütfen bir memcache ayarlayın. Detaylı bilgiye <a target=\"_blank\" href=\"{docLink}\">belgelendirmemizden</a> ulaşabilirsiniz.", + "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our <a target=\"_blank\" href=\"{docLink}\">documentation</a>." : "Güvenlik sebepleri ile şiddetle kaçınılması gereken /dev/urandom PHP tarafından okunamıyor. Daha fazla bilgi <a target=\"_blank\" href=\"{docLink}\">belgelendirmemizde</a> bulunabilir.", + "Your PHP version ({version}) is no longer <a target=\"_blank\" href=\"{phpLink}\">supported by PHP</a>. We encourage you to upgrade your PHP version to take advantage of performance and security updates provided by PHP." : "Kullandığınız PHP sürümü ({version}) artık <a target=\"_blank\" href=\"{phpLink}\">PHP tarafından desteklenmiyor</a>. PHP tarafından sağlanan performans ve güvenlik güncellemelerinden faydalanmak için PHP sürümünüzü güncellemenizi öneririz.", + "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\" href=\"{docLink}\">documentation</a>." : "Ters vekil sunucu başlık yapılandırması hatalı veya ownCloud'a güvenilen bir vekil sunucusundan erişiyorsunuz. ownCloud'a güvenilen bir vekil sunucusundan erişmiyorsanız bu bir güvenlik problemidir ve bir saldırganın IP adresinizi taklit etmesine izin verebilir. Ayrıntılı bilgiyi <a target=\"_blank\" href=\"{docLink}\">belgelendirmemizde</a> bulabilirsiniz.", + "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\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached ayrılmış önbellek olarak yapılandırıldı, ancak yanlış PHP modülü \"memcache\" olarak yüklendi. \\OC\\Memcache\\Memcached sadece \"memcached\" olarak desteklenir, \"memcache\" olarak kullanamazsınız. <a target=\"_blank\" href=\"{wikiLink}\">memcached wiki about both modules</a> linkine bakınız.", + "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our <a target=\"_blank\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Bazı dosyalar bütünleme sınamasından geçemedi. Bu sorunu çözmek için daha fazla bilgi <a target=\"_blank\" href=\"{docLink}\">belgelendirmemizde</a> bulunabilir. (<a href=\"{codeIntegrityDownloadEndpoint}\">Geçersiz dosyaların listesi…</a> / <a href=\"{rescanEndpoint}\">Yeniden tara…</a>)", "Error occurred while checking server setup" : "Sunucu yapılandırması denetlenirken hata oluştu", "Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. We strongly suggest that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root." : "data dizininiz ve dosyalarınız büyük ihtimalle İnternet üzerinden erişilebilir. .htaccess dosyası çalışmıyor. Web sunucunuzu yapılandırarak data dizinine erişimi kapatmanızı veya data dizinini web sunucu belge dizini dışına almanızı şiddetle tavsiye ederiz.", "The \"{header}\" HTTP header is not configured to equal to \"{expected}\". This is a potential security or privacy risk and we recommend adjusting this setting." : "\"{header}\" HTTP başlığı \"{expected}\" ile eşleşmek üzere yapılandırılmamış. Bu muhtemel bir güvenlik veya gizlilik riski olduğundan bu ayarı düzeltmenizi öneririz.", @@ -150,16 +164,24 @@ OC.L10N.register( "change" : "değiştir", "delete" : "sil", "access control" : "erişim kontrolü", + "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ş", "Share with users or groups …" : "Kullanıcı ve gruplarla paylaş...", "Share with users, groups or remote users …" : "Kullanıcılar, gruplar veya uzak kullanıcılarla paylaş ...", + "Error removing share" : "Paylaşım kaldırılırken hata", "Warning" : "Uyarı", "Error while sending notification" : "Bildirim gönderilirken hata", + "Non-existing tag #{tag}" : "Mevcut olmayan etiket #{tag}", + "not assignable" : "atanamaz", + "invisible" : "görünmez", + "({scope})" : "({scope})", "Delete" : "Sil", "Rename" : "Yeniden adlandır", + "Global tags" : "Genel etiketler", "The object type is not specified." : "Nesne türü belirtilmemiş.", "Enter new" : "Yeni girin", "Add" : "Ekle", @@ -176,6 +198,7 @@ OC.L10N.register( "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.", "The update was unsuccessful. " : "Güncelleştirme başarısız.", "The update was successful. There were warnings." : "Güncelleme başarılı. Uyarılar mevcut.", "The update was successful. Redirecting you to ownCloud now." : "Güncelleme başarılı. Şimdi ownCloud'a yönlendiriliyorsunuz.", @@ -248,6 +271,7 @@ OC.L10N.register( "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ı?", + "Wrong password." : "Hatalı parola.", "Stay logged in" : "Bağlı kal", "Alternative Logins" : "Alternatif Girişler", "Use the following link to reset your password: {link}" : "Parolanızı sıfırlamak için bu bağlantıyı kullanın: {link}", diff --git a/core/l10n/tr.json b/core/l10n/tr.json index 9346ff9e5c6..4a8fb372fe9 100644 --- a/core/l10n/tr.json +++ b/core/l10n/tr.json @@ -14,10 +14,15 @@ "Updated \"%s\" to %s" : "\"%s\", %s sürümüne güncellendi", "Repair warning: " : "Onarım uyarısı:", "Repair error: " : "Onarım hatası:", + "Set log level to debug" : "Günlük seviyesini hata ayıklama olarak ayarla", + "Reset log level" : "Günlük seviyesini sıfırla", + "Starting code integrity check" : "Kod bütünlük sınaması başlatılıyor", + "Finished code integrity check" : "Kod bütünlük sınaması bitti", "%s (3rdparty)" : "%s (3. parti)", "%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", @@ -31,6 +36,7 @@ "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", @@ -78,6 +84,7 @@ "Oct." : "Eki.", "Nov." : "Kas.", "Dec." : "Ara.", + "<a href=\"{docUrl}\">There were problems with the code integrity check. More information…</a>" : "<a href=\"{docUrl}\">Kod bütünlük sınamasında sorunlar oluştu. Daha fazla bilgi…</a>", "Settings" : "Ayarlar", "Saving..." : "Kaydediliyor...", "seconds ago" : "saniyeler önce", @@ -109,7 +116,14 @@ "Good password" : "İyi parola", "Strong password" : "Güçlü parola", "Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "Web sunucunuz dosya transferi için düzgün bir şekilde yapılandırılmamış. WevDAV arabirimini sorunlu gözüküyor.", + "Your web server is not set up properly to resolve \"{url}\". Further information can be found in our <a target=\"_blank\" href=\"{docLink}\">documentation</a>." : "Web sunucunuz \"{url}\" çözümlemesini yapmak üzere doğru yapılandırılmaış. Daha fazla bilgi <a href=\"{docLink}\">belgelendirmemizde</a> bulunabilir.", "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." : "Bu sunucunun çalışan bir İnternet bağlantısı yok. Bu, harici depolama alanı bağlama, güncelleştirme bildirimleri veya üçüncü parti uygulama kurma gibi bazı özellikler çalışmayacak demektir. Uzak dosyalara erişim ve e-posta ile bildirim gönderme de çalışmayacaktır. Eğer bu özelliklerin tamamını kullanmak istiyorsanız, sunucu için İnternet bağlantısını etkinleştirmenizi öneriyoruz.", + "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\" href=\"{docLink}\">documentation</a>." : "Hafıza önbelleği ayarlanmamış. Performansın artması için mümkünse lütfen bir memcache ayarlayın. Detaylı bilgiye <a target=\"_blank\" href=\"{docLink}\">belgelendirmemizden</a> ulaşabilirsiniz.", + "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our <a target=\"_blank\" href=\"{docLink}\">documentation</a>." : "Güvenlik sebepleri ile şiddetle kaçınılması gereken /dev/urandom PHP tarafından okunamıyor. Daha fazla bilgi <a target=\"_blank\" href=\"{docLink}\">belgelendirmemizde</a> bulunabilir.", + "Your PHP version ({version}) is no longer <a target=\"_blank\" href=\"{phpLink}\">supported by PHP</a>. We encourage you to upgrade your PHP version to take advantage of performance and security updates provided by PHP." : "Kullandığınız PHP sürümü ({version}) artık <a target=\"_blank\" href=\"{phpLink}\">PHP tarafından desteklenmiyor</a>. PHP tarafından sağlanan performans ve güvenlik güncellemelerinden faydalanmak için PHP sürümünüzü güncellemenizi öneririz.", + "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\" href=\"{docLink}\">documentation</a>." : "Ters vekil sunucu başlık yapılandırması hatalı veya ownCloud'a güvenilen bir vekil sunucusundan erişiyorsunuz. ownCloud'a güvenilen bir vekil sunucusundan erişmiyorsanız bu bir güvenlik problemidir ve bir saldırganın IP adresinizi taklit etmesine izin verebilir. Ayrıntılı bilgiyi <a target=\"_blank\" href=\"{docLink}\">belgelendirmemizde</a> bulabilirsiniz.", + "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\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached ayrılmış önbellek olarak yapılandırıldı, ancak yanlış PHP modülü \"memcache\" olarak yüklendi. \\OC\\Memcache\\Memcached sadece \"memcached\" olarak desteklenir, \"memcache\" olarak kullanamazsınız. <a target=\"_blank\" href=\"{wikiLink}\">memcached wiki about both modules</a> linkine bakınız.", + "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our <a target=\"_blank\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Bazı dosyalar bütünleme sınamasından geçemedi. Bu sorunu çözmek için daha fazla bilgi <a target=\"_blank\" href=\"{docLink}\">belgelendirmemizde</a> bulunabilir. (<a href=\"{codeIntegrityDownloadEndpoint}\">Geçersiz dosyaların listesi…</a> / <a href=\"{rescanEndpoint}\">Yeniden tara…</a>)", "Error occurred while checking server setup" : "Sunucu yapılandırması denetlenirken hata oluştu", "Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. We strongly suggest that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root." : "data dizininiz ve dosyalarınız büyük ihtimalle İnternet üzerinden erişilebilir. .htaccess dosyası çalışmıyor. Web sunucunuzu yapılandırarak data dizinine erişimi kapatmanızı veya data dizinini web sunucu belge dizini dışına almanızı şiddetle tavsiye ederiz.", "The \"{header}\" HTTP header is not configured to equal to \"{expected}\". This is a potential security or privacy risk and we recommend adjusting this setting." : "\"{header}\" HTTP başlığı \"{expected}\" ile eşleşmek üzere yapılandırılmamış. Bu muhtemel bir güvenlik veya gizlilik riski olduğundan bu ayarı düzeltmenizi öneririz.", @@ -148,16 +162,24 @@ "change" : "değiştir", "delete" : "sil", "access control" : "erişim kontrolü", + "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ş", "Share with users or groups …" : "Kullanıcı ve gruplarla paylaş...", "Share with users, groups or remote users …" : "Kullanıcılar, gruplar veya uzak kullanıcılarla paylaş ...", + "Error removing share" : "Paylaşım kaldırılırken hata", "Warning" : "Uyarı", "Error while sending notification" : "Bildirim gönderilirken hata", + "Non-existing tag #{tag}" : "Mevcut olmayan etiket #{tag}", + "not assignable" : "atanamaz", + "invisible" : "görünmez", + "({scope})" : "({scope})", "Delete" : "Sil", "Rename" : "Yeniden adlandır", + "Global tags" : "Genel etiketler", "The object type is not specified." : "Nesne türü belirtilmemiş.", "Enter new" : "Yeni girin", "Add" : "Ekle", @@ -174,6 +196,7 @@ "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.", "The update was unsuccessful. " : "Güncelleştirme başarısız.", "The update was successful. There were warnings." : "Güncelleme başarılı. Uyarılar mevcut.", "The update was successful. Redirecting you to ownCloud now." : "Güncelleme başarılı. Şimdi ownCloud'a yönlendiriliyorsunuz.", @@ -246,6 +269,7 @@ "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ı?", + "Wrong password." : "Hatalı parola.", "Stay logged in" : "Bağlı kal", "Alternative Logins" : "Alternatif Girişler", "Use the following link to reset your password: {link}" : "Parolanızı sıfırlamak için bu bağlantıyı kullanın: {link}", diff --git a/core/shipped.json b/core/shipped.json index d15f3ba3ca3..e33269dad75 100644 --- a/core/shipped.json +++ b/core/shipped.json @@ -20,7 +20,7 @@ "files_texteditor", "files_trashbin", "files_versions", - "files_videoviewer", + "files_videoplayer", "firewall", "firstrunwizard", "gallery", |