summaryrefslogtreecommitdiffstats
path: root/settings
diff options
context:
space:
mode:
authorThomas Mueller <thomas.mueller@tmit.eu>2013-02-13 01:18:01 +0100
committerThomas Mueller <thomas.mueller@tmit.eu>2013-02-13 01:18:01 +0100
commitbc43dd704fc89188faadb42d313a41f8b2929c0c (patch)
treee3d55e4b2cff99d4bdae91475a7249381c846ba9 /settings
parent14e3d77d64a83704d224ca91b5736ec2e94ee01b (diff)
parent68fa0b7dcc4a45e4f44b754626440091608ccc85 (diff)
downloadnextcloud-server-bc43dd704fc89188faadb42d313a41f8b2929c0c.tar.gz
nextcloud-server-bc43dd704fc89188faadb42d313a41f8b2929c0c.zip
Merge branch 'master' into fixing-1424-master
Conflicts: settings/js/users.js
Diffstat (limited to 'settings')
-rw-r--r--settings/css/settings.css1
-rw-r--r--settings/js/users.js786
-rw-r--r--settings/l10n/ar.php14
-rw-r--r--settings/l10n/bg_BG.php9
-rw-r--r--settings/l10n/bn_BD.php16
-rw-r--r--settings/l10n/ca.php53
-rw-r--r--settings/l10n/cs_CZ.php21
-rw-r--r--settings/l10n/da.php35
-rw-r--r--settings/l10n/de.php18
-rw-r--r--settings/l10n/de_DE.php19
-rw-r--r--settings/l10n/el.php18
-rw-r--r--settings/l10n/eo.php16
-rw-r--r--settings/l10n/es.php20
-rw-r--r--settings/l10n/es_AR.php33
-rw-r--r--settings/l10n/et_EE.php39
-rw-r--r--settings/l10n/eu.php64
-rw-r--r--settings/l10n/fa.php13
-rw-r--r--settings/l10n/fi_FI.php19
-rw-r--r--settings/l10n/fr.php39
-rw-r--r--settings/l10n/gl.php20
-rw-r--r--settings/l10n/he.php16
-rw-r--r--settings/l10n/hr.php10
-rw-r--r--settings/l10n/hu_HU.php18
-rw-r--r--settings/l10n/ia.php6
-rw-r--r--settings/l10n/id.php12
-rw-r--r--settings/l10n/is.php16
-rw-r--r--settings/l10n/it.php49
-rw-r--r--settings/l10n/ja_JP.php21
-rw-r--r--settings/l10n/ka_GE.php10
-rw-r--r--settings/l10n/ko.php18
-rw-r--r--settings/l10n/lb.php11
-rw-r--r--settings/l10n/lt_LT.php10
-rw-r--r--settings/l10n/lv.php33
-rw-r--r--settings/l10n/mk.php16
-rw-r--r--settings/l10n/ms_MY.php8
-rw-r--r--settings/l10n/nb_NO.php14
-rw-r--r--settings/l10n/nl.php21
-rw-r--r--settings/l10n/nn_NO.php6
-rw-r--r--settings/l10n/oc.php11
-rw-r--r--settings/l10n/pl.php33
-rw-r--r--settings/l10n/pt_BR.php18
-rw-r--r--settings/l10n/pt_PT.php20
-rw-r--r--settings/l10n/ro.php17
-rw-r--r--settings/l10n/ru.php19
-rw-r--r--settings/l10n/ru_RU.php20
-rw-r--r--settings/l10n/si_LK.php14
-rw-r--r--settings/l10n/sk_SK.php21
-rw-r--r--settings/l10n/sl.php17
-rw-r--r--settings/l10n/sr.php14
-rw-r--r--settings/l10n/sr@latin.php6
-rw-r--r--settings/l10n/sv.php20
-rw-r--r--settings/l10n/ta_LK.php14
-rw-r--r--settings/l10n/th_TH.php18
-rw-r--r--settings/l10n/tr.php17
-rw-r--r--settings/l10n/uk.php17
-rw-r--r--settings/l10n/vi.php18
-rw-r--r--settings/l10n/zh_CN.GB2312.php15
-rw-r--r--settings/l10n/zh_CN.php17
-rw-r--r--settings/l10n/zh_TW.php19
-rw-r--r--settings/templates/users.php62
-rw-r--r--settings/users.php1
61 files changed, 1221 insertions, 755 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css
index d18a2657c87..703395f56d2 100644
--- a/settings/css/settings.css
+++ b/settings/css/settings.css
@@ -47,7 +47,6 @@ div.quota { float:right; display:block; position:absolute; right:25em; top:0; }
div.quota-select-wrapper { position: relative; }
select.quota { position:absolute; left:0; top:0.5em; width:10em; }
select.quota-user { position:relative; left:0; top:0; width:10em; }
-input.quota-other { display:none; position:absolute; left:0.1em; top:0.1em; width:7em; border:none; box-shadow:none; }
div.quota>span { position:absolute; right:0; white-space:nowrap; top:.7em; color:#888; text-shadow:0 1px 0 #fff; }
select.quota.active { background: #fff; }
diff --git a/settings/js/users.js b/settings/js/users.js
index 3ab48675f29..8b1e32163df 100644
--- a/settings/js/users.js
+++ b/settings/js/users.js
@@ -5,443 +5,395 @@
*/
var UserList = {
- useUndo:true,
+ useUndo: true,
- /**
- * @brief Initiate user deletion process in UI
- * @param string uid the user ID to be deleted
- *
- * Does not actually delete the user; it sets them for
- * deletion when the current page is unloaded, at which point
- * finishDelete() completes the process. This allows for 'undo'.
- */
- do_delete:function (uid) {
- if (typeof UserList.deleteUid !== 'undefined') {
- //Already a user in the undo queue
- UserList.finishDelete(null);
- }
- UserList.deleteUid = uid;
+ /**
+ * @brief Initiate user deletion process in UI
+ * @param string uid the user ID to be deleted
+ *
+ * Does not actually delete the user; it sets them for
+ * deletion when the current page is unloaded, at which point
+ * finishDelete() completes the process. This allows for 'undo'.
+ */
+ do_delete: function (uid) {
+ if (typeof UserList.deleteUid !== 'undefined') {
+ //Already a user in the undo queue
+ UserList.finishDelete(null);
+ }
+ UserList.deleteUid = uid;
- // Set undo flag
- UserList.deleteCanceled = false;
+ // Set undo flag
+ UserList.deleteCanceled = false;
- // Provide user with option to undo
- $('#notification').data('deleteuser', true);
- OC.Notification.showHtml(t('users', 'deleted') + ' ' + uid + '<span class="undo">' + t('users', 'undo') + '</span>');
- },
+ // Provide user with option to undo
+ $('#notification').data('deleteuser', true);
+ OC.Notification.showHtml(t('users', 'deleted') + ' ' + uid + '<span class="undo">' + t('users', 'undo') + '</span>');
+ },
- /**
- * @brief Delete a user via ajax
- * @param bool ready whether to use ready() upon completion
- *
- * Executes deletion via ajax of user identified by property deleteUid
- * if 'undo' has not been used. Completes the user deletion procedure
- * and reflects success in UI.
- */
- finishDelete:function (ready) {
+ /**
+ * @brief Delete a user via ajax
+ * @param bool ready whether to use ready() upon completion
+ *
+ * Executes deletion via ajax of user identified by property deleteUid
+ * if 'undo' has not been used. Completes the user deletion procedure
+ * and reflects success in UI.
+ */
+ finishDelete: function (ready) {
- // Check deletion has not been undone
- if (!UserList.deleteCanceled && UserList.deleteUid) {
+ // Check deletion has not been undone
+ if (!UserList.deleteCanceled && UserList.deleteUid) {
- // Delete user via ajax
- $.ajax({
- type:'POST',
- url:OC.filePath('settings', 'ajax', 'removeuser.php'),
- async:false,
- data:{ username:UserList.deleteUid },
- success:function (result) {
- if (result.status == 'success') {
- // Remove undo option, & remove user from table
- OC.Notification.hide();
- $('tr').filterAttr('data-uid', UserList.deleteUid).remove();
- UserList.deleteCanceled = true;
- if (ready) {
- ready();
- }
- } else {
- oc.dialogs.alert(result.data.message, t('settings', 'Unable to remove user'));
- }
- }
- });
- }
- },
+ // Delete user via ajax
+ $.ajax({
+ type: 'POST',
+ url: OC.filePath('settings', 'ajax', 'removeuser.php'),
+ async: false,
+ data: { username: UserList.deleteUid },
+ success: function (result) {
+ if (result.status == 'success') {
+ // Remove undo option, & remove user from table
+ OC.Notification.hide();
+ $('tr').filterAttr('data-uid', UserList.deleteUid).remove();
+ UserList.deleteCanceled = true;
+ if (ready) {
+ ready();
+ }
+ } else {
+ oc.dialogs.alert(result.data.message, t('settings', 'Unable to remove user'));
+ }
+ }
+ });
+ }
+ },
- add:function (username, groups, subadmin, quota, sort) {
- var tr = $('tbody tr').first().clone();
- tr.attr('data-uid', username);
- tr.attr('data-displayName', username);
- tr.find('td.name').text(username);
- tr.find('td.displayName').text(username);
- var groupsSelect = $('<select multiple="multiple" class="groupsselect" data-placehoder="Groups" title="' + t('settings', 'Groups') + '"></select>').attr('data-username', username).attr('data-user-groups', groups);
- tr.find('td.groups').empty();
- if (tr.find('td.subadmins').length > 0) {
- var subadminSelect = $('<select multiple="multiple" class="subadminsselect" data-placehoder="subadmins" title="' + t('settings', 'Group Admin') + '">').attr('data-username', username).attr('data-user-groups', groups).attr('data-subadmin', subadmin);
- tr.find('td.subadmins').empty();
- }
- var allGroups = String($('#content table').attr('data-groups')).split(', ');
- $.each(allGroups, function (i, group) {
- groupsSelect.append($('<option value="' + group + '">' + group + '</option>'));
- if (typeof subadminSelect !== 'undefined' && group != 'admin') {
- subadminSelect.append($('<option value="' + group + '">' + group + '</option>'));
- }
- });
- tr.find('td.groups').append(groupsSelect);
- UserList.applyMultiplySelect(groupsSelect);
- if (tr.find('td.subadmins').length > 0) {
- tr.find('td.subadmins').append(subadminSelect);
- UserList.applyMultiplySelect(subadminSelect);
- }
- if (tr.find('td.remove img').length == 0 && OC.currentUser != username) {
- var rm_img = $('<img>', {
- class:'svg action',
- src:OC.imagePath('core', 'actions/delete')
- });
- var rm_link = $('<a>', { class:'action delete', href:'#', 'original-title':t('settings', 'Delete')}).append(rm_img);
- tr.find('td.remove').append(rm_link);
- } else if (OC.currentUser == username) {
- tr.find('td.remove a').remove();
- }
- var quotaSelect = tr.find('select.quota-user');
- if (quota == 'default') {
- quotaSelect.find('option').attr('selected', null);
- quotaSelect.find('option').first().attr('selected', 'selected');
- quotaSelect.data('previous', 'default');
- } else {
- if (quotaSelect.find('option[value="' + quota + '"]').length > 0) {
- quotaSelect.find('option[value="' + quota + '"]').attr('selected', 'selected');
- } else {
- quotaSelect.append('<option value="' + quota + '" selected="selected">' + quota + '</option>');
- }
- }
- var added = false;
- if (sort) {
- username = username.toLowerCase();
- $('tbody tr').each(function () {
- if (username < $(this).attr('data-uid').toLowerCase()) {
- $(tr).insertBefore($(this));
- added = true;
- return false;
- }
- });
- }
- if (!added) {
- $(tr).appendTo('tbody');
- }
- return tr;
- },
+ add: function (username, groups, subadmin, quota, sort) {
+ var tr = $('tbody tr').first().clone();
+ tr.attr('data-uid', username);
+ tr.attr('data-displayName', username);
+ tr.find('td.name').text(username);
+ tr.find('td.displayName').text(username);
+ var groupsSelect = $('<select multiple="multiple" class="groupsselect" data-placehoder="Groups" title="' + t('settings', 'Groups') + '"></select>').attr('data-username', username).attr('data-user-groups', groups);
+ tr.find('td.groups').empty();
+ if (tr.find('td.subadmins').length > 0) {
+ var subadminSelect = $('<select multiple="multiple" class="subadminsselect" data-placehoder="subadmins" title="' + t('settings', 'Group Admin') + '">').attr('data-username', username).attr('data-user-groups', groups).attr('data-subadmin', subadmin);
+ tr.find('td.subadmins').empty();
+ }
+ var allGroups = String($('#content table').attr('data-groups')).split(', ');
+ $.each(allGroups, function (i, group) {
+ groupsSelect.append($('<option value="' + group + '">' + group + '</option>'));
+ if (typeof subadminSelect !== 'undefined' && group != 'admin') {
+ subadminSelect.append($('<option value="' + group + '">' + group + '</option>'));
+ }
+ });
+ tr.find('td.groups').append(groupsSelect);
+ UserList.applyMultiplySelect(groupsSelect);
+ if (tr.find('td.subadmins').length > 0) {
+ tr.find('td.subadmins').append(subadminSelect);
+ UserList.applyMultiplySelect(subadminSelect);
+ }
+ if (tr.find('td.remove img').length == 0 && OC.currentUser != username) {
+ var rm_img = $('<img>', {
+ class: 'svg action',
+ src: OC.imagePath('core', 'actions/delete')
+ });
+ var rm_link = $('<a>', { class: 'action delete', href: '#', 'original-title': t('settings', 'Delete')}).append(rm_img);
+ tr.find('td.remove').append(rm_link);
+ } else if (OC.currentUser == username) {
+ tr.find('td.remove a').remove();
+ }
+ var quotaSelect = tr.find('select.quota-user');
+ if (quota == 'default') {
+ quotaSelect.find('option').attr('selected', null);
+ quotaSelect.find('option').first().attr('selected', 'selected');
+ quotaSelect.data('previous', 'default');
+ } else {
+ if (quotaSelect.find('option[value="' + quota + '"]').length > 0) {
+ quotaSelect.find('option[value="' + quota + '"]').attr('selected', 'selected');
+ } else {
+ quotaSelect.append('<option value="' + quota + '" selected="selected">' + quota + '</option>');
+ }
+ }
+ var added = false;
+ if (sort) {
+ username = username.toLowerCase();
+ $('tbody tr').each(function () {
+ if (username < $(this).attr('data-uid').toLowerCase()) {
+ $(tr).insertBefore($(this));
+ added = true;
+ return false;
+ }
+ });
+ }
+ if (!added) {
+ $(tr).appendTo('tbody');
+ }
+ return tr;
+ },
- update:function () {
- if (typeof UserList.offset === 'undefined') {
- UserList.offset = $('tbody tr').length;
- }
- $.get(OC.Router.generate('settings_ajax_userlist', { offset:UserList.offset }), function (result) {
- if (result.status === 'success') {
- $.each(result.data, function (index, user) {
- var tr = UserList.add(user.name, user.groups, user.subadmin, user.quota, false);
- UserList.offset++;
- if (index == 9) {
- $(tr).bind('inview', function (event, isInView, visiblePartX, visiblePartY) {
- $(this).unbind(event);
- UserList.update();
- });
- }
- });
- }
- });
- },
+ update: function () {
+ if (typeof UserList.offset === 'undefined') {
+ UserList.offset = $('tbody tr').length;
+ }
+ $.get(OC.Router.generate('settings_ajax_userlist', { offset: UserList.offset }), function (result) {
+ if (result.status === 'success') {
+ $.each(result.data, function (index, user) {
+ var tr = UserList.add(user.name, user.groups, user.subadmin, user.quota, false);
+ UserList.offset++;
+ if (index == 9) {
+ $(tr).bind('inview', function (event, isInView, visiblePartX, visiblePartY) {
+ $(this).unbind(event);
+ UserList.update();
+ });
+ }
+ });
+ }
+ });
+ },
- applyMultiplySelect:function (element) {
- var checked = [];
- var user = element.attr('data-username');
- if ($(element).attr('class') == 'groupsselect') {
- if (element.data('userGroups')) {
- checked = String(element.data('userGroups')).split(', ');
- }
- if (user) {
- var checkHandeler = function (group) {
- if (user == OC.currentUser && group == 'admin') {
- return false;
- }
- if (!isadmin && checked.length == 1 && checked[0] == group) {
- return false;
- }
- $.post(
- OC.filePath('settings', 'ajax', 'togglegroups.php'),
- {
- username:user,
- group:group
- },
- function () {
- }
- );
- };
- } else {
- checkHandeler = false;
- }
- var addGroup = function (select, group) {
- $('select[multiple]').each(function (index, element) {
- if ($(element).find('option[value="' + group + '"]').length === 0 && select.data('msid') !== $(element).data('msid')) {
- $(element).append('<option value="' + group + '">' + group + '</option>');
- }
- })
- };
- var label;
- if (isadmin) {
- label = t('settings', 'add group');
- } else {
- label = null;
- }
- element.multiSelect({
- createCallback:addGroup,
- createText:label,
- selectedFirst:true,
- checked:checked,
- oncheck:checkHandeler,
- onuncheck:checkHandeler,
- minWidth:100
- });
- }
- if ($(element).attr('class') == 'subadminsselect') {
- if (element.data('subadmin')) {
- checked = String(element.data('subadmin')).split(', ');
- }
- var checkHandeler = function (group) {
- if (group == 'admin') {
- return false;
- }
- $.post(
- OC.filePath('settings', 'ajax', 'togglesubadmins.php'),
- {
- username:user,
- group:group
- },
- function () {
- }
- );
- };
+ applyMultiplySelect: function (element) {
+ var checked = [];
+ var user = element.attr('data-username');
+ if ($(element).attr('class') == 'groupsselect') {
+ if (element.data('userGroups')) {
+ checked = String(element.data('userGroups')).split(', ');
+ }
+ if (user) {
+ var checkHandeler = function (group) {
+ if (user == OC.currentUser && group == 'admin') {
+ return false;
+ }
+ if (!isadmin && checked.length == 1 && checked[0] == group) {
+ return false;
+ }
+ $.post(
+ OC.filePath('settings', 'ajax', 'togglegroups.php'),
+ {
+ username: user,
+ group: group
+ },
+ function () {
+ }
+ );
+ };
+ } else {
+ checkHandeler = false;
+ }
+ var addGroup = function (select, group) {
+ $('select[multiple]').each(function (index, element) {
+ if ($(element).find('option[value="' + group + '"]').length === 0 && select.data('msid') !== $(element).data('msid')) {
+ $(element).append('<option value="' + group + '">' + group + '</option>');
+ }
+ })
+ };
+ var label;
+ if (isadmin) {
+ label = t('settings', 'add group');
+ } else {
+ label = null;
+ }
+ element.multiSelect({
+ createCallback: addGroup,
+ createText: label,
+ selectedFirst: true,
+ checked: checked,
+ oncheck: checkHandeler,
+ onuncheck: checkHandeler,
+ minWidth: 100
+ });
+ }
+ if ($(element).attr('class') == 'subadminsselect') {
+ if (element.data('subadmin')) {
+ checked = String(element.data('subadmin')).split(', ');
+ }
+ var checkHandeler = function (group) {
+ if (group == 'admin') {
+ return false;
+ }
+ $.post(
+ OC.filePath('settings', 'ajax', 'togglesubadmins.php'),
+ {
+ username: user,
+ group: group
+ },
+ function () {
+ }
+ );
+ };
- var addSubAdmin = function (group) {
- $('select[multiple]').each(function (index, element) {
- if ($(element).find('option[value="' + group + '"]').length == 0) {
- $(element).append('<option value="' + group + '">' + group + '</option>');
- }
- })
- };
- element.multiSelect({
- createCallback:addSubAdmin,
- createText:null,
- checked:checked,
- oncheck:checkHandeler,
- onuncheck:checkHandeler,
- minWidth:100
- });
- }
- }
+ var addSubAdmin = function (group) {
+ $('select[multiple]').each(function (index, element) {
+ if ($(element).find('option[value="' + group + '"]').length == 0) {
+ $(element).append('<option value="' + group + '">' + group + '</option>');
+ }
+ })
+ };
+ element.multiSelect({
+ createCallback: addSubAdmin,
+ createText: null,
+ checked: checked,
+ oncheck: checkHandeler,
+ onuncheck: checkHandeler,
+ minWidth: 100
+ });
+ }
+ }
};
$(document).ready(function () {
- $('tbody tr:last').bind('inview', function (event, isInView, visiblePartX, visiblePartY) {
- OC.Router.registerLoadedCallback(function(){
- UserList.update();
+ $('tbody tr:last').bind('inview', function (event, isInView, visiblePartX, visiblePartY) {
+ OC.Router.registerLoadedCallback(function () {
+ UserList.update();
});
- });
+ });
- function setQuota(uid, quota, ready) {
- $.post(
- OC.filePath('settings', 'ajax', 'setquota.php'),
- {username:uid, quota:quota},
- function (result) {
- if (ready) {
- ready(result.data.quota);
- }
- }
- );
- }
+ function setQuota (uid, quota, ready) {
+ $.post(
+ OC.filePath('settings', 'ajax', 'setquota.php'),
+ {username: uid, quota: quota},
+ function (result) {
+ if (ready) {
+ ready(result.data.quota);
+ }
+ }
+ );
+ }
- $('select[multiple]').each(function (index, element) {
- UserList.applyMultiplySelect($(element));
- });
+ $('select[multiple]').each(function (index, element) {
+ UserList.applyMultiplySelect($(element));
+ });
- $('table').on('click', 'td.remove>a', function (event) {
- var row = $(this).parent().parent();
- var uid = $(row).attr('data-uid');
- $(row).hide();
- // Call function for handling delete/undo
- UserList.do_delete(uid);
- });
+ $('table').on('click', 'td.remove>a', function (event) {
+ var row = $(this).parent().parent();
+ var uid = $(row).attr('data-uid');
+ $(row).hide();
+ // Call function for handling delete/undo
+ UserList.do_delete(uid);
+ });
- $('table').on('click', 'td.password>img', function (event) {
- event.stopPropagation();
- var img = $(this);
- var uid = img.parent().parent().attr('data-uid');
- var input = $('<input type="password">');
- img.css('display', 'none');
- img.parent().children('span').replaceWith(input);
- input.focus();
- input.keypress(function (event) {
- if (event.keyCode == 13) {
- if ($(this).val().length > 0) {
- $.post(
- OC.filePath('settings', 'ajax', 'changepassword.php'),
- {username:uid, password:$(this).val()},
- function (result) {
- }
- );
- input.blur();
- } else {
- input.blur();
- }
- }
- });
- input.blur(function () {
- $(this).replaceWith($('<span>●●●●●●●</span>'));
- img.css('display', '');
- });
- });
- $('table').on('click', 'td.password', function (event) {
- $(this).children('img').click();
- });
-
- $('table').on('click', 'td.displayName>img', function (event) {
- event.stopPropagation();
- var img = $(this);
- var uid = img.parent().parent().attr('data-uid');
- var displayName = img.parent().parent().attr('data-displayName');
- var input = $('<input type="text" value="'+displayName+'">');
- img.css('display', 'none');
- img.parent().children('span').replaceWith(input);
- input.focus();
- input.keypress(function (event) {
- if (event.keyCode == 13) {
- if ($(this).val().length > 0) {
- $.post(
- OC.filePath('settings', 'ajax', 'changedisplayname.php'),
- {username:uid, displayName:$(this).val()},
- function (result) {
- }
- );
- input.blur();
- } else {
- input.blur();
- }
- }
- });
- input.blur(function () {
- $(this).replaceWith($(this).val());
- img.css('display', '');
- });
- });
- $('table').on('click', 'td.displayName', function (event) {
- $(this).children('img').click();
- });
-
-
- $('select.quota, select.quota-user').on('change', function () {
- var select = $(this);
- var uid = $(this).parent().parent().parent().attr('data-uid');
- var quota = $(this).val();
- var other = $(this).next();
- if (quota != 'other') {
- other.hide();
- select.data('previous', quota);
- setQuota(uid, quota);
- } else {
- other.show();
- select.addClass('active');
- other.focus();
- }
- });
- $('select.quota, select.quota-user').each(function (i, select) {
- $(select).data('previous', $(select).val());
- })
+ $('table').on('click', 'td.password>img', function (event) {
+ event.stopPropagation();
+ var img = $(this);
+ var uid = img.parent().parent().attr('data-uid');
+ var input = $('<input type="password">');
+ img.css('display', 'none');
+ img.parent().children('span').replaceWith(input);
+ input.focus();
+ input.keypress(function (event) {
+ if (event.keyCode == 13) {
+ if ($(this).val().length > 0) {
+ $.post(
+ OC.filePath('settings', 'ajax', 'changepassword.php'),
+ {username: uid, password: $(this).val()},
+ function (result) {
+ }
+ );
+ input.blur();
+ } else {
+ input.blur();
+ }
+ }
+ });
+ input.blur(function () {
+ $(this).replaceWith($('<span>●●●●●●●</span>'));
+ img.css('display', '');
+ });
+ });
+ $('table').on('click', 'td.password', function (event) {
+ $(this).children('img').click();
+ });
- $('input.quota-other').on('change', function () {
- var uid = $(this).parent().parent().parent().attr('data-uid');
- var quota = $(this).val();
- var select = $(this).prev();
- var other = $(this);
- if (quota) {
- setQuota(uid, quota, function (quota) {
- select.children().attr('selected', null);
- var existingOption = select.children().filter(function (i, option) {
- return ($(option).val() == quota);
- });
- if (existingOption.length) {
- existingOption.attr('selected', 'selected');
- } else {
- var option = $('<option/>');
- option.attr('selected', 'selected').attr('value', quota).text(quota);
- select.children().last().before(option);
- }
- select.val(quota);
- select.removeClass('active');
- other.val(null);
- other.hide();
- });
- } else {
- var previous = select.data('previous');
- select.children().attr('selected', null);
- select.children().each(function (i, option) {
- if ($(option).val() == previous) {
- $(option).attr('selected', 'selected');
- }
- });
- select.removeClass('active');
- other.hide();
- }
- });
+ $('table').on('click', 'td.displayName>img', function (event) {
+ event.stopPropagation();
+ var img = $(this);
+ var uid = img.parent().parent().attr('data-uid');
+ var displayName = img.parent().parent().attr('data-displayName');
+ var input = $('<input type="text" value="' + displayName + '">');
+ img.css('display', 'none');
+ img.parent().children('span').replaceWith(input);
+ input.focus();
+ input.keypress(function (event) {
+ if (event.keyCode == 13) {
+ if ($(this).val().length > 0) {
+ $.post(
+ OC.filePath('settings', 'ajax', 'changedisplayname.php'),
+ {username: uid, displayName: $(this).val()},
+ function (result) {
+ }
+ );
+ input.blur();
+ } else {
+ input.blur();
+ }
+ }
+ });
+ input.blur(function () {
+ $(this).replaceWith($(this).val());
+ img.css('display', '');
+ });
+ });
+ $('table').on('click', 'td.displayName', function (event) {
+ $(this).children('img').click();
+ });
- $('input.quota-other').on('blur', function () {
- $(this).change();
- })
+ $('select.quota, select.quota-user').singleSelect().on('change', function () {
+ var uid = $(this).parent().parent().attr('data-uid');
+ var quota = $(this).val();
+ setQuota(uid, quota);
+ });
- $('#newuser').submit(function (event) {
- event.preventDefault();
- var username = $('#newusername').val();
- var password = $('#newuserpassword').val();
- if ($.trim(username) == '') {
- OC.dialogs.alert(
- t('settings', 'A valid username must be provided'),
- t('settings', 'Error creating user'));
- return false;
- }
- if ($.trim(password) == '') {
- OC.dialogs.alert(
- t('settings', 'A valid password must be provided'),
- t('settings', 'Error creating user'));
- return false;
- }
- var groups = $('#newusergroups').prev().children('div').data('settings').checked;
- $('#newuser').get(0).reset();
- $.post(
- OC.filePath('settings', 'ajax', 'createuser.php'),
- {
- username:username,
- password:password,
- groups:groups
- },
- function (result) {
- if (result.status != 'success') {
- OC.dialogs.alert(result.data.message,
- t('settings', 'Error creating user'));
- } else {
- UserList.add(username, result.data.groups, null, 'default', true);
- }
- }
- );
- });
- // Handle undo notifications
- OC.Notification.hide();
- $('#notification').on('click', '.undo', function () {
- if ($('#notification').data('deleteuser')) {
- $('tbody tr').filterAttr('data-uid', UserList.deleteUid).show();
- UserList.deleteCanceled = true;
- }
- OC.Notification.hide();
- });
- UserList.useUndo = ('onbeforeunload' in window)
- $(window).bind('beforeunload', function () {
- UserList.finishDelete(null);
- });
+ $('#newuser').submit(function (event) {
+ event.preventDefault();
+ var username = $('#newusername').val();
+ var password = $('#newuserpassword').val();
+ if ($('#content table tbody tr').filterAttr('data-uid', username).length > 0) {
+ OC.dialogs.alert(
+ t('settings', 'The username is already being used'),
+ t('settings', 'Error creating user'));
+ return;
+ }
+ if ($.trim(username) == '') {
+ OC.dialogs.alert(
+ t('settings', 'A valid username must be provided'),
+ t('settings', 'Error creating user'));
+ return false;
+ }
+ if ($.trim(password) == '') {
+ OC.dialogs.alert(
+ t('settings', 'A valid password must be provided'),
+ t('settings', 'Error creating user'));
+ return false;
+ }
+ var groups = $('#newusergroups').prev().children('div').data('settings').checked;
+ $('#newuser').get(0).reset();
+ $.post(
+ OC.filePath('settings', 'ajax', 'createuser.php'),
+ {
+ username: username,
+ password: password,
+ groups: groups
+ },
+ function (result) {
+ if (result.status != 'success') {
+ OC.dialogs.alert(result.data.message,
+ t('settings', 'Error creating user'));
+ } else {
+ UserList.add(username, result.data.groups, null, 'default', true);
+ }
+ }
+ );
+ });
+ // Handle undo notifications
+ OC.Notification.hide();
+ $('#notification').on('click', '.undo', function () {
+ if ($('#notification').data('deleteuser')) {
+ $('tbody tr').filterAttr('data-uid', UserList.deleteUid).show();
+ UserList.deleteCanceled = true;
+ }
+ OC.Notification.hide();
+ });
+ UserList.useUndo = ('onbeforeunload' in window)
+ $(window).bind('beforeunload', function () {
+ UserList.finishDelete(null);
+ });
});
diff --git a/settings/l10n/ar.php b/settings/l10n/ar.php
index 509e7918f50..b2e805d522d 100644
--- a/settings/l10n/ar.php
+++ b/settings/l10n/ar.php
@@ -17,7 +17,14 @@
"Enable" => "تفعيل",
"Error" => "خطأ",
"Saving..." => "حفظ",
+"Groups" => "مجموعات",
+"Group Admin" => "مدير المجموعة",
+"Delete" => "حذف",
"__language_name__" => "__language_name__",
+"Security Warning" => "تحذير أمان",
+"More" => "المزيد",
+"Version" => "إصدار",
+"Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "طوّر من قبل <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud مجتمع</a>, الـ <a href=\"https://github.com/owncloud\" target=\"_blank\">النص المصدري</a> مرخص بموجب <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">رخصة أفيرو العمومية</abbr></a>.",
"Add your App" => "أضف تطبيقاتك",
"More Apps" => "المزيد من التطبيقات",
"Select an App" => "إختر تطبيقاً",
@@ -44,11 +51,6 @@
"Help translate" => "ساعد في الترجمه",
"WebDAV" => "WebDAV",
"Use this address to connect to your ownCloud in your file manager" => "إستخدم هذا العنوان للإتصال بـ ownCloud في مدير الملفات",
-"Version" => "إصدار",
-"Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "طوّر من قبل <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud مجتمع</a>, الـ <a href=\"https://github.com/owncloud\" target=\"_blank\">النص المصدري</a> مرخص بموجب <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">رخصة أفيرو العمومية</abbr></a>.",
-"Groups" => "مجموعات",
"Create" => "انشئ",
-"Other" => "شيء آخر",
-"Group Admin" => "مدير المجموعة",
-"Delete" => "حذف"
+"Other" => "شيء آخر"
);
diff --git a/settings/l10n/bg_BG.php b/settings/l10n/bg_BG.php
index 6849f1f4c3a..de2ff4e481e 100644
--- a/settings/l10n/bg_BG.php
+++ b/settings/l10n/bg_BG.php
@@ -4,10 +4,15 @@
"Invalid request" => "Невалидна заявка",
"Enable" => "Включено",
"Error" => "Грешка",
+"undo" => "възтановяване",
+"Groups" => "Групи",
+"Delete" => "Изтриване",
"__language_name__" => "__language_name__",
+"More" => "Още",
"Add your App" => "Добавете Ваше приложение",
"Select an App" => "Изберете приложение",
"Update" => "Обновяване",
+"Show First Run Wizard again" => "Покажи настройките за първоначално зареждане отново",
"Password" => "Парола",
"Unable to change your password" => "Промяната на паролата не беше извършена",
"Current password" => "Текуща парола",
@@ -17,8 +22,6 @@
"Your email address" => "Вашия email адрес",
"Language" => "Език",
"Help translate" => "Помогнете с превода",
-"Groups" => "Групи",
"Create" => "Създаване",
-"Other" => "Други",
-"Delete" => "Изтриване"
+"Other" => "Други"
);
diff --git a/settings/l10n/bn_BD.php b/settings/l10n/bn_BD.php
index 00bd3d0b0dd..bbaa5be0043 100644
--- a/settings/l10n/bn_BD.php
+++ b/settings/l10n/bn_BD.php
@@ -17,7 +17,15 @@
"Enable" => "সক্রিয় ",
"Error" => "সমস্যা",
"Saving..." => "সংরক্ষণ করা হচ্ছে..",
+"undo" => "ক্রিয়া প্রত্যাহার",
+"Groups" => "গোষ্ঠীসমূহ",
+"Group Admin" => "গোষ্ঠী প্রশাসক",
+"Delete" => "মুছে ফেল",
"__language_name__" => "__language_name__",
+"Security Warning" => "নিরাপত্তাজনিত সতর্কতা",
+"More" => "বেশী",
+"Version" => "ভার্সন",
+"Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "তৈলী করেছেন <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud সম্প্রদায়</a>, যার <a href=\"https://github.com/owncloud\" target=\"_blank\"> উৎস কোডটি <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a> এর অধীনে লাইসেন্সকৃত।",
"Add your App" => "আপনার অ্যাপটি যোগ করুন",
"More Apps" => "আরও অ্যাপ",
"Select an App" => "অ্যাপ নির্বাচন করুন",
@@ -31,6 +39,7 @@
"Bugtracker" => "বাগট্র্যাকার",
"Commercial Support" => "বাণিজ্যিক সাপোর্ট",
"You have used <strong>%s</strong> of the available <strong>%s</strong>" => "আপনি ব্যবহার করছেন <strong>%s</strong>, সুলভ <strong>%s</strong> এর মধ্যে।",
+"Show First Run Wizard again" => "প্রথমবার চালানোর যাদুকর পূনরায় প্রদর্শন কর",
"Password" => "কূটশব্দ",
"Your password was changed" => "আপনার কূটশব্দটি পরিবর্তন করা হয়েছে ",
"Unable to change your password" => "আপনার কূটশব্দটি পরিবর্তন করতে সক্ষম নয়",
@@ -44,15 +53,10 @@
"Help translate" => "অনুবাদ করতে সহায়তা করুন",
"WebDAV" => "WebDAV",
"Use this address to connect to your ownCloud in your file manager" => "আপনার ownCloud এ সংযুক্ত হতে এই ঠিকানাটি আপনার ফাইল ব্যবস্থাপকে ব্যবহার করুন",
-"Version" => "ভার্সন",
-"Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "তৈলী করেছেন <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud সম্প্রদায়</a>, যার <a href=\"https://github.com/owncloud\" target=\"_blank\"> উৎস কোডটি <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a> এর অধীনে লাইসেন্সকৃত।",
-"Groups" => "গোষ্ঠীসমূহ",
"Create" => "তৈরী কর",
"Default Storage" => "পূর্বনির্ধারিত সংরক্ষণাগার",
"Unlimited" => "অসীম",
"Other" => "অন্যান্য",
-"Group Admin" => "গোষ্ঠী প্রশাসক",
"Storage" => "সংরক্ষণাগার",
-"Default" => "পূর্বনির্ধারিত",
-"Delete" => "মুছে ফেল"
+"Default" => "পূর্বনির্ধারিত"
);
diff --git a/settings/l10n/ca.php b/settings/l10n/ca.php
index df1dd93ca6f..df6191fb375 100644
--- a/settings/l10n/ca.php
+++ b/settings/l10n/ca.php
@@ -24,7 +24,51 @@
"Error" => "Error",
"Updated" => "Actualitzada",
"Saving..." => "S'està desant...",
+"deleted" => "esborrat",
+"undo" => "desfés",
+"Unable to remove user" => "No s'ha pogut eliminar l'usuari",
+"Groups" => "Grups",
+"Group Admin" => "Grup Admin",
+"Delete" => "Suprimeix",
+"add group" => "afegeix grup",
+"The username is already being used" => "El nom d'usuari ja està en ús",
+"Error creating user" => "Error en crear l'usuari",
+"A valid username must be provided" => "Heu de facilitar un nom d'usuari vàlid",
+"A valid password must be provided" => "Heu de facilitar una contrasenya vàlida",
"__language_name__" => "Català",
+"Security Warning" => "Avís de seguretat",
+"Your data directory and your files are probably accessible from the internet. The .htaccess file that ownCloud provides is not working. We strongly suggest that you configure your webserver in a way that the data directory is no longer accessible or you move the data directory outside the webserver document root." => "La carpeta de dades i els fitxers provablement són accessibles des d'internet. El fitxer .htaccess que proporciona ownCloud no funciona. Us recomanem que configureu el vostre servidor web de manera que la carpeta de dades no sigui accessible o que moveu la carpeta de dades fora de la carpeta arrel del servidor web.",
+"Setup Warning" => "Avís de configuració",
+"Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "El servidor web no està configurat correctament per permetre la sincronització de fitxers perquè la interfície WebDAV sembla no funcionar correctament.",
+"Please double check the <a href='%s'>installation guides</a>." => "Comproveu les <a href='%s'>guies d'instal·lació</a>.",
+"Module 'fileinfo' missing" => "No s'ha trobat el mòdul 'fileinfo'",
+"The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." => "El mòdul de PHP 'fileinfo' no s'ha trobat. Us recomanem que habiliteu aquest mòdul per obtenir millors resultats amb la detecció mime-type.",
+"Locale not working" => "Locale no funciona",
+"This ownCloud server can't set system locale to \"en_US.UTF-8\"/\"en_US.UTF8\". This means that there might be problems with certain characters in file names. We strongly suggest to install the required packages on your system to support en_US.UTF-8/en_US.UTF8." => "Aquest servidor ownCloud no pot establir el locale del sistema a \"en_US.UTF-8\"/\"en_US.UTF8\". Això significa que hi poden haver problemes amb alguns caràcters en el nom dels fitxers. Us recomanem instal·lar els paquets necessaris añ sistema per donar suport en_US.UTF-8/en_US.UTF8.",
+"Internet connection not working" => "La connexió a internet no funciona",
+"This ownCloud server has no working internet connection. This means that some of the features like mounting of external storage, notifications about updates or installation of 3rd party apps don´t work. Accessing files from remote and sending of notification emails might also not work. We suggest to enable internet connection for this server if you want to have all features of ownCloud." => "Aquest servidor ownCloud no té cap connexió a internet que funcioni. Això significa que algunes de les característiques com el muntatge d'emmagatzemament externs, les notificacions quant a actualitzacions o la instal·lació d'aplicacions de tercers no funcionarà. L'accés remot a fitxers i l'enviament de correus electrònics podria tampoc no funcionar. Us suggerim que habiliteu la connexió a internet per aquest servidor si voleu gaudir de totes les possibilitats d'ownCloud.",
+"Cron" => "Cron",
+"Execute one task with each page loaded" => "Executa una tasca per cada paquet carregat",
+"cron.php is registered at a webcron service. Call the cron.php page in the owncloud root once a minute over http." => "cron.php està registrat en un servei webcron. Feu la crida a cron.php a l'arrel d'ownCloud cada minut a través de http.",
+"Use systems cron service. Call the cron.php file in the owncloud folder via a system cronjob once a minute." => "Usa un servei cron del sistema. Feu la crida al fitxer cron.php a través d'un cronjob del sistema cada minut.",
+"Sharing" => "Compartir",
+"Enable Share API" => "Habilita l'API de compartir",
+"Allow apps to use the Share API" => "Permet que les aplicacions utilitzin l'API de compartir",
+"Allow links" => "Permet enllaços",
+"Allow users to share items to the public with links" => "Permet als usuaris compartir elements amb el públic amb enllaços",
+"Allow resharing" => "Permet compartir de nou",
+"Allow users to share items shared with them again" => "Permet als usuaris compartir de nou elements ja compartits amb ells",
+"Allow users to share with anyone" => "Permet compartir amb qualsevol",
+"Allow users to only share with users in their groups" => "Permet als usuaris compartir només amb els usuaris del seu grup",
+"Security" => "Seguretat",
+"Enforce HTTPS" => "Força HTTPS",
+"Enforces the clients to connect to ownCloud via an encrypted connection." => "Força als clients la connexió amb ownCloud via una connexió encriptada.",
+"Please connect to this ownCloud instance via HTTPS to enable or disable the SSL enforcement." => "Connecteu aquesta instància onwCloud via HTTPS per habilitar o deshabilitar el forçament SSL.",
+"Log" => "Registre",
+"Log level" => "Nivell de registre",
+"More" => "Més",
+"Version" => "Versió",
+"Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "Desenvolupat per la <a href=\"http://ownCloud.org/contact\" target=\"_blank\">comunitat ownCloud</a>, el <a href=\"https://github.com/owncloud\" target=\"_blank\">codi font</a> té llicència <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>.",
"Add your App" => "Afegiu la vostra aplicació",
"More Apps" => "Més aplicacions",
"Select an App" => "Seleccioneu una aplicació",
@@ -38,6 +82,8 @@
"Bugtracker" => "Seguiment d'errors",
"Commercial Support" => "Suport comercial",
"You have used <strong>%s</strong> of the available <strong>%s</strong>" => "Heu utilitzat <strong>%s</strong> d'un total disponible de <strong>%s</strong>",
+"Get the apps to sync your files" => "Obtén les aplicacions per sincronitzar fitxers",
+"Show First Run Wizard again" => "Torna a mostrar l'assistent de primera execució",
"Password" => "Contrasenya",
"Your password was changed" => "La seva contrasenya s'ha canviat",
"Unable to change your password" => "No s'ha pogut canviar la contrasenya",
@@ -55,18 +101,13 @@
"Help translate" => "Ajudeu-nos amb la traducció",
"WebDAV" => "WebDAV",
"Use this address to connect to your ownCloud in your file manager" => "Useu aquesta adreça per connectar amb ownCloud des del gestor de fitxers",
-"Version" => "Versió",
-"Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "Desenvolupat per la <a href=\"http://ownCloud.org/contact\" target=\"_blank\">comunitat ownCloud</a>, el <a href=\"https://github.com/owncloud\" target=\"_blank\">codi font</a> té llicència <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>.",
"Login Name" => "Nom d'accés",
-"Groups" => "Grups",
"Create" => "Crea",
"Default Storage" => "Emmagatzemament per defecte",
"Unlimited" => "Il·limitat",
"Other" => "Un altre",
-"Group Admin" => "Grup Admin",
"Storage" => "Emmagatzemament",
"change display name" => "canvia el nom a mostrar",
"set new password" => "estableix nova contrasenya",
-"Default" => "Per defecte",
-"Delete" => "Suprimeix"
+"Default" => "Per defecte"
);
diff --git a/settings/l10n/cs_CZ.php b/settings/l10n/cs_CZ.php
index de1917e5ab8..01a99b77256 100644
--- a/settings/l10n/cs_CZ.php
+++ b/settings/l10n/cs_CZ.php
@@ -24,7 +24,19 @@
"Error" => "Chyba",
"Updated" => "Aktualizováno",
"Saving..." => "Ukládám...",
+"deleted" => "smazáno",
+"undo" => "zpět",
+"Groups" => "Skupiny",
+"Group Admin" => "Správa skupiny",
+"Delete" => "Smazat",
"__language_name__" => "Česky",
+"Security Warning" => "Bezpečnostní upozornění",
+"Your data directory and your files are probably accessible from the internet. The .htaccess file that ownCloud provides is not working. We strongly suggest that you configure your webserver in a way that the data directory is no longer accessible or you move the data directory outside the webserver document root." => "Váš adresář dat a všechny Vaše soubory jsou pravděpodobně přístupné z internetu. Soubor .htaccess, který je poskytován ownCloud, nefunguje. Důrazně Vám doporučujeme nastavit váš webový server tak, aby nebyl adresář dat přístupný, nebo přesunout adresář dat mimo kořenovou složku dokumentů webového serveru.",
+"Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "Váš webový server není správně nastaven pro umožnění synchronizace, protože rozhraní WebDAV je rozbité.",
+"Please double check the <a href='%s'>installation guides</a>." => "Zkonzultujte, prosím, <a href='%s'>průvodce instalací</a>.",
+"More" => "Více",
+"Version" => "Verze",
+"Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "Vyvinuto <a href=\"http://ownCloud.org/contact\" target=\"_blank\">komunitou ownCloud</a>, <a href=\"https://github.com/owncloud\" target=\"_blank\">zdrojový kód</a> je licencován pod <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>.",
"Add your App" => "Přidat Vaší aplikaci",
"More Apps" => "Více aplikací",
"Select an App" => "Vyberte aplikaci",
@@ -38,6 +50,8 @@
"Bugtracker" => "Bugtracker",
"Commercial Support" => "Placená podpora",
"You have used <strong>%s</strong> of the available <strong>%s</strong>" => "Používáte <strong>%s</strong> z <strong>%s</strong> dostupných",
+"Get the apps to sync your files" => "Získat aplikace pro synchronizaci vašich souborů",
+"Show First Run Wizard again" => "Znovu zobrazit průvodce prvním spuštěním",
"Password" => "Heslo",
"Your password was changed" => "Vaše heslo bylo změněno",
"Unable to change your password" => "Vaše heslo nelze změnit",
@@ -55,18 +69,13 @@
"Help translate" => "Pomoci s překladem",
"WebDAV" => "WebDAV",
"Use this address to connect to your ownCloud in your file manager" => "Použijte tuto adresu pro připojení k vašemu ownCloud skrze správce souborů",
-"Version" => "Verze",
-"Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "Vyvinuto <a href=\"http://ownCloud.org/contact\" target=\"_blank\">komunitou ownCloud</a>, <a href=\"https://github.com/owncloud\" target=\"_blank\">zdrojový kód</a> je licencován pod <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>.",
"Login Name" => "Přihlašovací jméno",
-"Groups" => "Skupiny",
"Create" => "Vytvořit",
"Default Storage" => "Výchozí úložiště",
"Unlimited" => "Neomezeně",
"Other" => "Jiná",
-"Group Admin" => "Správa skupiny",
"Storage" => "Úložiště",
"change display name" => "změnit zobrazované jméno",
"set new password" => "nastavit nové heslo",
-"Default" => "Výchozí",
-"Delete" => "Smazat"
+"Default" => "Výchozí"
);
diff --git a/settings/l10n/da.php b/settings/l10n/da.php
index 0353eb2fba3..5a330d371a8 100644
--- a/settings/l10n/da.php
+++ b/settings/l10n/da.php
@@ -1,6 +1,7 @@
<?php $TRANSLATIONS = array(
"Unable to load list from App Store" => "Kunne ikke indlæse listen fra App Store",
"Authentication error" => "Adgangsfejl",
+"Unable to change display name" => "Kunne ikke skifte skærmnavn",
"Group already exists" => "Gruppen findes allerede",
"Unable to add group" => "Gruppen kan ikke oprettes",
"Could not enable app. " => "Applikationen kunne ikke aktiveres.",
@@ -13,11 +14,29 @@
"Admins can't remove themself from the admin group" => "Administratorer kan ikke fjerne dem selv fra admin gruppen",
"Unable to add user to group %s" => "Brugeren kan ikke tilføjes til gruppen %s",
"Unable to remove user from group %s" => "Brugeren kan ikke fjernes fra gruppen %s",
+"Couldn't update app." => "Kunne ikke opdatere app'en.",
+"Update to {appversion}" => "Opdatér til {appversion}",
"Disable" => "Deaktiver",
"Enable" => "Aktiver",
+"Please wait...." => "Vent venligst...",
+"Updating...." => "Opdaterer....",
+"Error while updating app" => "Der opstod en fejl under app opgraderingen",
"Error" => "Fejl",
+"Updated" => "Opdateret",
"Saving..." => "Gemmer...",
+"deleted" => "Slettet",
+"undo" => "fortryd",
+"Groups" => "Grupper",
+"Group Admin" => "Gruppe Administrator",
+"Delete" => "Slet",
"__language_name__" => "Dansk",
+"Security Warning" => "Sikkerhedsadvarsel",
+"Your data directory and your files are probably accessible from the internet. The .htaccess file that ownCloud provides is not working. We strongly suggest that you configure your webserver in a way that the data directory is no longer accessible or you move the data directory outside the webserver document root." => "Din data mappe og dine filer er muligvis tilgængelige fra internettet. .htaccess filen som ownCloud leverer virker ikke. Vi anbefaler på det kraftigste at du konfigurerer din webserver på en måske så data mappen ikke længere er tilgængelig eller at du flytter data mappen uden for webserverens dokument rod. ",
+"Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "Din webserver er endnu ikke sat op til at tillade fil synkronisering fordi WebDAV grænsefladen virker ødelagt.",
+"Please double check the <a href='%s'>installation guides</a>." => "Dobbelttjek venligst <a href='%s'>installations vejledningerne</a>.",
+"More" => "Mere",
+"Version" => "Version",
+"Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "Udviklet af <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownClouds community</a>, og <a href=\"https://github.com/owncloud\" target=\"_blank\">kildekoden</a> er underlagt licensen <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>.",
"Add your App" => "Tilføj din App",
"More Apps" => "Flere Apps",
"Select an App" => "Vælg en App",
@@ -31,12 +50,18 @@
"Bugtracker" => "Bugtracker",
"Commercial Support" => "Kommerciel support",
"You have used <strong>%s</strong> of the available <strong>%s</strong>" => "Du har brugt <strong>%s</strong> af den tilgængelige <strong>%s</strong>",
+"Get the apps to sync your files" => "Hent applikationerne for at synkronisere dine filer",
+"Show First Run Wizard again" => "Vis Første Kørsel Guiden igen",
"Password" => "Kodeord",
"Your password was changed" => "Din adgangskode blev ændret",
"Unable to change your password" => "Ude af stand til at ændre dit kodeord",
"Current password" => "Nuværende adgangskode",
"New password" => "Ny adgangskode",
"Change password" => "Skift kodeord",
+"Display Name" => "Skærmnavn",
+"Your display name was changed" => "Dit skærmnavn blev ændret",
+"Unable to change your display name" => "Kunne ikke skifte dit skærmnavn",
+"Change display name" => "Skift skærmnavn",
"Email" => "Email",
"Your email address" => "Din emailadresse",
"Fill in an email address to enable password recovery" => "Indtast en emailadresse for at kunne få påmindelse om adgangskode",
@@ -44,15 +69,13 @@
"Help translate" => "Hjælp med oversættelsen",
"WebDAV" => "WebDAV",
"Use this address to connect to your ownCloud in your file manager" => "Brug denne adresse til at oprette forbindelse til din ownCloud i din filstyring",
-"Version" => "Version",
-"Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "Udviklet af <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownClouds community</a>, og <a href=\"https://github.com/owncloud\" target=\"_blank\">kildekoden</a> er underlagt licensen <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>.",
-"Groups" => "Grupper",
+"Login Name" => "Loginnavn",
"Create" => "Ny",
"Default Storage" => "Standard opbevaring",
"Unlimited" => "Ubegrænset",
"Other" => "Andet",
-"Group Admin" => "Gruppe Administrator",
"Storage" => "Opbevaring",
-"Default" => "Standard",
-"Delete" => "Slet"
+"change display name" => "skift skærmnavn",
+"set new password" => "skift kodeord",
+"Default" => "Standard"
);
diff --git a/settings/l10n/de.php b/settings/l10n/de.php
index 4e12e8e27a7..0ede61c7564 100644
--- a/settings/l10n/de.php
+++ b/settings/l10n/de.php
@@ -18,7 +18,17 @@
"Error while updating app" => "Fehler beim Aktualisieren der App",
"Error" => "Fehler",
"Saving..." => "Speichern...",
+"deleted" => "gelöscht",
+"undo" => "rückgängig machen",
+"Groups" => "Gruppen",
+"Group Admin" => "Gruppenadministrator",
+"Delete" => "Löschen",
"__language_name__" => "Deutsch (Persönlich)",
+"Security Warning" => "Sicherheitswarnung",
+"Your data directory and your files are probably accessible from the internet. The .htaccess file that ownCloud provides is not working. We strongly suggest that you configure your webserver in a way that the data directory is no longer accessible or you move the data directory outside the webserver document root." => "Dein Datenverzeichnis und deine Datein sind vielleicht vom Internet aus erreichbar. Die .htaccess Datei, die ownCloud verwendet, arbeitet nicht richtig. Wir schlagen Dir dringend vor, dass du deinen Webserver so konfigurierst, dass das Datenverzeichnis nicht länger erreichbar ist oder, dass du dein Datenverzeichnis aus dem Dokumenten-root des Webservers bewegst.",
+"More" => "Mehr",
+"Version" => "Version",
+"Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "Entwickelt von der <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud-Community</a>, der <a href=\"https://github.com/owncloud\" target=\"_blank\">Quellcode</a> ist unter der <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a> lizenziert.",
"Add your App" => "Füge Deine Anwendung hinzu",
"More Apps" => "Weitere Anwendungen",
"Select an App" => "Wähle eine Anwendung aus",
@@ -32,6 +42,7 @@
"Bugtracker" => "Bugtracker",
"Commercial Support" => "Kommerzieller Support",
"You have used <strong>%s</strong> of the available <strong>%s</strong>" => "Du verwendest <strong>%s</strong> der verfügbaren <strong>%s<strong>",
+"Show First Run Wizard again" => "Erstinstallation erneut durchführen",
"Password" => "Passwort",
"Your password was changed" => "Dein Passwort wurde geändert.",
"Unable to change your password" => "Passwort konnte nicht geändert werden",
@@ -46,18 +57,13 @@
"Help translate" => "Hilf bei der Übersetzung",
"WebDAV" => "WebDAV",
"Use this address to connect to your ownCloud in your file manager" => "Verwende diese Adresse, um Deinen Dateimanager mit Deiner ownCloud zu verbinden",
-"Version" => "Version",
-"Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "Entwickelt von der <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud-Community</a>, der <a href=\"https://github.com/owncloud\" target=\"_blank\">Quellcode</a> ist unter der <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a> lizenziert.",
"Login Name" => "Loginname",
-"Groups" => "Gruppen",
"Create" => "Anlegen",
"Default Storage" => "Standard-Speicher",
"Unlimited" => "Unbegrenzt",
"Other" => "Andere",
-"Group Admin" => "Gruppenadministrator",
"Storage" => "Speicher",
"change display name" => "Anzeigenamen ändern",
"set new password" => "Neues Passwort setzen",
-"Default" => "Standard",
-"Delete" => "Löschen"
+"Default" => "Standard"
);
diff --git a/settings/l10n/de_DE.php b/settings/l10n/de_DE.php
index 1e17251a0d1..4c4c48b06e0 100644
--- a/settings/l10n/de_DE.php
+++ b/settings/l10n/de_DE.php
@@ -24,7 +24,17 @@
"Error" => "Fehler",
"Updated" => "Geupdated",
"Saving..." => "Speichern...",
+"deleted" => "gelöscht",
+"undo" => "rückgängig machen",
+"Groups" => "Gruppen",
+"Group Admin" => "Gruppenadministrator",
+"Delete" => "Löschen",
"__language_name__" => "Deutsch (Förmlich: Sie)",
+"Security Warning" => "Sicherheitshinweis",
+"Your data directory and your files are probably accessible from the internet. The .htaccess file that ownCloud provides is not working. We strongly suggest that you configure your webserver in a way that the data directory is no longer accessible or you move the data directory outside the webserver document root." => "Ihr Datenverzeichnis und Ihre Dateien sind wahrscheinlich über das Internet erreichbar. Die von ownCloud bereitgestellte .htaccess Datei funktioniert nicht. Wir empfehlen Ihnen dringend, Ihren Webserver so zu konfigurieren, dass das Datenverzeichnis nicht mehr über das Internet erreichbar ist. Alternativ können Sie auch das Datenverzeichnis aus dem Dokumentenverzeichnis des Webservers verschieben.",
+"More" => "Mehr",
+"Version" => "Version",
+"Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "Entwickelt von der <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud-Community</a>. Der <a href=\"https://github.com/owncloud\" target=\"_blank\">Quellcode</a> ist unter der <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a> lizenziert.",
"Add your App" => "Fügen Sie Ihre Anwendung hinzu",
"More Apps" => "Weitere Anwendungen",
"Select an App" => "Wählen Sie eine Anwendung aus",
@@ -38,6 +48,8 @@
"Bugtracker" => "Bugtracker",
"Commercial Support" => "Kommerzieller Support",
"You have used <strong>%s</strong> of the available <strong>%s</strong>" => "Sie verwenden <strong>%s</strong> der verfügbaren <strong>%s</strong>",
+"Get the apps to sync your files" => "Installiere die App um Deine Dateien zu synchronisieren",
+"Show First Run Wizard again" => "Zeige den Einrichtungsassistenten erneut",
"Password" => "Passwort",
"Your password was changed" => "Ihr Passwort wurde geändert.",
"Unable to change your password" => "Das Passwort konnte nicht geändert werden",
@@ -55,18 +67,13 @@
"Help translate" => "Helfen Sie bei der Übersetzung",
"WebDAV" => "WebDAV",
"Use this address to connect to your ownCloud in your file manager" => "Verwenden Sie diese Adresse, um Ihren Dateimanager mit Ihrer ownCloud zu verbinden",
-"Version" => "Version",
-"Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "Entwickelt von der <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud-Community</a>. Der <a href=\"https://github.com/owncloud\" target=\"_blank\">Quellcode</a> ist unter der <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a> lizenziert.",
"Login Name" => "Loginname",
-"Groups" => "Gruppen",
"Create" => "Anlegen",
"Default Storage" => "Standard-Speicher",
"Unlimited" => "Unbegrenzt",
"Other" => "Andere",
-"Group Admin" => "Gruppenadministrator",
"Storage" => "Speicher",
"change display name" => "Anzeigenamen ändern",
"set new password" => "Neues Passwort setzen",
-"Default" => "Standard",
-"Delete" => "Löschen"
+"Default" => "Standard"
);
diff --git a/settings/l10n/el.php b/settings/l10n/el.php
index a33deda7f3a..66d9d92ca30 100644
--- a/settings/l10n/el.php
+++ b/settings/l10n/el.php
@@ -17,7 +17,17 @@
"Enable" => "Ενεργοποίηση",
"Error" => "Σφάλμα",
"Saving..." => "Αποθήκευση...",
+"deleted" => "διαγράφηκε",
+"undo" => "αναίρεση",
+"Groups" => "Ομάδες",
+"Group Admin" => "Ομάδα Διαχειριστών",
+"Delete" => "Διαγραφή",
"__language_name__" => "__όνομα_γλώσσας__",
+"Security Warning" => "Προειδοποίηση Ασφαλείας",
+"Your data directory and your files are probably accessible from the internet. The .htaccess file that ownCloud provides is not working. We strongly suggest that you configure your webserver in a way that the data directory is no longer accessible or you move the data directory outside the webserver document root." => "Ο κατάλογος data και τα αρχεία σας πιθανόν να είναι διαθέσιμα στο διαδίκτυο. Το αρχείο .htaccess που παρέχει το ownCloud δεν δουλεύει. Σας προτείνουμε ανεπιφύλακτα να ρυθμίσετε το διακομιστή σας με τέτοιο τρόπο ώστε ο κατάλογος data να μην είναι πλέον προσβάσιμος ή να μετακινήσετε τον κατάλογο data έξω από τον κατάλογο του διακομιστή.",
+"More" => "Περισσότερα",
+"Version" => "Έκδοση",
+"Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "Αναπτύχθηκε από την <a href=\"http://ownCloud.org/contact\" target=\"_blank\">κοινότητα ownCloud</a>, ο <a href=\"https://github.com/owncloud\" target=\"_blank\">πηγαίος κώδικας</a> είναι υπό άδεια χρήσης <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>.",
"Add your App" => "Πρόσθεστε τη Δικιά σας Εφαρμογή",
"More Apps" => "Περισσότερες Εφαρμογές",
"Select an App" => "Επιλέξτε μια Εφαρμογή",
@@ -31,6 +41,7 @@
"Bugtracker" => "Bugtracker",
"Commercial Support" => "Εμπορική Υποστήριξη",
"You have used <strong>%s</strong> of the available <strong>%s</strong>" => "Χρησιμοποιήσατε <strong>%s</strong> από διαθέσιμα <strong>%s</strong>",
+"Show First Run Wizard again" => "Προβολή Πρώτης Εκτέλεσης Οδηγού πάλι",
"Password" => "Συνθηματικό",
"Your password was changed" => "Το συνθηματικό σας έχει αλλάξει",
"Unable to change your password" => "Δεν ήταν δυνατή η αλλαγή του κωδικού πρόσβασης",
@@ -44,15 +55,10 @@
"Help translate" => "Βοηθήστε στη μετάφραση",
"WebDAV" => "WebDAV",
"Use this address to connect to your ownCloud in your file manager" => "Χρήση αυτής της διεύθυνσης για σύνδεση στο ownCloud με τον διαχειριστή αρχείων σας",
-"Version" => "Έκδοση",
-"Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "Αναπτύχθηκε από την <a href=\"http://ownCloud.org/contact\" target=\"_blank\">κοινότητα ownCloud</a>, ο <a href=\"https://github.com/owncloud\" target=\"_blank\">πηγαίος κώδικας</a> είναι υπό άδεια χρήσης <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>.",
-"Groups" => "Ομάδες",
"Create" => "Δημιουργία",
"Default Storage" => "Προκαθορισμένη Αποθήκευση ",
"Unlimited" => "Απεριόριστο",
"Other" => "Άλλα",
-"Group Admin" => "Ομάδα Διαχειριστών",
"Storage" => "Αποθήκευση",
-"Default" => "Προκαθορισμένο",
-"Delete" => "Διαγραφή"
+"Default" => "Προκαθορισμένο"
);
diff --git a/settings/l10n/eo.php b/settings/l10n/eo.php
index e43aaa673fe..e381794f6f3 100644
--- a/settings/l10n/eo.php
+++ b/settings/l10n/eo.php
@@ -17,7 +17,16 @@
"Enable" => "Kapabligi",
"Error" => "Eraro",
"Saving..." => "Konservante...",
+"deleted" => "forigita",
+"undo" => "malfari",
+"Groups" => "Grupoj",
+"Group Admin" => "Grupadministranto",
+"Delete" => "Forigi",
"__language_name__" => "Esperanto",
+"Security Warning" => "Sekureca averto",
+"More" => "Pli",
+"Version" => "Eldono",
+"Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "Ellaborita de la <a href=\"http://ownCloud.org/contact\" target=\"_blank\">komunumo de ownCloud</a>, la <a href=\"https://github.com/owncloud\" target=\"_blank\">fontokodo</a> publikas laŭ la permesilo <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>.",
"Add your App" => "Aldonu vian aplikaĵon",
"More Apps" => "Pli da aplikaĵoj",
"Select an App" => "Elekti aplikaĵon",
@@ -44,15 +53,10 @@
"Help translate" => "Helpu traduki",
"WebDAV" => "WebDAV",
"Use this address to connect to your ownCloud in your file manager" => "Uzu ĉi tiun adreson por konekti al via ownCloud vian dosieradministrilon",
-"Version" => "Eldono",
-"Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "Ellaborita de la <a href=\"http://ownCloud.org/contact\" target=\"_blank\">komunumo de ownCloud</a>, la <a href=\"https://github.com/owncloud\" target=\"_blank\">fontokodo</a> publikas laŭ la permesilo <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>.",
-"Groups" => "Grupoj",
"Create" => "Krei",
"Default Storage" => "Defaŭlta konservejo",
"Unlimited" => "Senlima",
"Other" => "Alia",
-"Group Admin" => "Grupadministranto",
"Storage" => "Konservejo",
-"Default" => "Defaŭlta",
-"Delete" => "Forigi"
+"Default" => "Defaŭlta"
);
diff --git a/settings/l10n/es.php b/settings/l10n/es.php
index ff69a367adb..e0c20c6d97c 100644
--- a/settings/l10n/es.php
+++ b/settings/l10n/es.php
@@ -24,7 +24,19 @@
"Error" => "Error",
"Updated" => "Actualizado",
"Saving..." => "Guardando...",
+"deleted" => "borrado",
+"undo" => "deshacer",
+"Groups" => "Grupos",
+"Group Admin" => "Grupo admin",
+"Delete" => "Eliminar",
"__language_name__" => "Castellano",
+"Security Warning" => "Advertencia de seguridad",
+"Your data directory and your files are probably accessible from the internet. The .htaccess file that ownCloud provides is not working. We strongly suggest that you configure your webserver in a way that the data directory is no longer accessible or you move the data directory outside the webserver document root." => "Su directorio de datos y sus archivos están probablemente accesibles desde internet. El archivo .htaccess que ownCloud provee no está funcionando. Sugerimos fuertemente que configure su servidor web de manera que el directorio de datos ya no esté accesible o mueva el directorio de datos fuera del documento raíz de su servidor web.",
+"Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "Su servidor web aún no está configurado adecuadamente para permitir sincronización de archivos ya que la interfaz WebDAV parece no estar funcionando.",
+"Please double check the <a href='%s'>installation guides</a>." => "Por favor, vuelva a comprobar las <a href='%s'>guías de instalación</a>.",
+"More" => "Más",
+"Version" => "Version",
+"Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "Desarrollado por la <a href=\"http://ownCloud.org/contact\" target=\"_blank\">comunidad ownCloud</a>, el <a href=\"https://github.com/owncloud\" target=\"_blank\">código fuente</a> está bajo licencia <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>.",
"Add your App" => "Añade tu aplicación",
"More Apps" => "Más aplicaciones",
"Select an App" => "Seleccionar una aplicación",
@@ -38,6 +50,7 @@
"Bugtracker" => "Rastreador de Bugs",
"Commercial Support" => "Soporte Comercial",
"You have used <strong>%s</strong> of the available <strong>%s</strong>" => "Ha usado <strong>%s</strong> de <strong>%s</strong> disponibles",
+"Show First Run Wizard again" => "Mostrar asistente para iniciar otra vez",
"Password" => "Contraseña",
"Your password was changed" => "Su contraseña ha sido cambiada",
"Unable to change your password" => "No se ha podido cambiar tu contraseña",
@@ -55,18 +68,13 @@
"Help translate" => "Ayúdanos a traducir",
"WebDAV" => "WebDAV",
"Use this address to connect to your ownCloud in your file manager" => "Use esta dirección para conectarse a su cuenta de ownCloud en el administrador de archivos",
-"Version" => "Version",
-"Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "Desarrollado por la <a href=\"http://ownCloud.org/contact\" target=\"_blank\">comunidad ownCloud</a>, el <a href=\"https://github.com/owncloud\" target=\"_blank\">código fuente</a> está bajo licencia <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>.",
"Login Name" => "Nombre de usuario",
-"Groups" => "Grupos",
"Create" => "Crear",
"Default Storage" => "Almacenamiento Predeterminado",
"Unlimited" => "Ilimitado",
"Other" => "Otro",
-"Group Admin" => "Grupo admin",
"Storage" => "Alamacenamiento",
"change display name" => "Cambiar nombre a mostrar",
"set new password" => "Configurar nueva contraseña",
-"Default" => "Predeterminado",
-"Delete" => "Eliminar"
+"Default" => "Predeterminado"
);
diff --git a/settings/l10n/es_AR.php b/settings/l10n/es_AR.php
index 4c5daa4e05c..b09cc5f9b08 100644
--- a/settings/l10n/es_AR.php
+++ b/settings/l10n/es_AR.php
@@ -1,6 +1,7 @@
<?php $TRANSLATIONS = array(
"Unable to load list from App Store" => "Imposible cargar la lista desde el App Store",
"Authentication error" => "Error al autenticar",
+"Unable to change display name" => "No fue posible cambiar el nombre mostrado",
"Group already exists" => "El grupo ya existe",
"Unable to add group" => "No fue posible añadir el grupo",
"Could not enable app. " => "No se puede habilitar la aplicación.",
@@ -13,11 +14,29 @@
"Admins can't remove themself from the admin group" => "Los administradores no se pueden quitar a ellos mismos del grupo administrador. ",
"Unable to add user to group %s" => "No fue posible añadir el usuario al grupo %s",
"Unable to remove user from group %s" => "No es posible eliminar al usuario del grupo %s",
+"Couldn't update app." => "No se pudo actualizar la aplicación.",
+"Update to {appversion}" => "Actualizado a {appversion}",
"Disable" => "Desactivar",
"Enable" => "Activar",
+"Please wait...." => "Por favor, esperá....",
+"Updating...." => "Actualizando....",
+"Error while updating app" => "Error al actualizar",
"Error" => "Error",
+"Updated" => "Actualizado",
"Saving..." => "Guardando...",
+"deleted" => "borrado",
+"undo" => "deshacer",
+"Groups" => "Grupos",
+"Group Admin" => "Grupo Administrador",
+"Delete" => "Borrar",
"__language_name__" => "Castellano (Argentina)",
+"Security Warning" => "Advertencia de seguridad",
+"Your data directory and your files are probably accessible from the internet. The .htaccess file that ownCloud provides is not working. We strongly suggest that you configure your webserver in a way that the data directory is no longer accessible or you move the data directory outside the webserver document root." => "Tu directorio de datos y tus archivos son probablemente accesibles desde internet. El archivo .htaccess provisto por ownCloud no está funcionando. Te sugerimos que configures tu servidor web de manera que el directorio de datos ya no esté accesible, o que muevas el directorio de datos afuera del directorio raíz de tu servidor web.",
+"Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "Tu servidor web no está configurado todavía para permitir sincronización de archivos porque la interfaz WebDAV parece no funcionar.",
+"Please double check the <a href='%s'>installation guides</a>." => "Por favor, comprobá nuevamente la <a href='%s'>guía de instalación</a>.",
+"More" => "Más",
+"Version" => "Versión",
+"Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "Desarrollado por la <a href=\"http://ownCloud.org/contact\" target=\"_blank\">comunidad ownCloud</a>, el <a href=\"https://github.com/owncloud\" target=\"_blank\">código fuente</a> está bajo licencia <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>.",
"Add your App" => "Añadí tu aplicación",
"More Apps" => "Más aplicaciones",
"Select an App" => "Seleccionar una aplicación",
@@ -31,6 +50,8 @@
"Bugtracker" => "Informar errores",
"Commercial Support" => "Soporte comercial",
"You have used <strong>%s</strong> of the available <strong>%s</strong>" => "Usaste <strong>%s</strong> de los <strong>%s</strong> disponibles",
+"Get the apps to sync your files" => "Obtené aplicaciones para sincronizar tus archivos",
+"Show First Run Wizard again" => "Mostrar de nuevo el asistente de primera ejecución",
"Password" => "Contraseña",
"Your password was changed" => "Tu contraseña fue cambiada",
"Unable to change your password" => "No fue posible cambiar tu contraseña",
@@ -38,6 +59,9 @@
"New password" => "Nueva contraseña:",
"Change password" => "Cambiar contraseña",
"Display Name" => "Nombre a mostrar",
+"Your display name was changed" => "El nombre mostrado fue cambiado",
+"Unable to change your display name" => "No fue posible cambiar tu nombre",
+"Change display name" => "Cambiar nombre",
"Email" => "Correo electrónico",
"Your email address" => "Tu dirección de e-mail",
"Fill in an email address to enable password recovery" => "Escribí una dirección de correo electrónico para restablecer la contraseña",
@@ -45,16 +69,13 @@
"Help translate" => "Ayudanos a traducir",
"WebDAV" => "WebDAV",
"Use this address to connect to your ownCloud in your file manager" => "Utiliza esta dirección para conectarte con ownCloud en tu Administrador de Archivos",
-"Version" => "Versión",
-"Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "Desarrollado por la <a href=\"http://ownCloud.org/contact\" target=\"_blank\">comunidad ownCloud</a>, el <a href=\"https://github.com/owncloud\" target=\"_blank\">código fuente</a> está bajo licencia <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>.",
"Login Name" => "Nombre de ",
-"Groups" => "Grupos",
"Create" => "Crear",
"Default Storage" => "Almacenamiento Predeterminado",
"Unlimited" => "Ilimitado",
"Other" => "Otro",
-"Group Admin" => "Grupo Administrador",
"Storage" => "Almacenamiento",
-"Default" => "Predeterminado",
-"Delete" => "Borrar"
+"change display name" => "Cambiar el nombre que se muestra",
+"set new password" => "Configurar nueva contraseña",
+"Default" => "Predeterminado"
);
diff --git a/settings/l10n/et_EE.php b/settings/l10n/et_EE.php
index 3822dc594dc..be78ca364df 100644
--- a/settings/l10n/et_EE.php
+++ b/settings/l10n/et_EE.php
@@ -12,31 +12,64 @@
"Invalid request" => "Vigane päring",
"Unable to add user to group %s" => "Kasutajat ei saa lisada gruppi %s",
"Unable to remove user from group %s" => "Kasutajat ei saa eemaldada grupist %s",
+"Couldn't update app." => "Rakenduse uuendamine ebaõnnestus.",
+"Update to {appversion}" => "Uuenda versioonile {appversion}",
"Disable" => "Lülita välja",
"Enable" => "Lülita sisse",
+"Please wait...." => "Palun oota...",
+"Updating...." => "Uuendamine...",
+"Error while updating app" => "Viga rakenduse uuendamisel",
"Error" => "Viga",
+"Updated" => "Uuendatud",
"Saving..." => "Salvestamine...",
+"deleted" => "kustutatud",
+"undo" => "tagasi",
+"Groups" => "Grupid",
+"Group Admin" => "Grupi admin",
+"Delete" => "Kustuta",
+"add group" => "lisa grupp",
+"The username is already being used" => "Kasutajanimi on juba kasutuses",
+"Error creating user" => "Viga kasutaja loomisel",
"__language_name__" => "Eesti",
+"Security Warning" => "Turvahoiatus",
+"Sharing" => "Jagamine",
+"Security" => "Turvalisus",
+"Enforce HTTPS" => "Sunni peale HTTPS-i kasutamine",
+"Log" => "Logi",
+"Log level" => "Logi tase",
+"More" => "Rohkem",
+"Version" => "Versioon",
"Add your App" => "Lisa oma rakendus",
"More Apps" => "Veel rakendusi",
"Select an App" => "Vali programm",
"See application page at apps.owncloud.com" => "Vaata rakenduste lehte aadressil apps.owncloud.com",
"<span class=\"licence\"></span>-licensed by <span class=\"author\"></span>" => "<span class=\"licence\"></span>-litsenseeritud <span class=\"author\"></span>",
"Update" => "Uuenda",
+"User Documentation" => "Kasutaja dokumentatsioon",
+"Administrator Documentation" => "Administraatori dokumentatsioon",
+"Online Documentation" => "Online dokumentatsioon",
+"Forum" => "Foorum",
+"Bugtracker" => "Vigade nimekiri",
+"Commercial Support" => "Tasuine kasutajatugi",
"Password" => "Parool",
"Your password was changed" => "Sinu parooli on muudetud",
"Unable to change your password" => "Sa ei saa oma parooli muuta",
"Current password" => "Praegune parool",
"New password" => "Uus parool",
"Change password" => "Muuda parooli",
+"Display Name" => "Näidatav nimi",
+"Change display name" => "Muuda näidatavat nime",
"Email" => "E-post",
"Your email address" => "Sinu e-posti aadress",
"Fill in an email address to enable password recovery" => "Parooli taastamise sisse lülitamiseks sisesta e-posti aadress",
"Language" => "Keel",
"Help translate" => "Aita tõlkida",
-"Groups" => "Grupid",
+"WebDAV" => "WebDAV",
+"Login Name" => "Kasutajanimi",
"Create" => "Lisa",
+"Unlimited" => "Piiramatult",
"Other" => "Muu",
-"Group Admin" => "Grupi admin",
-"Delete" => "Kustuta"
+"change display name" => "muuda näidatavat nime",
+"set new password" => "määra uus parool",
+"Default" => "Vaikeväärtus"
);
diff --git a/settings/l10n/eu.php b/settings/l10n/eu.php
index a3efce7be62..389fd92ed08 100644
--- a/settings/l10n/eu.php
+++ b/settings/l10n/eu.php
@@ -1,6 +1,7 @@
<?php $TRANSLATIONS = array(
"Unable to load list from App Store" => "Ezin izan da App Dendatik zerrenda kargatu",
"Authentication error" => "Autentifikazio errorea",
+"Unable to change display name" => "Ezin izan da bistaratze izena aldatu",
"Group already exists" => "Taldea dagoeneko existitzenda",
"Unable to add group" => "Ezin izan da taldea gehitu",
"Could not enable app. " => "Ezin izan da aplikazioa gaitu.",
@@ -13,11 +14,60 @@
"Admins can't remove themself from the admin group" => "Kudeatzaileak ezin du bere burua kendu kudeatzaile taldetik",
"Unable to add user to group %s" => "Ezin izan da erabiltzailea %s taldera gehitu",
"Unable to remove user from group %s" => "Ezin izan da erabiltzailea %s taldetik ezabatu",
+"Couldn't update app." => "Ezin izan da aplikazioa eguneratu.",
+"Update to {appversion}" => "Eguneratu {appversion}-ra",
"Disable" => "Ez-gaitu",
"Enable" => "Gaitu",
+"Please wait...." => "Itxoin mesedez...",
+"Updating...." => "Eguneratzen...",
+"Error while updating app" => "Errorea aplikazioa eguneratzen zen bitartean",
"Error" => "Errorea",
+"Updated" => "Eguneratuta",
"Saving..." => "Gordetzen...",
+"deleted" => "ezabatuta",
+"undo" => "desegin",
+"Unable to remove user" => "Ezin izan da erabiltzailea aldatu",
+"Groups" => "Taldeak",
+"Group Admin" => "Talde administradorea",
+"Delete" => "Ezabatu",
+"add group" => "gehitu taldea",
+"The username is already being used" => "Erabiltzaile izena dagoeneko erabiltzen ari da",
+"Error creating user" => "Errore bat egon da erabiltzailea sortzean",
+"A valid username must be provided" => "Baliozko erabiltzaile izena eman behar da",
+"A valid password must be provided" => "Baliozko pasahitza eman behar da",
"__language_name__" => "Euskera",
+"Security Warning" => "Segurtasun abisua",
+"Your data directory and your files are probably accessible from the internet. The .htaccess file that ownCloud provides is not working. We strongly suggest that you configure your webserver in a way that the data directory is no longer accessible or you move the data directory outside the webserver document root." => "Zure data karpeta eta zure fitxategiak internetetik zuzenean eskuragarri egon daitezke. ownCloudek emandako .htaccess fitxategia ez du bere lana egiten. Aholkatzen dizugu zure web zerbitzaria ongi konfiguratzea data karpeta eskuragarri ez izateko edo data karpeta web zerbitzariaren dokumentu errotik mugitzea.",
+"Setup Warning" => "Konfiguratu Abisuak",
+"Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "Zure web zerbitzaria ez dago oraindik ongi konfiguratuta fitxategien sinkronizazioa egiteko, WebDAV interfazea ongi ez dagoela dirudi.",
+"Please double check the <a href='%s'>installation guides</a>." => "Mesedez begiratu <a href='%s'>instalazio gidak</a>.",
+"Module 'fileinfo' missing" => "'fileinfo' Modulua falta da",
+"The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." => "PHP 'fileinfo' modulua falta da. Modulu hau gaitzea aholkatzen dizugu mime-type ezberdinak hobe detektatzeko.",
+"Locale not working" => "Lokala ez dabil",
+"Internet connection not working" => "Interneteko konexioak ez du funtzionatzen",
+"This ownCloud server has no working internet connection. This means that some of the features like mounting of external storage, notifications about updates or installation of 3rd party apps don´t work. Accessing files from remote and sending of notification emails might also not work. We suggest to enable internet connection for this server if you want to have all features of ownCloud." => "ownCloud zerbitzari honen interneteko konexioa ez dabil. Honek esan nahi du kanpoko biltegiratze zerbitzuak, eguneraketen informazioa edo bestelako aplikazioen instalazioa bezalako programek ez dutela funtzionatuko. Urrunetik fitxategiak eskuratzea eta e-postak bidaltzea ere ezinezkoa izan daiteke. onwCloud-en aukera guztiak erabili ahal izateko zerbitzari honetan interneteko konexioa gaitzea aholkatzen dizugu.",
+"Cron" => "Cron",
+"Execute one task with each page loaded" => "Exekutatu zeregin bat orri karga bakoitzean",
+"cron.php is registered at a webcron service. Call the cron.php page in the owncloud root once a minute over http." => "cron.php webcron zerbitzu batean erregistratua dago. Deitu cron.php orria ownclouden erroan minuturo http bidez.",
+"Use systems cron service. Call the cron.php file in the owncloud folder via a system cronjob once a minute." => "Erabili sistemaren cron zerbitzua. Deitu cron.php fitxategia owncloud karpetan minuturo sistemaren cron lan baten bidez.",
+"Sharing" => "Partekatzea",
+"Enable Share API" => "Gaitu Partekatze APIa",
+"Allow apps to use the Share API" => "Baimendu aplikazioak Partekatze APIa erabiltzeko",
+"Allow links" => "Baimendu loturak",
+"Allow users to share items to the public with links" => "Baimendu erabiltzaileak loturen bidez fitxategiak publikoki partekatzen",
+"Allow resharing" => "Baimendu birpartekatzea",
+"Allow users to share items shared with them again" => "Baimendu erabiltzaileak haiekin partekatutako fitxategiak berriz ere partekatzen",
+"Allow users to share with anyone" => "Baimendu erabiltzaileak edonorekin partekatzen",
+"Allow users to only share with users in their groups" => "Baimendu erabiltzaileak bakarrik bere taldeko erabiltzaileekin partekatzen",
+"Security" => "Segurtasuna",
+"Enforce HTTPS" => "Behartu HTTPS",
+"Enforces the clients to connect to ownCloud via an encrypted connection." => "Bezeroak konexio enkriptatu baten bidez ownCloud-era konektatzera behartzen du.",
+"Please connect to this ownCloud instance via HTTPS to enable or disable the SSL enforcement." => "Mesedez konektatu ownCloud honetara HTTPS bidez SSL-ren beharra gaitu edo ezgaitzeko",
+"Log" => "Egunkaria",
+"Log level" => "Erregistro maila",
+"More" => "Gehiago",
+"Version" => "Bertsioa",
+"Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "<a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud komunitateak</a> garatuta, <a href=\"https://github.com/owncloud\" target=\"_blank\">itubruru kodea</a><a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr> lizentziarekin banatzen da</a>.",
"Add your App" => "Gehitu zure aplikazioa",
"More Apps" => "App gehiago",
"Select an App" => "Aukeratu programa bat",
@@ -31,6 +81,8 @@
"Bugtracker" => "Bugtracker",
"Commercial Support" => "Babes komertziala",
"You have used <strong>%s</strong> of the available <strong>%s</strong>" => "Dagoeneko <strong>%s</strong> erabili duzu eskuragarri duzun <strong>%s</strong>etatik",
+"Get the apps to sync your files" => "Lortu aplikazioak zure fitxategiak sinkronizatzeko",
+"Show First Run Wizard again" => "Erakutsi berriz Lehenengo Aldiko Morroia",
"Password" => "Pasahitza",
"Your password was changed" => "Zere pasahitza aldatu da",
"Unable to change your password" => "Ezin izan da zure pasahitza aldatu",
@@ -38,6 +90,9 @@
"New password" => "Pasahitz berria",
"Change password" => "Aldatu pasahitza",
"Display Name" => "Bistaratze Izena",
+"Your display name was changed" => "Zure bistaratze izena aldatu da",
+"Unable to change your display name" => "Ezin izan da zure bistaratze izena aldatu",
+"Change display name" => "Aldatu bistaratze izena",
"Email" => "E-Posta",
"Your email address" => "Zure e-posta",
"Fill in an email address to enable password recovery" => "Idatz ezazu e-posta bat pasahitza berreskuratu ahal izateko",
@@ -45,16 +100,13 @@
"Help translate" => "Lagundu itzultzen",
"WebDAV" => "WebDAV",
"Use this address to connect to your ownCloud in your file manager" => "Erabili helbide hau zure fitxategi kudeatzailean zure ownCloudera konektatzeko",
-"Version" => "Bertsioa",
-"Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "<a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud komunitateak</a> garatuta, <a href=\"https://github.com/owncloud\" target=\"_blank\">itubruru kodea</a><a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr> lizentziarekin banatzen da</a>.",
"Login Name" => "Sarrera Izena",
-"Groups" => "Taldeak",
"Create" => "Sortu",
"Default Storage" => "Lehenetsitako Biltegiratzea",
"Unlimited" => "Mugarik gabe",
"Other" => "Besteak",
-"Group Admin" => "Talde administradorea",
"Storage" => "Biltegiratzea",
-"Default" => "Lehenetsia",
-"Delete" => "Ezabatu"
+"change display name" => "aldatu bistaratze izena",
+"set new password" => "ezarri pasahitz berria",
+"Default" => "Lehenetsia"
);
diff --git a/settings/l10n/fa.php b/settings/l10n/fa.php
index 5c5d312a879..d75efa85eba 100644
--- a/settings/l10n/fa.php
+++ b/settings/l10n/fa.php
@@ -18,7 +18,14 @@
"Error" => "خطا",
"Updated" => "بروز رسانی انجام شد",
"Saving..." => "درحال ذخیره ...",
+"deleted" => "حذف شده",
+"undo" => "بازگشت",
+"Groups" => "گروه ها",
+"Delete" => "پاک کردن",
"__language_name__" => "__language_name__",
+"Security Warning" => "اخطار امنیتی",
+"More" => "بیش‌تر",
+"Version" => "نسخه",
"Add your App" => "برنامه خود را بیافزایید",
"More Apps" => "برنامه های بیشتر",
"Select an App" => "یک برنامه انتخاب کنید",
@@ -28,6 +35,7 @@
"Administrator Documentation" => "مستندات مدیر",
"Forum" => "انجمن",
"Commercial Support" => "پشتیبانی تجاری",
+"Show First Run Wizard again" => "راهبری کمکی اجرای اول را دوباره نمایش بده",
"Password" => "گذرواژه",
"Your password was changed" => "رمز عبور شما تغییر یافت",
"Unable to change your password" => "ناتوان در تغییر گذرواژه",
@@ -43,9 +51,7 @@
"Fill in an email address to enable password recovery" => "پست الکترونیکی را پرکنید تا بازیابی گذرواژه فعال شود",
"Language" => "زبان",
"Help translate" => "به ترجمه آن کمک کنید",
-"Version" => "نسخه",
"Login Name" => "نام کاربری",
-"Groups" => "گروه ها",
"Create" => "ایجاد کردن",
"Default Storage" => "ذخیره سازی پیش فرض",
"Unlimited" => "نامحدود",
@@ -53,6 +59,5 @@
"Storage" => "حافظه",
"change display name" => "تغییر نام نمایشی",
"set new password" => "تنظیم کلمه عبور جدید",
-"Default" => "پیش فرض",
-"Delete" => "پاک کردن"
+"Default" => "پیش فرض"
);
diff --git a/settings/l10n/fi_FI.php b/settings/l10n/fi_FI.php
index a42b50ec952..f5a58a71a2f 100644
--- a/settings/l10n/fi_FI.php
+++ b/settings/l10n/fi_FI.php
@@ -24,7 +24,18 @@
"Error" => "Virhe",
"Updated" => "Päivitetty",
"Saving..." => "Tallennetaan...",
+"deleted" => "poistettu",
+"undo" => "kumoa",
+"Groups" => "Ryhmät",
+"Group Admin" => "Ryhmän ylläpitäjä",
+"Delete" => "Poista",
"__language_name__" => "_kielen_nimi_",
+"Security Warning" => "Turvallisuusvaroitus",
+"Your data directory and your files are probably accessible from the internet. The .htaccess file that ownCloud provides is not working. We strongly suggest that you configure your webserver in a way that the data directory is no longer accessible or you move the data directory outside the webserver document root." => "Data-kansio ja tiedostot ovat ehkä saavutettavissa Internetistä. .htaccess-tiedosto, jolla kontrolloidaan pääsyä, ei toimi. Suosittelemme, että muutat web-palvelimesi asetukset niin ettei data-kansio ole enää pääsyä tai siirrät data-kansion pois web-palvelimen tiedostojen juuresta.",
+"Please double check the <a href='%s'>installation guides</a>." => "Lue tarkasti <a href='%s'>asennusohjeet</a>.",
+"More" => "Enemmän",
+"Version" => "Versio",
+"Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "Kehityksestä on vastannut <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud-yhteisö</a>, <a href=\"https://github.com/owncloud\" target=\"_blank\">lähdekoodi</a> on julkaistu lisenssin <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a> alaisena.",
"Add your App" => "Lisää sovelluksesi",
"More Apps" => "Lisää sovelluksia",
"Select an App" => "Valitse sovellus",
@@ -38,6 +49,7 @@
"Bugtracker" => "Ohjelmistovirheiden jäljitys",
"Commercial Support" => "Kaupallinen tuki",
"You have used <strong>%s</strong> of the available <strong>%s</strong>" => "Käytössäsi on <strong>%s</strong>/<strong>%s</strong>",
+"Show First Run Wizard again" => "Näytä ensimmäisen käyttökerran avustaja uudelleen",
"Password" => "Salasana",
"Your password was changed" => "Salasanasi vaihdettiin",
"Unable to change your password" => "Salasanaasi ei voitu vaihtaa",
@@ -55,16 +67,11 @@
"Help translate" => "Auta kääntämisessä",
"WebDAV" => "WebDAV",
"Use this address to connect to your ownCloud in your file manager" => "Käytä tätä osoitetta yhdistäessäsi ownCloudiisi tiedostonhallintaa käyttäen",
-"Version" => "Versio",
-"Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "Kehityksestä on vastannut <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud-yhteisö</a>, <a href=\"https://github.com/owncloud\" target=\"_blank\">lähdekoodi</a> on julkaistu lisenssin <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a> alaisena.",
"Login Name" => "Kirjautumisnimi",
-"Groups" => "Ryhmät",
"Create" => "Luo",
"Unlimited" => "Rajoittamaton",
"Other" => "Muu",
-"Group Admin" => "Ryhmän ylläpitäjä",
"change display name" => "vaihda näyttönimi",
"set new password" => "aseta uusi salasana",
-"Default" => "Oletus",
-"Delete" => "Poista"
+"Default" => "Oletus"
);
diff --git a/settings/l10n/fr.php b/settings/l10n/fr.php
index 1f1cb3eb1f6..7638671684b 100644
--- a/settings/l10n/fr.php
+++ b/settings/l10n/fr.php
@@ -24,7 +24,37 @@
"Error" => "Erreur",
"Updated" => "Mise à jour effectuée avec succès",
"Saving..." => "Sauvegarde...",
+"deleted" => "supprimé",
+"undo" => "annuler",
+"Unable to remove user" => "Impossible de retirer l'utilisateur",
+"Groups" => "Groupes",
+"Group Admin" => "Groupe Admin",
+"Delete" => "Supprimer",
+"add group" => "ajouter un groupe",
+"The username is already being used" => "Le nom d'utilisateur est déjà utilisé",
+"Error creating user" => "Erreur lors de la création de l'utilisateur",
+"A valid username must be provided" => "Un nom d'utilisateur valide doit être saisi",
+"A valid password must be provided" => "Un mot de passe valide doit être saisi",
"__language_name__" => "Français",
+"Security Warning" => "Avertissement de sécurité",
+"Your data directory and your files are probably accessible from the internet. The .htaccess file that ownCloud provides is not working. We strongly suggest that you configure your webserver in a way that the data directory is no longer accessible or you move the data directory outside the webserver document root." => "Votre dossier data et vos fichiers sont probablement accessibles depuis internet. Le fichier .htaccess fourni par ownCloud ne fonctionne pas. Nous vous recommandons vivement de configurer votre serveur web de manière à ce que le dossier data ne soit plus accessible ou bien de déplacer le dossier data en dehors du dossier racine des documents du serveur web.",
+"Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "Votre serveur web, n'est pas correctement configuré pour permettre la synchronisation des fichiers, car l'interface WebDav ne fonctionne pas comme il faut.",
+"Please double check the <a href='%s'>installation guides</a>." => "Veuillez vous référer au <a href='%s'>guide d'installation</a>.",
+"Module 'fileinfo' missing" => "Module 'fileinfo' manquant",
+"The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." => "Le module PHP 'fileinfo' est manquant. Il est vivement recommandé de l'activer afin d'obtenir de meilleurs résultats pour la détection des types de fichiers.",
+"Locale not working" => "Localisation non fonctionnelle",
+"This ownCloud server can't set system locale to \"en_US.UTF-8\"/\"en_US.UTF8\". This means that there might be problems with certain characters in file names. We strongly suggest to install the required packages on your system to support en_US.UTF-8/en_US.UTF8." => "Ce serveur ownCloud ne peut pas ajuster la localisation du système en tant que \"en_US.UTF-8\"/\"en_US.UTF8\". Cela signifie qu'il pourra y avoir des problèmes avec certains caractères dans les noms de fichiers. Il est vivement recommandé d'installer les paquets requis pour le support de en_US.UTF-8/en_US.UTF8.",
+"Internet connection not working" => "La connexion internet ne fonctionne pas",
+"This ownCloud server has no working internet connection. This means that some of the features like mounting of external storage, notifications about updates or installation of 3rd party apps don´t work. Accessing files from remote and sending of notification emails might also not work. We suggest to enable internet connection for this server if you want to have all features of ownCloud." => "Ce serveur ownCloud ne peut pas se connecter à internet. Cela signifie que certaines fonctionnalités, telles que l'utilisation de supports de stockage distants, les notifications de mises à jour, ou l'installation d'applications tierces ne fonctionneront pas. L'accès aux fichiers à distance, ainsi que les notifications par mails ne marcheront pas non plus. Il est recommandé d'activer la connexion internet pour ce serveur si vous souhaitez utiliser toutes les fonctionnalités offertes par ownCloud.",
+"Cron" => "Cron",
+"Execute one task with each page loaded" => "Exécute une tâche à chaque chargement de page",
+"cron.php is registered at a webcron service. Call the cron.php page in the owncloud root once a minute over http." => "cron.php est enregistré en tant que service webcron. Veuillez appeler la page cron.php située à la racine du serveur ownCoud via http toute les minutes.",
+"Use systems cron service. Call the cron.php file in the owncloud folder via a system cronjob once a minute." => "Utilise le service cron du système. Appelle le fichier cron.php du répertoire owncloud toutes les minutes grâce à une tâche cron du système.",
+"Sharing" => "Partage",
+"Enable Share API" => "Activer l'API de partage",
+"More" => "Plus",
+"Version" => "Version",
+"Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "Développé par la <a href=\"http://ownCloud.org/contact\" target=\"_blank\">communauté ownCloud</a>, le <a href=\"https://github.com/owncloud\" target=\"_blank\">code source</a> est publié sous license <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>.",
"Add your App" => "Ajoutez votre application",
"More Apps" => "Plus d'applications…",
"Select an App" => "Sélectionner une Application",
@@ -38,6 +68,8 @@
"Bugtracker" => "Suivi de bugs",
"Commercial Support" => "Support commercial",
"You have used <strong>%s</strong> of the available <strong>%s</strong>" => "Vous avez utilisé <strong>%s</strong> des <strong>%s<strong> disponibles",
+"Get the apps to sync your files" => "Obtenez les applications de synchronisation de vos fichiers",
+"Show First Run Wizard again" => "Revoir le premier lancement de l'installeur",
"Password" => "Mot de passe",
"Your password was changed" => "Votre mot de passe a été changé",
"Unable to change your password" => "Impossible de changer votre mot de passe",
@@ -55,18 +87,13 @@
"Help translate" => "Aidez à traduire",
"WebDAV" => "WebDAV",
"Use this address to connect to your ownCloud in your file manager" => "Utiliser cette adresse pour vous connecter à ownCloud dans votre gestionnaire de fichiers",
-"Version" => "Version",
-"Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "Développé par la <a href=\"http://ownCloud.org/contact\" target=\"_blank\">communauté ownCloud</a>, le <a href=\"https://github.com/owncloud\" target=\"_blank\">code source</a> est publié sous license <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>.",
"Login Name" => "Nom de la connexion",
-"Groups" => "Groupes",
"Create" => "Créer",
"Default Storage" => "Support de stockage par défaut",
"Unlimited" => "Illimité",
"Other" => "Autre",
-"Group Admin" => "Groupe Admin",
"Storage" => "Support de stockage",
"change display name" => "Changer le nom affiché",
"set new password" => "Changer le mot de passe",
-"Default" => "Défaut",
-"Delete" => "Supprimer"
+"Default" => "Défaut"
);
diff --git a/settings/l10n/gl.php b/settings/l10n/gl.php
index 53aaf8eb3fe..117afab87a8 100644
--- a/settings/l10n/gl.php
+++ b/settings/l10n/gl.php
@@ -17,7 +17,19 @@
"Enable" => "Activar",
"Error" => "Erro",
"Saving..." => "Gardando...",
+"deleted" => "eliminado",
+"undo" => "desfacer",
+"Groups" => "Grupos",
+"Group Admin" => "Grupo Admin",
+"Delete" => "Eliminar",
"__language_name__" => "Galego",
+"Security Warning" => "Aviso de seguranza",
+"Your data directory and your files are probably accessible from the internet. The .htaccess file that ownCloud provides is not working. We strongly suggest that you configure your webserver in a way that the data directory is no longer accessible or you move the data directory outside the webserver document root." => "O seu cartafol de datos e os seus ficheiros probabelmente sexan accesíbeis a través da Internet. O ficheiro .htaccess que fornece ownCloud non está a empregarse. Suxerimoslle que configure o seu servidor web de tal xeito que o cartafol de datos non estea accesíbel ou mova o cartafol de datos fora do directorio raíz de datos do servidor web.",
+"Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "O seu servidor web non está aínda configurado adecuadamente para permitir a sincronización de ficheiros xa que semella que a interface WebDAV non está a funcionar.",
+"Please double check the <a href='%s'>installation guides</a>." => "Volva comprobar as <a href='%s'>guías de instalación</a>",
+"More" => "Máis",
+"Version" => "Versión",
+"Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "Desenvolvido pola <a href=\"http://ownCloud.org/contact\" target=\"_blank\">comunidade ownCloud</a>, o <a href=\"https://github.com/owncloud\" target=\"_blank\">código fonte</a> está baixo a licenza <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>.",
"Add your App" => "Engada o seu aplicativo",
"More Apps" => "Máis aplicativos",
"Select an App" => "Escolla un aplicativo",
@@ -31,6 +43,7 @@
"Bugtracker" => "Seguemento de fallos",
"Commercial Support" => "Asistencia comercial",
"You have used <strong>%s</strong> of the available <strong>%s</strong>" => "Te en uso <strong>%s</strong> do total dispoñíbel de <strong>%s</strong>",
+"Show First Run Wizard again" => "Amosar o axudante da primeira execución outra vez",
"Password" => "Contrasinal",
"Your password was changed" => "O seu contrasinal foi cambiado",
"Unable to change your password" => "Non é posíbel cambiar o seu contrasinal",
@@ -44,15 +57,10 @@
"Help translate" => "Axude na tradución",
"WebDAV" => "WebDAV",
"Use this address to connect to your ownCloud in your file manager" => "Utilice este enderezo para conectarse ao seu ownCloud co administrador de ficheiros",
-"Version" => "Versión",
-"Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "Desenvolvido pola <a href=\"http://ownCloud.org/contact\" target=\"_blank\">comunidade ownCloud</a>, o <a href=\"https://github.com/owncloud\" target=\"_blank\">código fonte</a> está baixo a licenza <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>.",
-"Groups" => "Grupos",
"Create" => "Crear",
"Default Storage" => "Almacenamento predeterminado",
"Unlimited" => "Sen límites",
"Other" => "Outro",
-"Group Admin" => "Grupo Admin",
"Storage" => "Almacenamento",
-"Default" => "Predeterminado",
-"Delete" => "Eliminar"
+"Default" => "Predeterminado"
);
diff --git a/settings/l10n/he.php b/settings/l10n/he.php
index 40f82100879..20e97b3ffda 100644
--- a/settings/l10n/he.php
+++ b/settings/l10n/he.php
@@ -17,7 +17,16 @@
"Enable" => "הפעל",
"Error" => "שגיאה",
"Saving..." => "שומר..",
+"undo" => "ביטול",
+"Groups" => "קבוצות",
+"Group Admin" => "מנהל הקבוצה",
+"Delete" => "מחיקה",
"__language_name__" => "עברית",
+"Security Warning" => "אזהרת אבטחה",
+"Your data directory and your files are probably accessible from the internet. The .htaccess file that ownCloud provides is not working. We strongly suggest that you configure your webserver in a way that the data directory is no longer accessible or you move the data directory outside the webserver document root." => "יתכן שתיקיית הנתונים והקבצים שלך נגישים דרך האינטרנט. קובץ ה־‎.htaccess שמסופק על ידי ownCloud כנראה אינו עובד. אנו ממליצים בחום להגדיר את שרת האינטרנט שלך בדרך שבה תיקיית הנתונים לא תהיה זמינה עוד או להעביר את תיקיית הנתונים מחוץ לספריית העל של שרת האינטרנט.",
+"More" => "יותר",
+"Version" => "גרסא",
+"Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "פותח על די <a href=\"http://ownCloud.org/contact\" target=\"_blank\">קהילתownCloud</a>, <a href=\"https://github.com/owncloud\" target=\"_blank\">קוד המקור</a> מוגן ברישיון <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>.",
"Add your App" => "הוספת היישום שלך",
"More Apps" => "יישומים נוספים",
"Select an App" => "בחירת יישום",
@@ -42,11 +51,6 @@
"Language" => "פה",
"Help translate" => "עזרה בתרגום",
"Use this address to connect to your ownCloud in your file manager" => "השתמש בכתובת זאת על מנת להתחבר אל ownCloud דרך סייר קבצים.",
-"Version" => "גרסא",
-"Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "פותח על די <a href=\"http://ownCloud.org/contact\" target=\"_blank\">קהילתownCloud</a>, <a href=\"https://github.com/owncloud\" target=\"_blank\">קוד המקור</a> מוגן ברישיון <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>.",
-"Groups" => "קבוצות",
"Create" => "יצירה",
-"Other" => "אחר",
-"Group Admin" => "מנהל הקבוצה",
-"Delete" => "מחיקה"
+"Other" => "אחר"
);
diff --git a/settings/l10n/hr.php b/settings/l10n/hr.php
index 32175bbb74c..013cce38908 100644
--- a/settings/l10n/hr.php
+++ b/settings/l10n/hr.php
@@ -9,6 +9,11 @@
"Enable" => "Uključi",
"Error" => "Greška",
"Saving..." => "Spremanje...",
+"deleted" => "izbrisano",
+"undo" => "vrati",
+"Groups" => "Grupe",
+"Group Admin" => "Grupa Admin",
+"Delete" => "Obriši",
"__language_name__" => "__ime_jezika__",
"Add your App" => "Dodajte vašu aplikaciju",
"Select an App" => "Odaberite Aplikaciju",
@@ -23,9 +28,6 @@
"Fill in an email address to enable password recovery" => "Ispunite vase e-mail adresa kako bi se omogućilo oporavak lozinke",
"Language" => "Jezik",
"Help translate" => "Pomoć prevesti",
-"Groups" => "Grupe",
"Create" => "Izradi",
-"Other" => "ostali",
-"Group Admin" => "Grupa Admin",
-"Delete" => "Obriši"
+"Other" => "ostali"
);
diff --git a/settings/l10n/hu_HU.php b/settings/l10n/hu_HU.php
index ae1a179b58f..d5d67f84015 100644
--- a/settings/l10n/hu_HU.php
+++ b/settings/l10n/hu_HU.php
@@ -17,7 +17,17 @@
"Enable" => "Engedélyezés",
"Error" => "Hiba",
"Saving..." => "Mentés...",
+"deleted" => "törölve",
+"undo" => "visszavonás",
+"Groups" => "Csoportok",
+"Group Admin" => "Csoportadminisztrátor",
+"Delete" => "Törlés",
"__language_name__" => "__language_name__",
+"Security Warning" => "Biztonsági figyelmeztetés",
+"Your data directory and your files are probably accessible from the internet. The .htaccess file that ownCloud provides is not working. We strongly suggest that you configure your webserver in a way that the data directory is no longer accessible or you move the data directory outside the webserver document root." => "Az adatkönytára és az itt levő fájlok valószínűleg elérhetők az internetről. Az ownCloud által beillesztett .htaccess fájl nem működik. Nagyon fontos, hogy a webszervert úgy konfigurálja, hogy az adatkönyvtár nem legyen közvetlenül kívülről elérhető, vagy az adatkönyvtárt tegye a webszerver dokumentumfáján kívülre.",
+"More" => "Több",
+"Version" => "Verzió",
+"Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "A programot az <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud közösség</a> fejleszti. A <a href=\"https://github.com/owncloud\" target=\"_blank\">forráskód</a> az <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a> feltételei mellett használható föl.",
"Add your App" => "Az alkalmazás hozzáadása",
"More Apps" => "További alkalmazások",
"Select an App" => "Válasszon egy alkalmazást",
@@ -31,6 +41,7 @@
"Bugtracker" => "Hibabejelentések",
"Commercial Support" => "Megvásárolható támogatás",
"You have used <strong>%s</strong> of the available <strong>%s</strong>" => "Az Ön tárterület-felhasználása jelenleg: <strong>%s</strong>. Maximálisan ennyi áll rendelkezésére: <strong>%s</strong>",
+"Show First Run Wizard again" => "Nézzük meg újra az első bejelentkezéskori segítséget!",
"Password" => "Jelszó",
"Your password was changed" => "A jelszava megváltozott",
"Unable to change your password" => "A jelszó nem változtatható meg",
@@ -44,15 +55,10 @@
"Help translate" => "Segítsen a fordításban!",
"WebDAV" => "WebDAV",
"Use this address to connect to your ownCloud in your file manager" => "Ennek a címnek a megadásával a WebDAV-protokollon keresztül saját gépének fájlkezelőjével is is elérheti az állományait.",
-"Version" => "Verzió",
-"Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "A programot az <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud közösség</a> fejleszti. A <a href=\"https://github.com/owncloud\" target=\"_blank\">forráskód</a> az <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a> feltételei mellett használható föl.",
-"Groups" => "Csoportok",
"Create" => "Létrehozás",
"Default Storage" => "Alapértelmezett tárhely",
"Unlimited" => "Korlátlan",
"Other" => "Más",
-"Group Admin" => "Csoportadminisztrátor",
"Storage" => "Tárhely",
-"Default" => "Alapértelmezett",
-"Delete" => "Törlés"
+"Default" => "Alapértelmezett"
);
diff --git a/settings/l10n/ia.php b/settings/l10n/ia.php
index 502dbfefabd..6e7feaf378c 100644
--- a/settings/l10n/ia.php
+++ b/settings/l10n/ia.php
@@ -1,6 +1,8 @@
<?php $TRANSLATIONS = array(
"Language changed" => "Linguage cambiate",
"Invalid request" => "Requesta invalide",
+"Groups" => "Gruppos",
+"Delete" => "Deler",
"__language_name__" => "Interlingua",
"Add your App" => "Adder tu application",
"Select an App" => "Selectionar un app",
@@ -14,8 +16,6 @@
"Your email address" => "Tu adresse de e-posta",
"Language" => "Linguage",
"Help translate" => "Adjuta a traducer",
-"Groups" => "Gruppos",
"Create" => "Crear",
-"Other" => "Altere",
-"Delete" => "Deler"
+"Other" => "Altere"
);
diff --git a/settings/l10n/id.php b/settings/l10n/id.php
index 8b0b280796f..e62b3e15a7a 100644
--- a/settings/l10n/id.php
+++ b/settings/l10n/id.php
@@ -8,7 +8,14 @@
"Enable" => "Aktifkan",
"Error" => "kesalahan",
"Saving..." => "Menyimpan...",
+"deleted" => "dihapus",
+"undo" => "batal dikerjakan",
+"Groups" => "Group",
+"Group Admin" => "Admin Grup",
+"Delete" => "Hapus",
"__language_name__" => "__language_name__",
+"Security Warning" => "peringatan keamanan",
+"More" => "lagi",
"Add your App" => "Tambahkan App anda",
"Select an App" => "Pilih satu aplikasi",
"See application page at apps.owncloud.com" => "Lihat halaman aplikasi di apps.owncloud.com",
@@ -23,9 +30,6 @@
"Fill in an email address to enable password recovery" => "Masukkan alamat email untuk mengaktifkan pemulihan password",
"Language" => "Bahasa",
"Help translate" => "Bantu menerjemahkan",
-"Groups" => "Group",
"Create" => "Buat",
-"Other" => "Lain-lain",
-"Group Admin" => "Admin Grup",
-"Delete" => "Hapus"
+"Other" => "Lain-lain"
);
diff --git a/settings/l10n/is.php b/settings/l10n/is.php
index fffd8124d38..e5c6e9f6347 100644
--- a/settings/l10n/is.php
+++ b/settings/l10n/is.php
@@ -17,7 +17,16 @@
"Enable" => "Virkja",
"Error" => "Villa",
"Saving..." => "Er að vista ...",
+"undo" => "afturkalla",
+"Groups" => "Hópar",
+"Group Admin" => "Hópstjóri",
+"Delete" => "Eyða",
"__language_name__" => "__nafn_tungumáls__",
+"Security Warning" => "Öryggis aðvörun",
+"Your data directory and your files are probably accessible from the internet. The .htaccess file that ownCloud provides is not working. We strongly suggest that you configure your webserver in a way that the data directory is no longer accessible or you move the data directory outside the webserver document root." => "Gagnamappan þín er að öllum líkindum aðgengileg frá internetinu. Skráin .htaccess sem fylgir með ownCloud er ekki að virka. Við mælum eindregið með því að þú stillir vefþjóninn þannig að gagnamappan verði ekki aðgengileg frá internetinu eða færir hana út fyrir vefrótina.",
+"More" => "Meira",
+"Version" => "Útgáfa",
+"Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "Þróað af <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud samfélaginu</a>, <a href=\"https://github.com/owncloud\" target=\"_blank\">forrita kóðinn</a> er skráðu með <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>.",
"Add your App" => "Bæta við forriti",
"More Apps" => "Fleiri forrit",
"Select an App" => "Veldu forrit",
@@ -44,15 +53,10 @@
"Help translate" => "Hjálpa við þýðingu",
"WebDAV" => "WebDAV",
"Use this address to connect to your ownCloud in your file manager" => "Notaðu þessa vefslóð til að tengjast ownCloud svæðinu þínu",
-"Version" => "Útgáfa",
-"Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "Þróað af <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud samfélaginu</a>, <a href=\"https://github.com/owncloud\" target=\"_blank\">forrita kóðinn</a> er skráðu með <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>.",
-"Groups" => "Hópar",
"Create" => "Búa til",
"Default Storage" => "Sjálfgefin gagnageymsla",
"Unlimited" => "Ótakmarkað",
"Other" => "Annað",
-"Group Admin" => "Hópstjóri",
"Storage" => "gagnapláss",
-"Default" => "Sjálfgefið",
-"Delete" => "Eyða"
+"Default" => "Sjálfgefið"
);
diff --git a/settings/l10n/it.php b/settings/l10n/it.php
index 45821cb7b21..d6de0739d57 100644
--- a/settings/l10n/it.php
+++ b/settings/l10n/it.php
@@ -24,7 +24,48 @@
"Error" => "Errore",
"Updated" => "Aggiornato",
"Saving..." => "Salvataggio in corso...",
+"deleted" => "eliminati",
+"undo" => "annulla",
+"Unable to remove user" => "Impossibile rimuovere l'utente",
+"Groups" => "Gruppi",
+"Group Admin" => "Gruppi amministrati",
+"Delete" => "Elimina",
+"add group" => "aggiungi gruppo",
+"The username is already being used" => "Il nome utente è già utilizzato",
+"Error creating user" => "Errore durante la creazione dell'utente",
+"A valid username must be provided" => "Deve essere fornito un nome utente valido",
+"A valid password must be provided" => "Deve essere fornita una password valida",
"__language_name__" => "Italiano",
+"Security Warning" => "Avviso di sicurezza",
+"Your data directory and your files are probably accessible from the internet. The .htaccess file that ownCloud provides is not working. We strongly suggest that you configure your webserver in a way that the data directory is no longer accessible or you move the data directory outside the webserver document root." => "La cartella dei dati e i tuoi file sono probabilmente accessibili da Internet. Il file .htaccess fornito da ownCloud non funziona. Ti suggeriamo vivamente di configurare il server web in modo che la cartella dei dati non sia più accessibile o sposta tale cartella fuori dalla radice del sito.",
+"Setup Warning" => "Avviso di configurazione",
+"Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "Il tuo server web non è configurato correttamente per consentire la sincronizzazione dei file poiché l'interfaccia WebDAV sembra essere danneggiata.",
+"Please double check the <a href='%s'>installation guides</a>." => "Leggi attentamente le <a href='%s'>guide d'installazione</a>.",
+"Module 'fileinfo' missing" => "Modulo 'fileinfo' mancante",
+"Locale not working" => "Locale non funzionante",
+"Internet connection not working" => "Concessione Internet non funzionante",
+"Cron" => "Cron",
+"Execute one task with each page loaded" => "Esegui un'operazione con ogni pagina caricata",
+"cron.php is registered at a webcron service. Call the cron.php page in the owncloud root once a minute over http." => "cron.php è registrato su un sevizio webcron. Invoca la pagina cron.php nella radice di ownCloud ogni minuto, tramite http.",
+"Use systems cron service. Call the cron.php file in the owncloud folder via a system cronjob once a minute." => "Utilizza il servizio cron di sistema. Invoca il file cron.php nella cartella di ownCloud tramite un job ogni minuto.",
+"Sharing" => "Condivisione",
+"Enable Share API" => "Abilita API di condivisione",
+"Allow apps to use the Share API" => "Consenti alle applicazioni di utilizzare le API di condivisione",
+"Allow links" => "Consenti collegamenti",
+"Allow users to share items to the public with links" => "Consenti agli utenti di condividere pubblicamente elementi tramite collegamenti",
+"Allow resharing" => "Consenti la ri-condivisione",
+"Allow users to share items shared with them again" => "Consenti agli utenti di condividere a loro volta elementi condivisi da altri",
+"Allow users to share with anyone" => "Consenti agli utenti di condividere con chiunque",
+"Allow users to only share with users in their groups" => "Consenti agli utenti di condividere solo con utenti dei loro gruppi",
+"Security" => "Protezione",
+"Enforce HTTPS" => "Forza HTTPS",
+"Enforces the clients to connect to ownCloud via an encrypted connection." => "Obbliga i client a connettersi a ownCloud tramite una confessione cifrata.",
+"Please connect to this ownCloud instance via HTTPS to enable or disable the SSL enforcement." => "Connettiti a questa istanza di ownCloud tramite HTTPS per abilitare o disabilitare la protezione SSL.",
+"Log" => "Log",
+"Log level" => "Livello di log",
+"More" => "Più",
+"Version" => "Versione",
+"Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "Sviluppato dalla <a href=\"http://ownCloud.org/contact\" target=\"_blank\">comunità di ownCloud</a>, il <a href=\"https://github.com/owncloud\" target=\"_blank\">codice sorgente</a> è licenziato nei termini della <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>.",
"Add your App" => "Aggiungi la tua applicazione",
"More Apps" => "Altre applicazioni",
"Select an App" => "Seleziona un'applicazione",
@@ -39,6 +80,7 @@
"Commercial Support" => "Supporto commerciale",
"You have used <strong>%s</strong> of the available <strong>%s</strong>" => "Hai utilizzato <strong>%s</strong> dei <strong>%s</strong> disponibili",
"Get the apps to sync your files" => "Scarica le applicazioni per sincronizzare i tuoi file",
+"Show First Run Wizard again" => "Mostra nuovamente la procedura di primo avvio",
"Password" => "Password",
"Your password was changed" => "La tua password è cambiata",
"Unable to change your password" => "Modifica password non riuscita",
@@ -56,18 +98,13 @@
"Help translate" => "Migliora la traduzione",
"WebDAV" => "WebDAV",
"Use this address to connect to your ownCloud in your file manager" => "Usa questo indirizzo per connetterti al tuo ownCloud dal tuo gestore file",
-"Version" => "Versione",
-"Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "Sviluppato dalla <a href=\"http://ownCloud.org/contact\" target=\"_blank\">comunità di ownCloud</a>, il <a href=\"https://github.com/owncloud\" target=\"_blank\">codice sorgente</a> è licenziato nei termini della <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>.",
"Login Name" => "Nome utente",
-"Groups" => "Gruppi",
"Create" => "Crea",
"Default Storage" => "Archiviazione predefinita",
"Unlimited" => "Illimitata",
"Other" => "Altro",
-"Group Admin" => "Gruppi amministrati",
"Storage" => "Archiviazione",
"change display name" => "cambia il nome visualizzato",
"set new password" => "imposta una nuova password",
-"Default" => "Predefinito",
-"Delete" => "Elimina"
+"Default" => "Predefinito"
);
diff --git a/settings/l10n/ja_JP.php b/settings/l10n/ja_JP.php
index 04ab6b5e188..5169085b393 100644
--- a/settings/l10n/ja_JP.php
+++ b/settings/l10n/ja_JP.php
@@ -24,7 +24,19 @@
"Error" => "エラー",
"Updated" => "更新済み",
"Saving..." => "保存中...",
+"deleted" => "削除",
+"undo" => "元に戻す",
+"Groups" => "グループ",
+"Group Admin" => "グループ管理者",
+"Delete" => "削除",
"__language_name__" => "Japanese (日本語)",
+"Security Warning" => "セキュリティ警告",
+"Your data directory and your files are probably accessible from the internet. The .htaccess file that ownCloud provides is not working. We strongly suggest that you configure your webserver in a way that the data directory is no longer accessible or you move the data directory outside the webserver document root." => "データディレクトリとファイルが恐らくインターネットからアクセスできるようになっています。ownCloudが提供する .htaccessファイルが機能していません。データディレクトリを全くアクセスできないようにするか、データディレクトリをウェブサーバのドキュメントルートの外に置くようにウェブサーバを設定することを強くお勧めします。 ",
+"Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "WebDAVインタフェースが動作していないと考えられるため、あなたのWEBサーバはまだファイルの同期を許可するように適切な設定がされていません。",
+"Please double check the <a href='%s'>installation guides</a>." => "<a href='%s'>インストールガイド</a>をよく確認してください。",
+"More" => "詳細",
+"Version" => "バージョン",
+"Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "<a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>により開発されています、<a href=\"https://github.com/owncloud\" target=\"_blank\">ソースコード</a>ライセンスは、<a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a> ライセンスにより提供されています。",
"Add your App" => "アプリを追加",
"More Apps" => "さらにアプリを表示",
"Select an App" => "アプリを選択してください",
@@ -38,6 +50,8 @@
"Bugtracker" => "バグトラッカー",
"Commercial Support" => "コマーシャルサポート",
"You have used <strong>%s</strong> of the available <strong>%s</strong>" => "現在、<strong>%s</strong> / <strong>%s</strong> を利用しています",
+"Get the apps to sync your files" => "あなたのファイルを同期するためのアプリを取得",
+"Show First Run Wizard again" => "初回実行ウィザードを再度表示する",
"Password" => "パスワード",
"Your password was changed" => "パスワードを変更しました",
"Unable to change your password" => "パスワードを変更することができません",
@@ -55,18 +69,13 @@
"Help translate" => "翻訳に協力する",
"WebDAV" => "WebDAV",
"Use this address to connect to your ownCloud in your file manager" => "ファイルマネージャでownCloudに接続する際はこのアドレスを利用してください",
-"Version" => "バージョン",
-"Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "<a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>により開発されています、<a href=\"https://github.com/owncloud\" target=\"_blank\">ソースコード</a>ライセンスは、<a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a> ライセンスにより提供されています。",
"Login Name" => "ログイン名",
-"Groups" => "グループ",
"Create" => "作成",
"Default Storage" => "デフォルトストレージ",
"Unlimited" => "無制限",
"Other" => "その他",
-"Group Admin" => "グループ管理者",
"Storage" => "ストレージ",
"change display name" => "表示名を変更",
"set new password" => "新しいパスワードを設定",
-"Default" => "デフォルト",
-"Delete" => "削除"
+"Default" => "デフォルト"
);
diff --git a/settings/l10n/ka_GE.php b/settings/l10n/ka_GE.php
index 5f33972a80e..27699d3f980 100644
--- a/settings/l10n/ka_GE.php
+++ b/settings/l10n/ka_GE.php
@@ -16,7 +16,12 @@
"Enable" => "ჩართვა",
"Error" => "შეცდომა",
"Saving..." => "შენახვა...",
+"undo" => "დაბრუნება",
+"Groups" => "ჯგუფი",
+"Group Admin" => "ჯგუფის ადმინისტრატორი",
+"Delete" => "წაშლა",
"__language_name__" => "__language_name__",
+"Security Warning" => "უსაფრთხოების გაფრთხილება",
"Add your App" => "დაამატე შენი აპლიკაცია",
"More Apps" => "უფრო მეტი აპლიკაციები",
"Select an App" => "აირჩიეთ აპლიკაცია",
@@ -34,9 +39,6 @@
"Fill in an email address to enable password recovery" => "შეავსეთ იმეილ მისამართის ველი პაროლის აღსადგენად",
"Language" => "ენა",
"Help translate" => "თარგმნის დახმარება",
-"Groups" => "ჯგუფი",
"Create" => "შექმნა",
-"Other" => "სხვა",
-"Group Admin" => "ჯგუფის ადმინისტრატორი",
-"Delete" => "წაშლა"
+"Other" => "სხვა"
);
diff --git a/settings/l10n/ko.php b/settings/l10n/ko.php
index 0afaef00155..fb6f7e6228b 100644
--- a/settings/l10n/ko.php
+++ b/settings/l10n/ko.php
@@ -17,7 +17,17 @@
"Enable" => "활성화",
"Error" => "오류",
"Saving..." => "저장 중...",
+"deleted" => "삭제",
+"undo" => "실행 취소",
+"Groups" => "그룹",
+"Group Admin" => "그룹 관리자",
+"Delete" => "삭제",
"__language_name__" => "한국어",
+"Security Warning" => "보안 경고",
+"Your data directory and your files are probably accessible from the internet. The .htaccess file that ownCloud provides is not working. We strongly suggest that you configure your webserver in a way that the data directory is no longer accessible or you move the data directory outside the webserver document root." => "데이터 디렉터리와 파일을 인터넷에서 접근할 수 있는 것 같습니다. ownCloud에서 제공한 .htaccess 파일이 작동하지 않습니다. 웹 서버를 다시 설정하여 데이터 디렉터리에 접근할 수 없도록 하거나 문서 루트 바깥쪽으로 옮기는 것을 추천합니다.",
+"More" => "더 중요함",
+"Version" => "버전",
+"Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "<a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud 커뮤니티</a>에 의해서 개발되었습니다. <a href=\"https://github.com/owncloud\" target=\"_blank\">원본 코드</a>는 <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>에 따라 사용이 허가됩니다.",
"Add your App" => "앱 추가",
"More Apps" => "더 많은 앱",
"Select an App" => "앱 선택",
@@ -31,6 +41,7 @@
"Bugtracker" => "버그 트래커",
"Commercial Support" => "상업용 지원",
"You have used <strong>%s</strong> of the available <strong>%s</strong>" => "현재 공간 <strong>%s</strong>/<strong>%s</strong>을(를) 사용 중입니다",
+"Show First Run Wizard again" => "첫 실행 마법사 다시 보이기",
"Password" => "암호",
"Your password was changed" => "암호가 변경되었습니다",
"Unable to change your password" => "암호를 변경할 수 없음",
@@ -45,18 +56,13 @@
"Help translate" => "번역 돕기",
"WebDAV" => "WebDAV",
"Use this address to connect to your ownCloud in your file manager" => "파일 관리자에서 ownCloud에 접속하려면 이 주소를 사용하십시오.",
-"Version" => "버전",
-"Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "<a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud 커뮤니티</a>에 의해서 개발되었습니다. <a href=\"https://github.com/owncloud\" target=\"_blank\">원본 코드</a>는 <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>에 따라 사용이 허가됩니다.",
"Login Name" => "로그인 이름",
-"Groups" => "그룹",
"Create" => "만들기",
"Default Storage" => "기본 저장소",
"Unlimited" => "무제한",
"Other" => "기타",
-"Group Admin" => "그룹 관리자",
"Storage" => "저장소",
"change display name" => "표시 이름 변경",
"set new password" => "새 암호 설정",
-"Default" => "기본값",
-"Delete" => "삭제"
+"Default" => "기본값"
);
diff --git a/settings/l10n/lb.php b/settings/l10n/lb.php
index eec89949139..793ae3d4dcd 100644
--- a/settings/l10n/lb.php
+++ b/settings/l10n/lb.php
@@ -9,7 +9,13 @@
"Enable" => "Aschalten",
"Error" => "Fehler",
"Saving..." => "Speicheren...",
+"deleted" => "geläscht",
+"undo" => "réckgängeg man",
+"Groups" => "Gruppen",
+"Group Admin" => "Gruppen Admin",
+"Delete" => "Läschen",
"__language_name__" => "__language_name__",
+"Security Warning" => "Sécherheets Warnung",
"Add your App" => "Setz deng App bei",
"Select an App" => "Wiel eng Applikatioun aus",
"See application page at apps.owncloud.com" => "Kuck dir d'Applicatioun's Säit op apps.owncloud.com un",
@@ -23,9 +29,6 @@
"Fill in an email address to enable password recovery" => "Gëff eng Email Adress an fir d'Passwuert recovery ze erlaben",
"Language" => "Sprooch",
"Help translate" => "Hëllef iwwersetzen",
-"Groups" => "Gruppen",
"Create" => "Erstellen",
-"Other" => "Aner",
-"Group Admin" => "Gruppen Admin",
-"Delete" => "Läschen"
+"Other" => "Aner"
);
diff --git a/settings/l10n/lt_LT.php b/settings/l10n/lt_LT.php
index d86b4eff9b7..177ce10dddb 100644
--- a/settings/l10n/lt_LT.php
+++ b/settings/l10n/lt_LT.php
@@ -10,7 +10,13 @@
"Enable" => "Įjungti",
"Error" => "Klaida",
"Saving..." => "Saugoma..",
+"undo" => "anuliuoti",
+"Groups" => "Grupės",
+"Delete" => "Ištrinti",
"__language_name__" => "Kalba",
+"Security Warning" => "Saugumo pranešimas",
+"Your data directory and your files are probably accessible from the internet. The .htaccess file that ownCloud provides is not working. We strongly suggest that you configure your webserver in a way that the data directory is no longer accessible or you move the data directory outside the webserver document root." => "Jūsų duomenų aplankalas ir Jūsų failai turbūt yra pasiekiami per internetą. Failas .htaccess, kuris duodamas, neveikia. Mes rekomenduojame susitvarkyti savo nustatymsu taip, kad failai nebūtų pasiekiami per internetą, arba persikelti juos kitur.",
+"More" => "Daugiau",
"Add your App" => "Pridėti programėlę",
"More Apps" => "Daugiau aplikacijų",
"Select an App" => "Pasirinkite programą",
@@ -27,8 +33,6 @@
"Fill in an email address to enable password recovery" => "Pamiršto slaptažodžio atkūrimui įveskite savo el. pašto adresą",
"Language" => "Kalba",
"Help translate" => "Padėkite išversti",
-"Groups" => "Grupės",
"Create" => "Sukurti",
-"Other" => "Kita",
-"Delete" => "Ištrinti"
+"Other" => "Kita"
);
diff --git a/settings/l10n/lv.php b/settings/l10n/lv.php
index 4ea926f8b80..9ad639883ab 100644
--- a/settings/l10n/lv.php
+++ b/settings/l10n/lv.php
@@ -24,7 +24,31 @@
"Error" => "Kļūda",
"Updated" => "Atjaunināta",
"Saving..." => "Saglabā...",
+"deleted" => "izdzests",
+"undo" => "atsaukt",
+"Unable to remove user" => "Nevar izņemt lietotāju",
+"Groups" => "Grupas",
+"Group Admin" => "Grupas administrators",
+"Delete" => "Dzēst",
+"add group" => "pievienot grupu",
+"The username is already being used" => "Šāds lietotājvārds jau tiek izmantots",
+"Error creating user" => "Kļūda, veidojot lietotāju",
+"A valid username must be provided" => "Jānorāda derīgs lietotājvārds",
+"A valid password must be provided" => "Jānorāda derīga parole",
"__language_name__" => "__valodas_nosaukums__",
+"Security Warning" => "Brīdinājums par drošību",
+"Your data directory and your files are probably accessible from the internet. The .htaccess file that ownCloud provides is not working. We strongly suggest that you configure your webserver in a way that the data directory is no longer accessible or you move the data directory outside the webserver document root." => "Jūsu datu direktorija un datnes visdrīzāk ir pieejamas no interneta. ownCloud nodrošinātā .htaccess datne nedarbojas. Mēs iesakām konfigurēt serveri tā, lai datu direktorija vairs nebūtu pieejama, vai arī pārvietojiet datu direktoriju ārpus tīmekļa servera dokumentu saknes.",
+"Setup Warning" => "Iestatīšanas brīdinājums",
+"Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "Jūsu serveris vēl nav pareizi iestatīts, lai ļautu sinhronizēt datnes, jo izskatās, ka WebDAV saskarne ir salauzta.",
+"Please double check the <a href='%s'>installation guides</a>." => "Lūdzu, vēlreiz pārbaudiet <a href='%s'>instalēšanas palīdzību</a>.",
+"Module 'fileinfo' missing" => "Trūkst modulis “fileinfo”",
+"The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." => "Trūkst PHP modulis “fileinfo”. Mēs iesakām to aktivēt, lai pēc iespējas labāk noteiktu mime tipus.",
+"Locale not working" => "Lokāle nestrādā",
+"This ownCloud server can't set system locale to \"en_US.UTF-8\"/\"en_US.UTF8\". This means that there might be problems with certain characters in file names. We strongly suggest to install the required packages on your system to support en_US.UTF-8/en_US.UTF8." => "Šis ownCloud serveris nevar iestatīt sistēmas lokāli uz \"en_US.UTF-8\"/\"en_US.UTF8\". Tas nozīmē, ka varētu būt problēmas ar noteiktām rakstzīmēm datņu nosaukumos. Mēs iesakām instalēt vajadzīgās pakotnes savā sistēmā en_US.UTF-8/en_US.UTF8 atbalstam.",
+"Internet connection not working" => "Interneta savienojums nedarbojas",
+"More" => "Vairāk",
+"Version" => "Versija",
+"Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "Izstrādājusi<a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud kopiena</a>,<a href=\"https://github.com/owncloud\" target=\"_blank\">pirmkodu</a>kurš ir licencēts zem <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>.",
"Add your App" => "Pievieno savu lietotni",
"More Apps" => "Vairāk lietotņu",
"Select an App" => "Izvēlies lietotni",
@@ -38,6 +62,8 @@
"Bugtracker" => "Kļūdu sekotājs",
"Commercial Support" => "Komerciālais atbalsts",
"You have used <strong>%s</strong> of the available <strong>%s</strong>" => "Jūs lietojat <strong>%s</strong> no pieejamajiem <strong>%s</strong>",
+"Get the apps to sync your files" => "Saņem lietotnes, lai sinhronizētu savas datnes",
+"Show First Run Wizard again" => "Vēlreiz rādīt pirmās palaišanas vedni",
"Password" => "Parole",
"Your password was changed" => "Jūru parole tika nomainīta",
"Unable to change your password" => "Nevar nomainīt jūsu paroli",
@@ -55,18 +81,13 @@
"Help translate" => "Palīdzi tulkot",
"WebDAV" => "WebDAV",
"Use this address to connect to your ownCloud in your file manager" => "Izmanto šo adresi, lai, izmantojot datņu pārvaldnieku, savienotos ar savu ownCloud",
-"Version" => "Versija",
-"Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "Izstrādājusi<a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud kopiena</a>,<a href=\"https://github.com/owncloud\" target=\"_blank\">pirmkodu</a>kurš ir licencēts zem <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>.",
"Login Name" => "Ierakstīšanās vārds",
-"Groups" => "Grupas",
"Create" => "Izveidot",
"Default Storage" => "Noklusējuma krātuve",
"Unlimited" => "Neierobežota",
"Other" => "Cits",
-"Group Admin" => "Grupas administrators",
"Storage" => "Krātuve",
"change display name" => "mainīt redzamo vārdu",
"set new password" => "iestatīt jaunu paroli",
-"Default" => "Noklusējuma",
-"Delete" => "Dzēst"
+"Default" => "Noklusējuma"
);
diff --git a/settings/l10n/mk.php b/settings/l10n/mk.php
index 6307a2a1af1..1994c2ab67e 100644
--- a/settings/l10n/mk.php
+++ b/settings/l10n/mk.php
@@ -17,7 +17,16 @@
"Enable" => "Овозможи",
"Error" => "Грешка",
"Saving..." => "Снимам...",
+"undo" => "врати",
+"Groups" => "Групи",
+"Group Admin" => "Администратор на група",
+"Delete" => "Избриши",
"__language_name__" => "__language_name__",
+"Security Warning" => "Безбедносно предупредување",
+"Your data directory and your files are probably accessible from the internet. The .htaccess file that ownCloud provides is not working. We strongly suggest that you configure your webserver in a way that the data directory is no longer accessible or you move the data directory outside the webserver document root." => "Вашата папка со податоци и датотеките е најверојатно достапна од интернет. .htaccess датотеката што ја овозможува ownCloud не фунционира. Силно препорачуваме да го исконфигурирате вашиот сервер за вашата папка со податоци не е достапна преку интернетт или преместете ја надвор од коренот на веб серверот.",
+"More" => "Повеќе",
+"Version" => "Верзија",
+"Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "Развој од <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud заедницата</a>, <a href=\"https://github.com/owncloud\" target=\"_blank\">изворниот код</a> е лиценциран со<a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>.",
"Add your App" => "Додадете ја Вашата апликација",
"More Apps" => "Повеќе аппликации",
"Select an App" => "Избери аппликација",
@@ -43,11 +52,6 @@
"Help translate" => "Помогни во преводот",
"WebDAV" => "WebDAV",
"Use this address to connect to your ownCloud in your file manager" => "Користете ја оваа адреса да ",
-"Version" => "Верзија",
-"Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "Развој од <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud заедницата</a>, <a href=\"https://github.com/owncloud\" target=\"_blank\">изворниот код</a> е лиценциран со<a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>.",
-"Groups" => "Групи",
"Create" => "Создај",
-"Other" => "Останато",
-"Group Admin" => "Администратор на група",
-"Delete" => "Избриши"
+"Other" => "Останато"
);
diff --git a/settings/l10n/ms_MY.php b/settings/l10n/ms_MY.php
index c573979d879..a0022d5ba31 100644
--- a/settings/l10n/ms_MY.php
+++ b/settings/l10n/ms_MY.php
@@ -8,7 +8,11 @@
"Enable" => "Aktif",
"Error" => "Ralat",
"Saving..." => "Simpan...",
+"deleted" => "dihapus",
+"Groups" => "Kumpulan",
+"Delete" => "Padam",
"__language_name__" => "_nama_bahasa_",
+"Security Warning" => "Amaran keselamatan",
"Add your App" => "Tambah apps anda",
"Select an App" => "Pilih aplikasi",
"See application page at apps.owncloud.com" => "Lihat halaman applikasi di apps.owncloud.com",
@@ -23,8 +27,6 @@
"Fill in an email address to enable password recovery" => "Isi alamat emel anda untuk membolehkan pemulihan kata laluan",
"Language" => "Bahasa",
"Help translate" => "Bantu terjemah",
-"Groups" => "Kumpulan",
"Create" => "Buat",
-"Other" => "Lain",
-"Delete" => "Padam"
+"Other" => "Lain"
);
diff --git a/settings/l10n/nb_NO.php b/settings/l10n/nb_NO.php
index 96831eb2d61..708e78bf4b8 100644
--- a/settings/l10n/nb_NO.php
+++ b/settings/l10n/nb_NO.php
@@ -16,7 +16,15 @@
"Enable" => "Slå på",
"Error" => "Feil",
"Saving..." => "Lagrer...",
+"deleted" => "slettet",
+"undo" => "angre",
+"Groups" => "Grupper",
+"Group Admin" => "Gruppeadministrator",
+"Delete" => "Slett",
"__language_name__" => "__language_name__",
+"Security Warning" => "Sikkerhetsadvarsel",
+"More" => "Mer",
+"Version" => "Versjon",
"Add your App" => "Legg til din App",
"More Apps" => "Flere Apps",
"Select an App" => "Velg en app",
@@ -38,10 +46,6 @@
"Language" => "Språk",
"Help translate" => "Bidra til oversettelsen",
"WebDAV" => "WebDAV",
-"Version" => "Versjon",
-"Groups" => "Grupper",
"Create" => "Opprett",
-"Other" => "Annet",
-"Group Admin" => "Gruppeadministrator",
-"Delete" => "Slett"
+"Other" => "Annet"
);
diff --git a/settings/l10n/nl.php b/settings/l10n/nl.php
index 84b70d9d32e..c466f619f2e 100644
--- a/settings/l10n/nl.php
+++ b/settings/l10n/nl.php
@@ -24,7 +24,19 @@
"Error" => "Fout",
"Updated" => "Bijgewerkt",
"Saving..." => "Aan het bewaren.....",
+"deleted" => "verwijderd",
+"undo" => "ongedaan maken",
+"Groups" => "Groepen",
+"Group Admin" => "Groep beheerder",
+"Delete" => "verwijderen",
"__language_name__" => "Nederlands",
+"Security Warning" => "Beveiligingswaarschuwing",
+"Your data directory and your files are probably accessible from the internet. The .htaccess file that ownCloud provides is not working. We strongly suggest that you configure your webserver in a way that the data directory is no longer accessible or you move the data directory outside the webserver document root." => "Uw data is waarschijnlijk toegankelijk vanaf net internet. Het .htaccess bestand dat ownCloud levert werkt niet goed. U wordt aangeraden om de configuratie van uw webserver zodanig aan te passen dat de data folders niet meer publiekelijk toegankelijk zijn. U kunt ook de data folder verplaatsen naar een folder buiten de webserver document folder.",
+"Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "Uw webserver is nog niet goed ingesteld voor bestandssynchronisatie omdat de WebDAV interface verbroken lijkt.",
+"Please double check the <a href='%s'>installation guides</a>." => "Conntroleer de <a href='%s'>installatie handleiding</a> goed.",
+"More" => "Meer",
+"Version" => "Versie",
+"Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "Ontwikkeld door de <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud gemeenschap</a>, de <a href=\"https://github.com/owncloud\" target=\"_blank\">bron code</a> is gelicenseerd onder de <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>.",
"Add your App" => "App toevoegen",
"More Apps" => "Meer apps",
"Select an App" => "Selecteer een app",
@@ -38,6 +50,8 @@
"Bugtracker" => "Bugtracker",
"Commercial Support" => "Commerciële ondersteuning",
"You have used <strong>%s</strong> of the available <strong>%s</strong>" => "U heeft <strong>%s</strong> van de <strong>%s</strong> beschikbaren gebruikt",
+"Get the apps to sync your files" => "Download de apps om bestanden te synchen",
+"Show First Run Wizard again" => "Toon de Eerste start Wizard opnieuw",
"Password" => "Wachtwoord",
"Your password was changed" => "Je wachtwoord is veranderd",
"Unable to change your password" => "Niet in staat om uw wachtwoord te wijzigen",
@@ -55,18 +69,13 @@
"Help translate" => "Help met vertalen",
"WebDAV" => "WebDAV",
"Use this address to connect to your ownCloud in your file manager" => "Gebruik dit adres om te verbinden met uw ownCloud in uw bestandsbeheer",
-"Version" => "Versie",
-"Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "Ontwikkeld door de <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud gemeenschap</a>, de <a href=\"https://github.com/owncloud\" target=\"_blank\">bron code</a> is gelicenseerd onder de <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>.",
"Login Name" => "Inlognaam",
-"Groups" => "Groepen",
"Create" => "Creëer",
"Default Storage" => "Default opslag",
"Unlimited" => "Ongelimiteerd",
"Other" => "Andere",
-"Group Admin" => "Groep beheerder",
"Storage" => "Opslag",
"change display name" => "wijzig weergavenaam",
"set new password" => "Instellen nieuw wachtwoord",
-"Default" => "Default",
-"Delete" => "verwijderen"
+"Default" => "Default"
);
diff --git a/settings/l10n/nn_NO.php b/settings/l10n/nn_NO.php
index c3e1c83c990..cee3ecaeac4 100644
--- a/settings/l10n/nn_NO.php
+++ b/settings/l10n/nn_NO.php
@@ -8,6 +8,8 @@
"Disable" => "Slå av",
"Enable" => "Slå på",
"Error" => "Feil",
+"Groups" => "Grupper",
+"Delete" => "Slett",
"__language_name__" => "Nynorsk",
"Select an App" => "Vel ein applikasjon",
"Update" => "Oppdater",
@@ -21,8 +23,6 @@
"Fill in an email address to enable password recovery" => "Fyll inn din e-post addresse for og kunne motta passord tilbakestilling",
"Language" => "Språk",
"Help translate" => "Hjelp oss å oversett",
-"Groups" => "Grupper",
"Create" => "Lag",
-"Other" => "Anna",
-"Delete" => "Slett"
+"Other" => "Anna"
);
diff --git a/settings/l10n/oc.php b/settings/l10n/oc.php
index 0e09acbd18e..589ccb09bd4 100644
--- a/settings/l10n/oc.php
+++ b/settings/l10n/oc.php
@@ -16,7 +16,13 @@
"Enable" => "Activa",
"Error" => "Error",
"Saving..." => "Enregistra...",
+"deleted" => "escafat",
+"undo" => "defar",
+"Groups" => "Grops",
+"Group Admin" => "Grop Admin",
+"Delete" => "Escafa",
"__language_name__" => "__language_name__",
+"Security Warning" => "Avertiment de securitat",
"Add your App" => "Ajusta ton App",
"Select an App" => "Selecciona una applicacion",
"See application page at apps.owncloud.com" => "Agacha la pagina d'applications en cò de apps.owncloud.com",
@@ -32,9 +38,6 @@
"Fill in an email address to enable password recovery" => "Emplena una adreiça de corrièl per permetre lo mandadís del senhal perdut",
"Language" => "Lenga",
"Help translate" => "Ajuda a la revirada",
-"Groups" => "Grops",
"Create" => "Crea",
-"Other" => "Autres",
-"Group Admin" => "Grop Admin",
-"Delete" => "Escafa"
+"Other" => "Autres"
);
diff --git a/settings/l10n/pl.php b/settings/l10n/pl.php
index 2fd921ef0f2..c2aa8a2b338 100644
--- a/settings/l10n/pl.php
+++ b/settings/l10n/pl.php
@@ -1,6 +1,7 @@
<?php $TRANSLATIONS = array(
"Unable to load list from App Store" => "Nie mogę załadować listy aplikacji",
"Authentication error" => "Błąd uwierzytelniania",
+"Unable to change display name" => "Nie można zmienić nazwy wyświetlanej",
"Group already exists" => "Grupa już istnieje",
"Unable to add group" => "Nie można dodać grupy",
"Could not enable app. " => "Nie można włączyć aplikacji.",
@@ -13,11 +14,27 @@
"Admins can't remove themself from the admin group" => "Administratorzy nie mogą usunąć się sami z grupy administratorów.",
"Unable to add user to group %s" => "Nie można dodać użytkownika do grupy %s",
"Unable to remove user from group %s" => "Nie można usunąć użytkownika z grupy %s",
+"Couldn't update app." => "Nie można uaktualnić aplikacji",
+"Update to {appversion}" => "Aktualizacja do {appversion}",
"Disable" => "Wyłącz",
"Enable" => "Włącz",
+"Please wait...." => "Prosze czekać...",
+"Updating...." => "Aktualizacja w toku...",
+"Error while updating app" => "Błąd podczas aktualizacji aplikacji",
"Error" => "Błąd",
+"Updated" => "Zaktualizowano",
"Saving..." => "Zapisywanie...",
+"deleted" => "skasuj",
+"undo" => "wróć",
+"Groups" => "Grupy",
+"Group Admin" => "Grupa Admin",
+"Delete" => "Usuń",
"__language_name__" => "Polski",
+"Security Warning" => "Ostrzeżenie o zabezpieczeniach",
+"Your data directory and your files are probably accessible from the internet. The .htaccess file that ownCloud provides is not working. We strongly suggest that you configure your webserver in a way that the data directory is no longer accessible or you move the data directory outside the webserver document root." => "Katalog danych (data) i pliki są prawdopodobnie dostępnego z Internetu. Sprawdź plik .htaccess oraz konfigurację serwera (hosta). Sugerujemy, skonfiguruj swój serwer w taki sposób, żeby dane katalogu nie były dostępne lub przenieść katalog danych spoza głównego dokumentu webserwera.",
+"More" => "Więcej",
+"Version" => "Wersja",
+"Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "Stworzone przez <a href=\"http://ownCloud.org/contact\" target=\"_blank\"> społeczność ownCloud</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">kod źródłowy</a> na licencji <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>.",
"Add your App" => "Dodaj aplikacje",
"More Apps" => "Więcej aplikacji",
"Select an App" => "Zaznacz aplikacje",
@@ -31,12 +48,18 @@
"Bugtracker" => "Zgłaszanie błędów",
"Commercial Support" => "Wsparcie komercyjne",
"You have used <strong>%s</strong> of the available <strong>%s</strong>" => "Korzystasz z <strong>%s</strong> z dostępnych <strong>%s</strong>",
+"Get the apps to sync your files" => "Pobierz aplikacje żeby synchronizować swoje pliki",
+"Show First Run Wizard again" => "Uruchom ponownie kreatora pierwszego uruchomienia",
"Password" => "Hasło",
"Your password was changed" => "Twoje hasło zostało zmienione",
"Unable to change your password" => "Nie można zmienić hasła",
"Current password" => "Bieżące hasło",
"New password" => "Nowe hasło",
"Change password" => "Zmień hasło",
+"Display Name" => "Wyświetlana nazwa",
+"Your display name was changed" => "Twoja nazwa wyświetlana została zmieniona",
+"Unable to change your display name" => "Nie można zmianić wyświetlanej nazwy",
+"Change display name" => "Zmiana wyświetlanej nazwy",
"Email" => "E-mail",
"Your email address" => "Adres e-mail użytkownika",
"Fill in an email address to enable password recovery" => "Proszę wprowadzić adres e-mail, aby uzyskać możliwość odzyskania hasła",
@@ -44,15 +67,13 @@
"Help translate" => "Pomóż w tłumaczeniu",
"WebDAV" => "WebDAV",
"Use this address to connect to your ownCloud in your file manager" => "Użyj tego adresu aby podłączyć zasób ownCloud w menedżerze plików",
-"Version" => "Wersja",
-"Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "Stworzone przez <a href=\"http://ownCloud.org/contact\" target=\"_blank\"> społeczność ownCloud</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">kod źródłowy</a> na licencji <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>.",
-"Groups" => "Grupy",
+"Login Name" => "Login",
"Create" => "Utwórz",
"Default Storage" => "Domyślny magazyn",
"Unlimited" => "Bez limitu",
"Other" => "Inne",
-"Group Admin" => "Grupa Admin",
"Storage" => "Magazyn",
-"Default" => "Domyślny",
-"Delete" => "Usuń"
+"change display name" => "zmień nazwę wyświetlaną",
+"set new password" => "zmień hasło",
+"Default" => "Domyślny"
);
diff --git a/settings/l10n/pt_BR.php b/settings/l10n/pt_BR.php
index 01904d97666..6af0c045017 100644
--- a/settings/l10n/pt_BR.php
+++ b/settings/l10n/pt_BR.php
@@ -17,7 +17,17 @@
"Enable" => "Habilitar",
"Error" => "Erro",
"Saving..." => "Guardando...",
+"deleted" => "deletado",
+"undo" => "desfazer",
+"Groups" => "Grupos",
+"Group Admin" => "Grupo Administrativo",
+"Delete" => "Apagar",
"__language_name__" => "Português (Brasil)",
+"Security Warning" => "Aviso de Segurança",
+"Your data directory and your files are probably accessible from the internet. The .htaccess file that ownCloud provides is not working. We strongly suggest that you configure your webserver in a way that the data directory is no longer accessible or you move the data directory outside the webserver document root." => "Seu diretório de dados e seus arquivos estão, provavelmente, acessíveis a partir da internet. O .htaccess que o ownCloud fornece não está funcionando. Nós sugerimos que você configure o seu servidor web de uma forma que o diretório de dados esteja mais acessível ou que você mova o diretório de dados para fora da raiz do servidor web.",
+"More" => "Mais",
+"Version" => "Versão",
+"Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "Desenvolvido pela <a href=\"http://ownCloud.org/contact\" target=\"_blank\">comunidade ownCloud</a>, o <a href=\"https://github.com/owncloud\" target=\"_blank\">código fonte</a> está licenciado sob <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>.",
"Add your App" => "Adicione seu Aplicativo",
"More Apps" => "Mais Apps",
"Select an App" => "Selecione um Aplicativo",
@@ -30,6 +40,7 @@
"Forum" => "Fórum",
"Commercial Support" => "Suporte Comercial",
"You have used <strong>%s</strong> of the available <strong>%s</strong>" => "Você usou <strong>%s</strong> do seu espaço de <strong>%s</strong>",
+"Show First Run Wizard again" => "Mostrar este Assistente de novo",
"Password" => "Senha",
"Your password was changed" => "Sua senha foi alterada",
"Unable to change your password" => "Não é possivel alterar a sua senha",
@@ -44,16 +55,11 @@
"Help translate" => "Ajude a traduzir",
"WebDAV" => "WebDAV",
"Use this address to connect to your ownCloud in your file manager" => "Usar este endereço para conectar-se ao seu ownCloud no seu gerenciador de arquivos",
-"Version" => "Versão",
-"Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "Desenvolvido pela <a href=\"http://ownCloud.org/contact\" target=\"_blank\">comunidade ownCloud</a>, o <a href=\"https://github.com/owncloud\" target=\"_blank\">código fonte</a> está licenciado sob <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>.",
"Login Name" => "Nome de Login",
-"Groups" => "Grupos",
"Create" => "Criar",
"Default Storage" => "Armazenamento Padrão",
"Unlimited" => "Ilimitado",
"Other" => "Outro",
-"Group Admin" => "Grupo Administrativo",
"Storage" => "Armazenamento",
-"Default" => "Padrão",
-"Delete" => "Apagar"
+"Default" => "Padrão"
);
diff --git a/settings/l10n/pt_PT.php b/settings/l10n/pt_PT.php
index 3dc53eb2add..d4d7d4e7893 100644
--- a/settings/l10n/pt_PT.php
+++ b/settings/l10n/pt_PT.php
@@ -24,7 +24,19 @@
"Error" => "Erro",
"Updated" => "Actualizado",
"Saving..." => "A guardar...",
+"deleted" => "apagado",
+"undo" => "desfazer",
+"Groups" => "Grupos",
+"Group Admin" => "Grupo Administrador",
+"Delete" => "Apagar",
"__language_name__" => "__language_name__",
+"Security Warning" => "Aviso de Segurança",
+"Your data directory and your files are probably accessible from the internet. The .htaccess file that ownCloud provides is not working. We strongly suggest that you configure your webserver in a way that the data directory is no longer accessible or you move the data directory outside the webserver document root." => "A sua pasta com os dados e os seus ficheiros estão provavelmente acessíveis a partir das internet. Sugerimos veementemente que configure o seu servidor web de maneira a que a pasta com os dados deixe de ficar acessível, ou mova a pasta com os dados para fora da raiz de documentos do servidor web.",
+"Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "O seu servidor web não está configurado correctamente para autorizar sincronização de ficheiros, pois o interface WebDAV parece estar com problemas.",
+"Please double check the <a href='%s'>installation guides</a>." => "Por favor verifique <a href='%s'>installation guides</a>.",
+"More" => "Mais",
+"Version" => "Versão",
+"Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "Desenvolvido pela <a href=\"http://ownCloud.org/contact\" target=\"_blank\">comunidade ownCloud</a>, o<a href=\"https://github.com/owncloud\" target=\"_blank\">código fonte</a> está licenciado sob a <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>.",
"Add your App" => "Adicione a sua aplicação",
"More Apps" => "Mais Aplicações",
"Select an App" => "Selecione uma aplicação",
@@ -38,6 +50,7 @@
"Bugtracker" => "Bugtracker",
"Commercial Support" => "Suporte Comercial",
"You have used <strong>%s</strong> of the available <strong>%s</strong>" => "Usou <strong>%s</strong> do disponivel <strong>%s</strong>",
+"Show First Run Wizard again" => "Mostrar novamente Wizard de Arranque Inicial",
"Password" => "Palavra-chave",
"Your password was changed" => "A sua palavra-passe foi alterada",
"Unable to change your password" => "Não foi possivel alterar a sua palavra-chave",
@@ -55,18 +68,13 @@
"Help translate" => "Ajude a traduzir",
"WebDAV" => "WebDAV",
"Use this address to connect to your ownCloud in your file manager" => "Use este endereço no seu gestor de ficheiros para ligar à sua ownCloud",
-"Version" => "Versão",
-"Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "Desenvolvido pela <a href=\"http://ownCloud.org/contact\" target=\"_blank\">comunidade ownCloud</a>, o<a href=\"https://github.com/owncloud\" target=\"_blank\">código fonte</a> está licenciado sob a <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>.",
"Login Name" => "Nome de utilizador",
-"Groups" => "Grupos",
"Create" => "Criar",
"Default Storage" => "Armazenamento Padrão",
"Unlimited" => "Ilimitado",
"Other" => "Outro",
-"Group Admin" => "Grupo Administrador",
"Storage" => "Armazenamento",
"change display name" => "modificar nome exibido",
"set new password" => "definir nova palavra-passe",
-"Default" => "Padrão",
-"Delete" => "Apagar"
+"Default" => "Padrão"
);
diff --git a/settings/l10n/ro.php b/settings/l10n/ro.php
index 249395f33f2..99265e30574 100644
--- a/settings/l10n/ro.php
+++ b/settings/l10n/ro.php
@@ -17,7 +17,17 @@
"Enable" => "Activați",
"Error" => "Eroare",
"Saving..." => "Salvez...",
+"deleted" => "șters",
+"undo" => "Anulează ultima acțiune",
+"Groups" => "Grupuri",
+"Group Admin" => "Grupul Admin ",
+"Delete" => "Șterge",
"__language_name__" => "_language_name_",
+"Security Warning" => "Avertisment de securitate",
+"Your data directory and your files are probably accessible from the internet. The .htaccess file that ownCloud provides is not working. We strongly suggest that you configure your webserver in a way that the data directory is no longer accessible or you move the data directory outside the webserver document root." => "Directorul tău de date și fișierele tale probabil sunt accesibile prin internet. Fișierul .htaccess oferit de ownCloud nu funcționează. Îți recomandăm să configurezi server-ul tău web într-un mod în care directorul de date să nu mai fie accesibil sau mută directorul de date în afara directorului root al server-ului web.",
+"More" => "Mai mult",
+"Version" => "Versiunea",
+"Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "Dezvoltat de the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">comunitatea ownCloud</a>, <a href=\"https://github.com/owncloud\" target=\"_blank\">codul sursă</a> este licențiat sub <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>.",
"Add your App" => "Adaugă aplicația ta",
"More Apps" => "Mai multe aplicații",
"Select an App" => "Selectează o aplicație",
@@ -44,15 +54,10 @@
"Help translate" => "Ajută la traducere",
"WebDAV" => "WebDAV",
"Use this address to connect to your ownCloud in your file manager" => "Folosește această adresă pentru a conecta ownCloud cu managerul de fișiere",
-"Version" => "Versiunea",
-"Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "Dezvoltat de the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">comunitatea ownCloud</a>, <a href=\"https://github.com/owncloud\" target=\"_blank\">codul sursă</a> este licențiat sub <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>.",
-"Groups" => "Grupuri",
"Create" => "Crează",
"Default Storage" => "Stocare implicită",
"Unlimited" => "Nelimitată",
"Other" => "Altele",
-"Group Admin" => "Grupul Admin ",
"Storage" => "Stocare",
-"Default" => "Implicită",
-"Delete" => "Șterge"
+"Default" => "Implicită"
);
diff --git a/settings/l10n/ru.php b/settings/l10n/ru.php
index 1d457db7452..393993fa611 100644
--- a/settings/l10n/ru.php
+++ b/settings/l10n/ru.php
@@ -24,7 +24,17 @@
"Error" => "Ошибка",
"Updated" => "Обновлено",
"Saving..." => "Сохранение...",
+"deleted" => "удален",
+"undo" => "отмена",
+"Groups" => "Группы",
+"Group Admin" => "Группа Администраторы",
+"Delete" => "Удалить",
"__language_name__" => "Русский ",
+"Security Warning" => "Предупреждение безопасности",
+"Your data directory and your files are probably accessible from the internet. The .htaccess file that ownCloud provides is not working. We strongly suggest that you configure your webserver in a way that the data directory is no longer accessible or you move the data directory outside the webserver document root." => "Ваши каталоги данных и файлы, вероятно, доступны из Интернета. Файл .htaccess, предоставляемый ownCloud, не работает. Мы настоятельно рекомендуем Вам настроить вебсервер таким образом, чтобы каталоги данных больше не были доступны, или переместить их за пределы корневого каталога документов веб-сервера.",
+"More" => "Больше",
+"Version" => "Версия",
+"Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "Разрабатывается <a href=\"http://ownCloud.org/contact\" target=\"_blank\">сообществом ownCloud</a>, <a href=\"https://github.com/owncloud\" target=\"_blank\">исходный код</a> доступен под лицензией <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>.",
"Add your App" => "Добавить приложение",
"More Apps" => "Больше приложений",
"Select an App" => "Выберите приложение",
@@ -38,6 +48,8 @@
"Bugtracker" => "Bugtracker",
"Commercial Support" => "Коммерческая поддержка",
"You have used <strong>%s</strong> of the available <strong>%s</strong>" => "Вы использовали <strong>%s</strong> из доступных <strong>%s</strong>",
+"Get the apps to sync your files" => "Получить приложения для синхронизации ваших файлов",
+"Show First Run Wizard again" => "Показать помощник настройки",
"Password" => "Пароль",
"Your password was changed" => "Ваш пароль изменён",
"Unable to change your password" => "Невозможно сменить пароль",
@@ -55,18 +67,13 @@
"Help translate" => "Помочь с переводом",
"WebDAV" => "WebDAV",
"Use this address to connect to your ownCloud in your file manager" => "Используйте этот URL для подключения файлового менеджера к Вашему хранилищу",
-"Version" => "Версия",
-"Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "Разрабатывается <a href=\"http://ownCloud.org/contact\" target=\"_blank\">сообществом ownCloud</a>, <a href=\"https://github.com/owncloud\" target=\"_blank\">исходный код</a> доступен под лицензией <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>.",
"Login Name" => "Имя пользователя",
-"Groups" => "Группы",
"Create" => "Создать",
"Default Storage" => "Хранилище по-умолчанию",
"Unlimited" => "Неограниченно",
"Other" => "Другое",
-"Group Admin" => "Группа Администраторы",
"Storage" => "Хранилище",
"change display name" => "изменить отображаемое имя",
"set new password" => "установить новый пароль",
-"Default" => "По-умолчанию",
-"Delete" => "Удалить"
+"Default" => "По-умолчанию"
);
diff --git a/settings/l10n/ru_RU.php b/settings/l10n/ru_RU.php
index c5e595226b0..46897eda84a 100644
--- a/settings/l10n/ru_RU.php
+++ b/settings/l10n/ru_RU.php
@@ -17,7 +17,19 @@
"Enable" => "Включить",
"Error" => "Ошибка",
"Saving..." => "Сохранение",
+"deleted" => "удалено",
+"undo" => "отменить действие",
+"Groups" => "Группы",
+"Group Admin" => "Группа Admin",
+"Delete" => "Удалить",
"__language_name__" => "__язык_имя__",
+"Security Warning" => "Предупреждение системы безопасности",
+"Your data directory and your files are probably accessible from the internet. The .htaccess file that ownCloud provides is not working. We strongly suggest that you configure your webserver in a way that the data directory is no longer accessible or you move the data directory outside the webserver document root." => "Ваши каталоги данных и файлы, вероятно, доступны из Интернета. Файл .htaccess, предоставляемый ownCloud, не работает. Мы настоятельно рекомендуем Вам настроить вебсервер таким образом, чтобы каталоги данных больше не были доступны, или переместить их за пределы корневого каталога документов веб-сервера.",
+"Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "Ваш веб сервер ещё не достаточно точно настроен для возможности синхронизации, т.к. похоже, что интерфейс WebDAV сломан.",
+"Please double check the <a href='%s'>installation guides</a>." => "Пожалуйста проверте дважды <a href='%s'>гиды по установке</a>.",
+"More" => "Подробнее",
+"Version" => "Версия",
+"Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "Разработанный <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>.",
"Add your App" => "Добавить Ваше приложение",
"More Apps" => "Больше приложений",
"Select an App" => "Выбрать приложение",
@@ -31,6 +43,7 @@
"Bugtracker" => "Отслеживание ошибок",
"Commercial Support" => "Коммерческая поддержка",
"You have used <strong>%s</strong> of the available <strong>%s</strong>" => "Вы использовали <strong>%s</strong> из возможных <strong>%s</strong>",
+"Show First Run Wizard again" => "Вновь показать помощника первоначальной настройки",
"Password" => "Пароль",
"Your password was changed" => "Ваш пароль был изменен",
"Unable to change your password" => "Невозможно изменить Ваш пароль",
@@ -44,16 +57,11 @@
"Help translate" => "Помогите перевести",
"WebDAV" => "WebDAV",
"Use this address to connect to your ownCloud in your file manager" => "Используйте этот адрес для подключения к ownCloud в Вашем файловом менеджере",
-"Version" => "Версия",
-"Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "Разработанный <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>.",
-"Groups" => "Группы",
"Create" => "Создать",
"Default Storage" => "Хранилище по умолчанию",
"Unlimited" => "Неограниченный",
"Other" => "Другой",
-"Group Admin" => "Группа Admin",
"Storage" => "Хранилище",
"set new password" => "назначить новый пароль",
-"Default" => "По умолчанию",
-"Delete" => "Удалить"
+"Default" => "По умолчанию"
);
diff --git a/settings/l10n/si_LK.php b/settings/l10n/si_LK.php
index a188b135348..6946b41d40c 100644
--- a/settings/l10n/si_LK.php
+++ b/settings/l10n/si_LK.php
@@ -15,6 +15,14 @@
"Enable" => "ක්‍රියත්මක කරන්න",
"Error" => "දෝෂයක්",
"Saving..." => "සුරැකෙමින් පවතී...",
+"undo" => "නිෂ්ප්‍රභ කරන්න",
+"Groups" => "සමූහය",
+"Group Admin" => "කාණ්ඩ පරිපාලක",
+"Delete" => "මකා දමනවා",
+"Security Warning" => "ආරක්ෂක නිවේදනයක්",
+"Your data directory and your files are probably accessible from the internet. The .htaccess file that ownCloud provides is not working. We strongly suggest that you configure your webserver in a way that the data directory is no longer accessible or you move the data directory outside the webserver document root." => "ඔබගේ දත්ත ඩිරෙක්ටරිය හා ගොනුවලට අන්තර්ජාලයෙන් පිවිසිය හැක. ownCloud සපයා ඇති .htaccess ගොනුව ක්‍රියාකරන්නේ නැත. අපි තරයේ කියා සිටිනුයේ නම්, මෙම දත්ත හා ගොනු එසේ පිවිසීමට නොහැකි වන ලෙස ඔබේ වෙබ් සේවාදායකයා වින්‍යාස කරන ලෙස හෝ එම ඩිරෙක්ටරිය වෙබ් මූලයෙන් පිටතට ගෙනයන ලෙසය.",
+"More" => "වැඩි",
+"Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "නිපදන ලද්දේ <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud සමාජයෙන්</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">මුල් කේතය </a>ලයිසන්ස් කර ඇත්තේ <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a> යටතේ.",
"Add your App" => "යෙදුමක් එක් කිරීම",
"More Apps" => "තවත් යෙදුම්",
"Select an App" => "යෙදුමක් තොරන්න",
@@ -30,10 +38,6 @@
"Fill in an email address to enable password recovery" => "මුරපද ප්‍රතිස්ථාපනය සඳහා විද්‍යුත් තැපැල් විස්තර ලබා දෙන්න",
"Language" => "භාෂාව",
"Help translate" => "පරිවර්ථන සහය",
-"Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "නිපදන ලද්දේ <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud සමාජයෙන්</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">මුල් කේතය </a>ලයිසන්ස් කර ඇත්තේ <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a> යටතේ.",
-"Groups" => "සමූහය",
"Create" => "තනන්න",
-"Other" => "වෙනත්",
-"Group Admin" => "කාණ්ඩ පරිපාලක",
-"Delete" => "මකා දමනවා"
+"Other" => "වෙනත්"
);
diff --git a/settings/l10n/sk_SK.php b/settings/l10n/sk_SK.php
index bb13f0c9cee..9fe6a01b7a1 100644
--- a/settings/l10n/sk_SK.php
+++ b/settings/l10n/sk_SK.php
@@ -24,7 +24,19 @@
"Error" => "Chyba",
"Updated" => "Aktualizované",
"Saving..." => "Ukladám...",
+"deleted" => "zmazané",
+"undo" => "vrátiť",
+"Groups" => "Skupiny",
+"Group Admin" => "Správca skupiny",
+"Delete" => "Odstrániť",
"__language_name__" => "Slovensky",
+"Security Warning" => "Bezpečnostné varovanie",
+"Your data directory and your files are probably accessible from the internet. The .htaccess file that ownCloud provides is not working. We strongly suggest that you configure your webserver in a way that the data directory is no longer accessible or you move the data directory outside the webserver document root." => "Váš priečinok s dátami a Vaše súbory sú pravdepodobne dostupné z internetu. .htaccess súbor dodávaný s inštaláciou ownCloud nespĺňa úlohu. Dôrazne Vám doporučujeme nakonfigurovať webserver takým spôsobom, aby dáta v priečinku neboli verejné, alebo presuňte dáta mimo štruktúry priečinkov webservera.",
+"Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "Váš webový server nie je správne nastavený na synchronizáciu, pretože rozhranie WebDAV je poškodené.",
+"Please double check the <a href='%s'>installation guides</a>." => "Prosím skontrolujte <a href='%s'>inštalačnú príručku</a>.",
+"More" => "Viac",
+"Version" => "Verzia",
+"Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "Vyvinuté <a href=\"http://ownCloud.org/contact\" target=\"_blank\">komunitou ownCloud</a>,<a href=\"https://github.com/owncloud\" target=\"_blank\">zdrojový kód</a> je licencovaný pod <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>.",
"Add your App" => "Pridať vašu aplikáciu",
"More Apps" => "Viac aplikácií",
"Select an App" => "Vyberte aplikáciu",
@@ -38,6 +50,8 @@
"Bugtracker" => "Bugtracker",
"Commercial Support" => "Komerčná podpora",
"You have used <strong>%s</strong> of the available <strong>%s</strong>" => "Použili ste <strong>%s</strong> z <strong>%s</strong> dostupných ",
+"Get the apps to sync your files" => "Získať aplikácie na synchronizáciu Vašich súborov",
+"Show First Run Wizard again" => "Znovu zobraziť sprievodcu prvým spustením",
"Password" => "Heslo",
"Your password was changed" => "Heslo bolo zmenené",
"Unable to change your password" => "Nie je možné zmeniť vaše heslo",
@@ -55,18 +69,13 @@
"Help translate" => "Pomôcť s prekladom",
"WebDAV" => "WebDAV",
"Use this address to connect to your ownCloud in your file manager" => "Použite túto adresu pre pripojenie vášho ownCloud k súborovému správcovi",
-"Version" => "Verzia",
-"Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "Vyvinuté <a href=\"http://ownCloud.org/contact\" target=\"_blank\">komunitou ownCloud</a>,<a href=\"https://github.com/owncloud\" target=\"_blank\">zdrojový kód</a> je licencovaný pod <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>.",
"Login Name" => "Prihlasovacie meno",
-"Groups" => "Skupiny",
"Create" => "Vytvoriť",
"Default Storage" => "Predvolené úložisko",
"Unlimited" => "Nelimitované",
"Other" => "Iné",
-"Group Admin" => "Správca skupiny",
"Storage" => "Úložisko",
"change display name" => "zmeniť zobrazované meno",
"set new password" => "nastaviť nové heslo",
-"Default" => "Predvolené",
-"Delete" => "Odstrániť"
+"Default" => "Predvolené"
);
diff --git a/settings/l10n/sl.php b/settings/l10n/sl.php
index b545f455229..854c4b7bd9f 100644
--- a/settings/l10n/sl.php
+++ b/settings/l10n/sl.php
@@ -17,7 +17,17 @@
"Enable" => "Omogoči",
"Error" => "Napaka",
"Saving..." => "Poteka shranjevanje ...",
+"deleted" => "izbrisano",
+"undo" => "razveljavi",
+"Groups" => "Skupine",
+"Group Admin" => "Skrbnik skupine",
+"Delete" => "Izbriši",
"__language_name__" => "__ime_jezika__",
+"Security Warning" => "Varnostno opozorilo",
+"Your data directory and your files are probably accessible from the internet. The .htaccess file that ownCloud provides is not working. We strongly suggest that you configure your webserver in a way that the data directory is no longer accessible or you move the data directory outside the webserver document root." => "Trenutno je dostop do podatkovne mape in datotek najverjetneje omogočen vsem uporabnikom na omrežju. Datoteka .htaccess, vključena v ownCloud namreč ni omogočena. Močno priporočamo nastavitev spletnega strežnika tako, da mapa podatkov ne bo javno dostopna ali pa, da jo prestavite ven iz korenske mape spletnega strežnika.",
+"More" => "Več",
+"Version" => "Različica",
+"Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "Programski paket razvija <a href=\"http://ownCloud.org/contact\" target=\"_blank\">skupnost ownCloud</a>. <a href=\"https://github.com/owncloud\" target=\"_blank\">Izvorna koda</a> je objavljena pod pogoji dovoljenja <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Splošno javno dovoljenje Affero\">AGPL</abbr></a>.",
"Add your App" => "Dodaj program",
"More Apps" => "Več programov",
"Select an App" => "Izberite program",
@@ -44,15 +54,10 @@
"Help translate" => "Pomagajte pri prevajanju",
"WebDAV" => "WebDAV",
"Use this address to connect to your ownCloud in your file manager" => "Uporabite ta naslov za povezavo do ownCloud v vašem upravljalniku datotek.",
-"Version" => "Različica",
-"Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "Programski paket razvija <a href=\"http://ownCloud.org/contact\" target=\"_blank\">skupnost ownCloud</a>. <a href=\"https://github.com/owncloud\" target=\"_blank\">Izvorna koda</a> je objavljena pod pogoji dovoljenja <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Splošno javno dovoljenje Affero\">AGPL</abbr></a>.",
-"Groups" => "Skupine",
"Create" => "Ustvari",
"Default Storage" => "Privzeta shramba",
"Unlimited" => "Neomejeno",
"Other" => "Drugo",
-"Group Admin" => "Skrbnik skupine",
"Storage" => "Shramba",
-"Default" => "Privzeto",
-"Delete" => "Izbriši"
+"Default" => "Privzeto"
);
diff --git a/settings/l10n/sr.php b/settings/l10n/sr.php
index f0818435358..460fab121a0 100644
--- a/settings/l10n/sr.php
+++ b/settings/l10n/sr.php
@@ -17,7 +17,14 @@
"Enable" => "Укључи",
"Error" => "Грешка",
"Saving..." => "Чување у току...",
+"undo" => "опозови",
+"Groups" => "Групе",
+"Group Admin" => "Управник групе",
+"Delete" => "Обриши",
"__language_name__" => "__language_name__",
+"Security Warning" => "Сигурносно упозорење",
+"Your data directory and your files are probably accessible from the internet. The .htaccess file that ownCloud provides is not working. We strongly suggest that you configure your webserver in a way that the data directory is no longer accessible or you move the data directory outside the webserver document root." => "Тренутно су ваши подаци и датотеке доступне са интернета. Датотека .htaccess коју је обезбедио пакет ownCloud не функционише. Саветујемо вам да подесите веб сервер тако да директоријум са подацима не буде изложен или да га преместите изван коренског директоријума веб сервера.",
+"Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "Развијају <a href=\"http://ownCloud.org/contact\" target=\"_blank\">Оунклауд (ownCloud) заједница</a>, <a href=\"https://github.com/owncloud\" target=\"_blank\">изворни код</a> је издат под <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Аферо Јавном Лиценцом (Affero General Public License)\">АГПЛ лиценцом</abbr></a>.",
"Add your App" => "Додајте ваш програм",
"More Apps" => "Више програма",
"Select an App" => "Изаберите програм",
@@ -25,6 +32,7 @@
"<span class=\"licence\"></span>-licensed by <span class=\"author\"></span>" => "<span class=\"licence\"></span>-лиценцирао <span class=\"author\"></span>",
"Update" => "Ажурирај",
"You have used <strong>%s</strong> of the available <strong>%s</strong>" => "Искористили сте <strong>%s</strong> од дозвољених <strong>%s</strong>",
+"Show First Run Wizard again" => "Поново прикажи чаробњак за прво покретање",
"Password" => "Лозинка",
"Your password was changed" => "Лозинка је промењена",
"Unable to change your password" => "Не могу да изменим вашу лозинку",
@@ -36,10 +44,6 @@
"Fill in an email address to enable password recovery" => "Ун",
"Language" => "Језик",
"Help translate" => " Помозите у превођењу",
-"Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "Развијају <a href=\"http://ownCloud.org/contact\" target=\"_blank\">Оунклауд (ownCloud) заједница</a>, <a href=\"https://github.com/owncloud\" target=\"_blank\">изворни код</a> је издат под <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Аферо Јавном Лиценцом (Affero General Public License)\">АГПЛ лиценцом</abbr></a>.",
-"Groups" => "Групе",
"Create" => "Направи",
-"Other" => "Друго",
-"Group Admin" => "Управник групе",
-"Delete" => "Обриши"
+"Other" => "Друго"
);
diff --git a/settings/l10n/sr@latin.php b/settings/l10n/sr@latin.php
index 190e3e56099..96190507d53 100644
--- a/settings/l10n/sr@latin.php
+++ b/settings/l10n/sr@latin.php
@@ -2,6 +2,8 @@
"Authentication error" => "Greška pri autentifikaciji",
"Language changed" => "Jezik je izmenjen",
"Invalid request" => "Neispravan zahtev",
+"Groups" => "Grupe",
+"Delete" => "Obriši",
"Select an App" => "Izaberite program",
"Password" => "Lozinka",
"Unable to change your password" => "Ne mogu da izmenim vašu lozinku",
@@ -10,8 +12,6 @@
"Change password" => "Izmeni lozinku",
"Email" => "E-mail",
"Language" => "Jezik",
-"Groups" => "Grupe",
"Create" => "Napravi",
-"Other" => "Drugo",
-"Delete" => "Obriši"
+"Other" => "Drugo"
);
diff --git a/settings/l10n/sv.php b/settings/l10n/sv.php
index c32b839f058..0e1723a9373 100644
--- a/settings/l10n/sv.php
+++ b/settings/l10n/sv.php
@@ -24,7 +24,19 @@
"Error" => "Fel",
"Updated" => "Uppdaterad",
"Saving..." => "Sparar...",
+"deleted" => "raderad",
+"undo" => "ångra",
+"Groups" => "Grupper",
+"Group Admin" => "Gruppadministratör",
+"Delete" => "Radera",
"__language_name__" => "__language_name__",
+"Security Warning" => "Säkerhetsvarning",
+"Your data directory and your files are probably accessible from the internet. The .htaccess file that ownCloud provides is not working. We strongly suggest that you configure your webserver in a way that the data directory is no longer accessible or you move the data directory outside the webserver document root." => "Din datakatalog och dina filer är förmodligen tillgängliga från Internet. Den .htaccess-fil som ownCloud tillhandahåller fungerar inte. Vi rekommenderar starkt att du konfigurerar webbservern så att datakatalogen inte längre är tillgänglig eller att du flyttar datakatalogen utanför webbserverns dokument-root.",
+"Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "Din webbserver är inte korrekt konfigurerad för att tillåta filsynkronisering eftersom WebDAV inte verkar fungera.",
+"Please double check the <a href='%s'>installation guides</a>." => "Var god kontrollera <a href='%s'>installationsguiden</a>.",
+"More" => "Mer",
+"Version" => "Version",
+"Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "Utvecklad av <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud kommunity</a>, <a href=\"https://github.com/owncloud\" target=\"_blank\">källkoden</a> är licenserad under <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>.",
"Add your App" => "Lägg till din applikation",
"More Apps" => "Fler Appar",
"Select an App" => "Välj en App",
@@ -38,6 +50,7 @@
"Bugtracker" => "Bugtracker",
"Commercial Support" => "Kommersiell support",
"You have used <strong>%s</strong> of the available <strong>%s</strong>" => "Du har använt <strong>%s</strong> av tillgängliga <strong>%s</strong>",
+"Show First Run Wizard again" => "Visa Första uppstarts-guiden igen",
"Password" => "Lösenord",
"Your password was changed" => "Ditt lösenord har ändrats",
"Unable to change your password" => "Kunde inte ändra ditt lösenord",
@@ -55,18 +68,13 @@
"Help translate" => "Hjälp att översätta",
"WebDAV" => "WebDAV",
"Use this address to connect to your ownCloud in your file manager" => "Använd denna adress för att ansluta till ownCloud i din filhanterare",
-"Version" => "Version",
-"Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "Utvecklad av <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud kommunity</a>, <a href=\"https://github.com/owncloud\" target=\"_blank\">källkoden</a> är licenserad under <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>.",
"Login Name" => "Inloggningsnamn",
-"Groups" => "Grupper",
"Create" => "Skapa",
"Default Storage" => "Förvald lagring",
"Unlimited" => "Obegränsad",
"Other" => "Annat",
-"Group Admin" => "Gruppadministratör",
"Storage" => "Lagring",
"change display name" => "ändra visat namn",
"set new password" => "ange nytt lösenord",
-"Default" => "Förvald",
-"Delete" => "Radera"
+"Default" => "Förvald"
);
diff --git a/settings/l10n/ta_LK.php b/settings/l10n/ta_LK.php
index 8811b349aa7..0bb29158fd2 100644
--- a/settings/l10n/ta_LK.php
+++ b/settings/l10n/ta_LK.php
@@ -16,7 +16,15 @@
"Enable" => "செயலற்றதாக்குக",
"Error" => "வழு",
"Saving..." => "இயலுமைப்படுத்துக",
+"undo" => "முன் செயல் நீக்கம் ",
+"Groups" => "குழுக்கள்",
+"Group Admin" => "குழு நிர்வாகி",
+"Delete" => "அழிக்க",
"__language_name__" => "_மொழி_பெயர்_",
+"Security Warning" => "பாதுகாப்பு எச்சரிக்கை",
+"Your data directory and your files are probably accessible from the internet. The .htaccess file that ownCloud provides is not working. We strongly suggest that you configure your webserver in a way that the data directory is no longer accessible or you move the data directory outside the webserver document root." => "உங்களுடைய தரவு அடைவு மற்றும் உங்களுடைய கோப்புக்களை பெரும்பாலும் இணையத்தினூடாக அணுகலாம். ownCloud இனால் வழங்கப்படுகின்ற .htaccess கோப்பு வேலை செய்யவில்லை. தரவு அடைவை நீண்ட நேரத்திற்கு அணுகக்கூடியதாக உங்களுடைய வலைய சேவையகத்தை தகவமைக்குமாறு நாங்கள் உறுதியாக கூறுகிறோம் அல்லது தரவு அடைவை வலைய சேவையக மூல ஆவணத்திலிருந்து வெளியே அகற்றுக. ",
+"More" => "மேலதிக",
+"Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>.",
"Add your App" => "உங்களுடைய செயலியை சேர்க்க",
"More Apps" => "மேலதிக செயலிகள்",
"Select an App" => "செயலி ஒன்றை தெரிவுசெய்க",
@@ -35,10 +43,6 @@
"Fill in an email address to enable password recovery" => "கடவுச்சொல் மீள் பெறுவதை இயலுமைப்படுத்துவதற்கு மின்னஞ்சல் முகவரியை இயலுமைப்படுத்துக",
"Language" => "மொழி",
"Help translate" => "மொழிபெயர்க்க உதவி",
-"Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>.",
-"Groups" => "குழுக்கள்",
"Create" => "உருவாக்குக",
-"Other" => "மற்றவை",
-"Group Admin" => "குழு நிர்வாகி",
-"Delete" => "அழிக்க"
+"Other" => "மற்றவை"
);
diff --git a/settings/l10n/th_TH.php b/settings/l10n/th_TH.php
index 071d136d7d2..fd623655f83 100644
--- a/settings/l10n/th_TH.php
+++ b/settings/l10n/th_TH.php
@@ -23,7 +23,17 @@
"Error" => "ข้อผิดพลาด",
"Updated" => "อัพเดทแล้ว",
"Saving..." => "กำลังบันทึุกข้อมูล...",
+"deleted" => "ลบแล้ว",
+"undo" => "เลิกทำ",
+"Groups" => "กลุ่ม",
+"Group Admin" => "ผู้ดูแลกลุ่ม",
+"Delete" => "ลบ",
"__language_name__" => "ภาษาไทย",
+"Security Warning" => "คำเตือนเกี่ยวกับความปลอดภัย",
+"Your data directory and your files are probably accessible from the internet. The .htaccess file that ownCloud provides is not working. We strongly suggest that you configure your webserver in a way that the data directory is no longer accessible or you move the data directory outside the webserver document root." => "ไดเร็กทอรี่ข้อมูลและไฟล์ของคุณสามารถเข้าถึงได้จากอินเทอร์เน็ต ไฟล์ .htaccess ที่ ownCloud มีให้ไม่สามารถทำงานได้อย่างเหมาะสม เราขอแนะนำให้คุณกำหนดค่าเว็บเซิร์ฟเวอร์ใหม่ในรูปแบบที่ไดเร็กทอรี่เก็บข้อมูลไม่สามารถเข้าถึงได้อีกต่อไป หรือคุณได้ย้ายไดเร็กทอรี่ที่ใช้เก็บข้อมูลไปอยู่ภายนอกตำแหน่ง root ของเว็บเซิร์ฟเวอร์แล้ว",
+"More" => "มาก",
+"Version" => "รุ่น",
+"Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "พัฒนาโดย the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ชุมชนผู้ใช้งาน ownCloud</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">ซอร์สโค้ด</a>อยู่ภายใต้สัญญาอนุญาตของ <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>.",
"Add your App" => "เพิ่มแอปของคุณ",
"More Apps" => "แอปฯอื่นเพิ่มเติม",
"Select an App" => "เลือก App",
@@ -37,6 +47,7 @@
"Bugtracker" => "Bugtracker",
"Commercial Support" => "บริการลูกค้าแบบเสียค่าใช้จ่าย",
"You have used <strong>%s</strong> of the available <strong>%s</strong>" => "คุณได้ใช้งานไปแล้ว <strong>%s</strong> จากจำนวนที่สามารถใช้ได้ <strong>%s</strong>",
+"Show First Run Wizard again" => "แสดงหน้าจอวิซาร์ดนำทางครั้งแรกอีกครั้ง",
"Password" => "รหัสผ่าน",
"Your password was changed" => "รหัสผ่านของคุณถูกเปลี่ยนแล้ว",
"Unable to change your password" => "ไม่สามารถเปลี่ยนรหัสผ่านของคุณได้",
@@ -51,18 +62,13 @@
"Help translate" => "ช่วยกันแปล",
"WebDAV" => "WebDAV",
"Use this address to connect to your ownCloud in your file manager" => "ใช้ที่อยู่นี้เพื่อเชื่อมต่อกับ ownCloud ในโปรแกรมจัดการไฟล์ของคุณ",
-"Version" => "รุ่น",
-"Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "พัฒนาโดย the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ชุมชนผู้ใช้งาน ownCloud</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">ซอร์สโค้ด</a>อยู่ภายใต้สัญญาอนุญาตของ <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>.",
"Login Name" => "ชื่อที่ใช้สำหรับเข้าสู่ระบบ",
-"Groups" => "กลุ่ม",
"Create" => "สร้าง",
"Default Storage" => "พื้นที่จำกัดข้อมูลเริ่มต้น",
"Unlimited" => "ไม่จำกัดจำนวน",
"Other" => "อื่นๆ",
-"Group Admin" => "ผู้ดูแลกลุ่ม",
"Storage" => "พื้นที่จัดเก็บข้อมูล",
"change display name" => "เปลี่ยนชื่อที่ต้องการให้แสดง",
"set new password" => "ตั้งค่ารหัสผ่านใหม่",
-"Default" => "ค่าเริ่มต้น",
-"Delete" => "ลบ"
+"Default" => "ค่าเริ่มต้น"
);
diff --git a/settings/l10n/tr.php b/settings/l10n/tr.php
index 98a7d41f0ad..64fae2f04a8 100644
--- a/settings/l10n/tr.php
+++ b/settings/l10n/tr.php
@@ -15,7 +15,17 @@
"Enable" => "Etkin",
"Error" => "Hata",
"Saving..." => "Kaydediliyor...",
+"deleted" => "silindi",
+"undo" => "geri al",
+"Groups" => "Gruplar",
+"Group Admin" => "Yönetici Grubu ",
+"Delete" => "Sil",
"__language_name__" => "__dil_adı__",
+"Security Warning" => "Güvenlik Uyarisi",
+"Your data directory and your files are probably accessible from the internet. The .htaccess file that ownCloud provides is not working. We strongly suggest that you configure your webserver in a way that the data directory is no longer accessible or you move the data directory outside the webserver document root." => "data dizininiz ve dosyalarınız büyük ihtimalle internet üzerinden erişilebilir. Owncloud tarafından sağlanan .htaccess dosyası çalışmıyor. Web sunucunuzu yapılandırarak data dizinine erişimi kapatmanızı veya data dizinini web sunucu döküman dizini dışına almanızı şiddetle tavsiye ederiz.",
+"More" => "Daha fazla",
+"Version" => "Sürüm",
+"Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "Geliştirilen Taraf<a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is altında lisanslanmıştır <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>.",
"Add your App" => "Uygulamanı Ekle",
"More Apps" => "Daha fazla App",
"Select an App" => "Bir uygulama seçin",
@@ -39,11 +49,6 @@
"Language" => "Dil",
"Help translate" => "Çevirilere yardım edin",
"WebDAV" => "WebDAV",
-"Version" => "Sürüm",
-"Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "Geliştirilen Taraf<a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is altında lisanslanmıştır <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>.",
-"Groups" => "Gruplar",
"Create" => "Oluştur",
-"Other" => "Diğer",
-"Group Admin" => "Yönetici Grubu ",
-"Delete" => "Sil"
+"Other" => "Diğer"
);
diff --git a/settings/l10n/uk.php b/settings/l10n/uk.php
index 4e8c0aefd08..fb1557577cb 100644
--- a/settings/l10n/uk.php
+++ b/settings/l10n/uk.php
@@ -24,7 +24,17 @@
"Error" => "Помилка",
"Updated" => "Оновлено",
"Saving..." => "Зберігаю...",
+"deleted" => "видалені",
+"undo" => "відмінити",
+"Groups" => "Групи",
+"Group Admin" => "Адміністратор групи",
+"Delete" => "Видалити",
"__language_name__" => "__language_name__",
+"Security Warning" => "Попередження про небезпеку",
+"Your data directory and your files are probably accessible from the internet. The .htaccess file that ownCloud provides is not working. We strongly suggest that you configure your webserver in a way that the data directory is no longer accessible or you move the data directory outside the webserver document root." => "Ваш каталог з даними та Ваші файли можливо доступні з Інтернету. Файл .htaccess, наданий з ownCloud, не працює. Ми наполегливо рекомендуємо Вам налаштувати свій веб-сервер таким чином, щоб каталог data більше не був доступний, або перемістити каталог data за межі кореневого каталогу документів веб-сервера.",
+"More" => "Більше",
+"Version" => "Версія",
+"Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "Розроблено <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud громадою</a>, <a href=\"https://github.com/owncloud\" target=\"_blank\">вихідний код</a> має ліцензію <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>.",
"Add your App" => "Додати свою програму",
"More Apps" => "Більше програм",
"Select an App" => "Вибрати додаток",
@@ -55,18 +65,13 @@
"Help translate" => "Допомогти з перекладом",
"WebDAV" => "WebDAV",
"Use this address to connect to your ownCloud in your file manager" => "Використовуйте цю адресу для під'єднання до вашого ownCloud у вашому файловому менеджері",
-"Version" => "Версія",
-"Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "Розроблено <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud громадою</a>, <a href=\"https://github.com/owncloud\" target=\"_blank\">вихідний код</a> має ліцензію <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>.",
"Login Name" => "Ім'я Логіну",
-"Groups" => "Групи",
"Create" => "Створити",
"Default Storage" => "сховище за замовчуванням",
"Unlimited" => "Необмежено",
"Other" => "Інше",
-"Group Admin" => "Адміністратор групи",
"Storage" => "Сховище",
"change display name" => "змінити зображене ім'я",
"set new password" => "встановити новий пароль",
-"Default" => "За замовчуванням",
-"Delete" => "Видалити"
+"Default" => "За замовчуванням"
);
diff --git a/settings/l10n/vi.php b/settings/l10n/vi.php
index 2adc87f4576..0b9234938af 100644
--- a/settings/l10n/vi.php
+++ b/settings/l10n/vi.php
@@ -24,7 +24,17 @@
"Error" => "Lỗi",
"Updated" => "Đã cập nhật",
"Saving..." => "Đang tiến hành lưu ...",
+"deleted" => "đã xóa",
+"undo" => "lùi lại",
+"Groups" => "Nhóm",
+"Group Admin" => "Nhóm quản trị",
+"Delete" => "Xóa",
"__language_name__" => "__Ngôn ngữ___",
+"Security Warning" => "Cảnh bảo bảo mật",
+"Your data directory and your files are probably accessible from the internet. The .htaccess file that ownCloud provides is not working. We strongly suggest that you configure your webserver in a way that the data directory is no longer accessible or you move the data directory outside the webserver document root." => "Thư mục dữ liệu và những tập tin của bạn có thể dễ dàng bị truy cập từ mạng. Tập tin .htaccess do ownCloud cung cấp không hoạt động. Chúng tôi đề nghị bạn nên cấu hình lại máy chủ web để thư mục dữ liệu không còn bị truy cập hoặc bạn nên di chuyển thư mục dữ liệu ra bên ngoài thư mục gốc của máy chủ.",
+"More" => "hơn",
+"Version" => "Phiên bản",
+"Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "Được phát triển bởi <a href=\"http://ownCloud.org/contact\" target=\"_blank\">cộng đồng ownCloud</a>, <a href=\"https://github.com/owncloud\" target=\"_blank\">mã nguồn </a> đã được cấp phép theo chuẩn <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>.",
"Add your App" => "Thêm ứng dụng của bạn",
"More Apps" => "Nhiều ứng dụng hơn",
"Select an App" => "Chọn một ứng dụng",
@@ -38,6 +48,7 @@
"Bugtracker" => "Hệ ghi nhận lỗi",
"Commercial Support" => "Hỗ trợ có phí",
"You have used <strong>%s</strong> of the available <strong>%s</strong>" => "Bạn đã sử dụng <strong>%s </ strong> có sẵn <strong> %s </ strong>",
+"Show First Run Wizard again" => "Hiện lại việc chạy đồ thuật khởi đầu",
"Password" => "Mật khẩu",
"Your password was changed" => "Mật khẩu của bạn đã được thay đổi.",
"Unable to change your password" => "Không thể đổi mật khẩu",
@@ -55,18 +66,13 @@
"Help translate" => "Hỗ trợ dịch thuật",
"WebDAV" => "WebDAV",
"Use this address to connect to your ownCloud in your file manager" => "Sử dụng địa chỉ này để kết nối ownCloud của bạn trong trình quản lý file của bạn",
-"Version" => "Phiên bản",
-"Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "Được phát triển bởi <a href=\"http://ownCloud.org/contact\" target=\"_blank\">cộng đồng ownCloud</a>, <a href=\"https://github.com/owncloud\" target=\"_blank\">mã nguồn </a> đã được cấp phép theo chuẩn <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>.",
"Login Name" => "Tên đăng nhập",
-"Groups" => "Nhóm",
"Create" => "Tạo",
"Default Storage" => "Bộ nhớ mặc định",
"Unlimited" => "Không giới hạn",
"Other" => "Khác",
-"Group Admin" => "Nhóm quản trị",
"Storage" => "Bộ nhớ",
"change display name" => "Thay đổi tên hiển thị",
"set new password" => "đặt mật khẩu mới",
-"Default" => "Mặc định",
-"Delete" => "Xóa"
+"Default" => "Mặc định"
);
diff --git a/settings/l10n/zh_CN.GB2312.php b/settings/l10n/zh_CN.GB2312.php
index b54a2df5554..fcb479dd827 100644
--- a/settings/l10n/zh_CN.GB2312.php
+++ b/settings/l10n/zh_CN.GB2312.php
@@ -16,7 +16,16 @@
"Enable" => "启用",
"Error" => "出错",
"Saving..." => "保存中...",
+"deleted" => "删除",
+"undo" => "撤销",
+"Groups" => "组",
+"Group Admin" => "群组管理员",
+"Delete" => "删除",
"__language_name__" => "Chinese",
+"Security Warning" => "安全警告",
+"Your data directory and your files are probably accessible from the internet. The .htaccess file that ownCloud provides is not working. We strongly suggest that you configure your webserver in a way that the data directory is no longer accessible or you move the data directory outside the webserver document root." => "您的数据文件夹和您的文件或许能够从互联网访问。ownCloud 提供的 .htaccesss 文件未其作用。我们强烈建议您配置网络服务器以使数据文件夹不能从互联网访问,或将移动数据文件夹移出网络服务器文档根目录。",
+"More" => "更多",
+"Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "由 <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud 社区</a>开发,<a href=\"https://github.com/owncloud\" target=\"_blank\">s源代码</a> 以 <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a> 许可协议发布。",
"Add your App" => "添加你的应用程序",
"More Apps" => "更多应用",
"Select an App" => "选择一个程序",
@@ -34,10 +43,6 @@
"Fill in an email address to enable password recovery" => "输入一个邮箱地址以激活密码恢复功能",
"Language" => "语言",
"Help translate" => "帮助翻译",
-"Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "由 <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud 社区</a>开发,<a href=\"https://github.com/owncloud\" target=\"_blank\">s源代码</a> 以 <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a> 许可协议发布。",
-"Groups" => "组",
"Create" => "新建",
-"Other" => "其他的",
-"Group Admin" => "群组管理员",
-"Delete" => "删除"
+"Other" => "其他的"
);
diff --git a/settings/l10n/zh_CN.php b/settings/l10n/zh_CN.php
index ec2a6b28c92..e1d81eafab5 100644
--- a/settings/l10n/zh_CN.php
+++ b/settings/l10n/zh_CN.php
@@ -17,7 +17,17 @@
"Enable" => "启用",
"Error" => "错误",
"Saving..." => "正在保存",
+"deleted" => "已经删除",
+"undo" => "撤销",
+"Groups" => "组",
+"Group Admin" => "组管理员",
+"Delete" => "删除",
"__language_name__" => "简体中文",
+"Security Warning" => "安全警告",
+"Your data directory and your files are probably accessible from the internet. The .htaccess file that ownCloud provides is not working. We strongly suggest that you configure your webserver in a way that the data directory is no longer accessible or you move the data directory outside the webserver document root." => "您的数据文件夹和文件可由互联网访问。OwnCloud提供的.htaccess文件未生效。我们强烈建议您配置服务器,以使数据文件夹不可被访问,或者将数据文件夹移到web服务器根目录以外。",
+"More" => "更多",
+"Version" => "版本",
+"Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "由<a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud社区</a>开发, <a href=\"https://github.com/owncloud\" target=\"_blank\">源代码</a>在<a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>许可证下发布。",
"Add your App" => "添加应用",
"More Apps" => "更多应用",
"Select an App" => "选择一个应用",
@@ -44,15 +54,10 @@
"Help translate" => "帮助翻译",
"WebDAV" => "WebDAV",
"Use this address to connect to your ownCloud in your file manager" => "用该地址来连接文件管理器中的 ownCloud",
-"Version" => "版本",
-"Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "由<a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud社区</a>开发, <a href=\"https://github.com/owncloud\" target=\"_blank\">源代码</a>在<a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>许可证下发布。",
-"Groups" => "组",
"Create" => "创建",
"Default Storage" => "默认存储",
"Unlimited" => "无限",
"Other" => "其它",
-"Group Admin" => "组管理员",
"Storage" => "存储",
-"Default" => "默认",
-"Delete" => "删除"
+"Default" => "默认"
);
diff --git a/settings/l10n/zh_TW.php b/settings/l10n/zh_TW.php
index 7188b78ccaf..88eb956fe8e 100644
--- a/settings/l10n/zh_TW.php
+++ b/settings/l10n/zh_TW.php
@@ -24,7 +24,18 @@
"Error" => "錯誤",
"Updated" => "已更新",
"Saving..." => "儲存中...",
+"undo" => "復原",
+"Groups" => "群組",
+"Group Admin" => "群組 管理員",
+"Delete" => "刪除",
"__language_name__" => "__語言_名稱__",
+"Security Warning" => "安全性警告",
+"Your data directory and your files are probably accessible from the internet. The .htaccess file that ownCloud provides is not working. We strongly suggest that you configure your webserver in a way that the data directory is no longer accessible or you move the data directory outside the webserver document root." => "您的資料目錄 (Data Directory) 和檔案可能可以由網際網路上面公開存取。Owncloud 所提供的 .htaccess 設定檔並未生效,我們強烈建議您設定您的網頁伺服器以防止資料目錄被公開存取,或將您的資料目錄移出網頁伺服器的 document root 。",
+"Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "您的網頁伺服器尚未被正確設定來進行檔案同步,因為您的 WebDAV 界面似乎無法使用。",
+"Please double check the <a href='%s'>installation guides</a>." => "請參考<a href='%s'>安裝指南</a>。",
+"More" => "更多",
+"Version" => "版本",
+"Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "由<a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud 社區</a>開發,<a href=\"https://github.com/owncloud\" target=\"_blank\">源代碼</a>在<a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>許可證下發布。",
"Add your App" => "添加你的 App",
"More Apps" => "更多Apps",
"Select an App" => "選擇一個應用程式",
@@ -38,6 +49,7 @@
"Bugtracker" => "Bugtracker",
"Commercial Support" => "商用支援",
"You have used <strong>%s</strong> of the available <strong>%s</strong>" => "您已經使用了 <strong>%s</strong> ,目前可用空間為 <strong>%s</strong>",
+"Show First Run Wizard again" => "再次顯示首次使用精靈",
"Password" => "密碼",
"Your password was changed" => "你的密碼已更改",
"Unable to change your password" => "無法變更你的密碼",
@@ -55,18 +67,13 @@
"Help translate" => "幫助翻譯",
"WebDAV" => "WebDAV",
"Use this address to connect to your ownCloud in your file manager" => "在您的檔案管理員中使用這個地址來連線到 ownCloud",
-"Version" => "版本",
-"Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "由<a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud 社區</a>開發,<a href=\"https://github.com/owncloud\" target=\"_blank\">源代碼</a>在<a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>許可證下發布。",
"Login Name" => "登入名稱",
-"Groups" => "群組",
"Create" => "創造",
"Default Storage" => "預設儲存區",
"Unlimited" => "無限制",
"Other" => "其他",
-"Group Admin" => "群組 管理員",
"Storage" => "儲存區",
"change display name" => "修改顯示名稱",
"set new password" => "設定新密碼",
-"Default" => "預設",
-"Delete" => "刪除"
+"Default" => "預設"
);
diff --git a/settings/templates/users.php b/settings/templates/users.php
index b3cab526947..09a6ae72806 100644
--- a/settings/templates/users.php
+++ b/settings/templates/users.php
@@ -33,7 +33,6 @@ $_['subadmingroups'] = array_flip($items);
</form>
<div class="quota">
<span><?php echo $l->t('Default Storage');?></span>
- <div class="quota-select-wrapper">
<?php if((bool) $_['isadmin']): ?>
<select class='quota'>
<option
@@ -60,7 +59,7 @@ $_['subadmingroups'] = array_flip($items);
<?php echo $l->t('Other');?>
...
</option>
- </select> <input class='quota-other'/>
+ </select>
<?php endif; ?>
<?php if((bool) !$_['isadmin']): ?>
<select class='quota' disabled="disabled">
@@ -69,7 +68,6 @@ $_['subadmingroups'] = array_flip($items);
</option>
</select>
<?php endif; ?>
- </div>
</div>
</div>
@@ -129,36 +127,34 @@ $_['subadmingroups'] = array_flip($items);
</td>
<?php endif;?>
<td class="quota">
- <div class="quota-select-wrapper">
- <select class='quota-user'>
- <option
- <?php if($user['quota']=='default') echo 'selected="selected"';?>
- value='default'>
- <?php echo $l->t('Default');?>
- </option>
- <option
- <?php if($user['quota']=='none') echo 'selected="selected"';?>
- value='none'>
- <?php echo $l->t('Unlimited');?>
- </option>
- <?php foreach($_['quota_preset'] as $preset):?>
- <option
- <?php if($user['quota']==$preset) echo 'selected="selected"';?>
- value='<?php echo $preset;?>'>
- <?php echo $preset;?>
- </option>
- <?php endforeach;?>
- <?php if($user['isQuotaUserDefined']):?>
- <option selected="selected" value='<?php echo $user['quota'];?>'>
- <?php echo $user['quota'];?>
- </option>
- <?php endif;?>
- <option value='other'>
- <?php echo $l->t('Other');?>
- ...
- </option>
- </select> <input class='quota-other'/>
- </div>
+ <select class='quota-user'>
+ <option
+ <?php if($user['quota']=='default') echo 'selected="selected"';?>
+ value='default'>
+ <?php echo $l->t('Default');?>
+ </option>
+ <option
+ <?php if($user['quota']=='none') echo 'selected="selected"';?>
+ value='none'>
+ <?php echo $l->t('Unlimited');?>
+ </option>
+ <?php foreach($_['quota_preset'] as $preset):?>
+ <option
+ <?php if($user['quota']==$preset) echo 'selected="selected"';?>
+ value='<?php echo $preset;?>'>
+ <?php echo $preset;?>
+ </option>
+ <?php endforeach;?>
+ <?php if($user['isQuotaUserDefined']):?>
+ <option selected="selected" value='<?php echo $user['quota'];?>'>
+ <?php echo $user['quota'];?>
+ </option>
+ <?php endif;?>
+ <option value='other' data-new>
+ <?php echo $l->t('Other');?>
+ ...
+ </option>
+ </select>
</td>
<td class="remove">
<?php if($user['name']!=OC_User::getUser()):?>
diff --git a/settings/users.php b/settings/users.php
index ab7a7aed734..7fcd1d3ed02 100644
--- a/settings/users.php
+++ b/settings/users.php
@@ -11,6 +11,7 @@ OC_App::loadApps();
// We have some javascript foo!
OC_Util::addScript( 'settings', 'users' );
OC_Util::addScript( 'core', 'multiselect' );
+OC_Util::addScript( 'core', 'singleselect' );
OC_Util::addScript('core', 'jquery.inview');
OC_Util::addStyle( 'settings', 'settings' );
OC_App::setActiveNavigationEntry( 'core_users' );