diff --git a/common/loginpage/deploy/index.html b/common/loginpage/deploy/index.html index 4e0caa378..686e01586 100644 --- a/common/loginpage/deploy/index.html +++ b/common/loginpage/deploy/index.html @@ -1,4 +1,4 @@ -Hello Documents
Loading...
\ No newline at end of file + `}},panelUserName:{title:utils.Lang.loginTitleConnectTo,template:()=>{return`
+
+ +
+ or +
+

asd

+ + +
+ ${utils.Lang.linkForgotPass} + +
+ + +
+
+
`}},panelAssignPhone:{title:utils.Lang.loginTitleAssignPhone,template:()=>{return`
+

${utils.Lang.loginNoteAssignPhone}

+

error

+
+ +
+ +
+
+
`}},panelApplyAuthCode:{title:utils.Lang.loginTitleApplyCode,template:a=>{return`
+

${utils.Lang.loginNoteApplyCode.replace(/\$1/,a)}

+

error

+
+ +
+ +
+
+ +
`}}};var a,g,z=` +
+ + +
+
+
`,c="https://",b=void 0,e=void 0,f={},E=4,o=30;return{show:(d,f)=>{if(a=$("#placeholder").append(z).find(".dlg-login"),d){b=utils.skipUrlProtocol(d);let g=utils.getUrlProtocol(d);!!g&&(c=g)}!!f&&(e=f),a.width(450),a.find(".tool.close").bind("click",t),F(),a.get(0).showModal(),a.addClass("scaled"),a.on("close",i),x()},close:function(){i(0)},onclose:function(a){a&&(f.close=a)},onsuccess:function(a){a&&(f.success=a)}}},$(document).ready(function(){$(".tool-menu").on("click","> .menu-item > a",onActionClick),$(".tool-quick-menu .menu-item a").click(onNewFileClick),!window.app&&(window.app={controller:{}}),!window.app.controller&&(window.app.controller={}),window.app.controller.recent=(new ControllerRecent).init(),window.app.controller.folders=(new ControllerFolders).init(),window.app.controller.about=(new ControllerAbout).init(),window.ControllerPortals&&(window.app.controller.portals=new ControllerPortals({}).init()),$("h3.createnew").text(utils.Lang.actCreateNew),$('a[action="new:docx"]').text(utils.Lang.newDoc),$('a[action="new:xlsx"]').text(utils.Lang.newXlsx),$('a[action="new:pptx"]').text(utils.Lang.newPptx),localStorage.welcome?selectAction("recent"):(app.controller.welcome=(new ControllerWelcome).init(),selectAction("welcome"),localStorage.setItem("welcome","have been")),$("#placeholder").on("click",".newportal",function(){CommonEvents.fire("portal:create")}),window.LoginDlg||($(".tools-connect").hide(),hideAction("connect")),utils.inParams.waitingloader||setLoaderVisible(!1),setTimeout((()=>{window.sdk&&(window.sdk.LocalFileRecovers(),window.sdk.LocalFileRecents(),window.sdk.execCommand("app:onready",""))}),50)});var OPEN_FILE_RECOVERY=1,OPEN_FILE_RECENT=2,OPEN_FILE_FOLDER=3,Scroll_offset="16px";window.sdk.on("on_native_message",function(cmd,param){if("portal:logout"==cmd);else if(/^panel\:(?:hide|show)/.test(cmd)){let hide=!/\:show/.test(cmd),panel=param;panel.length&&hideAction(panel,hide)}else/app\:ready/.test(cmd)&&setLoaderVisible(!1)}),document.getElementById("wrap").ondrop=function(e){return window.sdk.DropOfficeFiles(),e.preventDefault(),!1},document.getElementById("wrap").ondragover=function(e){return e.dataTransfer.dropEffect="copy",e.preventDefault(),!1},$(document).on("keydown",function(e){e.ctrlKey&&79==e.which&&$(".action-panel").filter(".recent, .open, .welcome").is(":visible")&&openFile(OPEN_FILE_FOLDER,"")}); \ No newline at end of file diff --git a/common/loginpage/src/dlglogin.js b/common/loginpage/src/dlglogin.js index 859a1e0b5..6a6fa2ccf 100644 --- a/common/loginpage/src/dlglogin.js +++ b/common/loginpage/src/dlglogin.js @@ -30,73 +30,144 @@ * */ - window.LoginDlg = function() { "use strict"; + let panels = { + panelPortalName: { + title: utils.Lang.loginTitleStart, + template: () => { + return `
+

asd

+ +
+
+ ${utils.Lang.linkCreatePortal} + +
+ + +
+
+
`; + } + }, + panelUserName: { + title: utils.Lang.loginTitleConnectTo, + template: () => { + return `
+
+ +
+ or +
+

asd

+ + +
+ ${utils.Lang.linkForgotPass} + +
+ + +
+
+
`; + } + }, + panelAssignPhone: { + title: utils.Lang.loginTitleAssignPhone, + template: () => { + return `
+

${utils.Lang.loginNoteAssignPhone}

+

error

+
+ +
+ +
+
+
`; + } + }, + panelApplyAuthCode: { + title: utils.Lang.loginTitleApplyCode, + template: (code) => { + return `
+

${utils.Lang.loginNoteApplyCode.replace(/\$1/, code)}

+

error

+
+ +
+ +
+
+ +
`; + } + } + }; + var $el; - var _tpl = '' + - '
'+ - ``+ - ''+ - '
'+ - '
'+ - '
'+ - ''+ - '
'+ - 'or' + - '
' + - '
'+ - `

${utils.Lang.errLogin}

` + - '
'+ - '
' + - '
' + - `` + - '
'+ - '
'+ - `${utils.Lang.linkCreatePortal} - -
- - -
`+ - '
'+ - '
' + - '' + - '
' + - '
'+ - '
'; + var _tpl = ` +
+ + +
+
+
`; var protocol = 'https://', protarr = ['https://', 'http://'], startmodule = '/products/files/?desktop=true'; var portal = undefined, ssoservice = undefined, - email = undefined; + user = undefined; var events = {}; var STATUS_EXIST = 1; var STATUS_NOT_EXIST = 0; var STATUS_UNKNOWN = -1; var STATUS_NO_CONNECTION = -255; var PROD_ID = 4; + var TIMER_REPEAT_SMS_CODE = 30; + var idtimer; + + function bookUser(token) { + Promise.all([ + clientCheckin(protocol + portal, token), + getUserInfo(protocol + portal, token) ]) + .then( results => { + let info = results[1]; + window.sdk.setCookie(protocol + portal, portal, "/", "asc_auth_key", token); + window.on_set_cookie = + () => { + if ( !!events.success ) { + let auth_info = { + portal: protocol + portal, + user: info.displayName, + email: info.email + }; + + events.success({status:'user', data:auth_info}); + } + + window.on_set_cookie = undefined; + doClose(1); + } + }, + error => showLoginError(utils.Lang.errLoginAuth) + ); + }; function recognizeUser(server, data) { - var opts = { - url: server, - crossOrigin: true, - crossDomain: true, - type: 'post', - data: data, - complete: function(e, status) { + let _signal = e => { + if ( e && e.responseText ) { var obj = JSON.parse(e.responseText); if (obj.statusCode == 402) { showLoginError(obj.error.message); @@ -109,41 +180,26 @@ window.LoginDlg = function() { showLoginError(utils.Lang.errLoginServer); } else { if (obj.response.sms) { - showLoginError('Two-factor authentication isn\'t supported yet.'); + user = data; + if ( !obj.response.phoneNoise ) + performSmsAuth(); else + sendSmsCode( obj.response.phoneNoise ); } else if (!obj.response.sms) { - Promise.all( - [ clientCheckin(protocol + portal, obj.response.token), - getUserInfo(protocol + portal, obj.response.token) ]) - .then( results => { - let info = results[1]; - window.sdk.setCookie(protocol + portal, portal, "/", "asc_auth_key", obj.response.token); - window.on_set_cookie = ()=>{ - if ( !!events.success ) { - let auth_info = { - portal: protocol + portal, - user: info.displayName, - email: info.email - }; - events.success({status:'user', data:auth_info}); - } - - window.on_set_cookie = undefined; - doClose(1); - } - }, - error => showLoginError(utils.Lang.errLoginAuth) - ); - } + bookUser(obj.response.token); + } } - }, - error: function(e, status, error) { - console.log('server error: ' + status + ', ' + error); + } else { showLoginError(utils.Lang.errLoginServer); } }; - $.ajax(opts); + postRequest(server, data). + then( args => { _signal(args.e); }, + args => { + console.log('server error: ' + args.status + ', ' + args.error); + _signal(args.e); + }); }; function onCloseClick(e) { @@ -151,6 +207,8 @@ window.LoginDlg = function() { }; function doClose(code) { + if ( !!idtimer ) clearInterval(idtimer); + $el[0].hasAttribute('open') && $el[0].close(); $el.remove(); @@ -159,15 +217,10 @@ window.LoginDlg = function() { } }; - function onSSOLoginClick(e) { - events.success({status:'sso', portal:protocol+portal, provider:ssoservice}); - doClose(0); - }; - function onLoginClick(e) { hideLoginError(); - email = $el.find('#auth-email').val().trim(); + let email = $el.find('#auth-email').val().trim(); var re_wrong_symb = /[\s\\]/; if (!email.length || re_wrong_symb.test(email)) { @@ -188,13 +241,13 @@ window.LoginDlg = function() { recognizeUser(protocol+url, {userName: email, password: pass}); }; - function showLoginError(error, el) { + function showLoginError(error, focusel) { let $lbl = $el.find('#auth-error'); !!error && $lbl.text(error); $lbl.fadeIn(100); - !!el && $el.find(el).addClass('error').focus(); + !!focusel && $el.find(focusel).addClass('error').focus(); disableDialog(false); }; @@ -231,7 +284,7 @@ window.LoginDlg = function() { }, error: function(e, status, error) { console.log('server error: ' + status + ', ' + error); - rejected(status); + reject(status); } }; @@ -242,7 +295,7 @@ window.LoginDlg = function() { function clientCheckin(url, token) { return new Promise ((resolve, reject) => { $.ajax({ - url: url + "/api/2.0/portal/mobile/registration", + url: url + "/api/2.0/portal/mobile/registration.json", method: 'post', headers: {'Authorization': token}, data: {type: PROD_ID} @@ -332,30 +385,16 @@ window.LoginDlg = function() { if ( obj ) { if ( obj.status == 'ok' ) { disableDialog(false); + let params = {portal: portal}; - $el.find('.title .caption').text(`${utils.Lang.loginTitle2.replace(/\$1/, portal)}`); - - var _height = 270; if ( !!obj.response.ssoUrl && obj.response.ssoUrl.length ) { - ssoservice = obj.response.ssoUrl; - $el.find('#box-btn-login-sso').show(); + params.authservice = {url: obj.response.ssoUrl}; if ( obj.response.ssoLabel && obj.response.ssoLabel.length ) - $el.find('#btn-login-sso').html(obj.response.ssoLabel); - - _height += 96; + params.authservice.label = obj.response.ssoLabel; } - $el.find('#panel-portal').hide(); - $el.find('#panel-login').show(); - $el.height(_height); - - setTimeout(() => { - let $email = $el.find('#auth-email'); - if ( !!$email.val() ) - $el.find('#auth-pass').focus(); else - $email.focus(); - }, 50); + firstConnect(params); } else { if ( obj.status == 'error' ) { if ( obj.response.status == 404 ) { @@ -389,6 +428,7 @@ window.LoginDlg = function() { url: _url, crossOrigin: true, crossDomain: true, + timeout: 10000, complete: function(e, status) { if (status == 'success') { var obj = JSON.parse(e.responseText); @@ -408,40 +448,261 @@ window.LoginDlg = function() { }); }; + function startDialog() { + let _panel = panels.panelPortalName; + + setTitle( _panel.title ); + $el.find('.body').html( _panel.template() ); + $el.find('#btn-next').click(onNextClick); + + let $portal = $el.find('#auth-portal'); + if ( !!portal ) $portal.val(portal); + + setTimeout(()=>{$portal.focus();}, 50); + }; + + function firstConnect(params) { + let _panel = panels.panelUserName; + setTitle( _panel.title.replace(/\$1/, params.portal) ); + setBody( _panel.template() ); + + let $email = $el.find('#auth-email'); + if ( !!user ) $email.val(user); + + if ( !!params.authservice ) { + $el.find('#box-btn-login-sso').show(); + + let _sso_btn = $el.find('#btn-login-sso'); + _sso_btn.click( e => { + events.success({status:'sso', portal:protocol+portal, provider:params.authservice.url}); + doClose(0); + }); + + if ( !!params.authservice.label ) + _sso_btn.html( params.authservice.label ); + } + + $el.find('#link-restore').click(onRestorePass); + $el.find('#btn-login').click(onLoginClick); + + setTimeout(() => { + if ( !!$email.val() ) + $el.find('#auth-pass').focus(); else + $email.focus(); + }, 50); + }; + + function performSmsAuth(phone) { + disableDialog(false); + + setTitle(panels.panelAssignPhone.title); + setBody(panels.panelAssignPhone.template()); + + let $phone = $el.find('#auth-phone'); + if ( !!phone ) { + $phone.val(phone); + } + + // TODO: process new element 'Enter' press event and focusing in one place + $phone.on('keypress', e => { + if ( e.which == 13 ) { + $el.find('#btn-assign-phone').click(); + } + }); + + $el.find('#btn-assign-phone').click(e => { + let _phone_num = $phone.val(); + if ( !/^\+[\d\s]{1,30}$/.test(_phone_num) ) { + $phone.on('input', e => { + hideLoginError(); + $phone.off('input'); + }); + + showLoginError(utils.Lang.errLoginWrongPhone, '#auth-phone'); + return; + } + + let url = `${protocol+portal}/api/2.0/authentication/setphone.json`; + let data = { + mobilePhone: _phone_num, + userName: user.userName, + password: user.password + }; + + postRequest(url, data).then( + args => { + if (args.e.status == 201) { + let jsonObj = JSON.parse(args.e.responseText); + + if ( !!jsonObj.response.phoneNoise ) { + $phone.off(); + sendSmsCode( jsonObj.response.phoneNoise ); + } + } + console.log('request succeed: ' + args.e.responseText); + }, + args => { + console.log('request error: ' + args.error); + }); + }); + + setTimeout(() => {$phone.focus()}, 50); + }; + + function sendSmsCode(phone) { + setTitle(panels.panelApplyAuthCode.title); + setBody(panels.panelApplyAuthCode.template(phone)); + + let $timer = $el.find('#repeat-timer'); + let $repeat = $el.find('#link-repeat'); + $repeat.click(e => { + resubmitSmsCode(); + lockResubmit(); + }); + + let $code = $el.find('#auth-code'); + $code.on('keypress', e => { + if ( e.which == 13 ) { + $el.find('#btn-apply-code').click(); + } + }); + + // show button to change phone number if number isn't hidden + if ( /\*+/.test(phone) ) { + $el.find('#link-change-phone').hide(); + } else { + $el.find('#link-change-phone').click(e => { + clearInterval(idtimer); + performSmsAuth(phone); + $code.off(); + }); + } + + $el.find('#btn-apply-code').click(e => { + let code = $code.val(); + let url = `${protocol+portal}/api/2.0/authentication/${code}.json`; + let data = { + userName: user.userName, + password: user.password + }; + + postRequest(url, data) + .then( + args => { + if (args.e.status == 201) { + let obj = JSON.parse(args.e.responseText); + bookUser(obj.response.token); + + $code.off(); + } + console.log('request succeed: ' + args.e.responseText); + }, + args => { + console.log('request error: ' + args.error); + }); + }); + setTimeout(() => {$code.focus()}, 50); + + function lockResubmit() { + if ( $timer.length ) { + $timer.show(); + $repeat.attr('disabled', 'disabled'); + + idtimer && clearInterval(idtimer); + let count = 0; + $timer.text(utils.Lang.textThrough + ' 0:' + TIMER_REPEAT_SMS_CODE); + idtimer = setInterval(()=>{ + if ( ++count < TIMER_REPEAT_SMS_CODE ) { + let str_elaps = ' 0:' + (TIMER_REPEAT_SMS_CODE - count); + $timer.text(utils.Lang.textThrough + str_elaps.replace(/\:(\d)$/, ':0$1')); + } else { + clearInterval(idtimer); + $timer.hide(); + $repeat.removeAttr('disabled'); + } + }, 1000); + } + }; + + lockResubmit(); + }; + + function resubmitSmsCode() { + let url = `${protocol+portal}/api/2.0/authentication/sendsms.json`; + let data = { + userName: user.userName, + password: user.password + }; + + postRequest(url, data) + .then( + args => { + if (args.e.status == 201) { + let obj = JSON.parse(args.e.responseText); + } + console.log('request succeed: ' + args.e.responseText); + }, + args => { + console.log('request error: ' + args.error); + }); + }; + + function setTitle(title) { + $el.find('.title .caption').text(title); + }; + + function setBody(html) { + $el.height('auto'); + let before = $el.height(); + $el.find('.body').html(html); + let after = $el.height(); + + // for using animation on dialog resize + $el.height(before); + $el.height(after); + }; + + function postRequest(url, data) { + return new Promise((resolve, reject) => { + var opts = { + url: url, + type: 'post', + crossOrigin: true, + crossDomain: true, + data: data, + complete: (e, status) => { resolve({e:e, status:status}); }, + error: (e, status, error) => { reject({e:e, status:status, error:error}); } + }; + + $.ajax(opts); + }); + }; + return { - show: function(portal, email) { + show: (inportal, inemail) => { $el = $('#placeholder').append(_tpl).find('.dlg-login'); - let $p = $el.find('#auth-portal'), - $e = $el.find('#auth-email'), - $k = $el.find('#auth-pass'); + if ( !!inportal ) { + portal = utils.skipUrlProtocol(inportal); - if (!!portal) { - let sp = utils.getUrlProtocol(portal); + let sp = utils.getUrlProtocol(inportal); !!sp && (protocol = sp); - - $p.val(utils.skipUrlProtocol(portal)); } - !!email && $e.val(email); + !!inemail && (user = inemail); // $el.width(450).height(470); // set height without logo - $el.width(450).height(210); + // $el.width(450).height(210); + $el.width(450); $el.find('.tool.close').bind('click', onCloseClick); - $el.find('#btn-login').click(onLoginClick); - $el.find('#btn-login-sso').click(onSSOLoginClick); - $el.find('#link-restore').click(onRestorePass); - $el.find('#btn-next').click(onNextClick); bindEvents(); $el.get(0).showModal(); $el.addClass('scaled'); $el.on('close', doClose); - setTimeout(() => { - $p.focus(); - }, 50); + startDialog(); }, close: function(){ doClose(0); diff --git a/common/loginpage/src/index.html b/common/loginpage/src/index.html index b15b3f6c5..1b6597c3b 100644 --- a/common/loginpage/src/index.html +++ b/common/loginpage/src/index.html @@ -75,9 +75,8 @@ .romb { width: 40px; height: 40px; - -webkit-transform: rotate(135deg) skew(20deg, 20deg); + transform: rotate(135deg) skew(20deg, 20deg); position: absolute; - background: red; border-radius: 6px; animation: movedown 3s infinite ease; } @@ -85,33 +84,22 @@ #blue { z-index: 3; background: #55bce6; - animation-name: blue; + animation-name: bluetile; } #red { z-index:1; background: #de7a59; - animation-name: red; + animation-name: redtile; } #green { z-index: 2; background: #a1cb5c; - animation-name: green; + animation-name: greentile; } - @-webkit-keyframes red { - 0% { top:120px; background: #de7a59; } - 10% { top:120px; background: #F2CBBF; } - 14% { background: #f4f4f4; top:120px; } - 15% { background: #f4f4f4; top:0;} - 20% { background: #E6E4E4; } - 30% { background: #D2D2D2; } - 40% { top:120px; } - 100% { top:120px; background: #de7a59; } - } - - @keyframes red { + @keyframes redtile { 0% { top:120px; background: #de7a59; } 10% { top:120px; background: #F2CBBF; } 14% { background: #f4f4f4; top:120px; } @@ -122,7 +110,7 @@ 100% { top:120px; background: #de7a59; } } - @-webkit-keyframes green { + @keyframes greentile { 0% { top:110px; background: #a1cb5c; opacity:1; } 10% { top:110px; background: #CBE0AC; opacity:1; } 14% { background: #f4f4f4; top:110px; opacity:1; } @@ -134,30 +122,7 @@ 100% { top:110px; background: #a1cb5c; } } - @keyframes green { - 0% { top:110px; background: #a1cb5c; opacity:1; } - 10% { top:110px; background: #CBE0AC; opacity:1; } - 14% { background: #f4f4f4; top:110px; opacity:1; } - 15% { background: #f4f4f4; top:0; opacity:1; } - 20% { background: #f4f4f4; top:0; opacity:0; } - 25% { background: #EFEFEF; top:0; opacity:1; } - 30% { background:#E6E4E4; } - 70% { top:110px; } - 100% { top:110px; background: #a1cb5c; } - } - - @-webkit-keyframes blue { - 0% { top:100px; background: #55bce6; opacity:1; } - 10% { top:100px; background: #BFE8F8; opacity:1; } - 14% { background: #f4f4f4; top:100px; opacity:1; } - 15% { background: #f4f4f4; top:0; opacity:1; } - 20% { background: #f4f4f4; top:0; opacity:0; } - 25% { background: #f4f4f4; top:0; opacity:0; } - 45% { background: #EFEFEF; top:0; opacity:0,2; } - 100% { top:100px; background: #55bce6; } - } - - @keyframes blue { + @keyframes bluetile { 0% { top:100px; background: #55bce6; opacity:1; } 10% { top:100px; background: #BFE8F8; opacity:1; } 14% { background: #f4f4f4; top:100px; opacity:1; } diff --git a/common/loginpage/src/index.html.deploy b/common/loginpage/src/index.html.deploy index 3a0ef7a69..331fbddd7 100644 --- a/common/loginpage/src/index.html.deploy +++ b/common/loginpage/src/index.html.deploy @@ -62,62 +62,31 @@ .romb { width: 40px; height: 40px; - -webkit-transform: rotate(135deg) skew(20deg, 20deg); - -moz-transform: rotate(135deg) skew(20deg, 20deg); - -ms-transform: rotate(135deg) skew(20deg, 20deg); - -o-transform: rotate(135deg) skew(20deg, 20deg); + transform: rotate(135deg) skew(20deg, 20deg); position: absolute; - background: red; border-radius: 6px; - -webkit-animation: movedown 3s infinite ease; - -moz-animation: movedown 3s infinite ease; - -ms-animation: movedown 3s infinite ease; - -o-animation: movedown 3s infinite ease; animation: movedown 3s infinite ease; } #blue { z-index: 3; background: #55bce6; - -webkit-animation-name: blue; - -moz-animation-name: blue; - -ms-animation-name: blue; - -o-animation-name: blue; - animation-name: blue; + animation-name: bluetile; } #red { z-index:1; background: #de7a59; - -webkit-animation-name: red; - -moz-animation-name: red; - -ms-animation-name: red; - -o-animation-name: red; - animation-name: red; + animation-name: redtile; } #green { z-index: 2; background: #a1cb5c; - -webkit-animation-name: green; - -moz-animation-name: green; - -ms-animation-name: green; - -o-animation-name: green; - animation-name: green; + animation-name: greentile; } - @-webkit-keyframes red { - 0% { top:120px; background: #de7a59; } - 10% { top:120px; background: #F2CBBF; } - 14% { background: #f4f4f4; top:120px; } - 15% { background: #f4f4f4; top:0;} - 20% { background: #E6E4E4; } - 30% { background: #D2D2D2; } - 40% { top:120px; } - 100% { top:120px; background: #de7a59; } - } - - @keyframes red { + @keyframes redtile { 0% { top:120px; background: #de7a59; } 10% { top:120px; background: #F2CBBF; } 14% { background: #f4f4f4; top:120px; } @@ -128,7 +97,7 @@ 100% { top:120px; background: #de7a59; } } - @-webkit-keyframes green { + @keyframes greentile { 0% { top:110px; background: #a1cb5c; opacity:1; } 10% { top:110px; background: #CBE0AC; opacity:1; } 14% { background: #f4f4f4; top:110px; opacity:1; } @@ -140,30 +109,7 @@ 100% { top:110px; background: #a1cb5c; } } - @keyframes green { - 0% { top:110px; background: #a1cb5c; opacity:1; } - 10% { top:110px; background: #CBE0AC; opacity:1; } - 14% { background: #f4f4f4; top:110px; opacity:1; } - 15% { background: #f4f4f4; top:0; opacity:1; } - 20% { background: #f4f4f4; top:0; opacity:0; } - 25% { background: #EFEFEF; top:0; opacity:1; } - 30% { background:#E6E4E4; } - 70% { top:110px; } - 100% { top:110px; background: #a1cb5c; } - } - - @-webkit-keyframes blue { - 0% { top:100px; background: #55bce6; opacity:1; } - 10% { top:100px; background: #BFE8F8; opacity:1; } - 14% { background: #f4f4f4; top:100px; opacity:1; } - 15% { background: #f4f4f4; top:0; opacity:1; } - 20% { background: #f4f4f4; top:0; opacity:0; } - 25% { background: #f4f4f4; top:0; opacity:0; } - 45% { background: #EFEFEF; top:0; opacity:0,2; } - 100% { top:100px; background: #55bce6; } - } - - @keyframes blue { + @keyframes bluetile { 0% { top:100px; background: #55bce6; opacity:1; } 10% { top:100px; background: #BFE8F8; opacity:1; } 14% { background: #f4f4f4; top:100px; opacity:1; } @@ -226,7 +172,6 @@
-
Loading...
diff --git a/common/loginpage/src/locale.js b/common/loginpage/src/locale.js index 9f08cbff8..806034c2e 100644 --- a/common/loginpage/src/locale.js +++ b/common/loginpage/src/locale.js @@ -53,19 +53,29 @@ var en = { menuClear: 'Clear', menuLogout: 'Logout', textMyComputer: 'My Computer', + textThrough: 'through', linkForgotPass: 'Forgot password?', linkCreatePortal: 'Create Portal', - loginTitle: 'Connect to portal', - loginTitle2: 'Login to $1', + linkResend: 'Send the code again', + linkChangePhone: 'Change phone number', + loginTitleStart: 'Connect to portal', + loginTitleConnectTo: 'Login to $1', + loginTitleAssignPhone: 'Enter mobile phone number', + loginTitleApplyCode: 'Confirm phone number', errLogin: 'Wrong email or password', errLoginPortal: 'Check the portal name', errLoginEmail: 'Check the email address', errLoginServer: 'Incorrect server response during login', errLoginAuth: 'Error on user information query', errLoginPass: 'Check the password', + errLoginWrongPhone: 'Wrong phone number format', pshPortal: 'portal', pshEmail: 'email', pshPass: 'password', + pshPhone: 'phone number', + pshCode: 'code from text message', + loginNoteAssignPhone: 'The two-factor authentication is enabled to provide additional portal security. Enter your mobile phone number to continue work on the portal. Mobile phone number must be entered using an international format with country code.', + loginNoteApplyCode: 'The two-factor authentication is enabled. The code has been texted to $1 number.', newDoc: 'DOCUMENT', newXlsx: 'SPREADSHEET', newPptx: 'PRESENTATION', @@ -113,10 +123,15 @@ var cs = { menuClear: 'Vymazat', menuLogout: 'Logout', textMyComputer: 'Můj počítač', + textThrough: 'skrz', linkForgotPass: 'Zapomenuté heslo?', linkCreatePortal: 'Vytvořit portál', - loginTitle: 'Připojit se k portálu', - loginTitle2: 'Login to $1', + linkResend: 'Zadejte kód znovu', + linkChangePhone: 'Změňte telefonní číslo', + loginTitleStart: 'Připojit se k portálu', + loginTitleConnectTo: 'Login to $1', + loginTitleAssignPhone: 'Zadejte číslo mobilního telefonu', + loginTitleApplyCode: 'Potvrďte telefonní číslo', errLogin: 'Špatné email nebo heslo', errLoginPortal: 'Zkontrolujte jméno portálu', errLoginEmail: 'Zkontrolujte emailovou adresu', @@ -126,6 +141,10 @@ var cs = { pshPortal: 'portál', pshEmail: 'email', pshPass: 'heslo', + pshPhone: 'telefonní číslo', + pshCode: 'kód z textové zprávy', + loginNoteAssignPhone: 'K zajištění další bezpečnosti portálu je zapnuto dvoufaktorové ověřování. Zadejte své číslo mobilního telefonu, abyste mohli pokračovat v práci na portálu. Číslo mobilního telefonu musí být zadáno pomocí mezinárodního formátu s kódem země.', + loginNoteApplyCode: 'Je povolena dvoufaktorová autentizace. Kód byl odeslán na číslo $1.', newDoc: 'DOKUMENT', newXlsx: 'SEŠIT', newPptx: 'PREZENTACE', @@ -173,10 +192,15 @@ var sk = { menuClear: 'Vymazať', menuLogout: 'Odhlásiť sa', textMyComputer: 'Môj počítač', + textThrough: 'skrz', linkForgotPass: 'Zabudnuté heslo?', linkCreatePortal: 'Vytvoriť portál', - loginTitle: 'Pripojiť sa k portálu', - loginTitle2: 'Prihlásiť sa $1', + linkResend: 'Zadajte kód znovu', + linkChangePhone: 'Zmeňte telefónne číslo', + loginTitleStart: 'Pripojiť sa k portálu', + loginTitleConnectTo: 'Prihlásiť sa $1', + loginTitleAssignPhone: 'Zadajte číslo mobilného telefónu', + loginTitleApplyCode: 'Potvrďte telefónne číslo', errLogin: 'Nesprávny e-mail alebo heslo', errLoginPortal: 'Skontrolovať názov portálu', errLoginEmail: 'Skontrolovať e-mailovú adresu', @@ -186,6 +210,10 @@ var sk = { pshPortal: 'portál', pshEmail: 'e-mail', pshPass: 'heslo', + pshPhone: 'telefónne číslo', + pshCode: 'kód z textovej správy', + loginNoteAssignPhone: 'Na dodatočné zabezpečenie portálu je zapnuté dvojfaktorové overenie. Ak chcete pokračovať v práci na portáli, zadajte svoje číslo mobilného telefónu. Číslo mobilného telefónu musí byť zadané pomocou medzinárodného formátu s kódom krajiny.', + loginNoteApplyCode: 'Dvojfaktorové overenie je povolené. Kód bol odoslaný na číslo $1.', newDoc: 'DOKUMENT', newXlsx: 'ZOŠIT', newPptx: 'PREZENTÁCIA', @@ -233,19 +261,29 @@ var ru = { menuClear: 'Очистить', menuLogout: 'Выйти', textMyComputer: 'Мой компьютер', + textThrough: 'через', linkForgotPass: 'Забыли пароль?', linkCreatePortal: 'Создать портал', - loginTitle: 'Подключиться к порталу', - loginTitle2: 'Войти на $1', + linkResend: 'Отправить код еще раз', + linkChangePhone: 'Изменить номер телефона', + loginTitleStart: 'Подключиться к порталу', + loginTitleConnectTo: 'Войти на $1', + loginTitleAssignPhone: 'Введите номер мобильного телефона', + loginTitleApplyCode: 'Подтвердите номер телефона', errLogin: 'Неправильный email или пароль', errLoginPortal: 'Проверьте имя портала', errLoginEmail: 'Проверьте email', errLoginServer: 'Ошибка сервера при попытке входа', errLoginAuth: 'Ошибка при запросе информации о пользователе', errLoginPass: 'Проверьте пароль', + errLoginWrongPhone: 'Неправильный формат номера телефона', pshPortal: 'Портал', pshEmail: 'Еmail', pshPass: 'Пароль', + pshPhone: 'номер телефона', + pshCode: 'код из текстового сообщения', + loginNoteAssignPhone: 'Для обеспечения повышенной безопасности на портале включена двухфакторная аутентификация. Для продолжения работы на портале введите ваш номер мобильного телефона. Номер мобильного телефона необходимо ввести в международном формате с кодом страны.', + loginNoteApplyCode: 'Двухфакторная аутентификация включена. Код отправлен в SMS-сообщении на номер $1.', newDoc: 'Документ', newXlsx: 'Таблица', newPptx: 'Презентация', @@ -293,10 +331,15 @@ var de = { menuClear: 'Löschen', menuLogout: 'Abmelden', textMyComputer: 'Arbeitsplatz', + textThrough: 'durch', linkForgotPass: 'Passwort vergessen?', linkCreatePortal: 'Portal erstellen', - loginTitle: 'Mit Portal verbinden', - loginTitle2: 'Ins $1 anmelden', + linkResend: 'Code erneut zusenden', + linkChangePhone: 'Telefonnummer ändern', + loginTitleStart: 'Mit Portal verbinden', + loginTitleConnectTo: 'Ins $1 anmelden', + loginTitleAssignPhone: 'Handynummer eingeben', + loginTitleApplyCode: 'Telefonnummer bestätigen', errLogin: 'Falscher Passwort oder E-Mail', errLoginPortal: 'Überprüfen Sie den Portalnamen', errLoginEmail: 'Überprüfen Sie die E-Mail', @@ -306,6 +349,10 @@ var de = { pshPortal: 'Portal', pshEmail: 'E-Mail', pshPass: 'Passwort', + pshPhone: 'Telefonnummer', + pshCode: 'Code aus der Textnachricht', + loginNoteAssignPhone: 'Die Zwei-Faktor-Authentifizierung ermöglicht zusätzliche Portalsicherheit. Geben Sie Ihre Handynummer ein, um die Arbeit am Portal fortzusetzen. Die Handynummer muss in einem internationalen Format mit Ländervorwahl eingegeben werden.', + loginNoteApplyCode: 'Die Zwei-Faktor-Authentifizierung ist aktiviert. Der Code wurde an $1-Nummer gesendet.', newDoc: 'DOKUMENT', newXlsx: 'ARBEITSMAPPE', newPptx: 'PRÄSENTATION', @@ -330,6 +377,76 @@ var de = { ,strVersion: 'version' }; +var it_IT = { + welWelcome: 'Benvenuti su ONLYOFFICE Desktop Editors!', + welDescr: 'Una nuova soluzione veloce per lavorare con documenti usando ONLYOFFICE.', + btnConnect: 'Connetti', + textHavePortal: 'Sei già un utente ONLYOFFICE?', + btnCreatePortal: 'Fai una prova gratuita', + btnAddPortal: 'Aggiungi Portale', + btnLogin: 'Login', + btnBrowse: 'Sfoglia', + btnNext: 'Successivo', + portalEmptyTitle: 'Modifica simultanea dei documenti in tempo reale', + portalEmptyDescr: 'Lavora sullo stesso documento contemporaneamente con i tuoi compagni di squadra. Scegli tra la modifica in tempo reale rapida o rigorosa, la chat nel tuo documento o aggiungi commenti ad esso.', + portalListTitle: 'Portali Connessi', + textNoFiles: 'Non ci sono file', + listRecoveryTitle:'Recupera files', + listRecentFileTitle:'File Recenti', + listRecentDirTitle:'Cartelle Recenti', + menuFileOpen: 'Apri', + menuFileExplore: 'Mostra nella cartella', + menuRemoveModel: 'Rimuovi dalla lista', + menuClear: 'Svuota', + menuLogout: 'Logout', + textMyComputer: 'Il mio Computer', + textThrough: 'attraverso', + linkForgotPass: 'Password dimenticata?', + linkCreatePortal: 'Crea Portale', + linkResend: 'Invia nuovamente il codice', + linkChangePhone: 'Cambia numero di telefono', + loginTitleStart: 'Connetti al portale', + loginTitleConnectTo: 'Login su $1', + loginTitleAssignPhone: 'Inserisci Numero di telefono cellulare', + loginTitleApplyCode: 'Conferma numero di telefono', + errLogin: 'email or password errati', + errLoginPortal: 'Controlla il nome del portale', + errLoginEmail: 'Controlla l\'indirizzo email', + errLoginServer: 'Risposta del server errata durante l\'accesso', + errLoginAuth: 'Errore nella query delle informazioni dell\'utente', + errLoginPass: 'Controlla la password', + errLoginWrongPhone: 'Formato del numero di telefono errato', + pshPortal: 'portale', + pshEmail: 'email', + pshPass: 'password', + pshPhone: 'numero di telefono', + pshCode: 'codice dal messaggio di testo', + loginNoteAssignPhone: 'L\'autenticazione a due fattori è abilitata per fornire ulteriore sicurezza del portale. Inserisci il tuo numero di cellulare per continuare a lavorare sul portale. Il numero di cellulare deve essere inserito utilizzando un formato internazionale con prefisso internazionale.', + loginNoteApplyCode: 'L\'autenticazione a due fattori è abilitata. Il codice è stato inviato al numero $1.', + newDoc: 'DOCUMENTO', + newXlsx: 'FOGLIO DI CALCOLO', + newPptx: 'PRESENTAZIONE', + actCreateNew: 'Crea nuovo', + actRecentFiles: 'File recenti', + actOpenLocal: 'Apri file locale', + actConnectTo: 'Condividi e collabora', + actActivate: 'Attiva', + actAbout: 'Informazioni su', + licKeyHolder: 'digitare activation key', + btnActivate: 'Attiva', + licGetLicense: 'Get license now', + licPanelTitle: 'Inserisci product key', + licPanelDescr: 'Il codice prodotto è stato inviato all\'indirizzo e-mail specificato durante l\'acquisto.' + ,adsToolItem1: 'Cronologia delle versioni' + ,adsTitle1: 'Visualizza o ripristina versioni precedenti del documento' + ,adsDescr1: 'Torna indietro nel tempo: visualizza le versioni precedenti del documento, tiene traccia delle modifiche più piccole e dei relativi autori. Ripristina una versione precedente del tuo file se necessario.' + ,adsToolItem2: 'Collaborative review' + ,adsTitle2: 'Lascia che i tuoi compagni di squadra rivedano i documenti nel cloud' + ,adsDescr2: 'Dimentica l\'invio di file da rivedere via email. Concedi un accesso rapido al documento senza lasciare l\'editor desktop. Lascia che altri suggeriscano correzioni. Accetta o rifiuta le modifiche.' + ,checkUpdates: 'Controlla gli aggiornamenti' + ,strVersion: 'versione' +}; + var fr = { welWelcome: 'Bienvenue sur ONLYOFFICE Desktop Editors!', welDescr: 'Une nouvelle solution rapide pour travailler sur des documents en utilisant votre ONLYOFFICE.', @@ -353,10 +470,15 @@ var fr = { menuClear: 'Effacer', menuLogout: 'Déconnexion', textMyComputer: 'Mon poste de travail', + textThrough: 'par', linkForgotPass: 'Mot de passe oublié ?', linkCreatePortal: 'Créer portail', - loginTitle: 'Se connecter au portail', - loginTitle2: 'Connecter au $1', + linkResend: 'Renvoyer le code', + linkChangePhone: 'Changer le numéro de téléphone', + loginTitleStart: 'Se connecter au portail', + loginTitleConnectTo: 'Connecter au $1', + loginTitleAssignPhone: 'Entrez votre numéro de téléphone portable', + loginTitleApplyCode: 'Confirmer le numéro de téléphone', errLogin: 'l\'e-mail ou le mot de passe erroné', errLoginPortal: 'Vérifier le nom de portail', errLoginEmail: 'Vérifier l\'adresse e-mail', @@ -366,6 +488,10 @@ var fr = { pshPortal: 'portail', pshEmail: 'e-mail', pshPass: 'mot de passe', + pshPhone: 'numéro de téléphone', + pshCode: 'code reçu par SMS', + loginNoteAssignPhone: 'L\'authentification à deux facteurs est activée pour fournir une sécurité de portail supplémentaire. Entrez votre numéro de téléphone portable pour continuer à travailler sur le portail. Le numéro de téléphone portable doit être entré en utilisant un format international avec le code du pays.', + loginNoteApplyCode: 'L\'authentification à deux facteurs est activée. Le code a été envoyé au $1.', newDoc: 'DOCUMENT', newXlsx: 'TABLEUR', newPptx: 'PRESENTATION', @@ -413,10 +539,15 @@ var es = { menuClear: 'Limpiar', menuLogout: 'Cierre de Sesión', textMyComputer: 'Mi Ordenador', + textThrough: 'a través de', linkForgotPass: '¿Se le olvidó su contraseña?', linkCreatePortal: 'Crear Portal', - loginTitle: 'Conectar al portal', - loginTitle2: 'Acceder al $1', + linkResend: 'Enviar el código de nuevo', + linkChangePhone: 'Cambiar el número de teléfono', + loginTitleStart: 'Conectar al portal', + loginTitleConnectTo: 'Acceder al $1', + loginTitleAssignPhone: 'Introducir el número de móvil', + loginTitleApplyCode: 'Confirmar el número de teléfono', errLogin: 'Contraseña o correo electrónico incorrecto', errLoginPortal: 'Verificar el nombre de portal', errLoginEmail: 'Verificar la dirección del correo electrónico', @@ -426,6 +557,10 @@ var es = { pshPortal: 'portal', pshEmail: 'correo electrónico', pshPass: 'contraseña', + pshPhone: 'número de teléfono', + pshCode: 'código del mensaje de texto', + loginNoteAssignPhone: 'La autentificación de dos factores es activada para proporcionar la seguridad de portal adicional. Introduzca su número de móvil para continuar el trabajo en el portal. El número de móvil debe introducirse usando un formato internacional con el código de país.', + loginNoteApplyCode: 'La autentificación de dos factores es activada. El código se ha enviado como mensaje de texto al número $1.', newDoc: 'Documento', newXlsx: 'Libro de Excel', newPptx: 'Presentación', @@ -451,41 +586,50 @@ var es = { }; var pt_BR = { - welWelcome: 'Bem vindo ao ONLYOFFICE Desktop Editors!', - welDescr: 'Uma nova e rápida solução para trabalhar com documentos usando o seu ONLYOFFICE.', + welWelcome: 'Bem-vindo ao ONLYOFFICE Desktop Editors!', + welDescr: 'Uma nova e rápida solução para trabalhar com documentos usando o seu ONLYOFFICE..', btnConnect: 'Conectar', textHavePortal: 'Já usa o ONLYOFFICE?', - btnCreatePortal: 'Teste gratuitamente', + btnCreatePortal: 'Experimente-o agora de graça', btnAddPortal: 'Adicionar Portal', - btnLogin: 'Conectar', + btnLogin: 'Login', btnBrowse: 'Navegar', - btnNext: 'Próximo', + btnNext: 'Seguinte', portalEmptyTitle: 'Coeditar documentos em tempo real', - portalEmptyDescr: 'Trabalhe no mesmo documento simultaneamente com seus colegas de trabalho. Escolha entre coedição Rápida ou Restrita em tempo real, converse ou adicione comentários em seu documento.', + portalEmptyDescr: 'Trabalhe no mesmo documento simultaneamente com os seus colegas. Escolha entre coedição em tempo real Rápida ou Restrita, use o chat no seu documento ou adicione comentários a ele.', portalListTitle: 'Portais conectados', textNoFiles: 'Não há arquivos', listRecoveryTitle:'Recuperar arquivos', listRecentFileTitle:'Arquivos recentes', - listRecentDirTitle:'Locais recentes', + listRecentDirTitle:'Pastas recentes', menuFileOpen: 'Abrir', menuFileExplore: 'Mostrar na pasta', menuRemoveModel: 'Remover da lista', menuClear: 'Limpar', - menuLogout: 'Desconectar', + menuLogout: 'Logout', textMyComputer: 'Meu Computador', + textThrough: 'através', linkForgotPass: 'Esqueceu a senha?', linkCreatePortal: 'Criar Portal', - loginTitle: 'Conecte-se ao portal', - loginTitle2: 'Entre no seu $1', - errLogin: 'E-mail ou senha incorreto(a)', - errLoginPortal: 'Verifique o nome do portal', - errLoginEmail: 'Verifique o endereço de e-mail', - errLoginServer: 'Resposta incorreta do servidor durante o login', - errLoginAuth: 'Erro na consulta de informação de usuário', + linkResend: 'Enviar o código novamente', + linkChangePhone: 'Alterar o número de telefone', + loginTitleStart: 'Conectar ao portal', + loginTitleConnectTo: 'Login para $1', + loginTitleAssignPhone: 'Inserir número de celular', + loginTitleApplyCode: 'Confirmar o número de telefone', + errLogin: 'E-mail ou senha errada', + errLoginPortal: 'Verificar o nome do portal', + errLoginEmail: 'Verificar o endereço de e-mail', + errLoginServer: 'Resposta incorreta do servidor durante login', + errLoginAuth: 'Erro na consulta de informações do usuário', errLoginPass: 'Verifique a senha', pshPortal: 'portal', pshEmail: 'e-mail', pshPass: 'senha', + pshPhone: 'número de telefone', + pshCode: 'código da mensagem de texto', + loginNoteAssignPhone: 'A autenticação de dois fatores está habilitada para fornecer segurança adicional ao portal. Insira o seu número de celular para continuar trabalhando no portal. O número de telefone deve ser inserido usando um formato internacional com o código do país.', + loginNoteApplyCode: 'A autenticação de dois fatores está habilitada. O código foi enviado por mensagem de texto para o número $1.', newDoc: 'DOCUMENTO', newXlsx: 'PLANILHA', newPptx: 'APRESENTAÇÃO', @@ -499,20 +643,45 @@ var pt_BR = { btnActivate: 'Ativar', licGetLicense: 'Obter licença', licPanelTitle: 'Inserir chave de produto', - licPanelDescr: 'Sua chave de produto foi enviada para o e-mail cadastrado durante a compra.' - ,adsToolItem1: 'Histórico de versões' - ,adsTitle1: 'Visualizar ou restaurar versões anteriores do seu documento ' - ,adsDescr1: 'Voltar no tempo: visualize versões anteriores do seu documento, rastreie as modificações e seus autores. Você pode restaurar versões mais antigas de seus arquivos caso seja necessário.' + licPanelDescr: 'A chave do seu produto foi enviada para o endereço de e-mail especificado durante a compra.' + ,adsToolItem1: 'Histórico de versão' + ,adsTitle1: 'Ver ou restaurar versões anteriores do seu documento ' + ,adsDescr1: 'Voltar no tempo: ver versões anteriores do seu documento, rastrear as menores alterações e os seus autores. Restaurar uma versão antiga do seu arquivo se você precisar.' ,adsToolItem2: 'Revisão colaborativa' - ,adsTitle2: 'Permita que sua equipe revise os documentos na nuvem' - ,adsDescr2: 'Abandone o envio de documentos por e-mail. Conceda acesso ao documento sem sair do seu editor. Permita outras pessoas sugerirem correções. Você pode aceitar ou rejeitar as modificações.' - ,checkUpdates: 'Check for updates' - ,strVersion: 'version' + ,adsTitle2: 'Permita que os seus colegas revejam documentos na nuvem' + ,adsDescr2: 'Esqueça os arquivos enviados por e-mail para serem revistos. Obtenha acesso rápido ao documento sem sair do seu editor desktop. Deixe que outros sugiram correções. Aceite ou rejeite alterações.' + ,checkUpdates: 'Verifique atualizações' + ,strVersion: 'versão' } -+function applyLocale(lang) { - (!lang || !window[lang]) && (lang = 'en'); - utils.Lang = window[lang]; +function loadLocale(lang) { + if ( lang != 'en' ) { + for ( let i in window[lang] ) { + utils.Lang[i] = window[lang][i]; + } + } +}; + ++function mixLocale(lang) { + utils.Lang = window['en']; + + if ( lang ) { + lang = lang.replace('-', '_'); + + if ( window[lang] ) + loadLocale(lang); + else { + let _langs = ['en', 'de', 'fr', 'ru', 'es', 'sk', 'cs', 'pt_BR', 'it_IT']; + let _code = /^\w{2}/.exec(lang)[0]; + + for (let l of _langs) { + if ( l.substring(0,2) == _code ) { + loadLocale(l); + break; + } + } + } + } }(window.utils.inParams.lang); /* diff --git a/common/loginpage/src/styles.less b/common/loginpage/src/styles.less index 22ec113f6..6bd111a6f 100644 --- a/common/loginpage/src/styles.less +++ b/common/loginpage/src/styles.less @@ -168,6 +168,12 @@ button { .link { color: @color-blue-light; + + &[disabled] { + opacity: 0.4; + cursor: default; + pointer-events: none; + } } #field-pass-restore { diff --git a/common/loginpage/src/window.less b/common/loginpage/src/window.less index f8be18ac4..a478bd3d9 100644 --- a/common/loginpage/src/window.less +++ b/common/loginpage/src/window.less @@ -4,6 +4,7 @@ dialog { top: 50%; visibility: hidden; + overflow: hidden; transform: scale(0.8) translateY(-50%); transition: all 200ms; &.scaled { @@ -33,11 +34,12 @@ dialog { background: @color-gray-2; .caption { - flex:1; + flex-grow:1; text-align: left; font-size: 18px; white-space: nowrap; - text-owerflow: ellipsis; + text-overflow: ellipsis; + overflow: hidden; } } @@ -95,7 +97,7 @@ dialog { .dlg-login { .body { - padding: 15px 30px 30px; + padding: 20px 30px 30px; /*text-align: center;*/ } @@ -129,7 +131,7 @@ dialog { #box-btn-login-sso { position: relative; - padding-top: 15px; + padding-top: 12px; .separator { margin-bottom: 10px; @@ -147,12 +149,35 @@ dialog { color: @color-gray-4; } } + + .error-box { + height: 22px; + } + + .combined { + margin: 0 15px 0 0; + } + + .notice { + margin: 0; + line-height: 18px; + } + + .timer { + margin-left: 10px; + color: #999; + } } .lr-flex { display: flex; justify-content: space-between; align-items: center; + min-height: 36px; + + &.bt-align { + align-items: flex-end; + } } #box-btn-login { @@ -178,4 +203,4 @@ dialog { .img-loader { content: data-uri('loader_16.gif'); display: none; -} \ No newline at end of file +} diff --git a/macos/Localization/de.xliff b/macos/Localization/de.xliff old mode 100644 new mode 100755 index 336e307f8..d93e3fab9 --- a/macos/Localization/de.xliff +++ b/macos/Localization/de.xliff @@ -2,7 +2,7 @@
- +
@@ -17,32 +17,32 @@ Find - Finden + Suchen Class = "NSMenu"; title = "Find"; ObjectID = "1b7-l0-nxx"; Lower - Senken + Tiefer Class = "NSMenuItem"; title = "Lower"; ObjectID = "1tx-W0-xDw"; Raise - Erhöhen + Höher Class = "NSMenuItem"; title = "Raise"; ObjectID = "2h7-ER-AoG"; Transformations - Transformationen + Änderungen Class = "NSMenuItem"; title = "Transformations"; ObjectID = "2oI-Rn-ZJC"; Spelling - Spelling + Rechtschreibung Class = "NSMenu"; title = "Spelling"; ObjectID = "3IN-sU-3Bg"; Use Default - Den Standard verwenden + Standardeinstellungen verwenden Class = "NSMenuItem"; title = "Use Default"; ObjectID = "3Om-Ey-2VK"; @@ -52,11 +52,12 @@ Find - Finden + Suchen Class = "NSMenuItem"; title = "Find"; ObjectID = "4EN-yA-p0u"; License Agreement + Lizenzvereinbarung Class = "NSMenuItem"; title = "License Agreement"; ObjectID = "4et-TX-a4m"; @@ -71,7 +72,7 @@ Copy Style - Stil kopieren + Format übertragen Class = "NSMenuItem"; title = "Copy Style"; ObjectID = "5Vv-lz-BsD"; @@ -81,11 +82,12 @@ Redo - Überarbeiten + Wiederholen Class = "NSMenuItem"; title = "Redo"; ObjectID = "6dh-zS-Vam"; License agreement + Lizenzvereinbarung Class = "NSButtonCell"; title = "License agreement"; ObjectID = "8Ga-Cu-VGe"; @@ -95,31 +97,32 @@ New + Neu Class = "NSMenuItem"; title = "New"; ObjectID = "9aQ-wl-gjS"; none - kein + Keine Class = "NSTextFieldCell"; title = "none"; ObjectID = "9i7-kj-42B"; Substitutions - Substitutionen + Ersetzungen Class = "NSMenuItem"; title = "Substitutions"; ObjectID = "9ic-FL-obx"; Smart Copy/Paste - Smart Copy/Paste + Intelligentes Kopieren/Einfügen Class = "NSMenuItem"; title = "Smart Copy/Paste"; ObjectID = "9yt-4B-nSM"; Tighten - Spannen + Enger stellen Class = "NSMenuItem"; title = "Tighten"; ObjectID = "46P-cB-AYj"; Correct Spelling Automatically - Spelling automatisch korrigieren + Automatische Rechtschreibkorrektur Class = "NSMenuItem"; title = "Correct Spelling Automatically"; ObjectID = "78Y-hA-62v"; @@ -144,10 +147,12 @@ Acknowledgments + Bestätigungen Class = "NSMenuItem"; title = "Acknowledgments"; ObjectID = "CJU-dx-a9l"; Spreadsheet + Tabelle Class = "NSMenuItem"; title = "Spreadsheet"; ObjectID = "DOj-j9-dza"; @@ -167,7 +172,7 @@ Product Help - ONLYOFFICE Hilfe + Hilfe bei Fragen zum Produkt Class = "NSMenuItem"; title = "Product Help"; ObjectID = "FKE-Sm-Kum"; @@ -177,7 +182,7 @@ Substitutions - Substitutionen + Ersetzungen Class = "NSMenu"; title = "Substitutions"; ObjectID = "FeM-D8-WVr"; @@ -197,7 +202,7 @@ Use Default - Standard verwenden + Standardeinstellungen übernehmen Class = "NSMenuItem"; title = "Use Default"; ObjectID = "GUa-eO-cwY"; @@ -212,27 +217,27 @@ View - Aussicht + Anzeigen Class = "NSMenuItem"; title = "View"; ObjectID = "H8h-7b-M4v"; Text Replacement - Textersetzung + Text ersetzen Class = "NSMenuItem"; title = "Text Replacement"; ObjectID = "HFQ-gK-NFA"; Show Spelling and Grammar - Rechtschreibung und Grammatik zeigen + Rechtschreibung und Grammatik anzeigen Class = "NSMenuItem"; title = "Show Spelling and Grammar"; ObjectID = "HFo-cy-zxI"; View - Aussicht + Anzeigen Class = "NSMenu"; title = "View"; ObjectID = "HyV-fh-RgO"; Subscript - Unterer Index + Tiefstellen Class = "NSMenuItem"; title = "Subscript"; ObjectID = "I0S-gh-46l"; @@ -247,32 +252,32 @@ Justify - Rechtfertigen + Ausrichten Class = "NSMenuItem"; title = "Justify"; ObjectID = "J5U-5w-g23"; Use None - Kein Verwenden + Keine Verwenden Class = "NSMenuItem"; title = "Use None"; ObjectID = "J7y-lM-qPV"; Revert to Saved - Zurück zu Gespeichert + Zurück zu Gespeicherte Class = "NSMenuItem"; title = "Revert to Saved"; ObjectID = "KaW-ft-85H"; Show All - Alle Zeigen + Alle anzeigen Class = "NSMenuItem"; title = "Show All"; ObjectID = "Kd2-mp-pUS"; Bring All to Front - Alle nach Vorne Bringen + Alle nach vorne bringen Class = "NSMenuItem"; title = "Bring All to Front"; ObjectID = "LE2-aR-0XJ"; Paste Ruler - Ruler Fügen + Lineal einfügen Class = "NSMenuItem"; title = "Paste Ruler"; ObjectID = "LVM-kO-fVI"; @@ -282,7 +287,7 @@ Copy Ruler - Ruler Kopieren + Lineal kopieren Class = "NSMenuItem"; title = "Copy Ruler"; ObjectID = "MkV-Pr-PK5"; @@ -302,22 +307,22 @@ Baseline - Grundlinie + Ausgangswert Class = "NSMenuItem"; title = "Baseline"; ObjectID = "OaQ-X3-Vso"; Hide ONLYOFFICE - ONLYOFFICE Verstecken + ONLYOFFICE verbergen Class = "NSMenuItem"; title = "Hide ONLYOFFICE"; ObjectID = "Olw-nP-bQN"; Find Previous - Vorheriges Suchen + Letztes Ergebnis anzeigen Class = "NSMenuItem"; title = "Find Previous"; ObjectID = "OwM-mh-QMV"; Stop Speaking - Zu Sprechen Aufhören + Sprachfunktion beenden Class = "NSMenuItem"; title = "Stop Speaking"; ObjectID = "Oyz-dy-DGm"; @@ -327,26 +332,27 @@ Show Fonts - Schriften Anzeigen + Schriften anzeigen Class = "NSMenuItem"; title = "Show Fonts"; ObjectID = "Q5e-8K-NDq"; Zoom - Zoomen + Vergrößern Class = "NSMenuItem"; title = "Zoom"; ObjectID = "R4o-n2-Eq4"; Right to Left - Rechts nach Links + Rechts nach links Class = "NSMenuItem"; title = "\tRight to Left"; ObjectID = "RB4-Sm-HuC"; Close + Schließen Class = "NSButtonCell"; title = "Close"; ObjectID = "Riu-oE-8dj"; none - kein + Keine Class = "NSTextFieldCell"; title = "none"; ObjectID = "Rkd-xb-FRJ"; @@ -356,21 +362,22 @@ Superscript - Superscript + Hochstellen Class = "NSMenuItem"; title = "Superscript"; ObjectID = "Rqc-34-cIF"; Select All - Alle Auswählen + Alles auswählen Class = "NSMenuItem"; title = "Select All"; ObjectID = "Ruw-6m-B2m"; Jump to Selection - Wechseln zu Auswahl + Zu Auswahl wechseln Class = "NSMenuItem"; title = "Jump to Selection"; ObjectID = "S0p-oC-mLd"; Document + Dokument Class = "NSMenuItem"; title = "Document"; ObjectID = "TEm-B8-gsH"; @@ -380,17 +387,17 @@ Capitalize - Kapitalisieren + Großschreibung Class = "NSMenuItem"; title = "Capitalize"; ObjectID = "UEZ-Bs-lqG"; Center - Zum Zentrum + Zentrieren Class = "NSMenuItem"; title = "Center"; ObjectID = "VIY-Ag-zcb"; Hide Others - Andere Verstecken + Andere ausblenden Class = "NSMenuItem"; title = "Hide Others"; ObjectID = "Vdr-fp-XzO"; @@ -405,22 +412,22 @@ Underline - Unterstreichen + Unterstrichen Class = "NSMenuItem"; title = "Underline"; ObjectID = "WRG-CD-K1S"; Paste and Match Style - Einsetzen und Stil Anpassen + Einfügen und Format übernehmen Class = "NSMenuItem"; title = "Paste and Match Style"; ObjectID = "WeT-3V-zwk"; Find… - Finden… + Suchen… Class = "NSMenuItem"; title = "Find…"; ObjectID = "Xz5-n4-O0W"; Find and Replace… - Finden and Ersetzen… + Suchen und ersetzen... Class = "NSMenuItem"; title = "Find and Replace…"; ObjectID = "YEy-JH-Tfz"; @@ -430,21 +437,22 @@ Start Speaking - Zu Sprechen Beginnen + Sprachfunktion starten Class = "NSMenuItem"; title = "Start Speaking"; ObjectID = "Ynk-f8-cLZ"; Align Left - Links Ausrichten + Linksbündig Class = "NSMenuItem"; title = "Align Left"; ObjectID = "ZM1-6Q-yy1"; Version + Version Class = "NSTextFieldCell"; title = "Version"; ObjectID = "ZbA-hc-8PE"; Email: - Email: + E-Mail: Class = "NSTextFieldCell"; title = "Email:"; ObjectID = "Zsi-3o-ASl"; @@ -469,7 +477,7 @@ Use Default - Standard Verwenden + Standardeinstellungen übernehmen Class = "NSMenuItem"; title = "Use Default"; ObjectID = "agt-UL-0e3"; @@ -489,12 +497,12 @@ Transformations - Transformationen + Änderungen Class = "NSMenu"; title = "Transformations"; ObjectID = "c8a-y6-VQd"; Use None - Kein Verwenden + Keine Verwenden Class = "NSMenuItem"; title = "Use None"; ObjectID = "cDB-IK-hbR"; @@ -509,7 +517,7 @@ Make Lower Case - Kleinschreibung Machen + Kleinschreibung Class = "NSMenuItem"; title = "Make Lower Case"; ObjectID = "d9M-CD-aMd"; @@ -524,7 +532,7 @@ Undo - Rückgängig Machen + Rückgängig Class = "NSMenuItem"; title = "Undo"; ObjectID = "dRJ-4n-Yzg"; @@ -539,20 +547,22 @@ New + Neu Class = "NSMenu"; title = "New"; ObjectID = "hD5-Cz-ItX"; Smart Quotes - Smart Quotes + Intelligente Anführungszeichen Class = "NSMenuItem"; title = "Smart Quotes"; ObjectID = "hQb-2v-fYv"; Presentation + Präsentation Class = "NSMenuItem"; title = "Presentation"; ObjectID = "hkB-TU-Ps1"; Check Document Now - Dokument Jetzt Prüfen + Dokument jetzt überprüfen Class = "NSMenuItem"; title = "Check Document Now"; ObjectID = "hz2-CU-CR7"; @@ -567,17 +577,17 @@ Baseline - Grundlinie + Ausgangswert Class = "NSMenu"; title = "Baseline"; ObjectID = "ijk-EB-dga"; Kern - Kern + Überhang Class = "NSMenuItem"; title = "Kern"; ObjectID = "jBQ-r6-VK2"; Right to Left - Rechts nach Links + Rechts nach links Class = "NSMenuItem"; title = "\tRight to Left"; ObjectID = "jFq-tB-4Kx"; @@ -592,6 +602,7 @@ START + BEGINNEN Class = "NSButtonCell"; title = "START"; ObjectID = "llV-Yc-IJ4"; @@ -601,22 +612,22 @@ Check Grammar With Spelling - Grammatik und Rechtschreibung Prüfen + Grammatik und Rechtschreibung prüfen Class = "NSMenuItem"; title = "Check Grammar With Spelling"; ObjectID = "mK6-2p-4JG"; Ligatures - Ligaturen + Doppelbuchstaben Class = "NSMenuItem"; title = "Ligatures"; ObjectID = "o6e-r0-MWq"; Open Recent - Letzte Öffnen + Kürzlich verwendete Dateien öffnen Class = "NSMenu"; title = "Open Recent"; ObjectID = "oas-Oc-fiZ"; Loosen - Schwächen + Lockern Class = "NSMenuItem"; title = "Loosen"; ObjectID = "ogc-rX-tC1"; @@ -626,41 +637,42 @@ Save - Speichern… + Speichern Class = "NSMenuItem"; title = "Save"; ObjectID = "pxx-59-PXV"; Find Next - Nächstes Finden + Weitersuchen Class = "NSMenuItem"; title = "Find Next"; ObjectID = "q09-fT-Sye"; Page Setup… - Seiteneinrichtung… + Seite einrichten... Class = "NSMenuItem"; title = "Page Setup…"; ObjectID = "qIS-W8-SiK"; ONLYOFFICE - ONLYOFFICE + ONLYOFFICE Class = "NSTextFieldCell"; title = "ONLYOFFICE "; ObjectID = "rG1-93-HjS"; Check Spelling While Typing - Rechtschreibprüfung während der Eingabe + Rechtschreibung während der Eingabe überprüfen Class = "NSMenuItem"; title = "Check Spelling While Typing"; ObjectID = "rbD-Rh-wIN"; Smart Dashes - Smart Striche + Intelligente Bindestriche Class = "NSMenuItem"; title = "Smart Dashes"; ObjectID = "rgM-f4-ycn"; Copyright info + Copyright-Informationen Class = "NSTextFieldCell"; title = "Copyright info"; ObjectID = "sGd-zc-V0B"; Show Toolbar - Symbolleiste Anzeigen + Symbolleiste anzeigen Class = "NSMenuItem"; title = "Show Toolbar"; ObjectID = "snW-S8-Cw5"; @@ -670,12 +682,12 @@ Open Recent - Letzte Öffnen + Kürzlich verwendete Dateien öffnen Class = "NSMenuItem"; title = "Open Recent"; ObjectID = "tXI-mr-wws"; Kern - Kern + Überhang Class = "NSMenu"; title = "Kern"; ObjectID = "tlD-Oa-oAM"; @@ -685,46 +697,47 @@ Cut - Schneiden + Ausschneiden Class = "NSMenuItem"; title = "Cut"; ObjectID = "uRl-iY-unG"; Check for Updates… + Nach Updates suchen Class = "NSMenuItem"; title = "Check for Updates…"; ObjectID = "ud7-wC-A79"; Paste Style - Stil Enfügen + Format einfügen Class = "NSMenuItem"; title = "Paste Style"; ObjectID = "vKC-jM-MkH"; Show Ruler - Ruler Anzeigen + Lineal anzeigen Class = "NSMenuItem"; title = "Show Ruler"; ObjectID = "vLm-3I-IUL"; Clear Menu - Menu Reinigen + Menü löschen Class = "NSMenuItem"; title = "Clear Menu"; ObjectID = "vNY-rz-j42"; Make Upper Case - Großbuchstaben Machen + Großschreibung Class = "NSMenuItem"; title = "Make Upper Case"; ObjectID = "vmV-6d-7jI"; Ligatures - Ligaturen + Doppelbuchstaben Class = "NSMenu"; title = "Ligatures"; ObjectID = "w0m-vy-SC9"; Align Right - Rechts Ausrichten + Rechtsbündig Class = "NSMenuItem"; title = "Align Right"; ObjectID = "wb2-vD-lq4"; Text Cell - Text Sektion + Textzelle Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "wpe-8d-5DV"; @@ -739,21 +752,22 @@ Product + Produkt Class = "NSTextFieldCell"; title = "Product"; ObjectID = "xCO-ey-2lo"; Use All - Alle Verwenden + Alle verwenden Class = "NSMenuItem"; title = "Use All"; ObjectID = "xQD-1f-W4t"; Speech - Rede + Sprache Class = "NSMenuItem"; title = "Speech"; ObjectID = "xrE-MZ-jX0"; Show Substitutions - Auswechslungen Anzeigen + Ersetzungen anzeigen Class = "NSMenuItem"; title = "Show Substitutions"; ObjectID = "z6F-FW-3nz"; @@ -763,158 +777,656 @@
+ +
+ +
+ + + ONLYOFFICE Reporter Window + ONLYOFFICE Berichtefenster + Class = "NSWindow"; title = "ONLYOFFICE Reporter Window"; ObjectID = "Ygx-5K-Hn8"; + + +
- +
ONLYOFFICE - - - 1.0 + ONLYOFFICE Copyright © 2017 Ascensio System SIA. All rights reserved. + Copyright © 2018 Ascensio System SIA. Alle Rechte vorbehalten. + + +
+ +
+ +
+ + + %@ Help + %@ Hilfe + No comment provided by engineer. + + + About %@ + Über %@ + No comment provided by engineer. + + + Acknowledgments + Bestätigungen + No comment provided by engineer. + + + Cancel + Abbrechen + No comment provided by engineer. + + + Comma-Separated Values + CSV (Dateiformat) + No comment provided by engineer. + + + Create portal + Portal erstellen + No comment provided by engineer. + + + Delete and Quit + Löschen und beenden + No comment provided by engineer. + + + DjVu File + DjVu-Datei + No comment provided by engineer. + + + Do you want to save the changes made to the document "%@"? + Möchten Sie die Änderungen an "%@“ speichern? + No comment provided by engineer. + + + Document %ld.docx + Dokument %ld.docx + No comment provided by engineer. + + + Excel 97-2003 Spreadsheet + Excel 97-2003 + No comment provided by engineer. + + + Excel 2007 Spreadsheet + Excel 2007 + No comment provided by engineer. + + + File "%@" can not be open or not exist. + Datei "%@" kann nicht geöffnet werden oder existiert nicht. + No comment provided by engineer. + + + File Format: + Dateiformat: + No comment provided by engineer. + + + File can not be open. + Die Datei kann nicht geöffnet werden. + No comment provided by engineer. + + + Hide %@ + %@ verbergen + No comment provided by engineer. + + + If you don't review your documents, all your changeses will be lost. + Wenn Sie Ihre Dokumente nicht überprüfen, gehen alle Änderungen verloren. + No comment provided by engineer. + + + License Agreement + Lizenzvereinbarung + No comment provided by engineer. + + + Mobipocket e-book + Mobipocket eBook + No comment provided by engineer. + + + No + Nein + No comment provided by engineer. + + + OK + OK + No comment provided by engineer. + + + ONLYOFFICE Free + ONLYOFFICE kostenlos + No comment provided by engineer. + + + OpenOffice Document + Openoffice-Dokument + No comment provided by engineer. + + + OpenOffice Presentation + OpenOffice-Präsentation + No comment provided by engineer. + + + OpenOffice Spreadsheet + Openoffice-Tabelle + No comment provided by engineer. + + + Opening + Öffnen + No comment provided by engineer. + + + PDF File + Pdf-Datei + No comment provided by engineer. + + + Plain Text + Einfacher Text + No comment provided by engineer. + + + PowerPoint 97-2003 Presentation + PowerPoint 97-2003 + No comment provided by engineer. + + + PowerPoint 2007 Presentation + PowerPoint 2007 + No comment provided by engineer. + + + PowerPoint Slide Show + PowerPoint-Präsentation + No comment provided by engineer. + + + Preparing... + Wird vorbereitet... + No comment provided by engineer. + + + Presentation %ld.pptx + Präsentation %ld.pptx + No comment provided by engineer. + + + Quit %@ + %@ beenden + No comment provided by engineer. + + + Review Changes... + Änderungen überprüfen... + No comment provided by engineer. + + + Rich Text Document + Rich-Text-Dokument + No comment provided by engineer. + + + Spreadsheet %ld.xlsx + Tabelle %ld.xlsx + No comment provided by engineer. + + + Unconfirmed + Nicht bestätigt + No comment provided by engineer. + + + Untitled + Ohne Namen + No comment provided by engineer. + + + Version %1$@ (%2$@) + Version %1$@ (%2$@) + No comment provided by engineer. + + + Web Page + Webseite + No comment provided by engineer. + + + Word 97-2003 Document + Word 97-2003 + No comment provided by engineer. + + + Word 2007 Document + Word 2007 + No comment provided by engineer. + + + XML Paper Specification + XPS (Dateiformat) + No comment provided by engineer. + + + Yes + Ja + No comment provided by engineer. + + + You have %1$ld %2$@ documents with unconfirmed changes. Do you want to review these changes before quitting? + Sie haben %1$ld %2$@ Dokumente mit nicht bestätigten Änderungen. Möchten Sie diese Änderungen vor dem Beenden überprüfen? + No comment provided by engineer. + + + Your changes will be lost if you don’t save them. + Wenn Sie Ihre Änderungen nicht speichern, gehen alle Änderungen verloren. + No comment provided by engineer.
- +
$(PRODUCT_NAME) ONLYOFFICE - - 4.4 - Copyright © АО Novyye Kommunikatsionnyye Tekhnologii. 2017 All rights reserved. - © АО "Novyye Kommunikatsionnyye Tekhnologii" 2017 All rights reserved. + Copyright © АО Novyye Kommunikatsionnyye Tekhnologii 2018. Alle Rechte vorbehalten.
+ +
+ +
+ + + %@ Help + %@ Hilfe + No comment provided by engineer. + + + About %@ + Über %@ + No comment provided by engineer. + + + Acknowledgments + Bestätigungen + No comment provided by engineer. + + + Cancel + Abbrechen + No comment provided by engineer. + + + Comma-Separated Values + CSV (Dateiformat) + No comment provided by engineer. + + + Create portal + Portal erstellen + No comment provided by engineer. + + + Delete and Quit + Löschen und beenden + No comment provided by engineer. + + + DjVu File + DjVu-Datei + No comment provided by engineer. + + + Do you want to save the changes made to the document "%@"? + Möchten Sie die Änderungen an "%@“ speichern? + No comment provided by engineer. + + + Document %ld.docx + Dokument %ld.docx + No comment provided by engineer. + + + Excel 97-2003 Spreadsheet + Excel 97-2003 + No comment provided by engineer. + + + Excel 2007 Spreadsheet + Excel 2007 + No comment provided by engineer. + + + File "%@" can not be open or not exist. + Datei "%@" kann nicht geöffnet werden oder existiert nicht. + No comment provided by engineer. + + + File Format: + Dateiformat: + No comment provided by engineer. + + + File can not be open. + Die Datei kann nicht geöffnet werden. + No comment provided by engineer. + + + Hide %@ + %@ verbergen + No comment provided by engineer. + + + If you don't review your documents, all your changeses will be lost. + Wenn Sie Ihre Dokumente nicht überprüfen, gehen alle Änderungen verloren. + No comment provided by engineer. + + + License Agreement + Lizenzvereinbarung + No comment provided by engineer. + + + Mobipocket e-book + Mobipocket eBook + No comment provided by engineer. + + + No + Nein + No comment provided by engineer. + + + OK + OK + No comment provided by engineer. + + + ONLYOFFICE Free + ONLYOFFICE kostenlos + No comment provided by engineer. + + + OpenOffice Document + Openoffice-Dokument + No comment provided by engineer. + + + OpenOffice Presentation + OpenOffice-Präsentation + No comment provided by engineer. + + + OpenOffice Spreadsheet + Openoffice-Tabelle + No comment provided by engineer. + + + Opening + Öffnen + No comment provided by engineer. + + + PDF File + Pdf-Datei + No comment provided by engineer. + + + Plain Text + Einfacher Text + No comment provided by engineer. + + + PowerPoint 97-2003 Presentation + PowerPoint 97-2003 + No comment provided by engineer. + + + PowerPoint 2007 Presentation + PowerPoint 2007 + No comment provided by engineer. + + + PowerPoint Slide Show + PowerPoint-Präsentation + No comment provided by engineer. + + + Preparing... + Wird vorbereitet... + No comment provided by engineer. + + + Presentation %ld.pptx + Präsentation %ld.pptx + No comment provided by engineer. + + + Quit %@ + %@ beenden + No comment provided by engineer. + + + Review Changes... + Änderungen überprüfen... + No comment provided by engineer. + + + Rich Text Document + Rich-Text-Dokument + No comment provided by engineer. + + + Spreadsheet %ld.xlsx + Tabelle %ld.xlsx + No comment provided by engineer. + + + Unconfirmed + Nicht bestätigt + No comment provided by engineer. + + + Untitled + Ohne Namen + No comment provided by engineer. + + + Version %1$@ (%2$@) + Version %1$@ (%2$@) + No comment provided by engineer. + + + Web Page + Webseite + No comment provided by engineer. + + + Word 97-2003 Document + Word 97-2003 + No comment provided by engineer. + + + Word 2007 Document + Word 2007 + No comment provided by engineer. + + + XML Paper Specification + XPS (Dateiformat) + No comment provided by engineer. + + + Yes + Ja + No comment provided by engineer. + + + You have %1$ld %2$@ documents with unconfirmed changes. Do you want to review these changes before quitting? + Sie haben %1$ld %2$@ Dokumente mit nicht bestätigten Änderungen. Möchten Sie diese Änderungen vor dem Beenden überprüfen? + No comment provided by engineer. + + + Your changes will be lost if you don’t save them. + Wenn Sie Ihre Änderungen nicht speichern, gehen alle Änderungen verloren. + No comment provided by engineer. + + +
+ +
+ +
+ +
- +
$(PRODUCT_NAME) - - - 4.4 + ONLYOFFICE Copyright © 2017 Ascensio System SIA. All rights reserved. + Copyright © 2018 Ascensio System SIA. Alle Rechte vorbehalten.
- +
%@ Help - %@ Help + %@ Hilfe No comment provided by engineer. About %@ - About %@ + Über %@ No comment provided by engineer. Acknowledgments - Acknowledgments + Bestätigungen No comment provided by engineer. Cancel - Cancel + Abbrechen No comment provided by engineer. Comma-Separated Values - Comma-Separated Values + CSV (Dateiformat) No comment provided by engineer. Create portal + Portal erstellen No comment provided by engineer. Delete and Quit - Delete and Quit + Löschen und beenden No comment provided by engineer. DjVu File - DjVu File + DjVu-Datei No comment provided by engineer. Do you want to save the changes made to the document "%@"? - Do you want to save the changes made to the document "%@"? + Möchten Sie die Änderungen an "%@“ speichern? No comment provided by engineer. Document %ld.docx - Document %ld.docx + Dokument %ld.docx No comment provided by engineer. Excel 97-2003 Spreadsheet - Excel 97-2003 Spreadsheet + Excel 97-2003 No comment provided by engineer. Excel 2007 Spreadsheet - Excel 2007 Spreadsheet + Excel 2007 No comment provided by engineer. File "%@" can not be open or not exist. - File "%@" can not be open or not exist. + Datei "%@" kann nicht geöffnet werden oder existiert nicht. No comment provided by engineer. File Format: - File Format: + Dateiformat: No comment provided by engineer. File can not be open. - File can not be open. + Die Datei kann nicht geöffnet werden. No comment provided by engineer. Hide %@ - Hide %@ + %@ verbergen No comment provided by engineer. If you don't review your documents, all your changeses will be lost. - If you don't review your documents, all your changeses will be lost. + Wenn Sie Ihre Dokumente nicht überprüfen, gehen alle Änderungen verloren. No comment provided by engineer. License Agreement - License Agreement + Lizenzvereinbarung No comment provided by engineer. Mobipocket e-book - Mobipocket e-book + Mobipocket eBook No comment provided by engineer. No - No + Nein No comment provided by engineer. @@ -924,132 +1436,140 @@ ONLYOFFICE Free + ONLYOFFICE kostenlos No comment provided by engineer. OpenOffice Document - OpenOffice Document + Openoffice-Dokument No comment provided by engineer. OpenOffice Presentation - OpenOffice Presentation + OpenOffice-Präsentation No comment provided by engineer. OpenOffice Spreadsheet - OpenOffice Spreadsheet + Openoffice-Tabelle No comment provided by engineer. Opening - Opening + Öffnen No comment provided by engineer. PDF File - PDF File + Pdf-Datei No comment provided by engineer. Plain Text - Plain Text + Einfacher Text No comment provided by engineer. PowerPoint 97-2003 Presentation - PowerPoint 97-2003 Presentation + PowerPoint 97-2003 No comment provided by engineer. PowerPoint 2007 Presentation - PowerPoint 2007 Presentation + PowerPoint 2007 No comment provided by engineer. PowerPoint Slide Show - PowerPoint Slide Show + PowerPoint-Präsentation No comment provided by engineer. Preparing... - Preparing... + Wird vorbereitet... No comment provided by engineer. Presentation %ld.pptx - Presentation %ld.pptx + Präsentation %ld.pptx No comment provided by engineer. Quit %@ - Quit %@ + %@ beenden No comment provided by engineer. Review Changes... - Review Changes... + Änderungen überprüfen... No comment provided by engineer. Rich Text Document - Rich Text Document + Rich-Text-Dokument No comment provided by engineer. Spreadsheet %ld.xlsx - Spreadsheet %ld.xlsx + Tabelle %ld.xlsx No comment provided by engineer. Unconfirmed - Unconfirmed + Nicht bestätigt No comment provided by engineer. Untitled - Untitled + Ohne Namen No comment provided by engineer. Version %1$@ (%2$@) + Version %1$@ (%2$@) No comment provided by engineer. Web Page - Web Page + Webseite No comment provided by engineer. Word 97-2003 Document - Word 97-2003 Document + Word 97-2003 No comment provided by engineer. Word 2007 Document - Word 2007 Document + Word 2007 No comment provided by engineer. XML Paper Specification - XML Paper Specification + XPS (Dateiformat) No comment provided by engineer. Yes - Yes + Ja No comment provided by engineer. You have %1$ld %2$@ documents with unconfirmed changes. Do you want to review these changes before quitting? - You have %1$ld %2$@ documents with unconfirmed changes. Do you want to review these changes before quitting? + Sie haben %1$ld %2$@ Dokumente mit nicht bestätigten Änderungen. Möchten Sie diese Änderungen vor dem Beenden überprüfen? No comment provided by engineer. Your changes will be lost if you don’t save them. - Your changes will be lost if you don’t save them. + Wenn Sie Ihre Änderungen nicht speichern, gehen alle Änderungen verloren. No comment provided by engineer.
+ +
+ +
+ +
diff --git a/macos/Localization/es.xliff b/macos/Localization/es.xliff old mode 100644 new mode 100755 index 97b63b0d3..9045cc2e2 --- a/macos/Localization/es.xliff +++ b/macos/Localization/es.xliff @@ -2,7 +2,7 @@
- +
@@ -37,7 +37,7 @@ Spelling - Deletreo + Ortografía Class = "NSMenu"; title = "Spelling"; ObjectID = "3IN-sU-3Bg"; @@ -57,6 +57,7 @@ License Agreement + Acuerdo de Licencia Class = "NSMenuItem"; title = "License Agreement"; ObjectID = "4et-TX-a4m"; @@ -86,6 +87,7 @@ License agreement + Acuerdo de Licencia Class = "NSButtonCell"; title = "License agreement"; ObjectID = "8Ga-Cu-VGe"; @@ -95,36 +97,37 @@ New + Nuevo Class = "NSMenuItem"; title = "New"; ObjectID = "9aQ-wl-gjS"; none - no + ninguno Class = "NSTextFieldCell"; title = "none"; ObjectID = "9i7-kj-42B"; Substitutions - Substitutions + Substituciones Class = "NSMenuItem"; title = "Substitutions"; ObjectID = "9ic-FL-obx"; Smart Copy/Paste - Smart Copy/Paste + Smart Copiar/Pegar Class = "NSMenuItem"; title = "Smart Copy/Paste"; ObjectID = "9yt-4B-nSM"; Tighten - Tighten + Ajustar Class = "NSMenuItem"; title = "Tighten"; ObjectID = "46P-cB-AYj"; Correct Spelling Automatically - Correct Spelling Automatically + Corregir ortografía de forma automática Class = "NSMenuItem"; title = "Correct Spelling Automatically"; ObjectID = "78Y-hA-62v"; Main Menu - Main Menu + Menú principal Class = "NSMenu"; title = "Main Menu"; ObjectID = "AYu-sK-qS6"; @@ -134,7 +137,7 @@ Left to Right - Left to Right + De izquierda a derecha Class = "NSMenuItem"; title = "\tLeft to Right"; ObjectID = "BgM-ve-c93"; @@ -144,20 +147,22 @@ Acknowledgments + Reconocimientos Class = "NSMenuItem"; title = "Acknowledgments"; ObjectID = "CJU-dx-a9l"; Spreadsheet + Hoja de cálculo Class = "NSMenuItem"; title = "Spreadsheet"; ObjectID = "DOj-j9-dza"; Close - Close + Cerrar Class = "NSMenuItem"; title = "Close"; ObjectID = "DVo-aG-piG"; Spelling and Grammar - Spelling and Grammar + Ortografía y Gramática Class = "NSMenuItem"; title = "Spelling and Grammar"; ObjectID = "Dv1-io-Yv7"; @@ -177,7 +182,7 @@ Substitutions - Substitutions + Substituciones Class = "NSMenu"; title = "Substitutions"; ObjectID = "FeM-D8-WVr"; @@ -207,7 +212,7 @@ Writing Direction - Writing Direction + Dirección de escritura Class = "NSMenuItem"; title = "Writing Direction"; ObjectID = "H1b-Si-o9J"; @@ -217,12 +222,12 @@ Text Replacement - Text Replacement + Sustitución de texto Class = "NSMenuItem"; title = "Text Replacement"; ObjectID = "HFQ-gK-NFA"; Show Spelling and Grammar - Show Spelling and Grammar + Mostrar ortografía y gramática Class = "NSMenuItem"; title = "Show Spelling and Grammar"; ObjectID = "HFo-cy-zxI"; @@ -232,7 +237,7 @@ Subscript - Subscript + Subíndice Class = "NSMenuItem"; title = "Subscript"; ObjectID = "I0S-gh-46l"; @@ -247,17 +252,17 @@ Justify - Justify + Justificar Class = "NSMenuItem"; title = "Justify"; ObjectID = "J5U-5w-g23"; Use None - Use None + Usar ninguno Class = "NSMenuItem"; title = "Use None"; ObjectID = "J7y-lM-qPV"; Revert to Saved - Revert to Saved + Revertir a guardado Class = "NSMenuItem"; title = "Revert to Saved"; ObjectID = "KaW-ft-85H"; @@ -272,17 +277,17 @@ Paste Ruler - Paste Ruler + Pegar regla Class = "NSMenuItem"; title = "Paste Ruler"; ObjectID = "LVM-kO-fVI"; Left to Right - Left to Right + De izquierda a derecha Class = "NSMenuItem"; title = "\tLeft to Right"; ObjectID = "Lbh-J2-qVU"; Copy Ruler - Copy Ruler + Copiar regla Class = "NSMenuItem"; title = "Copy Ruler"; ObjectID = "MkV-Pr-PK5"; @@ -292,7 +297,7 @@ Default - Default + Predeterminado Class = "NSMenuItem"; title = "\tDefault"; ObjectID = "Nop-cj-93Q"; @@ -302,7 +307,7 @@ Baseline - Baseline + Base Class = "NSMenuItem"; title = "Baseline"; ObjectID = "OaQ-X3-Vso"; @@ -312,22 +317,22 @@ Find Previous - Find Previous + Encontrar el anterior Class = "NSMenuItem"; title = "Find Previous"; ObjectID = "OwM-mh-QMV"; Stop Speaking - Stop Speaking + Parar de hablar Class = "NSMenuItem"; title = "Stop Speaking"; ObjectID = "Oyz-dy-DGm"; Bigger - Bigger + Más grande Class = "NSMenuItem"; title = "Bigger"; ObjectID = "Ptp-SP-VEL"; Show Fonts - Show Fonts + Mostrar fuentes Class = "NSMenuItem"; title = "Show Fonts"; ObjectID = "Q5e-8K-NDq"; @@ -337,11 +342,12 @@ Right to Left - Right to Left + De derecha a izquierda Class = "NSMenuItem"; title = "\tRight to Left"; ObjectID = "RB4-Sm-HuC"; Close + Cerrar Class = "NSButtonCell"; title = "Close"; ObjectID = "Riu-oE-8dj"; @@ -356,21 +362,22 @@ Superscript - Superscript + Subíndice Class = "NSMenuItem"; title = "Superscript"; ObjectID = "Rqc-34-cIF"; Select All - Select All + Seleccionar todo Class = "NSMenuItem"; title = "Select All"; ObjectID = "Ruw-6m-B2m"; Jump to Selection - Jump to Selection + Saltar a Selección Class = "NSMenuItem"; title = "Jump to Selection"; ObjectID = "S0p-oC-mLd"; Document + Documento Class = "NSMenuItem"; title = "Document"; ObjectID = "TEm-B8-gsH"; @@ -380,12 +387,12 @@ Capitalize - Capitalize + Mayúscula Class = "NSMenuItem"; title = "Capitalize"; ObjectID = "UEZ-Bs-lqG"; Center - Center + Centro Class = "NSMenuItem"; title = "Center"; ObjectID = "VIY-Ag-zcb"; @@ -395,7 +402,7 @@ Italic - Italic + Cursiva Class = "NSMenuItem"; title = "Italic"; ObjectID = "Vjx-xi-njq"; @@ -405,12 +412,12 @@ Underline - Underline + Subrayado Class = "NSMenuItem"; title = "Underline"; ObjectID = "WRG-CD-K1S"; Paste and Match Style - Paste and Match Style + Copiar e igualar estilo Class = "NSMenuItem"; title = "Paste and Match Style"; ObjectID = "WeT-3V-zwk"; @@ -420,36 +427,37 @@ Find and Replace… - Find and Replace… + Encontrar y remplazar Class = "NSMenuItem"; title = "Find and Replace…"; ObjectID = "YEy-JH-Tfz"; Default - Default + Predeterminado Class = "NSMenuItem"; title = "\tDefault"; ObjectID = "YGs-j5-SAR"; Start Speaking - Start Speaking + Empezar a hablar Class = "NSMenuItem"; title = "Start Speaking"; ObjectID = "Ynk-f8-cLZ"; Align Left - Align Left + Alinear a la izquierda Class = "NSMenuItem"; title = "Align Left"; ObjectID = "ZM1-6Q-yy1"; Version + Versión Class = "NSTextFieldCell"; title = "Version"; ObjectID = "ZbA-hc-8PE"; Email: - Email: + Correo electrónico: Class = "NSTextFieldCell"; title = "Email:"; ObjectID = "Zsi-3o-ASl"; Paragraph - Paragraph + Párrafo Class = "NSMenuItem"; title = "Paragraph"; ObjectID = "ZvO-Gk-QUH"; @@ -474,7 +482,7 @@ Show Colors - Show Colors + Mostrar colores Class = "NSMenuItem"; title = "Show Colors"; ObjectID = "bgn-CT-cEk"; @@ -484,32 +492,32 @@ Use Selection for Find - Use Selection for Find + Usar selección para encontrar Class = "NSMenuItem"; title = "Use Selection for Find"; ObjectID = "buJ-ug-pKt"; Transformations - Transformations + Transformaciones Class = "NSMenu"; title = "Transformations"; ObjectID = "c8a-y6-VQd"; Use None - Use None + Usar ninguno Class = "NSMenuItem"; title = "Use None"; ObjectID = "cDB-IK-hbR"; Selection - Selection + Selección Class = "NSMenuItem"; title = "Selection"; ObjectID = "cqv-fj-IhA"; Smart Links - Smart Links + Hiperenlaces inteligentes Class = "NSMenuItem"; title = "Smart Links"; ObjectID = "cwL-P1-jid"; Make Lower Case - Make Lower Case + Convertir en minúscula Class = "NSMenuItem"; title = "Make Lower Case"; ObjectID = "d9M-CD-aMd"; @@ -539,20 +547,22 @@ New + Nuevo Class = "NSMenu"; title = "New"; ObjectID = "hD5-Cz-ItX"; Smart Quotes - Smart Quotes + Citas Inteligentes Class = "NSMenuItem"; title = "Smart Quotes"; ObjectID = "hQb-2v-fYv"; Presentation + Presentación Class = "NSMenuItem"; title = "Presentation"; ObjectID = "hkB-TU-Ps1"; Check Document Now - Check Document Now + Verificar documentos ahora Class = "NSMenuItem"; title = "Check Document Now"; ObjectID = "hz2-CU-CR7"; @@ -562,12 +572,12 @@ Smaller - Smaller + Más pequeños Class = "NSMenuItem"; title = "Smaller"; ObjectID = "i1d-Er-qST"; Baseline - Baseline + Base Class = "NSMenu"; title = "Baseline"; ObjectID = "ijk-EB-dga"; @@ -577,12 +587,12 @@ Right to Left - Right to Left + De derecha a izquierda Class = "NSMenuItem"; title = "\tRight to Left"; ObjectID = "jFq-tB-4Kx"; Format - Format + Formatos Class = "NSMenuItem"; title = "Format"; ObjectID = "jxT-CU-nIS"; @@ -592,6 +602,7 @@ START + EMPEZAR Class = "NSButtonCell"; title = "START"; ObjectID = "llV-Yc-IJ4"; @@ -601,7 +612,7 @@ Check Grammar With Spelling - Check Grammar With Spelling + Verificar gramática con ortografía Class = "NSMenuItem"; title = "Check Grammar With Spelling"; ObjectID = "mK6-2p-4JG"; @@ -611,12 +622,12 @@ Open Recent - Abierto reciente + Abierto de forma reciente Class = "NSMenu"; title = "Open Recent"; ObjectID = "oas-Oc-fiZ"; Loosen - Loosen + Aflojar Class = "NSMenuItem"; title = "Loosen"; ObjectID = "ogc-rX-tC1"; @@ -631,7 +642,7 @@ Find Next - Find Next + Encontrar siguiente Class = "NSMenuItem"; title = "Find Next"; ObjectID = "q09-fT-Sye"; @@ -646,26 +657,27 @@ Check Spelling While Typing - Check Spelling While Typing + Verificar ortografía mientras escribe Class = "NSMenuItem"; title = "Check Spelling While Typing"; ObjectID = "rbD-Rh-wIN"; Smart Dashes - Smart Dashes + Guiones inteligentes Class = "NSMenuItem"; title = "Smart Dashes"; ObjectID = "rgM-f4-ycn"; Copyright info + Información de copyright Class = "NSTextFieldCell"; title = "Copyright info"; ObjectID = "sGd-zc-V0B"; Show Toolbar - Show Toolbar + Mostrar barra de herramientas Class = "NSMenuItem"; title = "Show Toolbar"; ObjectID = "snW-S8-Cw5"; Data Detectors - Data Detectors + Detectores de datos Class = "NSMenuItem"; title = "Data Detectors"; ObjectID = "tRr-pd-1PS"; @@ -690,41 +702,42 @@ Check for Updates… + Verificando actualizaciones Class = "NSMenuItem"; title = "Check for Updates…"; ObjectID = "ud7-wC-A79"; Paste Style - Paste Style + Pegar estilo Class = "NSMenuItem"; title = "Paste Style"; ObjectID = "vKC-jM-MkH"; Show Ruler - Show Ruler + Mostrar regla Class = "NSMenuItem"; title = "Show Ruler"; ObjectID = "vLm-3I-IUL"; Clear Menu - Clear Menu + Borrar Menú Class = "NSMenuItem"; title = "Clear Menu"; ObjectID = "vNY-rz-j42"; Make Upper Case - Make Upper Case + Convertir a mayúscula Class = "NSMenuItem"; title = "Make Upper Case"; ObjectID = "vmV-6d-7jI"; Ligatures - Ligatures + Ligaduras Class = "NSMenu"; title = "Ligatures"; ObjectID = "w0m-vy-SC9"; Align Right - Align Right + Alinear a la derecha Class = "NSMenuItem"; title = "Align Right"; ObjectID = "wb2-vD-lq4"; Text Cell - Text Cell + Celda de texto Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "wpe-8d-5DV"; @@ -739,177 +752,676 @@ Product + Producto Class = "NSTextFieldCell"; title = "Product"; ObjectID = "xCO-ey-2lo"; Use All - Use All + Usar todo Class = "NSMenuItem"; title = "Use All"; ObjectID = "xQD-1f-W4t"; Speech - Speech + Discurso Class = "NSMenuItem"; title = "Speech"; ObjectID = "xrE-MZ-jX0"; Show Substitutions - Show Substitutions + Mostrar substituciones Class = "NSMenuItem"; title = "Show Substitutions"; ObjectID = "z6F-FW-3nz"; Portal: - Portal: + Portal Class = "NSTextFieldCell"; title = "Portal:"; ObjectID = "zwS-9G-S0N";
+ +
+ +
+ + + ONLYOFFICE Reporter Window + Ventana para reportar ONLYOFFICE + Class = "NSWindow"; title = "ONLYOFFICE Reporter Window"; ObjectID = "Ygx-5K-Hn8"; + + +
- +
ONLYOFFICE - - - 1.0 + ONLYOFFICE Copyright © 2017 Ascensio System SIA. All rights reserved. + Copyright © 2018 Ascensio System SIA. Todos los derechos reservados. + + +
+ +
+ +
+ + + %@ Help + %@ Ayuda + No comment provided by engineer. + + + About %@ + Sobre %@ + No comment provided by engineer. + + + Acknowledgments + Reconocimientos + No comment provided by engineer. + + + Cancel + Cancelar + No comment provided by engineer. + + + Comma-Separated Values + Valores separados por una coma + No comment provided by engineer. + + + Create portal + Crear portal + No comment provided by engineer. + + + Delete and Quit + Borrar y abandonar + No comment provided by engineer. + + + DjVu File + Archivo Djvu + No comment provided by engineer. + + + Do you want to save the changes made to the document "%@"? + ¿Quiere guardar los cambios que ha hecho al documento "%@ "? + No comment provided by engineer. + + + Document %ld.docx + Documento %ld.docx + No comment provided by engineer. + + + Excel 97-2003 Spreadsheet + Hoja de cálculo Excel 97-2003 + No comment provided by engineer. + + + Excel 2007 Spreadsheet + Hoja de cálculo Excel 2007 + No comment provided by engineer. + + + File "%@" can not be open or not exist. + El archivo "%@» no se puede abrir o no existe. + No comment provided by engineer. + + + File Format: + Formato de archivo: + No comment provided by engineer. + + + File can not be open. + El archivo no se puede abrir. + No comment provided by engineer. + + + Hide %@ + Esconder %@ + No comment provided by engineer. + + + If you don't review your documents, all your changeses will be lost. + Si no revisa sus documentos, todos sus cambios se perderán. + No comment provided by engineer. + + + License Agreement + Acuerdo de Licencia + No comment provided by engineer. + + + Mobipocket e-book + E-book Mobipocket + No comment provided by engineer. + + + No + No + No comment provided by engineer. + + + OK + OK + No comment provided by engineer. + + + ONLYOFFICE Free + ONLYOFFICE Gratis + No comment provided by engineer. + + + OpenOffice Document + Documento ONLYOFFICE + No comment provided by engineer. + + + OpenOffice Presentation + Presentación ONLYOFFICE + No comment provided by engineer. + + + OpenOffice Spreadsheet + Hoja de cálculo ONLYOFFICE + No comment provided by engineer. + + + Opening + Abriendo + No comment provided by engineer. + + + PDF File + Archivo PDF + No comment provided by engineer. + + + Plain Text + Texto sin modificar + No comment provided by engineer. + + + PowerPoint 97-2003 Presentation + Presentación Powerpoint 97-2003 + No comment provided by engineer. + + + PowerPoint 2007 Presentation + Presentación Powerpoint 2007 + No comment provided by engineer. + + + PowerPoint Slide Show + Presentación de diapositivas Powerpoint + No comment provided by engineer. + + + Preparing... + Preparando... + No comment provided by engineer. + + + Presentation %ld.pptx + Presentación %ld.pptx + No comment provided by engineer. + + + Quit %@ + Abandonar %@ + No comment provided by engineer. + + + Review Changes... + Revisar cambios... + No comment provided by engineer. + + + Rich Text Document + Texto enriquecido + No comment provided by engineer. + + + Spreadsheet %ld.xlsx + Hoja de cálculo %ld.xlsx + No comment provided by engineer. + + + Unconfirmed + Si confirmar + No comment provided by engineer. + + + Untitled + Sin nombrar + No comment provided by engineer. + + + Version %1$@ (%2$@) + Versión %1$@ (%2$@) + No comment provided by engineer. + + + Web Page + Página web + No comment provided by engineer. + + + Word 97-2003 Document + Documento Word 97-2003 + No comment provided by engineer. + + + Word 2007 Document + Documento Word 2007 + No comment provided by engineer. + + + XML Paper Specification + Especificación de Hoja XML + No comment provided by engineer. + + + Yes + + No comment provided by engineer. + + + You have %1$ld %2$@ documents with unconfirmed changes. Do you want to review these changes before quitting? + Tiene %1$ld %2$@ documentos con cambios sin confirmar. ¿Quiere revisar estos cambios antes de abndonar? + No comment provided by engineer. + + + Your changes will be lost if you don’t save them. + Sus cambios se perderán si no los guarda. + No comment provided by engineer.
- +
$(PRODUCT_NAME) ONLYOFFICE - - 4.4 - Copyright © АО Novyye Kommunikatsionnyye Tekhnologii. 2017 All rights reserved. - © АО "Novyye Kommunikatsionnyye Tekhnologii" 2017 All rights reserved. + Copyright © АО Novyye Kommunikatsionnyye Tekhnologii. 2018 Todos los derechos reservados.
+ +
+ +
+ + + %@ Help + %@ Ayuda + No comment provided by engineer. + + + About %@ + Sobre %@ + No comment provided by engineer. + + + Acknowledgments + Reconocimientos + No comment provided by engineer. + + + Cancel + Cancelar + No comment provided by engineer. + + + Comma-Separated Values + Valores separados por una coma + No comment provided by engineer. + + + Create portal + Crear portal + No comment provided by engineer. + + + Delete and Quit + Borrar y abandonar + No comment provided by engineer. + + + DjVu File + Archivo Djvu + No comment provided by engineer. + + + Do you want to save the changes made to the document "%@"? + ¿Quiere guardar los cambios que ha hecho al documento "%@ "? + No comment provided by engineer. + + + Document %ld.docx + Documento %ld.docx + No comment provided by engineer. + + + Excel 97-2003 Spreadsheet + Hoja de cálculo Excel 97-2003 + No comment provided by engineer. + + + Excel 2007 Spreadsheet + Hoja de cálculo Excel 2007 + No comment provided by engineer. + + + File "%@" can not be open or not exist. + El archivo "%@» no se puede abrir o no existe. + No comment provided by engineer. + + + File Format: + Formato de archivo: + No comment provided by engineer. + + + File can not be open. + El archivo no se puede abrir. + No comment provided by engineer. + + + Hide %@ + Esconder %@ + No comment provided by engineer. + + + If you don't review your documents, all your changeses will be lost. + Si no revisa sus documentos, todos sus cambios se perderán. + No comment provided by engineer. + + + License Agreement + Acuerdo de Licencia + No comment provided by engineer. + + + Mobipocket e-book + E-book Mobipocket + No comment provided by engineer. + + + No + No + No comment provided by engineer. + + + OK + OK + No comment provided by engineer. + + + ONLYOFFICE Free + ONLYOFFICE Gratis + No comment provided by engineer. + + + OpenOffice Document + Documento ONLYOFFICE + No comment provided by engineer. + + + OpenOffice Presentation + Presentación ONLYOFFICE + No comment provided by engineer. + + + OpenOffice Spreadsheet + Hoja de cálculo ONLYOFFICE + No comment provided by engineer. + + + Opening + Abriendo + No comment provided by engineer. + + + PDF File + Archivo PDF + No comment provided by engineer. + + + Plain Text + Texto sin modificar + No comment provided by engineer. + + + PowerPoint 97-2003 Presentation + Presentación Powerpoint 97-2003 + No comment provided by engineer. + + + PowerPoint 2007 Presentation + Presentación Powerpoint 2007 + No comment provided by engineer. + + + PowerPoint Slide Show + Presentación de diapositivas Powerpoint + No comment provided by engineer. + + + Preparing... + Preparando... + No comment provided by engineer. + + + Presentation %ld.pptx + Presentación %ld.pptx + No comment provided by engineer. + + + Quit %@ + Abandonar %@ + No comment provided by engineer. + + + Review Changes... + Revisar cambios... + No comment provided by engineer. + + + Rich Text Document + Texto enriquecido + No comment provided by engineer. + + + Spreadsheet %ld.xlsx + Hoja de cálculo %ld.xlsx + No comment provided by engineer. + + + Unconfirmed + Si confirmar + No comment provided by engineer. + + + Untitled + Sin nombrar + No comment provided by engineer. + + + Version %1$@ (%2$@) + Versión %1$@ (%2$@) + No comment provided by engineer. + + + Web Page + Página web + No comment provided by engineer. + + + Word 97-2003 Document + Documento Word 97-2003 + No comment provided by engineer. + + + Word 2007 Document + Documento Word 2007 + No comment provided by engineer. + + + XML Paper Specification + Especificación de Hoja XML + No comment provided by engineer. + + + Yes + + No comment provided by engineer. + + + You have %1$ld %2$@ documents with unconfirmed changes. Do you want to review these changes before quitting? + Tiene %1$ld %2$@ documentos con cambios sin confirmar. ¿Quiere revisar estos cambios antes de abndonar? + No comment provided by engineer. + + + Your changes will be lost if you don’t save them. + Sus cambios se perderán si no los guarda. + No comment provided by engineer. + + +
+ +
+ +
+ +
- +
$(PRODUCT_NAME) - - - 4.4 + ONLYOFFICE Copyright © 2017 Ascensio System SIA. All rights reserved. + Copyright © 2018 Ascensio System SIA. Todos los derechos reservados.
- +
%@ Help - %@ Help + %@ Ayuda No comment provided by engineer. About %@ - About %@ + Sobre %@ No comment provided by engineer. Acknowledgments - Acknowledgments + Reconocimientos No comment provided by engineer. Cancel - Cancel + Cancelar No comment provided by engineer. Comma-Separated Values - Comma-Separated Values + Valores separados por una coma No comment provided by engineer. Create portal + Crear portal No comment provided by engineer. Delete and Quit - Delete and Quit + Borrar y abandonar No comment provided by engineer. DjVu File - DjVu File + Archivo Djvu No comment provided by engineer. Do you want to save the changes made to the document "%@"? - Do you want to save the changes made to the document "%@"? + ¿Quiere guardar los cambios que ha hecho al documento "%@ "? No comment provided by engineer. Document %ld.docx - Document %ld.docx + Documento %ld.docx No comment provided by engineer. Excel 97-2003 Spreadsheet - Excel 97-2003 Spreadsheet + Hoja de cálculo Excel 97-2003 No comment provided by engineer. Excel 2007 Spreadsheet - Excel 2007 Spreadsheet + Hoja de cálculo Excel 2007 No comment provided by engineer. File "%@" can not be open or not exist. - File "%@" can not be open or not exist. + El archivo "%@» no se puede abrir o no existe. No comment provided by engineer. File Format: - File Format: + Formato de archivo: No comment provided by engineer. File can not be open. - File can not be open. + El archivo no se puede abrir. No comment provided by engineer. Hide %@ - Hide %@ + Esconder %@ No comment provided by engineer. If you don't review your documents, all your changeses will be lost. - If you don't review your documents, all your changeses will be lost. + Si no revisa sus documentos, todos sus cambios se perderán. No comment provided by engineer. License Agreement - License Agreement + Acuerdo de Licencia No comment provided by engineer. Mobipocket e-book - Mobipocket e-book + E-book Mobipocket No comment provided by engineer. @@ -924,132 +1436,140 @@ ONLYOFFICE Free + ONLYOFFICE Gratis No comment provided by engineer. OpenOffice Document - OpenOffice Document + Documento ONLYOFFICE No comment provided by engineer. OpenOffice Presentation - OpenOffice Presentation + Presentación ONLYOFFICE No comment provided by engineer. OpenOffice Spreadsheet - OpenOffice Spreadsheet + Hoja de cálculo ONLYOFFICE No comment provided by engineer. Opening - Opening + Abriendo No comment provided by engineer. PDF File - PDF File + Archivo PDF No comment provided by engineer. Plain Text - Plain Text + Texto sin modificar No comment provided by engineer. PowerPoint 97-2003 Presentation - PowerPoint 97-2003 Presentation + Presentación Powerpoint 97-2003 No comment provided by engineer. PowerPoint 2007 Presentation - PowerPoint 2007 Presentation + Presentación Powerpoint 2007 No comment provided by engineer. PowerPoint Slide Show - PowerPoint Slide Show + Presentación de diapositivas Powerpoint No comment provided by engineer. Preparing... - Preparing... + Preparando... No comment provided by engineer. Presentation %ld.pptx - Presentation %ld.pptx + Presentación %ld.pptx No comment provided by engineer. Quit %@ - Quit %@ + Abandonar %@ No comment provided by engineer. Review Changes... - Review Changes... + Revisar cambios... No comment provided by engineer. Rich Text Document - Rich Text Document + Texto enriquecido No comment provided by engineer. Spreadsheet %ld.xlsx - Spreadsheet %ld.xlsx + Hoja de cálculo %ld.xlsx No comment provided by engineer. Unconfirmed - Unconfirmed + Si confirmar No comment provided by engineer. Untitled - Untitled + Sin nombrar No comment provided by engineer. Version %1$@ (%2$@) + Versión %1$@ (%2$@) No comment provided by engineer. Web Page - Web Page + Página web No comment provided by engineer. Word 97-2003 Document - Word 97-2003 Document + Documento Word 97-2003 No comment provided by engineer. Word 2007 Document - Word 2007 Document + Documento Word 2007 No comment provided by engineer. XML Paper Specification - XML Paper Specification + Especificación de Hoja XML No comment provided by engineer. Yes - Yes + No comment provided by engineer. You have %1$ld %2$@ documents with unconfirmed changes. Do you want to review these changes before quitting? - You have %1$ld %2$@ documents with unconfirmed changes. Do you want to review these changes before quitting? + Tiene %1$ld %2$@ documentos con cambios sin confirmar. ¿Quiere revisar estos cambios antes de abndonar? No comment provided by engineer. Your changes will be lost if you don’t save them. - Your changes will be lost if you don’t save them. + Sus cambios se perderán si no los guarda. No comment provided by engineer.
+ +
+ +
+ +
diff --git a/macos/Localization/fr.xliff b/macos/Localization/fr.xliff old mode 100644 new mode 100755 index 3eab46c43..3f567ecab --- a/macos/Localization/fr.xliff +++ b/macos/Localization/fr.xliff @@ -2,7 +2,7 @@
- +
@@ -57,6 +57,7 @@ License Agreement + Accord de licence Class = "NSMenuItem"; title = "License Agreement"; ObjectID = "4et-TX-a4m"; @@ -86,6 +87,7 @@ License agreement + Accord de licence Class = "NSButtonCell"; title = "License agreement"; ObjectID = "8Ga-Cu-VGe"; @@ -95,6 +97,7 @@ New + Nouveau Class = "NSMenuItem"; title = "New"; ObjectID = "9aQ-wl-gjS"; @@ -144,10 +147,12 @@ Acknowledgments + Remerciements Class = "NSMenuItem"; title = "Acknowledgments"; ObjectID = "CJU-dx-a9l"; Spreadsheet + Feuille de calcul Class = "NSMenuItem"; title = "Spreadsheet"; ObjectID = "DOj-j9-dza"; @@ -207,32 +212,32 @@ Writing Direction - Writing Direction + Sens d'écriture Class = "NSMenuItem"; title = "Writing Direction"; ObjectID = "H1b-Si-o9J"; View - Mode + Affichage Class = "NSMenuItem"; title = "View"; ObjectID = "H8h-7b-M4v"; Text Replacement - Text Replacement + Texte de remplacement Class = "NSMenuItem"; title = "Text Replacement"; ObjectID = "HFQ-gK-NFA"; Show Spelling and Grammar - Show Spelling and Grammar + Afficher la grammaire et l'orthographe Class = "NSMenuItem"; title = "Show Spelling and Grammar"; ObjectID = "HFo-cy-zxI"; View - Mode + Affichage Class = "NSMenu"; title = "View"; ObjectID = "HyV-fh-RgO"; Subscript - Subscript + Indice Class = "NSMenuItem"; title = "Subscript"; ObjectID = "I0S-gh-46l"; @@ -247,17 +252,17 @@ Justify - Justify + Justifié Class = "NSMenuItem"; title = "Justify"; ObjectID = "J5U-5w-g23"; Use None - Use None + N'utiliser aucun Class = "NSMenuItem"; title = "Use None"; ObjectID = "J7y-lM-qPV"; Revert to Saved - Revert to Saved + Revenir à la version enregistrée Class = "NSMenuItem"; title = "Revert to Saved"; ObjectID = "KaW-ft-85H"; @@ -272,17 +277,17 @@ Paste Ruler - Paste Ruler + Coller la règle Class = "NSMenuItem"; title = "Paste Ruler"; ObjectID = "LVM-kO-fVI"; Left to Right - Left to Right + De gauche à droite Class = "NSMenuItem"; title = "\tLeft to Right"; ObjectID = "Lbh-J2-qVU"; Copy Ruler - Copy Ruler + Copier la règle Class = "NSMenuItem"; title = "Copy Ruler"; ObjectID = "MkV-Pr-PK5"; @@ -292,7 +297,7 @@ Default - Default + Par défaut Class = "NSMenuItem"; title = "\tDefault"; ObjectID = "Nop-cj-93Q"; @@ -302,7 +307,7 @@ Baseline - Baseline + Ligne de base Class = "NSMenuItem"; title = "Baseline"; ObjectID = "OaQ-X3-Vso"; @@ -312,22 +317,22 @@ Find Previous - Find Previous + Rechercher précédent Class = "NSMenuItem"; title = "Find Previous"; ObjectID = "OwM-mh-QMV"; Stop Speaking - Stop Speaking + Arrêter la lecture Class = "NSMenuItem"; title = "Stop Speaking"; ObjectID = "Oyz-dy-DGm"; Bigger - Bigger + Plus grand Class = "NSMenuItem"; title = "Bigger"; ObjectID = "Ptp-SP-VEL"; Show Fonts - Show Fonts + Afficher les polices Class = "NSMenuItem"; title = "Show Fonts"; ObjectID = "Q5e-8K-NDq"; @@ -337,11 +342,12 @@ Right to Left - Right to Left + De droite à gauche Class = "NSMenuItem"; title = "\tRight to Left"; ObjectID = "RB4-Sm-HuC"; Close + Fermer Class = "NSButtonCell"; title = "Close"; ObjectID = "Riu-oE-8dj"; @@ -356,21 +362,22 @@ Superscript - Superscript + Exposant Class = "NSMenuItem"; title = "Superscript"; ObjectID = "Rqc-34-cIF"; Select All - Select All + Sélectionner tout Class = "NSMenuItem"; title = "Select All"; ObjectID = "Ruw-6m-B2m"; Jump to Selection - Jump to Selection + Aller à la sélection Class = "NSMenuItem"; title = "Jump to Selection"; ObjectID = "S0p-oC-mLd"; Document + Document Class = "NSMenuItem"; title = "Document"; ObjectID = "TEm-B8-gsH"; @@ -395,7 +402,7 @@ Italic - Italic + Italique Class = "NSMenuItem"; title = "Italic"; ObjectID = "Vjx-xi-njq"; @@ -405,12 +412,12 @@ Underline - Underline + Souligné Class = "NSMenuItem"; title = "Underline"; ObjectID = "WRG-CD-K1S"; Paste and Match Style - Paste and Match Style + Coller et fusionner la mise en forme Class = "NSMenuItem"; title = "Paste and Match Style"; ObjectID = "WeT-3V-zwk"; @@ -420,36 +427,37 @@ Find and Replace… - Find and Replace… + Rechercher et remplacer… Class = "NSMenuItem"; title = "Find and Replace…"; ObjectID = "YEy-JH-Tfz"; Default - Default + Par défaut Class = "NSMenuItem"; title = "\tDefault"; ObjectID = "YGs-j5-SAR"; Start Speaking - Start Speaking + Commencer à parler Class = "NSMenuItem"; title = "Start Speaking"; ObjectID = "Ynk-f8-cLZ"; Align Left - Align Left + Aligner à gauche Class = "NSMenuItem"; title = "Align Left"; ObjectID = "ZM1-6Q-yy1"; Version + Version Class = "NSTextFieldCell"; title = "Version"; ObjectID = "ZbA-hc-8PE"; Email: - E-mail + Courriel : Class = "NSTextFieldCell"; title = "Email:"; ObjectID = "Zsi-3o-ASl"; Paragraph - Paragraph + Paragraphe Class = "NSMenuItem"; title = "Paragraph"; ObjectID = "ZvO-Gk-QUH"; @@ -474,7 +482,7 @@ Show Colors - Show Colors + Afficher les couleurs Class = "NSMenuItem"; title = "Show Colors"; ObjectID = "bgn-CT-cEk"; @@ -484,7 +492,7 @@ Use Selection for Find - Use Selection for Find + Utiliser la sélection pour la recherche Class = "NSMenuItem"; title = "Use Selection for Find"; ObjectID = "buJ-ug-pKt"; @@ -494,22 +502,22 @@ Use None - Use None + N'utiliser aucun Class = "NSMenuItem"; title = "Use None"; ObjectID = "cDB-IK-hbR"; Selection - Selection + Sélection Class = "NSMenuItem"; title = "Selection"; ObjectID = "cqv-fj-IhA"; Smart Links - Smart Links + Liens intelligents Class = "NSMenuItem"; title = "Smart Links"; ObjectID = "cwL-P1-jid"; Make Lower Case - Make Lower Case + Mettre en minuscules Class = "NSMenuItem"; title = "Make Lower Case"; ObjectID = "d9M-CD-aMd"; @@ -539,20 +547,22 @@ New + Nouveau Class = "NSMenu"; title = "New"; ObjectID = "hD5-Cz-ItX"; Smart Quotes - Smart Quotes + Citations intelligentes Class = "NSMenuItem"; title = "Smart Quotes"; ObjectID = "hQb-2v-fYv"; Presentation + Présentation Class = "NSMenuItem"; title = "Presentation"; ObjectID = "hkB-TU-Ps1"; Check Document Now - Check Document Now + Vérifier le document maintenant Class = "NSMenuItem"; title = "Check Document Now"; ObjectID = "hz2-CU-CR7"; @@ -562,22 +572,22 @@ Smaller - Smaller + Plus petit Class = "NSMenuItem"; title = "Smaller"; ObjectID = "i1d-Er-qST"; Baseline - Baseline + Ligne de base Class = "NSMenu"; title = "Baseline"; ObjectID = "ijk-EB-dga"; Kern - Kern + Crénage Class = "NSMenuItem"; title = "Kern"; ObjectID = "jBQ-r6-VK2"; Right to Left - Right to Left + De droite à gauche Class = "NSMenuItem"; title = "\tRight to Left"; ObjectID = "jFq-tB-4Kx"; @@ -592,16 +602,17 @@ START + Démarrer Class = "NSButtonCell"; title = "START"; ObjectID = "llV-Yc-IJ4"; Cancel - Annulation + Annuler Class = "NSButtonCell"; title = "Cancel"; ObjectID = "m0C-e9-0oc"; Check Grammar With Spelling - Check Grammar With Spelling + Vérifier la grammaire et l'orthographe Class = "NSMenuItem"; title = "Check Grammar With Spelling"; ObjectID = "mK6-2p-4JG"; @@ -616,7 +627,7 @@ Loosen - Loosen + Étendre Class = "NSMenuItem"; title = "Loosen"; ObjectID = "ogc-rX-tC1"; @@ -631,7 +642,7 @@ Find Next - Find Next + Rechercher suivant Class = "NSMenuItem"; title = "Find Next"; ObjectID = "q09-fT-Sye"; @@ -646,26 +657,27 @@ Check Spelling While Typing - Check Spelling While Typing + Vérifier l'orthographe pendant la saisie Class = "NSMenuItem"; title = "Check Spelling While Typing"; ObjectID = "rbD-Rh-wIN"; Smart Dashes - Smart Dashes + Tirets intelligents Class = "NSMenuItem"; title = "Smart Dashes"; ObjectID = "rgM-f4-ycn"; Copyright info + Informations de copyright Class = "NSTextFieldCell"; title = "Copyright info"; ObjectID = "sGd-zc-V0B"; Show Toolbar - Show Toolbar + Afficher la barre d'outils Class = "NSMenuItem"; title = "Show Toolbar"; ObjectID = "snW-S8-Cw5"; Data Detectors - Data Detectors + Détecteurs de données Class = "NSMenuItem"; title = "Data Detectors"; ObjectID = "tRr-pd-1PS"; @@ -675,7 +687,7 @@ Kern - Kern + Crénage Class = "NSMenu"; title = "Kern"; ObjectID = "tlD-Oa-oAM"; @@ -690,26 +702,27 @@ Check for Updates… + Vérifier les mises à jour Class = "NSMenuItem"; title = "Check for Updates…"; ObjectID = "ud7-wC-A79"; Paste Style - Paste Style + Coller le style Class = "NSMenuItem"; title = "Paste Style"; ObjectID = "vKC-jM-MkH"; Show Ruler - Show Ruler + Afficher la règle Class = "NSMenuItem"; title = "Show Ruler"; ObjectID = "vLm-3I-IUL"; Clear Menu - Clear Menu + Effacer le menu Class = "NSMenuItem"; title = "Clear Menu"; ObjectID = "vNY-rz-j42"; Make Upper Case - Make Upper Case + Mettre en majuscules Class = "NSMenuItem"; title = "Make Upper Case"; ObjectID = "vmV-6d-7jI"; @@ -719,12 +732,12 @@ Align Right - Align Right + Aligner à droite Class = "NSMenuItem"; title = "Align Right"; ObjectID = "wb2-vD-lq4"; Text Cell - Text Cell + Cellule de texte Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "wpe-8d-5DV"; @@ -739,127 +752,626 @@ Product + Produit Class = "NSTextFieldCell"; title = "Product"; ObjectID = "xCO-ey-2lo"; Use All - Use All + Tout utiliser Class = "NSMenuItem"; title = "Use All"; ObjectID = "xQD-1f-W4t"; Speech - Speech + Parole Class = "NSMenuItem"; title = "Speech"; ObjectID = "xrE-MZ-jX0"; Show Substitutions - Show Substitutions + Afficher les substitutions Class = "NSMenuItem"; title = "Show Substitutions"; ObjectID = "z6F-FW-3nz"; Portal: - Portail: + Portail : Class = "NSTextFieldCell"; title = "Portal:"; ObjectID = "zwS-9G-S0N";
+ +
+ +
+ + + ONLYOFFICE Reporter Window + Fenêtre de rapports ONLYOFFICE + Class = "NSWindow"; title = "ONLYOFFICE Reporter Window"; ObjectID = "Ygx-5K-Hn8"; + + +
- +
ONLYOFFICE - - - 1.0 + ONLYOFFICE Copyright © 2017 Ascensio System SIA. All rights reserved. + Copyright © 2018 Ascensio System SIA. Tous droits réservés. + + +
+ +
+ +
+ + + %@ Help + Aide de %@ + No comment provided by engineer. + + + About %@ + À propos de %@ + No comment provided by engineer. + + + Acknowledgments + Remerciements + No comment provided by engineer. + + + Cancel + Annuler + No comment provided by engineer. + + + Comma-Separated Values + Valeurs séparées par des virgules + No comment provided by engineer. + + + Create portal + Portail de création + No comment provided by engineer. + + + Delete and Quit + Supprimer et quitter + No comment provided by engineer. + + + DjVu File + Fichier DjVu + No comment provided by engineer. + + + Do you want to save the changes made to the document "%@"? + Voulez-vous enregistrer les modifications apportées au document "%@" ? + No comment provided by engineer. + + + Document %ld.docx + Document %ld.docx + No comment provided by engineer. + + + Excel 97-2003 Spreadsheet + Feuille de calcul Excel 97-2003 + No comment provided by engineer. + + + Excel 2007 Spreadsheet + Feuille de calcul Excel 2007 + No comment provided by engineer. + + + File "%@" can not be open or not exist. + Le fichier "%@" ne peut pas être ouvert ou n'existe pas. + No comment provided by engineer. + + + File Format: + Format de fichier : + No comment provided by engineer. + + + File can not be open. + Le fichier ne peut pas être ouvert. + No comment provided by engineer. + + + Hide %@ + Masquer %@ + No comment provided by engineer. + + + If you don't review your documents, all your changeses will be lost. + Si vous ne révisez pas vos documents, toutes vos modifications seront perdues. + No comment provided by engineer. + + + License Agreement + Accord de licence + No comment provided by engineer. + + + Mobipocket e-book + Livre électronique Mobipocket + No comment provided by engineer. + + + No + Non + No comment provided by engineer. + + + OK + OK + No comment provided by engineer. + + + ONLYOFFICE Free + ONLYOFFICE Gratuit + No comment provided by engineer. + + + OpenOffice Document + Document OpenOffice + No comment provided by engineer. + + + OpenOffice Presentation + Présentation OpenOffice + No comment provided by engineer. + + + OpenOffice Spreadsheet + Feuille de calcul OpenOffice + No comment provided by engineer. + + + Opening + Ouverture + No comment provided by engineer. + + + PDF File + Fichier PDF + No comment provided by engineer. + + + Plain Text + Texte brut + No comment provided by engineer. + + + PowerPoint 97-2003 Presentation + Présentation PowerPoint 97-2003 + No comment provided by engineer. + + + PowerPoint 2007 Presentation + Présentation PowerPoint 2007 + No comment provided by engineer. + + + PowerPoint Slide Show + Diaporama PowerPoint + No comment provided by engineer. + + + Preparing... + Préparation... + No comment provided by engineer. + + + Presentation %ld.pptx + Présentation %ld.pptx + No comment provided by engineer. + + + Quit %@ + Quitter %@ + No comment provided by engineer. + + + Review Changes... + Examiner les modifications... + No comment provided by engineer. + + + Rich Text Document + Document texte enrichi + No comment provided by engineer. + + + Spreadsheet %ld.xlsx + Feuille de calcul %ld.xlsx + No comment provided by engineer. + + + Unconfirmed + Non confirmé + No comment provided by engineer. + + + Untitled + Sans titre + No comment provided by engineer. + + + Version %1$@ (%2$@) + Version %1$@ (%2$@) + No comment provided by engineer. + + + Web Page + Page web + No comment provided by engineer. + + + Word 97-2003 Document + Document Word 97-2003 + No comment provided by engineer. + + + Word 2007 Document + Document Word 2007 + No comment provided by engineer. + + + XML Paper Specification + XML Paper Specification + No comment provided by engineer. + + + Yes + Oui + No comment provided by engineer. + + + You have %1$ld %2$@ documents with unconfirmed changes. Do you want to review these changes before quitting? + Vous avez %1$ld %2$@ documents avec des modifications non confirmées. Voulez-vous revoir ces changements avant de quitter ? + No comment provided by engineer. + + + Your changes will be lost if you don’t save them. + Vos modifications seront perdues si vous ne les enregistrez pas. + No comment provided by engineer.
- +
$(PRODUCT_NAME) ONLYOFFICE - - 4.4 - Copyright © АО Novyye Kommunikatsionnyye Tekhnologii. 2017 All rights reserved. - © АО "Novyye Kommunikatsionnyye Tekhnologii" 2017 All rights reserved. + Copyright © АО Novyye Kommunikatsionnyye Tekhnologii. 2018 Tous droits réservés.
+ +
+ +
+ + + %@ Help + Aide de %@ + No comment provided by engineer. + + + About %@ + À propos de %@ + No comment provided by engineer. + + + Acknowledgments + Remerciements + No comment provided by engineer. + + + Cancel + Annuler + No comment provided by engineer. + + + Comma-Separated Values + Valeurs séparées par des virgules + No comment provided by engineer. + + + Create portal + Portail de création + No comment provided by engineer. + + + Delete and Quit + Supprimer et quitter + No comment provided by engineer. + + + DjVu File + Fichier DjVu + No comment provided by engineer. + + + Do you want to save the changes made to the document "%@"? + Voulez-vous enregistrer les modifications apportées au document "%@" ? + No comment provided by engineer. + + + Document %ld.docx + Document %ld.docx + No comment provided by engineer. + + + Excel 97-2003 Spreadsheet + Feuille de calcul Excel 97-2003 + No comment provided by engineer. + + + Excel 2007 Spreadsheet + Feuille de calcul Excel 2007 + No comment provided by engineer. + + + File "%@" can not be open or not exist. + Le fichier "%@" ne peut pas être ouvert ou n'existe pas. + No comment provided by engineer. + + + File Format: + Format de fichier : + No comment provided by engineer. + + + File can not be open. + Le fichier ne peut pas être ouvert. + No comment provided by engineer. + + + Hide %@ + Masquer %@ + No comment provided by engineer. + + + If you don't review your documents, all your changeses will be lost. + Si vous ne révisez pas vos documents, toutes vos modifications seront perdues. + No comment provided by engineer. + + + License Agreement + Accord de licence + No comment provided by engineer. + + + Mobipocket e-book + Livre électronique Mobipocket + No comment provided by engineer. + + + No + Non + No comment provided by engineer. + + + OK + OK + No comment provided by engineer. + + + ONLYOFFICE Free + ONLYOFFICE Gratuit + No comment provided by engineer. + + + OpenOffice Document + Document OpenOffice + No comment provided by engineer. + + + OpenOffice Presentation + Présentation OpenOffice + No comment provided by engineer. + + + OpenOffice Spreadsheet + Feuille de calcul OpenOffice + No comment provided by engineer. + + + Opening + Ouverture + No comment provided by engineer. + + + PDF File + Fichier PDF + No comment provided by engineer. + + + Plain Text + Texte brut + No comment provided by engineer. + + + PowerPoint 97-2003 Presentation + Présentation PowerPoint 97-2003 + No comment provided by engineer. + + + PowerPoint 2007 Presentation + Présentation PowerPoint 2007 + No comment provided by engineer. + + + PowerPoint Slide Show + Diaporama PowerPoint + No comment provided by engineer. + + + Preparing... + Préparation... + No comment provided by engineer. + + + Presentation %ld.pptx + Présentation %ld.pptx + No comment provided by engineer. + + + Quit %@ + Quitter %@ + No comment provided by engineer. + + + Review Changes... + Examiner les modifications... + No comment provided by engineer. + + + Rich Text Document + Document texte enrichi + No comment provided by engineer. + + + Spreadsheet %ld.xlsx + Feuille de calcul %ld.xlsx + No comment provided by engineer. + + + Unconfirmed + Non confirmé + No comment provided by engineer. + + + Untitled + Sans titre + No comment provided by engineer. + + + Version %1$@ (%2$@) + Version %1$@ (%2$@) + No comment provided by engineer. + + + Web Page + Page web + No comment provided by engineer. + + + Word 97-2003 Document + Document Word 97-2003 + No comment provided by engineer. + + + Word 2007 Document + Document Word 2007 + No comment provided by engineer. + + + XML Paper Specification + XML Paper Specification + No comment provided by engineer. + + + Yes + Oui + No comment provided by engineer. + + + You have %1$ld %2$@ documents with unconfirmed changes. Do you want to review these changes before quitting? + Vous avez %1$ld %2$@ documents avec des modifications non confirmées. Voulez-vous revoir ces changements avant de quitter ? + No comment provided by engineer. + + + Your changes will be lost if you don’t save them. + Vos modifications seront perdues si vous ne les enregistrez pas. + No comment provided by engineer. + + +
+ +
+ +
+ +
- +
$(PRODUCT_NAME) - - - 4.4 + ONLYOFFICE Copyright © 2017 Ascensio System SIA. All rights reserved. + Copyright © 2018 Ascensio System SIA. Tous droits réservés.
- +
%@ Help - %@ Help + Aide de %@ No comment provided by engineer. About %@ - About %@ + À propos de %@ No comment provided by engineer. Acknowledgments - Acknowledgments + Remerciements No comment provided by engineer. Cancel - Cancel + Annuler No comment provided by engineer. Comma-Separated Values - Comma-Separated Values + Valeurs séparées par des virgules No comment provided by engineer. Create portal + Portail de création No comment provided by engineer. Delete and Quit - Delete and Quit + Supprimer et quitter No comment provided by engineer. DjVu File - DjVu File + Fichier DjVu No comment provided by engineer. Do you want to save the changes made to the document "%@"? - Do you want to save the changes made to the document "%@"? + Voulez-vous enregistrer les modifications apportées au document "%@" ? No comment provided by engineer. @@ -869,52 +1381,52 @@ Excel 97-2003 Spreadsheet - Excel 97-2003 Spreadsheet + Feuille de calcul Excel 97-2003 No comment provided by engineer. Excel 2007 Spreadsheet - Excel 2007 Spreadsheet + Feuille de calcul Excel 2007 No comment provided by engineer. File "%@" can not be open or not exist. - File "%@" can not be open or not exist. + Le fichier "%@" ne peut pas être ouvert ou n'existe pas. No comment provided by engineer. File Format: - File Format: + Format de fichier : No comment provided by engineer. File can not be open. - File can not be open. + Le fichier ne peut pas être ouvert. No comment provided by engineer. Hide %@ - Hide %@ + Masquer %@ No comment provided by engineer. If you don't review your documents, all your changeses will be lost. - If you don't review your documents, all your changeses will be lost. + Si vous ne révisez pas vos documents, toutes vos modifications seront perdues. No comment provided by engineer. License Agreement - License Agreement + Accord de licence No comment provided by engineer. Mobipocket e-book - Mobipocket e-book + Livre électronique Mobipocket No comment provided by engineer. No - No + Non No comment provided by engineer. @@ -924,110 +1436,112 @@ ONLYOFFICE Free + ONLYOFFICE Gratuit No comment provided by engineer. OpenOffice Document - OpenOffice Document + Document OpenOffice No comment provided by engineer. OpenOffice Presentation - OpenOffice Presentation + Présentation OpenOffice No comment provided by engineer. OpenOffice Spreadsheet - OpenOffice Spreadsheet + Feuille de calcul OpenOffice No comment provided by engineer. Opening - Opening + Ouverture No comment provided by engineer. PDF File - PDF File + Fichier PDF No comment provided by engineer. Plain Text - Plain Text + Texte brut No comment provided by engineer. PowerPoint 97-2003 Presentation - PowerPoint 97-2003 Presentation + Présentation PowerPoint 97-2003 No comment provided by engineer. PowerPoint 2007 Presentation - PowerPoint 2007 Presentation + Présentation PowerPoint 2007 No comment provided by engineer. PowerPoint Slide Show - PowerPoint Slide Show + Diaporama PowerPoint No comment provided by engineer. Preparing... - Preparing... + Préparation... No comment provided by engineer. Presentation %ld.pptx - Presentation %ld.pptx + Présentation %ld.pptx No comment provided by engineer. Quit %@ - Quit %@ + Quitter %@ No comment provided by engineer. Review Changes... - Review Changes... + Examiner les modifications... No comment provided by engineer. Rich Text Document - Rich Text Document + Document texte enrichi No comment provided by engineer. Spreadsheet %ld.xlsx - Spreadsheet %ld.xlsx + Feuille de calcul %ld.xlsx No comment provided by engineer. Unconfirmed - Unconfirmed + Non confirmé No comment provided by engineer. Untitled - Untitled + Sans titre No comment provided by engineer. Version %1$@ (%2$@) + Version %1$@ (%2$@) No comment provided by engineer. Web Page - Web Page + Page web No comment provided by engineer. Word 97-2003 Document - Word 97-2003 Document + Document Word 97-2003 No comment provided by engineer. Word 2007 Document - Word 2007 Document + Document Word 2007 No comment provided by engineer. @@ -1037,19 +1551,25 @@ Yes - Yes + Oui No comment provided by engineer. You have %1$ld %2$@ documents with unconfirmed changes. Do you want to review these changes before quitting? - You have %1$ld %2$@ documents with unconfirmed changes. Do you want to review these changes before quitting? + Vous avez %1$ld %2$@ documents avec des modifications non confirmées. Voulez-vous revoir ces changements avant de quitter ? No comment provided by engineer. Your changes will be lost if you don’t save them. - Your changes will be lost if you don’t save them. + Vos modifications seront perdues si vous ne les enregistrez pas. No comment provided by engineer.
+ +
+ +
+ +
diff --git a/macos/Localization/pt-BR.xliff b/macos/Localization/pt-BR.xliff new file mode 100755 index 000000000..83e51ede0 --- /dev/null +++ b/macos/Localization/pt-BR.xliff @@ -0,0 +1,1575 @@ + + + +
+ +
+ + + Customize Toolbar… + Personalizar barra de ferramentas... + Class = "NSMenuItem"; title = "Customize Toolbar…"; ObjectID = "1UK-8n-QPP"; + + + ONLYOFFICE + ONLYOFFICE + Class = "NSMenuItem"; title = "ONLYOFFICE"; ObjectID = "1Xt-HY-uBw"; + + + Find + Localizar + Class = "NSMenu"; title = "Find"; ObjectID = "1b7-l0-nxx"; + + + Lower + Diminuir + Class = "NSMenuItem"; title = "Lower"; ObjectID = "1tx-W0-xDw"; + + + Raise + Aumentar + Class = "NSMenuItem"; title = "Raise"; ObjectID = "2h7-ER-AoG"; + + + Transformations + Transformações + Class = "NSMenuItem"; title = "Transformations"; ObjectID = "2oI-Rn-ZJC"; + + + Spelling + Ortografia + Class = "NSMenu"; title = "Spelling"; ObjectID = "3IN-sU-3Bg"; + + + Use Default + Usar padrão + Class = "NSMenuItem"; title = "Use Default"; ObjectID = "3Om-Ey-2VK"; + + + Speech + Fala + Class = "NSMenu"; title = "Speech"; ObjectID = "3rS-ZA-NoH"; + + + Find + Localizar + Class = "NSMenuItem"; title = "Find"; ObjectID = "4EN-yA-p0u"; + + + License Agreement + Contrato de licença + Class = "NSMenuItem"; title = "License Agreement"; ObjectID = "4et-TX-a4m"; + + + Quit ONLYOFFICE + Sair do ONLYOFFICE + Class = "NSMenuItem"; title = "Quit ONLYOFFICE"; ObjectID = "4sb-4s-VLi"; + + + Edit + Editar + Class = "NSMenuItem"; title = "Edit"; ObjectID = "5QF-Oa-p0T"; + + + Copy Style + Copiar estilo + Class = "NSMenuItem"; title = "Copy Style"; ObjectID = "5Vv-lz-BsD"; + + + About ONLYOFFICE + Sobre o ONLYOFFICE + Class = "NSMenuItem"; title = "About ONLYOFFICE"; ObjectID = "5kV-Vb-QxS"; + + + Redo + Refazer + Class = "NSMenuItem"; title = "Redo"; ObjectID = "6dh-zS-Vam"; + + + License agreement + Contrato de licença + Class = "NSButtonCell"; title = "License agreement"; ObjectID = "8Ga-Cu-VGe"; + + + Writing Direction + Orientação do texto + Class = "NSMenu"; title = "Writing Direction"; ObjectID = "8mr-sm-Yjd"; + + + New + Novo + Class = "NSMenuItem"; title = "New"; ObjectID = "9aQ-wl-gjS"; + + + none + nenhum + Class = "NSTextFieldCell"; title = "none"; ObjectID = "9i7-kj-42B"; + + + Substitutions + Substituições + Class = "NSMenuItem"; title = "Substitutions"; ObjectID = "9ic-FL-obx"; + + + Smart Copy/Paste + Copiar/colar inteligente + Class = "NSMenuItem"; title = "Smart Copy/Paste"; ObjectID = "9yt-4B-nSM"; + + + Tighten + Ajustar + Class = "NSMenuItem"; title = "Tighten"; ObjectID = "46P-cB-AYj"; + + + Correct Spelling Automatically + Corrigir ortografia automaticamente + Class = "NSMenuItem"; title = "Correct Spelling Automatically"; ObjectID = "78Y-hA-62v"; + + + Main Menu + Menu principal + Class = "NSMenu"; title = "Main Menu"; ObjectID = "AYu-sK-qS6"; + + + Preferences… + Preferências... + Class = "NSMenuItem"; title = "Preferences…"; ObjectID = "BOF-NM-1cW"; + + + Left to Right + Da esquerda para a direita + Class = "NSMenuItem"; title = "\tLeft to Right"; ObjectID = "BgM-ve-c93"; + + + Save As… + Salvar como... + Class = "NSMenuItem"; title = "Save As…"; ObjectID = "Bw7-FT-i3A"; + + + Acknowledgments + Reconhecimentos + Class = "NSMenuItem"; title = "Acknowledgments"; ObjectID = "CJU-dx-a9l"; + + + Spreadsheet + Planilha + Class = "NSMenuItem"; title = "Spreadsheet"; ObjectID = "DOj-j9-dza"; + + + Close + Fechar + Class = "NSMenuItem"; title = "Close"; ObjectID = "DVo-aG-piG"; + + + Spelling and Grammar + Ortografia e gramática + Class = "NSMenuItem"; title = "Spelling and Grammar"; ObjectID = "Dv1-io-Yv7"; + + + Help + Ajuda + Class = "NSMenu"; title = "Help"; ObjectID = "F2S-fz-NVQ"; + + + Product Help + Ajuda sobre produtos + Class = "NSMenuItem"; title = "Product Help"; ObjectID = "FKE-Sm-Kum"; + + + Text + Texto + Class = "NSMenuItem"; title = "Text"; ObjectID = "Fal-I4-PZk"; + + + Substitutions + Substituições + Class = "NSMenu"; title = "Substitutions"; ObjectID = "FeM-D8-WVr"; + + + User Name + Nome de usuário + Class = "NSTextFieldCell"; title = "User Name"; ObjectID = "FoF-wl-Dxi"; + + + Bold + Negrito + Class = "NSMenuItem"; title = "Bold"; ObjectID = "GB9-OM-e27"; + + + Format + Formato + Class = "NSMenu"; title = "Format"; ObjectID = "GEO-Iw-cKr"; + + + Use Default + Usar padrão + Class = "NSMenuItem"; title = "Use Default"; ObjectID = "GUa-eO-cwY"; + + + Font + Fonte + Class = "NSMenuItem"; title = "Font"; ObjectID = "Gi5-1S-RQB"; + + + Writing Direction + Orientação do texto + Class = "NSMenuItem"; title = "Writing Direction"; ObjectID = "H1b-Si-o9J"; + + + View + Ver + Class = "NSMenuItem"; title = "View"; ObjectID = "H8h-7b-M4v"; + + + Text Replacement + Substituição de texto + Class = "NSMenuItem"; title = "Text Replacement"; ObjectID = "HFQ-gK-NFA"; + + + Show Spelling and Grammar + Exibir ortografia e gramática + Class = "NSMenuItem"; title = "Show Spelling and Grammar"; ObjectID = "HFo-cy-zxI"; + + + View + Ver + Class = "NSMenu"; title = "View"; ObjectID = "HyV-fh-RgO"; + + + Subscript + Subscrito + Class = "NSMenuItem"; title = "Subscript"; ObjectID = "I0S-gh-46l"; + + + Open… + Abrir... + Class = "NSMenuItem"; title = "Open…"; ObjectID = "IAo-SY-fd9"; + + + ONLYOFFICE + ONLYOFFICE + Class = "NSWindow"; title = "ONLYOFFICE"; ObjectID = "IQv-IB-iLA"; + + + Justify + Justificar + Class = "NSMenuItem"; title = "Justify"; ObjectID = "J5U-5w-g23"; + + + Use None + Usar nenhum + Class = "NSMenuItem"; title = "Use None"; ObjectID = "J7y-lM-qPV"; + + + Revert to Saved + Reverter para salvo + Class = "NSMenuItem"; title = "Revert to Saved"; ObjectID = "KaW-ft-85H"; + + + Show All + Exibir todos + Class = "NSMenuItem"; title = "Show All"; ObjectID = "Kd2-mp-pUS"; + + + Bring All to Front + Trazer tudo para frente + Class = "NSMenuItem"; title = "Bring All to Front"; ObjectID = "LE2-aR-0XJ"; + + + Paste Ruler + Colar régua + Class = "NSMenuItem"; title = "Paste Ruler"; ObjectID = "LVM-kO-fVI"; + + + Left to Right + Da esquerda para a direita + Class = "NSMenuItem"; title = "\tLeft to Right"; ObjectID = "Lbh-J2-qVU"; + + + Copy Ruler + Copiar régua + Class = "NSMenuItem"; title = "Copy Ruler"; ObjectID = "MkV-Pr-PK5"; + + + Services + Serviços + Class = "NSMenuItem"; title = "Services"; ObjectID = "NMo-om-nkz"; + + + Default + Padrão + Class = "NSMenuItem"; title = "\tDefault"; ObjectID = "Nop-cj-93Q"; + + + Minimize + Minimizar + Class = "NSMenuItem"; title = "Minimize"; ObjectID = "OY7-WF-poV"; + + + Baseline + Linha de base + Class = "NSMenuItem"; title = "Baseline"; ObjectID = "OaQ-X3-Vso"; + + + Hide ONLYOFFICE + Ocultar o ONLYOFFICE + Class = "NSMenuItem"; title = "Hide ONLYOFFICE"; ObjectID = "Olw-nP-bQN"; + + + Find Previous + Localizar anterior + Class = "NSMenuItem"; title = "Find Previous"; ObjectID = "OwM-mh-QMV"; + + + Stop Speaking + Parar de ler em voz alta + Class = "NSMenuItem"; title = "Stop Speaking"; ObjectID = "Oyz-dy-DGm"; + + + Bigger + Maior + Class = "NSMenuItem"; title = "Bigger"; ObjectID = "Ptp-SP-VEL"; + + + Show Fonts + Exibir fontes + Class = "NSMenuItem"; title = "Show Fonts"; ObjectID = "Q5e-8K-NDq"; + + + Zoom + Zoom + Class = "NSMenuItem"; title = "Zoom"; ObjectID = "R4o-n2-Eq4"; + + + Right to Left + Da direita para a esquerda + Class = "NSMenuItem"; title = "\tRight to Left"; ObjectID = "RB4-Sm-HuC"; + + + Close + Fechar + Class = "NSButtonCell"; title = "Close"; ObjectID = "Riu-oE-8dj"; + + + none + nenhum + Class = "NSTextFieldCell"; title = "none"; ObjectID = "Rkd-xb-FRJ"; + + + Logout + Sair + Class = "NSButtonCell"; title = "Logout"; ObjectID = "RmO-tv-UKh"; + + + Superscript + Sobrescrito + Class = "NSMenuItem"; title = "Superscript"; ObjectID = "Rqc-34-cIF"; + + + Select All + Selecionar tudo + Class = "NSMenuItem"; title = "Select All"; ObjectID = "Ruw-6m-B2m"; + + + Jump to Selection + Ir para seleção + Class = "NSMenuItem"; title = "Jump to Selection"; ObjectID = "S0p-oC-mLd"; + + + Document + Documento + Class = "NSMenuItem"; title = "Document"; ObjectID = "TEm-B8-gsH"; + + + Window + Janela + Class = "NSMenu"; title = "Window"; ObjectID = "Td7-aD-5lo"; + + + Capitalize + Colocar em maiúsculas + Class = "NSMenuItem"; title = "Capitalize"; ObjectID = "UEZ-Bs-lqG"; + + + Center + Centro + Class = "NSMenuItem"; title = "Center"; ObjectID = "VIY-Ag-zcb"; + + + Hide Others + Ocultar outros + Class = "NSMenuItem"; title = "Hide Others"; ObjectID = "Vdr-fp-XzO"; + + + Italic + Itálico + Class = "NSMenuItem"; title = "Italic"; ObjectID = "Vjx-xi-njq"; + + + Edit + Editar + Class = "NSMenu"; title = "Edit"; ObjectID = "W48-6f-4Dl"; + + + Underline + Sublinhado + Class = "NSMenuItem"; title = "Underline"; ObjectID = "WRG-CD-K1S"; + + + Paste and Match Style + Colar e corresponder estilo + Class = "NSMenuItem"; title = "Paste and Match Style"; ObjectID = "WeT-3V-zwk"; + + + Find… + Localizar... + Class = "NSMenuItem"; title = "Find…"; ObjectID = "Xz5-n4-O0W"; + + + Find and Replace… + Localizar e substituir... + Class = "NSMenuItem"; title = "Find and Replace…"; ObjectID = "YEy-JH-Tfz"; + + + Default + Padrão + Class = "NSMenuItem"; title = "\tDefault"; ObjectID = "YGs-j5-SAR"; + + + Start Speaking + Começar a ler em voz alta + Class = "NSMenuItem"; title = "Start Speaking"; ObjectID = "Ynk-f8-cLZ"; + + + Align Left + Alinhar a esquerda + Class = "NSMenuItem"; title = "Align Left"; ObjectID = "ZM1-6Q-yy1"; + + + Version + Versão + Class = "NSTextFieldCell"; title = "Version"; ObjectID = "ZbA-hc-8PE"; + + + Email: + E-mail: + Class = "NSTextFieldCell"; title = "Email:"; ObjectID = "Zsi-3o-ASl"; + + + Paragraph + Parágrafo + Class = "NSMenuItem"; title = "Paragraph"; ObjectID = "ZvO-Gk-QUH"; + + + Print… + Imprimir... + Class = "NSMenuItem"; title = "Print…"; ObjectID = "aTl-1u-JFS"; + + + Window + Janela + Class = "NSMenuItem"; title = "Window"; ObjectID = "aUF-d1-5bR"; + + + Font + Fonte + Class = "NSMenu"; title = "Font"; ObjectID = "aXa-aM-Jaq"; + + + Use Default + Usar padrão + Class = "NSMenuItem"; title = "Use Default"; ObjectID = "agt-UL-0e3"; + + + Show Colors + Exibir cores + Class = "NSMenuItem"; title = "Show Colors"; ObjectID = "bgn-CT-cEk"; + + + File + Arquivo + Class = "NSMenu"; title = "File"; ObjectID = "bib-Uj-vzu"; + + + Use Selection for Find + Usar seleção para localizar + Class = "NSMenuItem"; title = "Use Selection for Find"; ObjectID = "buJ-ug-pKt"; + + + Transformations + Transformações + Class = "NSMenu"; title = "Transformations"; ObjectID = "c8a-y6-VQd"; + + + Use None + Usar nenhum + Class = "NSMenuItem"; title = "Use None"; ObjectID = "cDB-IK-hbR"; + + + Selection + Seleção + Class = "NSMenuItem"; title = "Selection"; ObjectID = "cqv-fj-IhA"; + + + Smart Links + Links inteligentes + Class = "NSMenuItem"; title = "Smart Links"; ObjectID = "cwL-P1-jid"; + + + Make Lower Case + Tornar minúsculo + Class = "NSMenuItem"; title = "Make Lower Case"; ObjectID = "d9M-CD-aMd"; + + + Text + Texto + Class = "NSMenu"; title = "Text"; ObjectID = "d9c-me-L2H"; + + + File + Arquivo + Class = "NSMenuItem"; title = "File"; ObjectID = "dMs-cI-mzQ"; + + + Undo + Desfazer + Class = "NSMenuItem"; title = "Undo"; ObjectID = "dRJ-4n-Yzg"; + + + Paste + Colar + Class = "NSMenuItem"; title = "Paste"; ObjectID = "gVA-U4-sdL"; + + + File Name + Nome do arquivo + Class = "NSTextFieldCell"; title = "File Name"; ObjectID = "gm3-6i-EnL"; + + + New + Novo + Class = "NSMenu"; title = "New"; ObjectID = "hD5-Cz-ItX"; + + + Smart Quotes + Aspas inteligentes + Class = "NSMenuItem"; title = "Smart Quotes"; ObjectID = "hQb-2v-fYv"; + + + Presentation + Apresentação + Class = "NSMenuItem"; title = "Presentation"; ObjectID = "hkB-TU-Ps1"; + + + Check Document Now + Verificar documento agora + Class = "NSMenuItem"; title = "Check Document Now"; ObjectID = "hz2-CU-CR7"; + + + Services + Serviços + Class = "NSMenu"; title = "Services"; ObjectID = "hz9-B4-Xy5"; + + + Smaller + Menor + Class = "NSMenuItem"; title = "Smaller"; ObjectID = "i1d-Er-qST"; + + + Baseline + Linha de base + Class = "NSMenu"; title = "Baseline"; ObjectID = "ijk-EB-dga"; + + + Kern + Kern + Class = "NSMenuItem"; title = "Kern"; ObjectID = "jBQ-r6-VK2"; + + + Right to Left + Da direita para a esquerda + Class = "NSMenuItem"; title = "\tRight to Left"; ObjectID = "jFq-tB-4Kx"; + + + Format + Formato + Class = "NSMenuItem"; title = "Format"; ObjectID = "jxT-CU-nIS"; + + + ONLYOFFICE + ONLYOFFICE + Class = "NSTabViewItem"; label = "ONLYOFFICE"; ObjectID = "kcg-El-49G"; + + + START + INICIAR + Class = "NSButtonCell"; title = "START"; ObjectID = "llV-Yc-IJ4"; + + + Cancel + Cancelar + Class = "NSButtonCell"; title = "Cancel"; ObjectID = "m0C-e9-0oc"; + + + Check Grammar With Spelling + Verificar gramática com ortografia + Class = "NSMenuItem"; title = "Check Grammar With Spelling"; ObjectID = "mK6-2p-4JG"; + + + Ligatures + Ligaduras + Class = "NSMenuItem"; title = "Ligatures"; ObjectID = "o6e-r0-MWq"; + + + Open Recent + Abrir recente + Class = "NSMenu"; title = "Open Recent"; ObjectID = "oas-Oc-fiZ"; + + + Loosen + Liberar + Class = "NSMenuItem"; title = "Loosen"; ObjectID = "ogc-rX-tC1"; + + + Delete + Excluir + Class = "NSMenuItem"; title = "Delete"; ObjectID = "pa3-QI-u2k"; + + + Save + Salvar + Class = "NSMenuItem"; title = "Save"; ObjectID = "pxx-59-PXV"; + + + Find Next + Localizar seguinte + Class = "NSMenuItem"; title = "Find Next"; ObjectID = "q09-fT-Sye"; + + + Page Setup… + Configuração de página... + Class = "NSMenuItem"; title = "Page Setup…"; ObjectID = "qIS-W8-SiK"; + + + ONLYOFFICE + ONLYOFFICE + Class = "NSTextFieldCell"; title = "ONLYOFFICE "; ObjectID = "rG1-93-HjS"; + + + Check Spelling While Typing + Verificar ortografia ao digitar + Class = "NSMenuItem"; title = "Check Spelling While Typing"; ObjectID = "rbD-Rh-wIN"; + + + Smart Dashes + Barras inteligentes + Class = "NSMenuItem"; title = "Smart Dashes"; ObjectID = "rgM-f4-ycn"; + + + Copyright info + Informações de copyright + Class = "NSTextFieldCell"; title = "Copyright info"; ObjectID = "sGd-zc-V0B"; + + + Show Toolbar + Exibir barra de ferramentas + Class = "NSMenuItem"; title = "Show Toolbar"; ObjectID = "snW-S8-Cw5"; + + + Data Detectors + Detectores de dados + Class = "NSMenuItem"; title = "Data Detectors"; ObjectID = "tRr-pd-1PS"; + + + Open Recent + Abrir recente + Class = "NSMenuItem"; title = "Open Recent"; ObjectID = "tXI-mr-wws"; + + + Kern + Kern + Class = "NSMenu"; title = "Kern"; ObjectID = "tlD-Oa-oAM"; + + + ONLYOFFICE + ONLYOFFICE + Class = "NSMenu"; title = "ONLYOFFICE"; ObjectID = "uQy-DD-JDr"; + + + Cut + Cortar + Class = "NSMenuItem"; title = "Cut"; ObjectID = "uRl-iY-unG"; + + + Check for Updates… + Verificar atualizações + Class = "NSMenuItem"; title = "Check for Updates…"; ObjectID = "ud7-wC-A79"; + + + Paste Style + Colar estilo + Class = "NSMenuItem"; title = "Paste Style"; ObjectID = "vKC-jM-MkH"; + + + Show Ruler + Exibir régua + Class = "NSMenuItem"; title = "Show Ruler"; ObjectID = "vLm-3I-IUL"; + + + Clear Menu + Limpar menu + Class = "NSMenuItem"; title = "Clear Menu"; ObjectID = "vNY-rz-j42"; + + + Make Upper Case + Tornar maiúsculo + Class = "NSMenuItem"; title = "Make Upper Case"; ObjectID = "vmV-6d-7jI"; + + + Ligatures + Ligaduras + Class = "NSMenu"; title = "Ligatures"; ObjectID = "w0m-vy-SC9"; + + + Align Right + Alinhar à direita + Class = "NSMenuItem"; title = "Align Right"; ObjectID = "wb2-vD-lq4"; + + + Text Cell + Célula de texto + Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "wpe-8d-5DV"; + + + Help + Ajuda + Class = "NSMenuItem"; title = "Help"; ObjectID = "wpr-3q-Mcd"; + + + Copy + Copiar + Class = "NSMenuItem"; title = "Copy"; ObjectID = "x3v-GG-iWU"; + + + Product + Produto + Class = "NSTextFieldCell"; title = "Product"; ObjectID = "xCO-ey-2lo"; + + + Use All + Usar tudo + Class = "NSMenuItem"; title = "Use All"; ObjectID = "xQD-1f-W4t"; + + + Speech + Fala + Class = "NSMenuItem"; title = "Speech"; ObjectID = "xrE-MZ-jX0"; + + + Show Substitutions + Exibir substituições + Class = "NSMenuItem"; title = "Show Substitutions"; ObjectID = "z6F-FW-3nz"; + + + Portal: + Portal: + Class = "NSTextFieldCell"; title = "Portal:"; ObjectID = "zwS-9G-S0N"; + + +
+ +
+ +
+ + + ONLYOFFICE Reporter Window + ONLYOFFICE Reporter Window + Class = "NSWindow"; title = "ONLYOFFICE Reporter Window"; ObjectID = "Ygx-5K-Hn8"; + + +
+ +
+ +
+ + + ONLYOFFICE + ONLYOFFICE + + + Copyright © 2017 Ascensio System SIA. All rights reserved. + Copyright © 2018 Ascensio System SIA. Todos os direitos reservados. + + +
+ +
+ +
+ + + %@ Help + Ajuda do %@ + No comment provided by engineer. + + + About %@ + Sobre o %@ + No comment provided by engineer. + + + Acknowledgments + Reconhecimentos + No comment provided by engineer. + + + Cancel + Cancelar + No comment provided by engineer. + + + Comma-Separated Values + Valores separados por vírgulas + No comment provided by engineer. + + + Create portal + Criar portal + No comment provided by engineer. + + + Delete and Quit + Excluir e sair + No comment provided by engineer. + + + DjVu File + Arquivo DjVu + No comment provided by engineer. + + + Do you want to save the changes made to the document "%@"? + Você deseja salvar as alterações realizadas no documento "%@"? + No comment provided by engineer. + + + Document %ld.docx + Documento %ld.docx + No comment provided by engineer. + + + Excel 97-2003 Spreadsheet + Planilha do Excel 97-2003 + No comment provided by engineer. + + + Excel 2007 Spreadsheet + Planilha do Excel 2007 + No comment provided by engineer. + + + File "%@" can not be open or not exist. + Arquivo "%@" não pode ser aberto ou não existe. + No comment provided by engineer. + + + File Format: + Formato do arquivo: + No comment provided by engineer. + + + File can not be open. + Arquivo não pode ser aberto. + No comment provided by engineer. + + + Hide %@ + Ocultar %@ + No comment provided by engineer. + + + If you don't review your documents, all your changeses will be lost. + Se você não fizer a revisão dos seus documentos, todas as alterações serão perdidas. + No comment provided by engineer. + + + License Agreement + Contrato de licença + No comment provided by engineer. + + + Mobipocket e-book + Livro eletrônico do Mobipocket + No comment provided by engineer. + + + No + Não + No comment provided by engineer. + + + OK + OK + No comment provided by engineer. + + + ONLYOFFICE Free + ONLYOFFICE gratuito + No comment provided by engineer. + + + OpenOffice Document + Documento do OpenOffice + No comment provided by engineer. + + + OpenOffice Presentation + Apresentação do OpenOffice + No comment provided by engineer. + + + OpenOffice Spreadsheet + Planilha do OpenOffice + No comment provided by engineer. + + + Opening + Abrindo + No comment provided by engineer. + + + PDF File + Arquivo PDF + No comment provided by engineer. + + + Plain Text + Texto sem formatação + No comment provided by engineer. + + + PowerPoint 97-2003 Presentation + Apresentação do PowerPoint 97-2003 + No comment provided by engineer. + + + PowerPoint 2007 Presentation + Apresentação do PowerPoint 2007 + No comment provided by engineer. + + + PowerPoint Slide Show + Apresentação de slides do PowerPoint + No comment provided by engineer. + + + Preparing... + Preparando... + No comment provided by engineer. + + + Presentation %ld.pptx + Apresentação %ld.pptx + No comment provided by engineer. + + + Quit %@ + Sair %@ + No comment provided by engineer. + + + Review Changes... + Rever alterações... + No comment provided by engineer. + + + Rich Text Document + Documento RTF + No comment provided by engineer. + + + Spreadsheet %ld.xlsx + Planilha %ld.xlsx + No comment provided by engineer. + + + Unconfirmed + Não confirmado + No comment provided by engineer. + + + Untitled + Sem título + No comment provided by engineer. + + + Version %1$@ (%2$@) + Versão %1$@ (%2$@) + No comment provided by engineer. + + + Web Page + Página Web + No comment provided by engineer. + + + Word 97-2003 Document + Documento do Word 97-2003 + No comment provided by engineer. + + + Word 2007 Document + Documento do Word 2007 + No comment provided by engineer. + + + XML Paper Specification + XML Paper Specification + No comment provided by engineer. + + + Yes + Sim + No comment provided by engineer. + + + You have %1$ld %2$@ documents with unconfirmed changes. Do you want to review these changes before quitting? + Você tem %1$ld %2$@ documentos com alterações não confirmadas. Você deseja rever essas alterações antes de sair? + No comment provided by engineer. + + + Your changes will be lost if you don’t save them. + As suas alterações serão perdidas se você não salvá-las. + No comment provided by engineer. + + +
+ +
+ +
+ + + $(PRODUCT_NAME) + ONLYOFFICE + + + Copyright © АО Novyye Kommunikatsionnyye Tekhnologii. 2017 All rights reserved. + Copyright © АО Novyye Kommunikatsionnyye Tekhnologii. 2018 Todos os direitos reservados. + + +
+ +
+ +
+ + + %@ Help + Ajuda do %@ + No comment provided by engineer. + + + About %@ + Sobre o %@ + No comment provided by engineer. + + + Acknowledgments + Reconhecimentos + No comment provided by engineer. + + + Cancel + Cancelar + No comment provided by engineer. + + + Comma-Separated Values + Valores separados por vírgulas + No comment provided by engineer. + + + Create portal + Criar portal + No comment provided by engineer. + + + Delete and Quit + Excluir e sair + No comment provided by engineer. + + + DjVu File + Arquivo DjVu + No comment provided by engineer. + + + Do you want to save the changes made to the document "%@"? + Você deseja salvar as alterações realizadas no documento "%@"? + No comment provided by engineer. + + + Document %ld.docx + Documento %ld.docx + No comment provided by engineer. + + + Excel 97-2003 Spreadsheet + Planilha do Excel 97-2003 + No comment provided by engineer. + + + Excel 2007 Spreadsheet + Planilha do Excel 2007 + No comment provided by engineer. + + + File "%@" can not be open or not exist. + Arquivo "%@" não pode ser aberto ou não existe. + No comment provided by engineer. + + + File Format: + Formato do arquivo: + No comment provided by engineer. + + + File can not be open. + Arquivo não pode ser aberto. + No comment provided by engineer. + + + Hide %@ + Ocultar %@ + No comment provided by engineer. + + + If you don't review your documents, all your changeses will be lost. + Se você não fizer a revisão dos seus documentos, todas as alterações serão perdidas. + No comment provided by engineer. + + + License Agreement + Contrato de licença + No comment provided by engineer. + + + Mobipocket e-book + Livro eletrônico do Mobipocket + No comment provided by engineer. + + + No + Não + No comment provided by engineer. + + + OK + OK + No comment provided by engineer. + + + ONLYOFFICE Free + ONLYOFFICE gratuito + No comment provided by engineer. + + + OpenOffice Document + Documento do OpenOffice + No comment provided by engineer. + + + OpenOffice Presentation + Apresentação do OpenOffice + No comment provided by engineer. + + + OpenOffice Spreadsheet + Planilha do OpenOffice + No comment provided by engineer. + + + Opening + Abrindo + No comment provided by engineer. + + + PDF File + Arquivo PDF + No comment provided by engineer. + + + Plain Text + Texto sem formatação + No comment provided by engineer. + + + PowerPoint 97-2003 Presentation + Apresentação do PowerPoint 97-2003 + No comment provided by engineer. + + + PowerPoint 2007 Presentation + Apresentação do PowerPoint 2007 + No comment provided by engineer. + + + PowerPoint Slide Show + Apresentação de slides do PowerPoint + No comment provided by engineer. + + + Preparing... + Preparando... + No comment provided by engineer. + + + Presentation %ld.pptx + Apresentação %ld.pptx + No comment provided by engineer. + + + Quit %@ + Sair %@ + No comment provided by engineer. + + + Review Changes... + Rever alterações... + No comment provided by engineer. + + + Rich Text Document + Documento RTF + No comment provided by engineer. + + + Spreadsheet %ld.xlsx + Planilha %ld.xlsx + No comment provided by engineer. + + + Unconfirmed + Não confirmado + No comment provided by engineer. + + + Untitled + Sem título + No comment provided by engineer. + + + Version %1$@ (%2$@) + Versão %1$@ (%2$@) + No comment provided by engineer. + + + Web Page + Página Web + No comment provided by engineer. + + + Word 97-2003 Document + Documento do Word 97-2003 + No comment provided by engineer. + + + Word 2007 Document + Documento do Word 2007 + No comment provided by engineer. + + + XML Paper Specification + XML Paper Specification + No comment provided by engineer. + + + Yes + Sim + No comment provided by engineer. + + + You have %1$ld %2$@ documents with unconfirmed changes. Do you want to review these changes before quitting? + Você tem %1$ld %2$@ documentos com alterações não confirmadas. Você deseja rever essas alterações antes de sair? + No comment provided by engineer. + + + Your changes will be lost if you don’t save them. + As suas alterações serão perdidas se você não salvá-las. + No comment provided by engineer. + + +
+ +
+ +
+ +
+ +
+ +
+ + + $(PRODUCT_NAME) + ONLYOFFICE + + + Copyright © 2017 Ascensio System SIA. All rights reserved. + Copyright © 2018 Ascensio System SIA. Todos os direitos reservados. + + +
+ +
+ +
+ + + %@ Help + Ajuda do %@ + No comment provided by engineer. + + + About %@ + Sobre o %@ + No comment provided by engineer. + + + Acknowledgments + Reconhecimentos + No comment provided by engineer. + + + Cancel + Cancelar + No comment provided by engineer. + + + Comma-Separated Values + Valores separados por vírgulas + No comment provided by engineer. + + + Create portal + Criar portal + No comment provided by engineer. + + + Delete and Quit + Excluir e sair + No comment provided by engineer. + + + DjVu File + Arquivo DjVu + No comment provided by engineer. + + + Do you want to save the changes made to the document "%@"? + Você deseja salvar as alterações realizadas no documento "%@"? + No comment provided by engineer. + + + Document %ld.docx + Documento %ld.docx + No comment provided by engineer. + + + Excel 97-2003 Spreadsheet + Planilha do Excel 97-2003 + No comment provided by engineer. + + + Excel 2007 Spreadsheet + Planilha do Excel 2007 + No comment provided by engineer. + + + File "%@" can not be open or not exist. + Arquivo "%@" não pode ser aberto ou não existe. + No comment provided by engineer. + + + File Format: + Formato do arquivo: + No comment provided by engineer. + + + File can not be open. + Arquivo não pode ser aberto. + No comment provided by engineer. + + + Hide %@ + Ocultar %@ + No comment provided by engineer. + + + If you don't review your documents, all your changeses will be lost. + Se você não fizer a revisão dos seus documentos, todas as alterações serão perdidas. + No comment provided by engineer. + + + License Agreement + Contrato de licença + No comment provided by engineer. + + + Mobipocket e-book + Livro eletrônico do Mobipocket + No comment provided by engineer. + + + No + Não + No comment provided by engineer. + + + OK + OK + No comment provided by engineer. + + + ONLYOFFICE Free + ONLYOFFICE gratuito + No comment provided by engineer. + + + OpenOffice Document + Documento do OpenOffice + No comment provided by engineer. + + + OpenOffice Presentation + Apresentação do OpenOffice + No comment provided by engineer. + + + OpenOffice Spreadsheet + Planilha do OpenOffice + No comment provided by engineer. + + + Opening + Abrindo + No comment provided by engineer. + + + PDF File + Arquivo PDF + No comment provided by engineer. + + + Plain Text + Texto sem formatação + No comment provided by engineer. + + + PowerPoint 97-2003 Presentation + Apresentação do PowerPoint 97-2003 + No comment provided by engineer. + + + PowerPoint 2007 Presentation + Apresentação do PowerPoint 2007 + No comment provided by engineer. + + + PowerPoint Slide Show + Apresentação de slides do PowerPoint + No comment provided by engineer. + + + Preparing... + Preparando... + No comment provided by engineer. + + + Presentation %ld.pptx + Apresentação %ld.pptx + No comment provided by engineer. + + + Quit %@ + Sair %@ + No comment provided by engineer. + + + Review Changes... + Rever alterações... + No comment provided by engineer. + + + Rich Text Document + Documento RTF + No comment provided by engineer. + + + Spreadsheet %ld.xlsx + Planilha %ld.xlsx + No comment provided by engineer. + + + Unconfirmed + Não confirmado + No comment provided by engineer. + + + Untitled + Sem título + No comment provided by engineer. + + + Version %1$@ (%2$@) + Versão %1$@ (%2$@) + No comment provided by engineer. + + + Web Page + Página Web + No comment provided by engineer. + + + Word 97-2003 Document + Documento do Word 97-2003 + No comment provided by engineer. + + + Word 2007 Document + Documento do Word 2007 + No comment provided by engineer. + + + XML Paper Specification + XML Paper Specification + No comment provided by engineer. + + + Yes + Sim + No comment provided by engineer. + + + You have %1$ld %2$@ documents with unconfirmed changes. Do you want to review these changes before quitting? + Você tem %1$ld %2$@ documentos com alterações não confirmadas. Você deseja rever essas alterações antes de sair? + No comment provided by engineer. + + + Your changes will be lost if you don’t save them. + As suas alterações serão perdidas se você não salvá-las. + No comment provided by engineer. + + +
+ +
+ +
+ +
+
diff --git a/macos/Localization/ru.xliff b/macos/Localization/ru.xliff index 689646072..ddddb3bb0 100644 --- a/macos/Localization/ru.xliff +++ b/macos/Localization/ru.xliff @@ -2,7 +2,7 @@
- +
@@ -777,61 +777,554 @@
+ +
+ +
+ + + ONLYOFFICE Reporter Window + ONLYOFFICE окно докладчика + Class = "NSWindow"; title = "ONLYOFFICE Reporter Window"; ObjectID = "Ygx-5K-Hn8"; + + +
- +
ONLYOFFICE - - - 1.0 + ONLYOFFICE Copyright © 2017 Ascensio System SIA. All rights reserved. - Авторское право © 2017 Ascensio System SIA. Все права защищены. + Авторское право © 2018 Ascensio System SIA. Все права защищены. + + +
+ +
+ +
+ + + %@ Help + Справка %@ + No comment provided by engineer. + + + About %@ + О программе %@ + No comment provided by engineer. + + + Acknowledgments + Лицензии + No comment provided by engineer. + + + Cancel + Отменить + No comment provided by engineer. + + + Comma-Separated Values + Значения, разделённые запятыми + No comment provided by engineer. + + + Create portal + No comment provided by engineer. + + + Delete and Quit + Отменить изменения + No comment provided by engineer. + + + DjVu File + DjVu Файл + No comment provided by engineer. + + + Do you want to save the changes made to the document "%@"? + Вы хотите сохранить изменения сделанные в документе "%@"? + No comment provided by engineer. + + + Document %ld.docx + Документ %ld.docx + No comment provided by engineer. + + + Excel 97-2003 Spreadsheet + Книга Excel 97-2003 + No comment provided by engineer. + + + Excel 2007 Spreadsheet + Книга Excel 2007 + No comment provided by engineer. + + + File "%@" can not be open or not exist. + Файл "%@" не может быть открыт или не существует. + No comment provided by engineer. + + + File Format: + Формат: + No comment provided by engineer. + + + File can not be open. + Файл не может быть открыт. + No comment provided by engineer. + + + Hide %@ + Скрыть %@ + No comment provided by engineer. + + + If you don't review your documents, all your changeses will be lost. + Если Вы не просмотрите эти документы, все внесенные изменения будут потеряны. + No comment provided by engineer. + + + License Agreement + Пользовательское соглашение + No comment provided by engineer. + + + Mobipocket e-book + Mobipocket e-book + No comment provided by engineer. + + + No + Нет + No comment provided by engineer. + + + OK + OK + No comment provided by engineer. + + + ONLYOFFICE Free + ONLYOFFICE Свободный + No comment provided by engineer. + + + OpenOffice Document + OpenOffice Документ + No comment provided by engineer. + + + OpenOffice Presentation + Презентация OpenOffice + No comment provided by engineer. + + + OpenOffice Spreadsheet + Книга OpenOffice + No comment provided by engineer. + + + Opening + Открытие + No comment provided by engineer. + + + PDF File + PDF Файл + No comment provided by engineer. + + + Plain Text + Простой текст + No comment provided by engineer. + + + PowerPoint 97-2003 Presentation + Проезентация PowerPoint 97-2003 + No comment provided by engineer. + + + PowerPoint 2007 Presentation + Презентация PowerPoint 2007 + No comment provided by engineer. + + + PowerPoint Slide Show + Слиде-шоу PowerPoint + No comment provided by engineer. + + + Preparing... + Подготовка... + No comment provided by engineer. + + + Presentation %ld.pptx + Презентация %ld.pptx + No comment provided by engineer. + + + Quit %@ + Выйти %@ + No comment provided by engineer. + + + Review Changes... + Просмотреть изменения... + No comment provided by engineer. + + + Rich Text Document + Расширенный текстовый формат + No comment provided by engineer. + + + Spreadsheet %ld.xlsx + Книга %ld.xlsx + No comment provided by engineer. + + + Unconfirmed + Неподтвержденный + No comment provided by engineer. + + + Untitled + Без названия + No comment provided by engineer. + + + Version %1$@ (%2$@) + Версия %1$@ (%2$@) + No comment provided by engineer. + + + Web Page + Веб страница + No comment provided by engineer. + + + Word 97-2003 Document + Документ Word 97-2003 + No comment provided by engineer. + + + Word 2007 Document + Документ Word 2007 + No comment provided by engineer. + + + XML Paper Specification + XPS Документ + No comment provided by engineer. + + + Yes + Да + No comment provided by engineer. + + + You have %1$ld %2$@ documents with unconfirmed changes. Do you want to review these changes before quitting? + У Вас %ld %@ Документов с неподтвержденными изменениями. Просмотреть документы перед завершением? + No comment provided by engineer. + + + Your changes will be lost if you don’t save them. + Ваши изменения будут потеряны, если вы не сохраните их. + No comment provided by engineer.
- +
$(PRODUCT_NAME) ONLYOFFICE - - 4.4 - Copyright © АО Novyye Kommunikatsionnyye Tekhnologii. 2017 All rights reserved. - © АО "Новые Коммуникационные Технологии" 2017 Все права защищены. + © АО "Новые Коммуникационные Технологии" 2018 Все права защищены.
+ +
+ +
+ + + %@ Help + Справка %@ + No comment provided by engineer. + + + About %@ + О программе %@ + No comment provided by engineer. + + + Acknowledgments + Лицензии + No comment provided by engineer. + + + Cancel + Отменить + No comment provided by engineer. + + + Comma-Separated Values + Значения, разделённые запятыми + No comment provided by engineer. + + + Create portal + No comment provided by engineer. + + + Delete and Quit + Отменить изменения + No comment provided by engineer. + + + DjVu File + DjVu Файл + No comment provided by engineer. + + + Do you want to save the changes made to the document "%@"? + Вы хотите сохранить изменения сделанные в документе "%@"? + No comment provided by engineer. + + + Document %ld.docx + Документ %ld.docx + No comment provided by engineer. + + + Excel 97-2003 Spreadsheet + Книга Excel 97-2003 + No comment provided by engineer. + + + Excel 2007 Spreadsheet + Книга Excel 2007 + No comment provided by engineer. + + + File "%@" can not be open or not exist. + Файл "%@" не может быть открыт или не существует. + No comment provided by engineer. + + + File Format: + Формат: + No comment provided by engineer. + + + File can not be open. + Файл не может быть открыт. + No comment provided by engineer. + + + Hide %@ + Скрыть %@ + No comment provided by engineer. + + + If you don't review your documents, all your changeses will be lost. + Если Вы не просмотрите эти документы, все внесенные изменения будут потеряны. + No comment provided by engineer. + + + License Agreement + Пользовательское соглашение + No comment provided by engineer. + + + Mobipocket e-book + Mobipocket e-book + No comment provided by engineer. + + + No + Нет + No comment provided by engineer. + + + OK + OK + No comment provided by engineer. + + + ONLYOFFICE Free + ONLYOFFICE Свободный + No comment provided by engineer. + + + OpenOffice Document + OpenOffice Документ + No comment provided by engineer. + + + OpenOffice Presentation + Презентация OpenOffice + No comment provided by engineer. + + + OpenOffice Spreadsheet + Книга OpenOffice + No comment provided by engineer. + + + Opening + Открытие + No comment provided by engineer. + + + PDF File + PDF Файл + No comment provided by engineer. + + + Plain Text + Простой текст + No comment provided by engineer. + + + PowerPoint 97-2003 Presentation + Проезентация PowerPoint 97-2003 + No comment provided by engineer. + + + PowerPoint 2007 Presentation + Презентация PowerPoint 2007 + No comment provided by engineer. + + + PowerPoint Slide Show + Слиде-шоу PowerPoint + No comment provided by engineer. + + + Preparing... + Подготовка... + No comment provided by engineer. + + + Presentation %ld.pptx + Презентация %ld.pptx + No comment provided by engineer. + + + Quit %@ + Выйти %@ + No comment provided by engineer. + + + Review Changes... + Просмотреть изменения... + No comment provided by engineer. + + + Rich Text Document + Расширенный текстовый формат + No comment provided by engineer. + + + Spreadsheet %ld.xlsx + Книга %ld.xlsx + No comment provided by engineer. + + + Unconfirmed + Неподтвержденный + No comment provided by engineer. + + + Untitled + Без названия + No comment provided by engineer. + + + Version %1$@ (%2$@) + Версия %1$@ (%2$@) + No comment provided by engineer. + + + Web Page + Веб страница + No comment provided by engineer. + + + Word 97-2003 Document + Документ Word 97-2003 + No comment provided by engineer. + + + Word 2007 Document + Документ Word 2007 + No comment provided by engineer. + + + XML Paper Specification + XPS Документ + No comment provided by engineer. + + + Yes + Да + No comment provided by engineer. + + + You have %1$ld %2$@ documents with unconfirmed changes. Do you want to review these changes before quitting? + У Вас %ld %@ Документов с неподтвержденными изменениями. Просмотреть документы перед завершением? + No comment provided by engineer. + + + Your changes will be lost if you don’t save them. + Ваши изменения будут потеряны, если вы не сохраните их. + No comment provided by engineer. + + +
+ +
+ +
+ +
- +
$(PRODUCT_NAME) - - - 4.4 + ONLYOFFICE Copyright © 2017 Ascensio System SIA. All rights reserved. - © 2017 Ascensio System SIA. Все права защищены. + © 2018 Ascensio System SIA. Все права защищены.
- +
@@ -1070,4 +1563,10 @@
+ +
+ +
+ +
diff --git a/macos/ONLYOFFICE.xcodeproj/project.pbxproj b/macos/ONLYOFFICE.xcodeproj/project.pbxproj index 254c5ac4d..8e2873e1b 100644 --- a/macos/ONLYOFFICE.xcodeproj/project.pbxproj +++ b/macos/ONLYOFFICE.xcodeproj/project.pbxproj @@ -389,6 +389,16 @@ FC6718491BD91B420028600F /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/MoveApplication.strings; sourceTree = ""; }; FC67184A1BD91B430028600F /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/MoveApplication.strings; sourceTree = ""; }; FC7FD3E51C315DD6008F6641 /* ONLYOFFICE.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ONLYOFFICE.app; sourceTree = BUILT_PRODUCTS_DIR; }; + FC8B98662016129F0073D57C /* pt-BR */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "pt-BR"; path = "pt-BR.lproj/Main.strings"; sourceTree = ""; }; + FC8B98672016129F0073D57C /* pt-BR */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "pt-BR"; path = "pt-BR.lproj/Presentation-Reporter.strings"; sourceTree = ""; }; + FC8B9868201612A00073D57C /* pt-BR */ = {isa = PBXFileReference; lastKnownFileType = text.html; name = "pt-BR"; path = "pt-BR.lproj/EULA.html"; sourceTree = ""; }; + FC8B9869201612A00073D57C /* pt-BR */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "pt-BR"; path = "pt-BR.lproj/InfoPlist.strings"; sourceTree = ""; }; + FC8B986A201612A00073D57C /* pt-BR */ = {isa = PBXFileReference; lastKnownFileType = text.html; name = "pt-BR"; path = "pt-BR.lproj/EULA.html"; sourceTree = ""; }; + FC8B986B201612A00073D57C /* pt-BR */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "pt-BR"; path = "pt-BR.lproj/InfoPlist.strings"; sourceTree = ""; }; + FC8B986C201612A00073D57C /* pt-BR */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "pt-BR"; path = "pt-BR.lproj/InfoPlist.strings"; sourceTree = ""; }; + FC8B986D201612A00073D57C /* pt-BR */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "pt-BR"; path = "pt-BR.lproj/Localizable.strings"; sourceTree = ""; }; + FC8B986E201612A00073D57C /* pt-BR */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = "pt-BR"; path = "pt-BR.lproj/Localizable.stringsdict"; sourceTree = ""; }; + FC8B986F201612A00073D57C /* pt-BR */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "pt-BR"; path = "pt-BR.lproj/MoveApplication.strings"; sourceTree = ""; }; FC8DDD3B1C31381B00A2AB22 /* ASCReplacePresentationAnimator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ASCReplacePresentationAnimator.h; path = Code/Utils/ASCReplacePresentationAnimator.h; sourceTree = ""; }; FC8DDD3C1C31381B00A2AB22 /* ASCReplacePresentationAnimator.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ASCReplacePresentationAnimator.m; path = Code/Utils/ASCReplacePresentationAnimator.m; sourceTree = ""; }; FC8EFE001C2A867B00BB2A43 /* Sparkle.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Sparkle.framework; path = Vendor/Sparkle/Sparkle.framework; sourceTree = SOURCE_ROOT; }; @@ -1144,6 +1154,7 @@ de, es, fr, + "pt-BR", ); mainGroup = FCBC425F1B9D650400405301; productRefGroup = FCBC42691B9D650400405301 /* Products */; @@ -1551,6 +1562,7 @@ FC081EB21C3258AB00F9881C /* es */, FC081EB31C3258AB00F9881C /* de */, FC081EB41C3258AC00F9881C /* ru */, + FC8B9869201612A00073D57C /* pt-BR */, ); name = InfoPlist.strings; sourceTree = ""; @@ -1563,6 +1575,7 @@ FC081EB91C3258B300F9881C /* de */, FC081EBA1C3258B300F9881C /* es */, FC081EBB1C3258B400F9881C /* fr */, + FC8B986C201612A00073D57C /* pt-BR */, ); name = InfoPlist.strings; sourceTree = ""; @@ -1575,6 +1588,7 @@ FC54A28D1F94BA700086F4FE /* es */, FC54A28F1F94BA710086F4FE /* de */, FC54A2911F94BA720086F4FE /* ru */, + FC8B98672016129F0073D57C /* pt-BR */, ); name = "Presentation-Reporter.storyboard"; sourceTree = ""; @@ -1587,6 +1601,7 @@ FC5C71EA1C64F6FD00FBBF70 /* de */, FC5C71EB1C64F6FF00FBBF70 /* es */, FC5C71EC1C64F70200FBBF70 /* fr */, + FC8B9868201612A00073D57C /* pt-BR */, ); name = EULA.html; sourceTree = ""; @@ -1599,6 +1614,7 @@ FC6515FB1D1542C2009DBDCD /* es */, FC6515FD1D1542C2009DBDCD /* fr */, FC6516001D1542C2009DBDCD /* ru */, + FC8B986A201612A00073D57C /* pt-BR */, ); name = EULA.html; sourceTree = ""; @@ -1611,6 +1627,7 @@ FC6515FC1D1542C2009DBDCD /* es */, FC6515FE1D1542C2009DBDCD /* fr */, FC6516011D1542C2009DBDCD /* ru */, + FC8B986B201612A00073D57C /* pt-BR */, ); name = InfoPlist.strings; sourceTree = ""; @@ -1623,6 +1640,7 @@ FC6718481BD91B410028600F /* de */, FC6718491BD91B420028600F /* es */, FC67184A1BD91B430028600F /* fr */, + FC8B986F201612A00073D57C /* pt-BR */, ); name = MoveApplication.strings; sourceTree = ""; @@ -1635,6 +1653,7 @@ FCD2B9081BC6489800F54560 /* de */, FCD2B90B1BC648A500F54560 /* es */, FCD2B90E1BC648A900F54560 /* fr */, + FC8B98662016129F0073D57C /* pt-BR */, ); name = Main.storyboard; sourceTree = ""; @@ -1647,6 +1666,7 @@ FCD2B91A1BC64F1700F54560 /* de */, FCD2B91B1BC64F1800F54560 /* es */, FCD2B91C1BC64F1900F54560 /* fr */, + FC8B986E201612A00073D57C /* pt-BR */, ); name = Localizable.stringsdict; sourceTree = ""; @@ -1659,6 +1679,7 @@ FCD2B90C1BC648A500F54560 /* es */, FCD2B90F1BC648A900F54560 /* fr */, FCD2B9241BC68FBD00F54560 /* ru */, + FC8B986D201612A00073D57C /* pt-BR */, ); name = Localizable.strings; sourceTree = ""; diff --git a/macos/ONLYOFFICE/Code/Controllers/ViewController.mm b/macos/ONLYOFFICE/Code/Controllers/ViewController.mm index aa35bea66..740407d62 100644 --- a/macos/ONLYOFFICE/Code/Controllers/ViewController.mm +++ b/macos/ONLYOFFICE/Code/Controllers/ViewController.mm @@ -240,7 +240,7 @@ - (void)loadStartPage { if (self.cefStartPageView ) { NSUserDefaults *preferences = [NSUserDefaults standardUserDefaults]; NSURLComponents *loginPage = [NSURLComponents componentsWithString:[[NSBundle mainBundle] pathForResource:@"index" ofType:@"html" inDirectory:@"login"]]; - NSURLQueryItem *countryCode = [NSURLQueryItem queryItemWithName:@"lang" value:[[[NSLocale currentLocale] objectForKey:NSLocaleLanguageCode] lowercaseString]]; + NSURLQueryItem *countryCode = [NSURLQueryItem queryItemWithName:@"lang" value:[[NSLocale currentLocale] objectForKey:NSLocaleIdentifier]]; NSURLQueryItem *portalAddress = [NSURLQueryItem queryItemWithName:@"portal" value:[preferences objectForKey:ASCUserSettingsNamePortalUrl]]; loginPage.queryItems = @[countryCode, portalAddress]; loginPage.scheme = NSURLFileScheme; diff --git a/macos/ONLYOFFICE/Resources/ONLYOFFICE-MAS/Info.plist b/macos/ONLYOFFICE/Resources/ONLYOFFICE-MAS/Info.plist index afb6e9bbc..f30259ffd 100644 --- a/macos/ONLYOFFICE/Resources/ONLYOFFICE-MAS/Info.plist +++ b/macos/ONLYOFFICE/Resources/ONLYOFFICE-MAS/Info.plist @@ -235,7 +235,7 @@ NSHumanReadableCopyright - Copyright © 2017 Ascensio System SIA. All rights reserved. + Copyright © 2018 Ascensio System SIA. All rights reserved. NSMainStoryboardFile Main NSPrincipalClass diff --git a/macos/ONLYOFFICE/Resources/ONLYOFFICE-MAS/de.lproj/InfoPlist.strings b/macos/ONLYOFFICE/Resources/ONLYOFFICE-MAS/de.lproj/InfoPlist.strings index f8cf0dce7..ed604a61a 100644 --- a/macos/ONLYOFFICE/Resources/ONLYOFFICE-MAS/de.lproj/InfoPlist.strings +++ b/macos/ONLYOFFICE/Resources/ONLYOFFICE-MAS/de.lproj/InfoPlist.strings @@ -1,7 +1,6 @@ -/* - InfoPlist.strings - ONLYOFFICE +/* (No Comment) */ +"CFBundleName" = "ONLYOFFICE"; + +/* (No Comment) */ +"NSHumanReadableCopyright" = "Copyright © 2018 Ascensio System SIA. Alle Rechte vorbehalten."; - Created by Alexander Yuzhin on 12/29/15. - Copyright © 2015 Ascensio System SIA. All rights reserved. -*/ diff --git a/macos/ONLYOFFICE/Resources/ONLYOFFICE-MAS/es.lproj/InfoPlist.strings b/macos/ONLYOFFICE/Resources/ONLYOFFICE-MAS/es.lproj/InfoPlist.strings index f8cf0dce7..42de9991f 100644 --- a/macos/ONLYOFFICE/Resources/ONLYOFFICE-MAS/es.lproj/InfoPlist.strings +++ b/macos/ONLYOFFICE/Resources/ONLYOFFICE-MAS/es.lproj/InfoPlist.strings @@ -1,7 +1,6 @@ -/* - InfoPlist.strings - ONLYOFFICE +/* (No Comment) */ +"CFBundleName" = "ONLYOFFICE"; + +/* (No Comment) */ +"NSHumanReadableCopyright" = "Copyright © 2018 Ascensio System SIA. Todos los derechos reservados."; - Created by Alexander Yuzhin on 12/29/15. - Copyright © 2015 Ascensio System SIA. All rights reserved. -*/ diff --git a/macos/ONLYOFFICE/Resources/ONLYOFFICE-MAS/fr.lproj/InfoPlist.strings b/macos/ONLYOFFICE/Resources/ONLYOFFICE-MAS/fr.lproj/InfoPlist.strings index f8cf0dce7..7d83cb083 100644 --- a/macos/ONLYOFFICE/Resources/ONLYOFFICE-MAS/fr.lproj/InfoPlist.strings +++ b/macos/ONLYOFFICE/Resources/ONLYOFFICE-MAS/fr.lproj/InfoPlist.strings @@ -1,7 +1,6 @@ -/* - InfoPlist.strings - ONLYOFFICE +/* (No Comment) */ +"CFBundleName" = "ONLYOFFICE"; + +/* (No Comment) */ +"NSHumanReadableCopyright" = "Copyright © 2018 Ascensio System SIA. Tous droits réservés."; - Created by Alexander Yuzhin on 12/29/15. - Copyright © 2015 Ascensio System SIA. All rights reserved. -*/ diff --git a/macos/ONLYOFFICE/Resources/ONLYOFFICE-MAS/pt-BR.lproj/InfoPlist.strings b/macos/ONLYOFFICE/Resources/ONLYOFFICE-MAS/pt-BR.lproj/InfoPlist.strings new file mode 100644 index 000000000..264abc865 --- /dev/null +++ b/macos/ONLYOFFICE/Resources/ONLYOFFICE-MAS/pt-BR.lproj/InfoPlist.strings @@ -0,0 +1,6 @@ +/* (No Comment) */ +"CFBundleName" = "ONLYOFFICE"; + +/* (No Comment) */ +"NSHumanReadableCopyright" = "Copyright © 2018 Ascensio System SIA. Todos os direitos reservados."; + diff --git a/macos/ONLYOFFICE/Resources/ONLYOFFICE-MAS/ru.lproj/InfoPlist.strings b/macos/ONLYOFFICE/Resources/ONLYOFFICE-MAS/ru.lproj/InfoPlist.strings index 16e789a1d..3a6d5fddf 100644 --- a/macos/ONLYOFFICE/Resources/ONLYOFFICE-MAS/ru.lproj/InfoPlist.strings +++ b/macos/ONLYOFFICE/Resources/ONLYOFFICE-MAS/ru.lproj/InfoPlist.strings @@ -1,3 +1,5 @@ -/* (No Commment) */ -"NSHumanReadableCopyright" = "Авторское право © 2017 Ascensio System SIA. Все права защищены."; +/* (No Comment) */ +"CFBundleName" = "ONLYOFFICE"; +/* (No Comment) */ +"NSHumanReadableCopyright" = "Авторское право © 2018 Ascensio System SIA. Все права защищены."; diff --git a/macos/ONLYOFFICE/Resources/ONLYOFFICE-RU-FREE/Base.lproj/InfoPlist.strings b/macos/ONLYOFFICE/Resources/ONLYOFFICE-RU-FREE/Base.lproj/InfoPlist.strings index fb473c4dc..5bd7c38eb 100644 --- a/macos/ONLYOFFICE/Resources/ONLYOFFICE-RU-FREE/Base.lproj/InfoPlist.strings +++ b/macos/ONLYOFFICE/Resources/ONLYOFFICE-RU-FREE/Base.lproj/InfoPlist.strings @@ -2,4 +2,4 @@ "CFBundleName" = "ONLYOFFICE"; /* (No Commment) */ -"NSHumanReadableCopyright" = "© АО \"Novyye Kommunikatsionnyye Tekhnologii\" 2017 All rights reserved."; +"NSHumanReadableCopyright" = "© АО \"Novyye Kommunikatsionnyye Tekhnologii\" 2018 All rights reserved."; diff --git a/macos/ONLYOFFICE/Resources/ONLYOFFICE-RU-FREE/Info.plist b/macos/ONLYOFFICE/Resources/ONLYOFFICE-RU-FREE/Info.plist index ef0e37fe0..f3d66e5ec 100644 --- a/macos/ONLYOFFICE/Resources/ONLYOFFICE-RU-FREE/Info.plist +++ b/macos/ONLYOFFICE/Resources/ONLYOFFICE-RU-FREE/Info.plist @@ -235,7 +235,7 @@ NSHumanReadableCopyright - Copyright © АО Novyye Kommunikatsionnyye Tekhnologii. 2017 All rights reserved. + Copyright © АО Novyye Kommunikatsionnyye Tekhnologii. 2018 All rights reserved. NSMainStoryboardFile Main NSPrincipalClass diff --git a/macos/ONLYOFFICE/Resources/ONLYOFFICE-RU-FREE/de.lproj/InfoPlist.strings b/macos/ONLYOFFICE/Resources/ONLYOFFICE-RU-FREE/de.lproj/InfoPlist.strings index fb473c4dc..b0de96885 100644 --- a/macos/ONLYOFFICE/Resources/ONLYOFFICE-RU-FREE/de.lproj/InfoPlist.strings +++ b/macos/ONLYOFFICE/Resources/ONLYOFFICE-RU-FREE/de.lproj/InfoPlist.strings @@ -1,5 +1,6 @@ -/* (No Commment) */ +/* (No Comment) */ "CFBundleName" = "ONLYOFFICE"; -/* (No Commment) */ -"NSHumanReadableCopyright" = "© АО \"Novyye Kommunikatsionnyye Tekhnologii\" 2017 All rights reserved."; +/* (No Comment) */ +"NSHumanReadableCopyright" = "Copyright © АО Novyye Kommunikatsionnyye Tekhnologii 2018. Alle Rechte vorbehalten."; + diff --git a/macos/ONLYOFFICE/Resources/ONLYOFFICE-RU-FREE/es.lproj/InfoPlist.strings b/macos/ONLYOFFICE/Resources/ONLYOFFICE-RU-FREE/es.lproj/InfoPlist.strings index fb473c4dc..b907e146b 100644 --- a/macos/ONLYOFFICE/Resources/ONLYOFFICE-RU-FREE/es.lproj/InfoPlist.strings +++ b/macos/ONLYOFFICE/Resources/ONLYOFFICE-RU-FREE/es.lproj/InfoPlist.strings @@ -1,5 +1,6 @@ -/* (No Commment) */ +/* (No Comment) */ "CFBundleName" = "ONLYOFFICE"; -/* (No Commment) */ -"NSHumanReadableCopyright" = "© АО \"Novyye Kommunikatsionnyye Tekhnologii\" 2017 All rights reserved."; +/* (No Comment) */ +"NSHumanReadableCopyright" = "Copyright © АО Novyye Kommunikatsionnyye Tekhnologii. 2018 Todos los derechos reservados."; + diff --git a/macos/ONLYOFFICE/Resources/ONLYOFFICE-RU-FREE/fr.lproj/InfoPlist.strings b/macos/ONLYOFFICE/Resources/ONLYOFFICE-RU-FREE/fr.lproj/InfoPlist.strings index fb473c4dc..6a7811a95 100644 --- a/macos/ONLYOFFICE/Resources/ONLYOFFICE-RU-FREE/fr.lproj/InfoPlist.strings +++ b/macos/ONLYOFFICE/Resources/ONLYOFFICE-RU-FREE/fr.lproj/InfoPlist.strings @@ -1,5 +1,6 @@ -/* (No Commment) */ +/* (No Comment) */ "CFBundleName" = "ONLYOFFICE"; -/* (No Commment) */ -"NSHumanReadableCopyright" = "© АО \"Novyye Kommunikatsionnyye Tekhnologii\" 2017 All rights reserved."; +/* (No Comment) */ +"NSHumanReadableCopyright" = "Copyright © АО Novyye Kommunikatsionnyye Tekhnologii. 2018 Tous droits réservés."; + diff --git a/macos/ONLYOFFICE/Resources/ONLYOFFICE-RU-FREE/pt-BR.lproj/EULA.html b/macos/ONLYOFFICE/Resources/ONLYOFFICE-RU-FREE/pt-BR.lproj/EULA.html new file mode 100644 index 000000000..ec95cfc97 --- /dev/null +++ b/macos/ONLYOFFICE/Resources/ONLYOFFICE-RU-FREE/pt-BR.lproj/EULA.html @@ -0,0 +1,688 @@ + + + + + GNU Affero General Public License - GNU Project - Free Software Foundation (FSF) + + + +

GNU AFFERO GENERAL PUBLIC LICENSE

+

Version 3, 19 November 2007

+ +

Copyright © 2007 Free Software Foundation, +Inc. <http://fsf.org/> +
+ Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed.

+ +

Preamble

+ +

The GNU Affero General Public License is a free, copyleft license +for software and other kinds of works, specifically designed to ensure +cooperation with the community in the case of network server software.

+ +

The licenses for most software and other practical works are +designed to take away your freedom to share and change the works. By +contrast, our General Public Licenses are intended to guarantee your +freedom to share and change all versions of a program--to make sure it +remains free software for all its users.

+ +

When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things.

+ +

Developers that use our General Public Licenses protect your rights +with two steps: (1) assert copyright on the software, and (2) offer +you this License which gives you legal permission to copy, distribute +and/or modify the software.

+ +

A secondary benefit of defending all users' freedom is that +improvements made in alternate versions of the program, if they +receive widespread use, become available for other developers to +incorporate. Many developers of free software are heartened and +encouraged by the resulting cooperation. However, in the case of +software used on network servers, this result may fail to come about. +The GNU General Public License permits making a modified version and +letting the public access it on a server without ever releasing its +source code to the public.

+ +

The GNU Affero General Public License is designed specifically to +ensure that, in such cases, the modified source code becomes available +to the community. It requires the operator of a network server to +provide the source code of the modified version running there to the +users of that server. Therefore, public use of a modified version, on +a publicly accessible server, gives the public access to the source +code of the modified version.

+ +

An older license, called the Affero General Public License and +published by Affero, was designed to accomplish similar goals. This is +a different license, not a version of the Affero GPL, but Affero has +released a new version of the Affero GPL which permits relicensing under +this license.

+ +

The precise terms and conditions for copying, distribution and +modification follow.

+ +

TERMS AND CONDITIONS

+ +

0. Definitions.

+ +

"This License" refers to version 3 of the GNU Affero General Public +License.

+ +

"Copyright" also means copyright-like laws that apply to other kinds +of works, such as semiconductor masks.

+ +

"The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations.

+ +

To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work.

+ +

A "covered work" means either the unmodified Program or a work based +on the Program.

+ +

To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well.

+ +

To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying.

+ +

An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion.

+ +

1. Source Code.

+ +

The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work.

+ +

A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language.

+ +

The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it.

+ +

The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work.

+ +

The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source.

+ +

The Corresponding Source for a work in source code form is that +same work.

+ +

2. Basic Permissions.

+ +

All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law.

+ +

You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you.

+ +

Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary.

+ +

3. Protecting Users' Legal Rights From Anti-Circumvention Law.

+ +

No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures.

+ +

When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures.

+ +

4. Conveying Verbatim Copies.

+ +

You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program.

+ +

You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee.

+ +

5. Conveying Modified Source Versions.

+ +

You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions:

+ +
    + +
  • a) The work must carry prominent notices stating that you modified + it, and giving a relevant date.
  • + +
  • b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices".
  • + +
  • c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it.
  • + +
  • d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so.
  • + +
+ +

A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate.

+ +

6. Conveying Non-Source Forms.

+ +

You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways:

+ +
    + +
  • a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange.
  • + +
  • b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge.
  • + +
  • c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b.
  • + +
  • d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements.
  • + +
  • e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d.
  • + +
+ +

A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work.

+ +

A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product.

+ +

"Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made.

+ +

If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM).

+ +

The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network.

+ +

Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying.

+ +

7. Additional Terms.

+ +

"Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions.

+ +

When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission.

+ +

Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms:

+ +
    + +
  • a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or
  • + +
  • b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or
  • + +
  • c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or
  • + +
  • d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or
  • + +
  • e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or
  • + +
  • f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors.
  • + +
+ +

All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further restriction, +you may remove that term. If a license document contains a further +restriction but permits relicensing or conveying under this License, you +may add to a covered work material governed by the terms of that license +document, provided that the further restriction does not survive such +relicensing or conveying.

+ +

If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms.

+ +

Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way.

+ +

8. Termination.

+ +

You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11).

+ +

However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation.

+ +

Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice.

+ +

Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10.

+ +

9. Acceptance Not Required for Having Copies.

+ +

You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so.

+ +

10. Automatic Licensing of Downstream Recipients.

+ +

Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License.

+ +

An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts.

+ +

You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it.

+ +

11. Patents.

+ +

A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version".

+ +

A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License.

+ +

Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version.

+ +

In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party.

+ +

If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid.

+ +

If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it.

+ +

A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007.

+ +

Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law.

+ +

12. No Surrender of Others' Freedom.

+ +

If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program.

+ +

13. Remote Network Interaction; Use with the GNU General Public License.

+ +

Notwithstanding any other provision of this License, if you modify the +Program, your modified version must prominently offer all users +interacting with it remotely through a computer network (if your version +supports such interaction) an opportunity to receive the Corresponding +Source of your version by providing access to the Corresponding Source +from a network server at no charge, through some standard or customary +means of facilitating copying of software. This Corresponding Source +shall include the Corresponding Source for any work covered by version 3 +of the GNU General Public License that is incorporated pursuant to the +following paragraph.

+ +

Notwithstanding any other provision of this License, you have permission +to link or combine any covered work with a work licensed under version 3 +of the GNU General Public License into a single combined work, and to +convey the resulting work. The terms of this License will continue to +apply to the part which is the covered work, but the work with which it is +combined will remain governed by version 3 of the GNU General Public +License.

+ +

14. Revised Versions of this License.

+ +

The Free Software Foundation may publish revised and/or new versions of +the GNU Affero General Public License from time to time. Such new +versions will be similar in spirit to the present version, but may differ +in detail to address new problems or concerns.

+ +

Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU Affero +General Public License "or any later version" applies to it, you have +the option of following the terms and conditions either of that +numbered version or of any later version published by the Free +Software Foundation. If the Program does not specify a version number +of the GNU Affero General Public License, you may choose any version +ever published by the Free Software Foundation.

+ +

If the Program specifies that a proxy can decide which future +versions of the GNU Affero General Public License can be used, that +proxy's public statement of acceptance of a version permanently +authorizes you to choose that version for the Program.

+ +

Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version.

+ +

15. Disclaimer of Warranty.

+ +

THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION.

+ +

16. Limitation of Liability.

+ +

IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES.

+ +

17. Interpretation of Sections 15 and 16.

+ +

If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee.

+ +

END OF TERMS AND CONDITIONS

+ +

How to Apply These Terms to Your New Programs

+ +

If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms.

+ +

To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found.

+ +
    <one line to give the program's name and a brief idea of what it does.>
+    Copyright (C) <year>  <name of author>
+
+    This program is free software: you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License as
+    published by the Free Software Foundation, either version 3 of the
+    License, or (at your option) any later version.
+
+    This program is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU Affero General Public License for more details.
+
+    You should have received a copy of the GNU Affero General Public License
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+ +

Also add information on how to contact you by electronic and paper mail.

+ +

If your software can interact with users remotely through a computer +network, you should also make sure that it provides a way for users to +get its source. For example, if your program is a web application, its +interface could display a "Source" link that leads users to an archive +of the code. There are many ways you could offer source, and different +solutions will be better for different programs; see section 13 for the +specific requirements.

+ +

You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU AGPL, see +<http://www.gnu.org/licenses/>.

+ + diff --git a/macos/ONLYOFFICE/Resources/ONLYOFFICE-RU-FREE/pt-BR.lproj/InfoPlist.strings b/macos/ONLYOFFICE/Resources/ONLYOFFICE-RU-FREE/pt-BR.lproj/InfoPlist.strings new file mode 100644 index 000000000..7bafe5530 --- /dev/null +++ b/macos/ONLYOFFICE/Resources/ONLYOFFICE-RU-FREE/pt-BR.lproj/InfoPlist.strings @@ -0,0 +1,6 @@ +/* (No Comment) */ +"CFBundleName" = "ONLYOFFICE"; + +/* (No Comment) */ +"NSHumanReadableCopyright" = "Copyright © АО Novyye Kommunikatsionnyye Tekhnologii. 2018 Todos os direitos reservados."; + diff --git a/macos/ONLYOFFICE/Resources/ONLYOFFICE-RU-FREE/ru.lproj/InfoPlist.strings b/macos/ONLYOFFICE/Resources/ONLYOFFICE-RU-FREE/ru.lproj/InfoPlist.strings index 84816b53f..b9718cbd2 100644 --- a/macos/ONLYOFFICE/Resources/ONLYOFFICE-RU-FREE/ru.lproj/InfoPlist.strings +++ b/macos/ONLYOFFICE/Resources/ONLYOFFICE-RU-FREE/ru.lproj/InfoPlist.strings @@ -1,6 +1,6 @@ -/* (No Commment) */ +/* (No Comment) */ "CFBundleName" = "ONLYOFFICE"; -/* (No Commment) */ -"NSHumanReadableCopyright" = "© АО \"Новые Коммуникационные Технологии\" 2017 Все права защищены."; +/* (No Comment) */ +"NSHumanReadableCopyright" = "© АО \"Новые Коммуникационные Технологии\" 2018 Все права защищены."; diff --git a/macos/ONLYOFFICE/Resources/ONLYOFFICE/Info.plist b/macos/ONLYOFFICE/Resources/ONLYOFFICE/Info.plist index 453936763..31e314179 100644 --- a/macos/ONLYOFFICE/Resources/ONLYOFFICE/Info.plist +++ b/macos/ONLYOFFICE/Resources/ONLYOFFICE/Info.plist @@ -260,11 +260,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 4.8 + 4.8.7 CFBundleSignature ???? CFBundleVersion - 212 + 237 LSApplicationCategoryType public.app-category.productivity LSMinimumSystemVersion @@ -275,7 +275,7 @@ NSHumanReadableCopyright - Copyright © 2017 Ascensio System SIA. All rights reserved. + Copyright © 2018 Ascensio System SIA. All rights reserved. NSMainStoryboardFile Main NSPrincipalClass diff --git a/macos/ONLYOFFICE/Resources/ONLYOFFICE/de.lproj/InfoPlist.strings b/macos/ONLYOFFICE/Resources/ONLYOFFICE/de.lproj/InfoPlist.strings index f8cf0dce7..ed604a61a 100644 --- a/macos/ONLYOFFICE/Resources/ONLYOFFICE/de.lproj/InfoPlist.strings +++ b/macos/ONLYOFFICE/Resources/ONLYOFFICE/de.lproj/InfoPlist.strings @@ -1,7 +1,6 @@ -/* - InfoPlist.strings - ONLYOFFICE +/* (No Comment) */ +"CFBundleName" = "ONLYOFFICE"; + +/* (No Comment) */ +"NSHumanReadableCopyright" = "Copyright © 2018 Ascensio System SIA. Alle Rechte vorbehalten."; - Created by Alexander Yuzhin on 12/29/15. - Copyright © 2015 Ascensio System SIA. All rights reserved. -*/ diff --git a/macos/ONLYOFFICE/Resources/ONLYOFFICE/es.lproj/InfoPlist.strings b/macos/ONLYOFFICE/Resources/ONLYOFFICE/es.lproj/InfoPlist.strings index f8cf0dce7..42de9991f 100644 --- a/macos/ONLYOFFICE/Resources/ONLYOFFICE/es.lproj/InfoPlist.strings +++ b/macos/ONLYOFFICE/Resources/ONLYOFFICE/es.lproj/InfoPlist.strings @@ -1,7 +1,6 @@ -/* - InfoPlist.strings - ONLYOFFICE +/* (No Comment) */ +"CFBundleName" = "ONLYOFFICE"; + +/* (No Comment) */ +"NSHumanReadableCopyright" = "Copyright © 2018 Ascensio System SIA. Todos los derechos reservados."; - Created by Alexander Yuzhin on 12/29/15. - Copyright © 2015 Ascensio System SIA. All rights reserved. -*/ diff --git a/macos/ONLYOFFICE/Resources/ONLYOFFICE/fr.lproj/InfoPlist.strings b/macos/ONLYOFFICE/Resources/ONLYOFFICE/fr.lproj/InfoPlist.strings index f8cf0dce7..7d83cb083 100644 --- a/macos/ONLYOFFICE/Resources/ONLYOFFICE/fr.lproj/InfoPlist.strings +++ b/macos/ONLYOFFICE/Resources/ONLYOFFICE/fr.lproj/InfoPlist.strings @@ -1,7 +1,6 @@ -/* - InfoPlist.strings - ONLYOFFICE +/* (No Comment) */ +"CFBundleName" = "ONLYOFFICE"; + +/* (No Comment) */ +"NSHumanReadableCopyright" = "Copyright © 2018 Ascensio System SIA. Tous droits réservés."; - Created by Alexander Yuzhin on 12/29/15. - Copyright © 2015 Ascensio System SIA. All rights reserved. -*/ diff --git a/macos/ONLYOFFICE/Resources/ONLYOFFICE/pt-BR.lproj/EULA.html b/macos/ONLYOFFICE/Resources/ONLYOFFICE/pt-BR.lproj/EULA.html new file mode 100644 index 000000000..ec95cfc97 --- /dev/null +++ b/macos/ONLYOFFICE/Resources/ONLYOFFICE/pt-BR.lproj/EULA.html @@ -0,0 +1,688 @@ + + + + + GNU Affero General Public License - GNU Project - Free Software Foundation (FSF) + + + +

GNU AFFERO GENERAL PUBLIC LICENSE

+

Version 3, 19 November 2007

+ +

Copyright © 2007 Free Software Foundation, +Inc. <http://fsf.org/> +
+ Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed.

+ +

Preamble

+ +

The GNU Affero General Public License is a free, copyleft license +for software and other kinds of works, specifically designed to ensure +cooperation with the community in the case of network server software.

+ +

The licenses for most software and other practical works are +designed to take away your freedom to share and change the works. By +contrast, our General Public Licenses are intended to guarantee your +freedom to share and change all versions of a program--to make sure it +remains free software for all its users.

+ +

When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things.

+ +

Developers that use our General Public Licenses protect your rights +with two steps: (1) assert copyright on the software, and (2) offer +you this License which gives you legal permission to copy, distribute +and/or modify the software.

+ +

A secondary benefit of defending all users' freedom is that +improvements made in alternate versions of the program, if they +receive widespread use, become available for other developers to +incorporate. Many developers of free software are heartened and +encouraged by the resulting cooperation. However, in the case of +software used on network servers, this result may fail to come about. +The GNU General Public License permits making a modified version and +letting the public access it on a server without ever releasing its +source code to the public.

+ +

The GNU Affero General Public License is designed specifically to +ensure that, in such cases, the modified source code becomes available +to the community. It requires the operator of a network server to +provide the source code of the modified version running there to the +users of that server. Therefore, public use of a modified version, on +a publicly accessible server, gives the public access to the source +code of the modified version.

+ +

An older license, called the Affero General Public License and +published by Affero, was designed to accomplish similar goals. This is +a different license, not a version of the Affero GPL, but Affero has +released a new version of the Affero GPL which permits relicensing under +this license.

+ +

The precise terms and conditions for copying, distribution and +modification follow.

+ +

TERMS AND CONDITIONS

+ +

0. Definitions.

+ +

"This License" refers to version 3 of the GNU Affero General Public +License.

+ +

"Copyright" also means copyright-like laws that apply to other kinds +of works, such as semiconductor masks.

+ +

"The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations.

+ +

To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work.

+ +

A "covered work" means either the unmodified Program or a work based +on the Program.

+ +

To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well.

+ +

To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying.

+ +

An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion.

+ +

1. Source Code.

+ +

The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work.

+ +

A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language.

+ +

The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it.

+ +

The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work.

+ +

The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source.

+ +

The Corresponding Source for a work in source code form is that +same work.

+ +

2. Basic Permissions.

+ +

All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law.

+ +

You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you.

+ +

Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary.

+ +

3. Protecting Users' Legal Rights From Anti-Circumvention Law.

+ +

No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures.

+ +

When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures.

+ +

4. Conveying Verbatim Copies.

+ +

You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program.

+ +

You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee.

+ +

5. Conveying Modified Source Versions.

+ +

You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions:

+ +
    + +
  • a) The work must carry prominent notices stating that you modified + it, and giving a relevant date.
  • + +
  • b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices".
  • + +
  • c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it.
  • + +
  • d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so.
  • + +
+ +

A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate.

+ +

6. Conveying Non-Source Forms.

+ +

You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways:

+ +
    + +
  • a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange.
  • + +
  • b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge.
  • + +
  • c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b.
  • + +
  • d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements.
  • + +
  • e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d.
  • + +
+ +

A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work.

+ +

A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product.

+ +

"Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made.

+ +

If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM).

+ +

The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network.

+ +

Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying.

+ +

7. Additional Terms.

+ +

"Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions.

+ +

When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission.

+ +

Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms:

+ +
    + +
  • a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or
  • + +
  • b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or
  • + +
  • c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or
  • + +
  • d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or
  • + +
  • e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or
  • + +
  • f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors.
  • + +
+ +

All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further restriction, +you may remove that term. If a license document contains a further +restriction but permits relicensing or conveying under this License, you +may add to a covered work material governed by the terms of that license +document, provided that the further restriction does not survive such +relicensing or conveying.

+ +

If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms.

+ +

Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way.

+ +

8. Termination.

+ +

You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11).

+ +

However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation.

+ +

Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice.

+ +

Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10.

+ +

9. Acceptance Not Required for Having Copies.

+ +

You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so.

+ +

10. Automatic Licensing of Downstream Recipients.

+ +

Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License.

+ +

An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts.

+ +

You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it.

+ +

11. Patents.

+ +

A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version".

+ +

A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License.

+ +

Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version.

+ +

In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party.

+ +

If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid.

+ +

If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it.

+ +

A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007.

+ +

Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law.

+ +

12. No Surrender of Others' Freedom.

+ +

If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program.

+ +

13. Remote Network Interaction; Use with the GNU General Public License.

+ +

Notwithstanding any other provision of this License, if you modify the +Program, your modified version must prominently offer all users +interacting with it remotely through a computer network (if your version +supports such interaction) an opportunity to receive the Corresponding +Source of your version by providing access to the Corresponding Source +from a network server at no charge, through some standard or customary +means of facilitating copying of software. This Corresponding Source +shall include the Corresponding Source for any work covered by version 3 +of the GNU General Public License that is incorporated pursuant to the +following paragraph.

+ +

Notwithstanding any other provision of this License, you have permission +to link or combine any covered work with a work licensed under version 3 +of the GNU General Public License into a single combined work, and to +convey the resulting work. The terms of this License will continue to +apply to the part which is the covered work, but the work with which it is +combined will remain governed by version 3 of the GNU General Public +License.

+ +

14. Revised Versions of this License.

+ +

The Free Software Foundation may publish revised and/or new versions of +the GNU Affero General Public License from time to time. Such new +versions will be similar in spirit to the present version, but may differ +in detail to address new problems or concerns.

+ +

Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU Affero +General Public License "or any later version" applies to it, you have +the option of following the terms and conditions either of that +numbered version or of any later version published by the Free +Software Foundation. If the Program does not specify a version number +of the GNU Affero General Public License, you may choose any version +ever published by the Free Software Foundation.

+ +

If the Program specifies that a proxy can decide which future +versions of the GNU Affero General Public License can be used, that +proxy's public statement of acceptance of a version permanently +authorizes you to choose that version for the Program.

+ +

Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version.

+ +

15. Disclaimer of Warranty.

+ +

THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION.

+ +

16. Limitation of Liability.

+ +

IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES.

+ +

17. Interpretation of Sections 15 and 16.

+ +

If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee.

+ +

END OF TERMS AND CONDITIONS

+ +

How to Apply These Terms to Your New Programs

+ +

If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms.

+ +

To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found.

+ +
    <one line to give the program's name and a brief idea of what it does.>
+    Copyright (C) <year>  <name of author>
+
+    This program is free software: you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License as
+    published by the Free Software Foundation, either version 3 of the
+    License, or (at your option) any later version.
+
+    This program is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU Affero General Public License for more details.
+
+    You should have received a copy of the GNU Affero General Public License
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+ +

Also add information on how to contact you by electronic and paper mail.

+ +

If your software can interact with users remotely through a computer +network, you should also make sure that it provides a way for users to +get its source. For example, if your program is a web application, its +interface could display a "Source" link that leads users to an archive +of the code. There are many ways you could offer source, and different +solutions will be better for different programs; see section 13 for the +specific requirements.

+ +

You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU AGPL, see +<http://www.gnu.org/licenses/>.

+ + diff --git a/macos/ONLYOFFICE/Resources/ONLYOFFICE/pt-BR.lproj/InfoPlist.strings b/macos/ONLYOFFICE/Resources/ONLYOFFICE/pt-BR.lproj/InfoPlist.strings new file mode 100644 index 000000000..264abc865 --- /dev/null +++ b/macos/ONLYOFFICE/Resources/ONLYOFFICE/pt-BR.lproj/InfoPlist.strings @@ -0,0 +1,6 @@ +/* (No Comment) */ +"CFBundleName" = "ONLYOFFICE"; + +/* (No Comment) */ +"NSHumanReadableCopyright" = "Copyright © 2018 Ascensio System SIA. Todos os direitos reservados."; + diff --git a/macos/ONLYOFFICE/Resources/ONLYOFFICE/ru.lproj/InfoPlist.strings b/macos/ONLYOFFICE/Resources/ONLYOFFICE/ru.lproj/InfoPlist.strings index 2f7818186..f82978e20 100644 --- a/macos/ONLYOFFICE/Resources/ONLYOFFICE/ru.lproj/InfoPlist.strings +++ b/macos/ONLYOFFICE/Resources/ONLYOFFICE/ru.lproj/InfoPlist.strings @@ -1,3 +1,6 @@ -/* (No Commment) */ -"NSHumanReadableCopyright" = "© 2017 Ascensio System SIA. Все права защищены."; +/* (No Comment) */ +"CFBundleName" = "ONLYOFFICE"; + +/* (No Comment) */ +"NSHumanReadableCopyright" = "© 2018 Ascensio System SIA. Все права защищены."; diff --git a/macos/ONLYOFFICE/de.lproj/Localizable.strings b/macos/ONLYOFFICE/de.lproj/Localizable.strings index b1cc8e31e..403e5e20e 100644 Binary files a/macos/ONLYOFFICE/de.lproj/Localizable.strings and b/macos/ONLYOFFICE/de.lproj/Localizable.strings differ diff --git a/macos/ONLYOFFICE/de.lproj/Main.strings b/macos/ONLYOFFICE/de.lproj/Main.strings index 97dea4275..6caa92e79 100644 --- a/macos/ONLYOFFICE/de.lproj/Main.strings +++ b/macos/ONLYOFFICE/de.lproj/Main.strings @@ -5,28 +5,31 @@ "1Xt-HY-uBw.title" = "ONLYOFFICE"; /* Class = "NSMenu"; title = "Find"; ObjectID = "1b7-l0-nxx"; */ -"1b7-l0-nxx.title" = "Finden"; +"1b7-l0-nxx.title" = "Suchen"; /* Class = "NSMenuItem"; title = "Lower"; ObjectID = "1tx-W0-xDw"; */ -"1tx-W0-xDw.title" = "Senken"; +"1tx-W0-xDw.title" = "Tiefer"; /* Class = "NSMenuItem"; title = "Raise"; ObjectID = "2h7-ER-AoG"; */ -"2h7-ER-AoG.title" = "Erhöhen"; +"2h7-ER-AoG.title" = "Höher"; /* Class = "NSMenuItem"; title = "Transformations"; ObjectID = "2oI-Rn-ZJC"; */ -"2oI-Rn-ZJC.title" = "Transformationen"; +"2oI-Rn-ZJC.title" = "Änderungen"; /* Class = "NSMenu"; title = "Spelling"; ObjectID = "3IN-sU-3Bg"; */ -"3IN-sU-3Bg.title" = "Spelling"; +"3IN-sU-3Bg.title" = "Rechtschreibung"; /* Class = "NSMenuItem"; title = "Use Default"; ObjectID = "3Om-Ey-2VK"; */ -"3Om-Ey-2VK.title" = "Den Standard verwenden"; +"3Om-Ey-2VK.title" = "Standardeinstellungen verwenden"; /* Class = "NSMenu"; title = "Speech"; ObjectID = "3rS-ZA-NoH"; */ "3rS-ZA-NoH.title" = "Rede"; /* Class = "NSMenuItem"; title = "Find"; ObjectID = "4EN-yA-p0u"; */ -"4EN-yA-p0u.title" = "Finden"; +"4EN-yA-p0u.title" = "Suchen"; + +/* Class = "NSMenuItem"; title = "License Agreement"; ObjectID = "4et-TX-a4m"; */ +"4et-TX-a4m.title" = "Lizenzvereinbarung"; /* Class = "NSMenuItem"; title = "Quit ONLYOFFICE"; ObjectID = "4sb-4s-VLi"; */ "4sb-4s-VLi.title" = "ONLYOFFICE verlassen"; @@ -35,31 +38,37 @@ "5QF-Oa-p0T.title" = "Bearbeiten"; /* Class = "NSMenuItem"; title = "Copy Style"; ObjectID = "5Vv-lz-BsD"; */ -"5Vv-lz-BsD.title" = "Stil kopieren"; +"5Vv-lz-BsD.title" = "Format übertragen"; /* Class = "NSMenuItem"; title = "About ONLYOFFICE"; ObjectID = "5kV-Vb-QxS"; */ "5kV-Vb-QxS.title" = "Über ONLYOFFICE"; /* Class = "NSMenuItem"; title = "Redo"; ObjectID = "6dh-zS-Vam"; */ -"6dh-zS-Vam.title" = "Überarbeiten"; +"6dh-zS-Vam.title" = "Wiederholen"; + +/* Class = "NSButtonCell"; title = "License agreement"; ObjectID = "8Ga-Cu-VGe"; */ +"8Ga-Cu-VGe.title" = "Lizenzvereinbarung"; /* Class = "NSMenu"; title = "Writing Direction"; ObjectID = "8mr-sm-Yjd"; */ "8mr-sm-Yjd.title" = "Schreibrichtung"; +/* Class = "NSMenuItem"; title = "New"; ObjectID = "9aQ-wl-gjS"; */ +"9aQ-wl-gjS.title" = "Neu"; + /* Class = "NSTextFieldCell"; title = "none"; ObjectID = "9i7-kj-42B"; */ -"9i7-kj-42B.title" = "kein"; +"9i7-kj-42B.title" = "Keine"; /* Class = "NSMenuItem"; title = "Substitutions"; ObjectID = "9ic-FL-obx"; */ -"9ic-FL-obx.title" = "Substitutionen"; +"9ic-FL-obx.title" = "Ersetzungen"; /* Class = "NSMenuItem"; title = "Smart Copy/Paste"; ObjectID = "9yt-4B-nSM"; */ -"9yt-4B-nSM.title" = "Smart Copy/Paste"; +"9yt-4B-nSM.title" = "Intelligentes Kopieren/Einfügen"; /* Class = "NSMenuItem"; title = "Tighten"; ObjectID = "46P-cB-AYj"; */ -"46P-cB-AYj.title" = "Spannen"; +"46P-cB-AYj.title" = "Enger stellen"; /* Class = "NSMenuItem"; title = "Correct Spelling Automatically"; ObjectID = "78Y-hA-62v"; */ -"78Y-hA-62v.title" = "Spelling automatisch korrigieren"; +"78Y-hA-62v.title" = "Automatische Rechtschreibkorrektur"; /* Class = "NSMenu"; title = "Main Menu"; ObjectID = "AYu-sK-qS6"; */ "AYu-sK-qS6.title" = "Hauptmenü"; @@ -68,11 +77,17 @@ "BOF-NM-1cW.title" = "Voreinstellungen…"; /* Class = "NSMenuItem"; title = "\tLeft to Right"; ObjectID = "BgM-ve-c93"; */ -"BgM-ve-c93.title" = " Links nach Rechts"; +"BgM-ve-c93.title" = "\tLinks nach Rechts"; /* Class = "NSMenuItem"; title = "Save As…"; ObjectID = "Bw7-FT-i3A"; */ "Bw7-FT-i3A.title" = "Speichern als…"; +/* Class = "NSMenuItem"; title = "Acknowledgments"; ObjectID = "CJU-dx-a9l"; */ +"CJU-dx-a9l.title" = "Bestätigungen"; + +/* Class = "NSMenuItem"; title = "Spreadsheet"; ObjectID = "DOj-j9-dza"; */ +"DOj-j9-dza.title" = "Tabelle"; + /* Class = "NSMenuItem"; title = "Close"; ObjectID = "DVo-aG-piG"; */ "DVo-aG-piG.title" = "Schließen"; @@ -82,14 +97,14 @@ /* Class = "NSMenu"; title = "Help"; ObjectID = "F2S-fz-NVQ"; */ "F2S-fz-NVQ.title" = "Hilfe"; -/* Class = "NSMenuItem"; title = "ONLYOFFICE Help"; ObjectID = "FKE-Sm-Kum"; */ -"FKE-Sm-Kum.title" = "ONLYOFFICE Hilfe"; +/* Class = "NSMenuItem"; title = "Product Help"; ObjectID = "FKE-Sm-Kum"; */ +"FKE-Sm-Kum.title" = "Hilfe bei Fragen zum Produkt"; /* Class = "NSMenuItem"; title = "Text"; ObjectID = "Fal-I4-PZk"; */ "Fal-I4-PZk.title" = "Text"; /* Class = "NSMenu"; title = "Substitutions"; ObjectID = "FeM-D8-WVr"; */ -"FeM-D8-WVr.title" = "Substitutionen"; +"FeM-D8-WVr.title" = "Ersetzungen"; /* Class = "NSTextFieldCell"; title = "User Name"; ObjectID = "FoF-wl-Dxi"; */ "FoF-wl-Dxi.title" = "Benutzername"; @@ -101,7 +116,7 @@ "GEO-Iw-cKr.title" = "Format"; /* Class = "NSMenuItem"; title = "Use Default"; ObjectID = "GUa-eO-cwY"; */ -"GUa-eO-cwY.title" = "Standard verwenden"; +"GUa-eO-cwY.title" = "Standardeinstellungen übernehmen"; /* Class = "NSMenuItem"; title = "Font"; ObjectID = "Gi5-1S-RQB"; */ "Gi5-1S-RQB.title" = "Schriftart"; @@ -110,19 +125,19 @@ "H1b-Si-o9J.title" = "Schreibrichtung"; /* Class = "NSMenuItem"; title = "View"; ObjectID = "H8h-7b-M4v"; */ -"H8h-7b-M4v.title" = "Aussicht"; +"H8h-7b-M4v.title" = "Anzeigen"; /* Class = "NSMenuItem"; title = "Text Replacement"; ObjectID = "HFQ-gK-NFA"; */ -"HFQ-gK-NFA.title" = "Textersetzung"; +"HFQ-gK-NFA.title" = "Text ersetzen"; /* Class = "NSMenuItem"; title = "Show Spelling and Grammar"; ObjectID = "HFo-cy-zxI"; */ -"HFo-cy-zxI.title" = "Rechtschreibung und Grammatik zeigen"; +"HFo-cy-zxI.title" = "Rechtschreibung und Grammatik anzeigen"; /* Class = "NSMenu"; title = "View"; ObjectID = "HyV-fh-RgO"; */ -"HyV-fh-RgO.title" = "Aussicht"; +"HyV-fh-RgO.title" = "Anzeigen"; /* Class = "NSMenuItem"; title = "Subscript"; ObjectID = "I0S-gh-46l"; */ -"I0S-gh-46l.title" = "Unterer Index"; +"I0S-gh-46l.title" = "Tiefstellen"; /* Class = "NSMenuItem"; title = "Open…"; ObjectID = "IAo-SY-fd9"; */ "IAo-SY-fd9.title" = "Öffnen…"; @@ -131,88 +146,94 @@ "IQv-IB-iLA.title" = "ONLYOFFICE"; /* Class = "NSMenuItem"; title = "Justify"; ObjectID = "J5U-5w-g23"; */ -"J5U-5w-g23.title" = "Rechtfertigen"; +"J5U-5w-g23.title" = "Ausrichten"; /* Class = "NSMenuItem"; title = "Use None"; ObjectID = "J7y-lM-qPV"; */ -"J7y-lM-qPV.title" = "Kein Verwenden"; +"J7y-lM-qPV.title" = "Keine Verwenden"; /* Class = "NSMenuItem"; title = "Revert to Saved"; ObjectID = "KaW-ft-85H"; */ -"KaW-ft-85H.title" = "Zurück zu Gespeichert"; +"KaW-ft-85H.title" = "Zurück zu Gespeicherte"; /* Class = "NSMenuItem"; title = "Show All"; ObjectID = "Kd2-mp-pUS"; */ -"Kd2-mp-pUS.title" = "Alle Zeigen"; +"Kd2-mp-pUS.title" = "Alle anzeigen"; /* Class = "NSMenuItem"; title = "Bring All to Front"; ObjectID = "LE2-aR-0XJ"; */ -"LE2-aR-0XJ.title" = "Alle nach Vorne Bringen"; +"LE2-aR-0XJ.title" = "Alle nach vorne bringen"; /* Class = "NSMenuItem"; title = "Paste Ruler"; ObjectID = "LVM-kO-fVI"; */ -"LVM-kO-fVI.title" = "Ruler Fügen "; +"LVM-kO-fVI.title" = "Lineal einfügen"; /* Class = "NSMenuItem"; title = "\tLeft to Right"; ObjectID = "Lbh-J2-qVU"; */ -"Lbh-J2-qVU.title" = " Links nach Rechts"; +"Lbh-J2-qVU.title" = "\tLinks nach Rechts"; /* Class = "NSMenuItem"; title = "Copy Ruler"; ObjectID = "MkV-Pr-PK5"; */ -"MkV-Pr-PK5.title" = "Ruler Kopieren"; +"MkV-Pr-PK5.title" = "Lineal kopieren"; /* Class = "NSMenuItem"; title = "Services"; ObjectID = "NMo-om-nkz"; */ "NMo-om-nkz.title" = "Dienste"; /* Class = "NSMenuItem"; title = "\tDefault"; ObjectID = "Nop-cj-93Q"; */ -"Nop-cj-93Q.title" = " Standard"; +"Nop-cj-93Q.title" = "\tStandard"; /* Class = "NSMenuItem"; title = "Minimize"; ObjectID = "OY7-WF-poV"; */ "OY7-WF-poV.title" = "Minimieren"; /* Class = "NSMenuItem"; title = "Baseline"; ObjectID = "OaQ-X3-Vso"; */ -"OaQ-X3-Vso.title" = "Grundlinie"; +"OaQ-X3-Vso.title" = "Ausgangswert"; /* Class = "NSMenuItem"; title = "Hide ONLYOFFICE"; ObjectID = "Olw-nP-bQN"; */ -"Olw-nP-bQN.title" = "ONLYOFFICE Verstecken "; +"Olw-nP-bQN.title" = "ONLYOFFICE verbergen"; /* Class = "NSMenuItem"; title = "Find Previous"; ObjectID = "OwM-mh-QMV"; */ -"OwM-mh-QMV.title" = "Vorheriges Suchen"; +"OwM-mh-QMV.title" = "Letztes Ergebnis anzeigen"; /* Class = "NSMenuItem"; title = "Stop Speaking"; ObjectID = "Oyz-dy-DGm"; */ -"Oyz-dy-DGm.title" = "Zu Sprechen Aufhören"; +"Oyz-dy-DGm.title" = "Sprachfunktion beenden"; /* Class = "NSMenuItem"; title = "Bigger"; ObjectID = "Ptp-SP-VEL"; */ "Ptp-SP-VEL.title" = "Größer"; /* Class = "NSMenuItem"; title = "Show Fonts"; ObjectID = "Q5e-8K-NDq"; */ -"Q5e-8K-NDq.title" = "Schriften Anzeigen"; +"Q5e-8K-NDq.title" = "Schriften anzeigen"; /* Class = "NSMenuItem"; title = "Zoom"; ObjectID = "R4o-n2-Eq4"; */ -"R4o-n2-Eq4.title" = "Zoomen"; +"R4o-n2-Eq4.title" = "Vergrößern"; /* Class = "NSMenuItem"; title = "\tRight to Left"; ObjectID = "RB4-Sm-HuC"; */ -"RB4-Sm-HuC.title" = " Rechts nach Links"; +"RB4-Sm-HuC.title" = "\tRechts nach links"; + +/* Class = "NSButtonCell"; title = "Close"; ObjectID = "Riu-oE-8dj"; */ +"Riu-oE-8dj.title" = "Schließen"; /* Class = "NSTextFieldCell"; title = "none"; ObjectID = "Rkd-xb-FRJ"; */ -"Rkd-xb-FRJ.title" = "kein"; +"Rkd-xb-FRJ.title" = "Keine"; /* Class = "NSButtonCell"; title = "Logout"; ObjectID = "RmO-tv-UKh"; */ "RmO-tv-UKh.title" = "Abmelden"; /* Class = "NSMenuItem"; title = "Superscript"; ObjectID = "Rqc-34-cIF"; */ -"Rqc-34-cIF.title" = "Superscript"; +"Rqc-34-cIF.title" = "Hochstellen"; /* Class = "NSMenuItem"; title = "Select All"; ObjectID = "Ruw-6m-B2m"; */ -"Ruw-6m-B2m.title" = "Alle Auswählen"; +"Ruw-6m-B2m.title" = "Alles auswählen"; /* Class = "NSMenuItem"; title = "Jump to Selection"; ObjectID = "S0p-oC-mLd"; */ -"S0p-oC-mLd.title" = "Wechseln zu Auswahl"; +"S0p-oC-mLd.title" = "Zu Auswahl wechseln"; + +/* Class = "NSMenuItem"; title = "Document"; ObjectID = "TEm-B8-gsH"; */ +"TEm-B8-gsH.title" = "Dokument"; /* Class = "NSMenu"; title = "Window"; ObjectID = "Td7-aD-5lo"; */ "Td7-aD-5lo.title" = "Fenster"; /* Class = "NSMenuItem"; title = "Capitalize"; ObjectID = "UEZ-Bs-lqG"; */ -"UEZ-Bs-lqG.title" = "Kapitalisieren"; +"UEZ-Bs-lqG.title" = "Großschreibung"; /* Class = "NSMenuItem"; title = "Center"; ObjectID = "VIY-Ag-zcb"; */ -"VIY-Ag-zcb.title" = "Zum Zentrum"; +"VIY-Ag-zcb.title" = "Zentrieren"; /* Class = "NSMenuItem"; title = "Hide Others"; ObjectID = "Vdr-fp-XzO"; */ -"Vdr-fp-XzO.title" = "Andere Verstecken"; +"Vdr-fp-XzO.title" = "Andere ausblenden"; /* Class = "NSMenuItem"; title = "Italic"; ObjectID = "Vjx-xi-njq"; */ "Vjx-xi-njq.title" = "Kursiv"; @@ -221,28 +242,31 @@ "W48-6f-4Dl.title" = "Bearbeiten"; /* Class = "NSMenuItem"; title = "Underline"; ObjectID = "WRG-CD-K1S"; */ -"WRG-CD-K1S.title" = "Unterstreichen"; +"WRG-CD-K1S.title" = "Unterstrichen"; /* Class = "NSMenuItem"; title = "Paste and Match Style"; ObjectID = "WeT-3V-zwk"; */ -"WeT-3V-zwk.title" = "Einsetzen und Stil Anpassen"; +"WeT-3V-zwk.title" = "Einfügen und Format übernehmen"; /* Class = "NSMenuItem"; title = "Find…"; ObjectID = "Xz5-n4-O0W"; */ -"Xz5-n4-O0W.title" = "Finden…"; +"Xz5-n4-O0W.title" = "Suchen…"; /* Class = "NSMenuItem"; title = "Find and Replace…"; ObjectID = "YEy-JH-Tfz"; */ -"YEy-JH-Tfz.title" = "Finden and Ersetzen…"; +"YEy-JH-Tfz.title" = "Suchen und ersetzen..."; /* Class = "NSMenuItem"; title = "\tDefault"; ObjectID = "YGs-j5-SAR"; */ -"YGs-j5-SAR.title" = " Standard"; +"YGs-j5-SAR.title" = "\tStandard"; /* Class = "NSMenuItem"; title = "Start Speaking"; ObjectID = "Ynk-f8-cLZ"; */ -"Ynk-f8-cLZ.title" = "Zu Sprechen Beginnen"; +"Ynk-f8-cLZ.title" = "Sprachfunktion starten"; /* Class = "NSMenuItem"; title = "Align Left"; ObjectID = "ZM1-6Q-yy1"; */ -"ZM1-6Q-yy1.title" = "Links Ausrichten"; +"ZM1-6Q-yy1.title" = "Linksbündig "; + +/* Class = "NSTextFieldCell"; title = "Version"; ObjectID = "ZbA-hc-8PE"; */ +"ZbA-hc-8PE.title" = "Version"; /* Class = "NSTextFieldCell"; title = "Email:"; ObjectID = "Zsi-3o-ASl"; */ -"Zsi-3o-ASl.title" = "Email:"; +"Zsi-3o-ASl.title" = "E-Mail:"; /* Class = "NSMenuItem"; title = "Paragraph"; ObjectID = "ZvO-Gk-QUH"; */ "ZvO-Gk-QUH.title" = "Absatz"; @@ -257,7 +281,7 @@ "aXa-aM-Jaq.title" = "Schriftart"; /* Class = "NSMenuItem"; title = "Use Default"; ObjectID = "agt-UL-0e3"; */ -"agt-UL-0e3.title" = "Standard Verwenden"; +"agt-UL-0e3.title" = "Standardeinstellungen übernehmen"; /* Class = "NSMenuItem"; title = "Show Colors"; ObjectID = "bgn-CT-cEk"; */ "bgn-CT-cEk.title" = "Farben Anzeigen"; @@ -269,10 +293,10 @@ "buJ-ug-pKt.title" = "Auswahl Suchen"; /* Class = "NSMenu"; title = "Transformations"; ObjectID = "c8a-y6-VQd"; */ -"c8a-y6-VQd.title" = "Transformationen"; +"c8a-y6-VQd.title" = "Änderungen"; /* Class = "NSMenuItem"; title = "Use None"; ObjectID = "cDB-IK-hbR"; */ -"cDB-IK-hbR.title" = "Kein Verwenden"; +"cDB-IK-hbR.title" = "Keine Verwenden"; /* Class = "NSMenuItem"; title = "Selection"; ObjectID = "cqv-fj-IhA"; */ "cqv-fj-IhA.title" = "Auswahl"; @@ -281,7 +305,7 @@ "cwL-P1-jid.title" = "Smart Links"; /* Class = "NSMenuItem"; title = "Make Lower Case"; ObjectID = "d9M-CD-aMd"; */ -"d9M-CD-aMd.title" = "Kleinschreibung Machen"; +"d9M-CD-aMd.title" = "Kleinschreibung"; /* Class = "NSMenu"; title = "Text"; ObjectID = "d9c-me-L2H"; */ "d9c-me-L2H.title" = "Text"; @@ -290,7 +314,7 @@ "dMs-cI-mzQ.title" = "Datei"; /* Class = "NSMenuItem"; title = "Undo"; ObjectID = "dRJ-4n-Yzg"; */ -"dRJ-4n-Yzg.title" = "Rückgängig Machen"; +"dRJ-4n-Yzg.title" = "Rückgängig"; /* Class = "NSMenuItem"; title = "Paste"; ObjectID = "gVA-U4-sdL"; */ "gVA-U4-sdL.title" = "Einfügen"; @@ -298,11 +322,17 @@ /* Class = "NSTextFieldCell"; title = "File Name"; ObjectID = "gm3-6i-EnL"; */ "gm3-6i-EnL.title" = "Dateiname"; +/* Class = "NSMenu"; title = "New"; ObjectID = "hD5-Cz-ItX"; */ +"hD5-Cz-ItX.title" = "Neu"; + /* Class = "NSMenuItem"; title = "Smart Quotes"; ObjectID = "hQb-2v-fYv"; */ -"hQb-2v-fYv.title" = "Smart Quotes"; +"hQb-2v-fYv.title" = "Intelligente Anführungszeichen"; + +/* Class = "NSMenuItem"; title = "Presentation"; ObjectID = "hkB-TU-Ps1"; */ +"hkB-TU-Ps1.title" = "Präsentation"; /* Class = "NSMenuItem"; title = "Check Document Now"; ObjectID = "hz2-CU-CR7"; */ -"hz2-CU-CR7.title" = "Dokument Jetzt Prüfen"; +"hz2-CU-CR7.title" = "Dokument jetzt überprüfen"; /* Class = "NSMenu"; title = "Services"; ObjectID = "hz9-B4-Xy5"; */ "hz9-B4-Xy5.title" = "Dienste"; @@ -311,13 +341,13 @@ "i1d-Er-qST.title" = "Kleiner"; /* Class = "NSMenu"; title = "Baseline"; ObjectID = "ijk-EB-dga"; */ -"ijk-EB-dga.title" = "Grundlinie"; +"ijk-EB-dga.title" = "Ausgangswert"; /* Class = "NSMenuItem"; title = "Kern"; ObjectID = "jBQ-r6-VK2"; */ -"jBQ-r6-VK2.title" = "Kern"; +"jBQ-r6-VK2.title" = "Überhang"; /* Class = "NSMenuItem"; title = "\tRight to Left"; ObjectID = "jFq-tB-4Kx"; */ -"jFq-tB-4Kx.title" = " Rechts nach Links"; +"jFq-tB-4Kx.title" = "\tRechts nach links"; /* Class = "NSMenuItem"; title = "Format"; ObjectID = "jxT-CU-nIS"; */ "jxT-CU-nIS.title" = "Format"; @@ -325,98 +355,107 @@ /* Class = "NSTabViewItem"; label = "ONLYOFFICE"; ObjectID = "kcg-El-49G"; */ "kcg-El-49G.label" = "ONLYOFFICE"; +/* Class = "NSButtonCell"; title = "START"; ObjectID = "llV-Yc-IJ4"; */ +"llV-Yc-IJ4.title" = "BEGINNEN"; + /* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "m0C-e9-0oc"; */ "m0C-e9-0oc.title" = "Abbrechen"; /* Class = "NSMenuItem"; title = "Check Grammar With Spelling"; ObjectID = "mK6-2p-4JG"; */ -"mK6-2p-4JG.title" = "Grammatik und Rechtschreibung Prüfen "; +"mK6-2p-4JG.title" = "Grammatik und Rechtschreibung prüfen"; /* Class = "NSMenuItem"; title = "Ligatures"; ObjectID = "o6e-r0-MWq"; */ -"o6e-r0-MWq.title" = "Ligaturen"; +"o6e-r0-MWq.title" = "Doppelbuchstaben"; /* Class = "NSMenu"; title = "Open Recent"; ObjectID = "oas-Oc-fiZ"; */ -"oas-Oc-fiZ.title" = "Letzte Öffnen"; +"oas-Oc-fiZ.title" = "Kürzlich verwendete Dateien öffnen"; /* Class = "NSMenuItem"; title = "Loosen"; ObjectID = "ogc-rX-tC1"; */ -"ogc-rX-tC1.title" = "Schwächen"; +"ogc-rX-tC1.title" = "Lockern"; /* Class = "NSMenuItem"; title = "Delete"; ObjectID = "pa3-QI-u2k"; */ "pa3-QI-u2k.title" = "Löschen"; /* Class = "NSMenuItem"; title = "Save"; ObjectID = "pxx-59-PXV"; */ -"pxx-59-PXV.title" = "Speichern…"; +"pxx-59-PXV.title" = "Speichern"; /* Class = "NSMenuItem"; title = "Find Next"; ObjectID = "q09-fT-Sye"; */ -"q09-fT-Sye.title" = "Nächstes Finden"; +"q09-fT-Sye.title" = "Weitersuchen"; /* Class = "NSMenuItem"; title = "Page Setup…"; ObjectID = "qIS-W8-SiK"; */ -"qIS-W8-SiK.title" = "Seiteneinrichtung…"; +"qIS-W8-SiK.title" = "Seite einrichten..."; /* Class = "NSTextFieldCell"; title = "ONLYOFFICE "; ObjectID = "rG1-93-HjS"; */ -"rG1-93-HjS.title" = "ONLYOFFICE "; +"rG1-93-HjS.title" = "ONLYOFFICE"; /* Class = "NSMenuItem"; title = "Check Spelling While Typing"; ObjectID = "rbD-Rh-wIN"; */ -"rbD-Rh-wIN.title" = "Rechtschreibprüfung während der Eingabe"; +"rbD-Rh-wIN.title" = "Rechtschreibung während der Eingabe überprüfen"; /* Class = "NSMenuItem"; title = "Smart Dashes"; ObjectID = "rgM-f4-ycn"; */ -"rgM-f4-ycn.title" = "Smart Striche"; +"rgM-f4-ycn.title" = "Intelligente Bindestriche"; + +/* Class = "NSTextFieldCell"; title = "Copyright info"; ObjectID = "sGd-zc-V0B"; */ +"sGd-zc-V0B.title" = "Copyright-Informationen"; /* Class = "NSMenuItem"; title = "Show Toolbar"; ObjectID = "snW-S8-Cw5"; */ -"snW-S8-Cw5.title" = "Symbolleiste Anzeigen"; +"snW-S8-Cw5.title" = "Symbolleiste anzeigen"; /* Class = "NSMenuItem"; title = "Data Detectors"; ObjectID = "tRr-pd-1PS"; */ "tRr-pd-1PS.title" = "Datenerkennung"; /* Class = "NSMenuItem"; title = "Open Recent"; ObjectID = "tXI-mr-wws"; */ -"tXI-mr-wws.title" = "Letzte Öffnen"; +"tXI-mr-wws.title" = "Kürzlich verwendete Dateien öffnen"; /* Class = "NSMenu"; title = "Kern"; ObjectID = "tlD-Oa-oAM"; */ -"tlD-Oa-oAM.title" = "Kern"; +"tlD-Oa-oAM.title" = "Überhang"; /* Class = "NSMenu"; title = "ONLYOFFICE"; ObjectID = "uQy-DD-JDr"; */ "uQy-DD-JDr.title" = "ONLYOFFICE"; /* Class = "NSMenuItem"; title = "Cut"; ObjectID = "uRl-iY-unG"; */ -"uRl-iY-unG.title" = "Schneiden"; +"uRl-iY-unG.title" = "Ausschneiden"; + +/* Class = "NSMenuItem"; title = "Check for Updates…"; ObjectID = "ud7-wC-A79"; */ +"ud7-wC-A79.title" = "Nach Updates suchen"; /* Class = "NSMenuItem"; title = "Paste Style"; ObjectID = "vKC-jM-MkH"; */ -"vKC-jM-MkH.title" = "Stil Enfügen"; +"vKC-jM-MkH.title" = "Format einfügen"; /* Class = "NSMenuItem"; title = "Show Ruler"; ObjectID = "vLm-3I-IUL"; */ -"vLm-3I-IUL.title" = "Ruler Anzeigen"; +"vLm-3I-IUL.title" = "Lineal anzeigen"; /* Class = "NSMenuItem"; title = "Clear Menu"; ObjectID = "vNY-rz-j42"; */ -"vNY-rz-j42.title" = "Menu Reinigen"; +"vNY-rz-j42.title" = "Menü löschen"; /* Class = "NSMenuItem"; title = "Make Upper Case"; ObjectID = "vmV-6d-7jI"; */ -"vmV-6d-7jI.title" = "Großbuchstaben Machen"; +"vmV-6d-7jI.title" = "Großschreibung"; /* Class = "NSMenu"; title = "Ligatures"; ObjectID = "w0m-vy-SC9"; */ -"w0m-vy-SC9.title" = "Ligaturen"; +"w0m-vy-SC9.title" = "Doppelbuchstaben"; /* Class = "NSMenuItem"; title = "Align Right"; ObjectID = "wb2-vD-lq4"; */ -"wb2-vD-lq4.title" = "Rechts Ausrichten"; +"wb2-vD-lq4.title" = "Rechtsbündig"; /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "wpe-8d-5DV"; */ -"wpe-8d-5DV.title" = "Text Sektion"; +"wpe-8d-5DV.title" = "Textzelle"; /* Class = "NSMenuItem"; title = "Help"; ObjectID = "wpr-3q-Mcd"; */ "wpr-3q-Mcd.title" = "Hilfe"; -/* Class = "NSBox"; title = "Box"; ObjectID = "wrb-Yp-5M3"; */ -"wrb-Yp-5M3.title" = "Feld"; - /* Class = "NSMenuItem"; title = "Copy"; ObjectID = "x3v-GG-iWU"; */ "x3v-GG-iWU.title" = "Kopieren"; +/* Class = "NSTextFieldCell"; title = "Product"; ObjectID = "xCO-ey-2lo"; */ +"xCO-ey-2lo.title" = "Produkt"; + /* Class = "NSMenuItem"; title = "Use All"; ObjectID = "xQD-1f-W4t"; */ -"xQD-1f-W4t.title" = "Alle Verwenden"; +"xQD-1f-W4t.title" = "Alle verwenden"; /* Class = "NSMenuItem"; title = "Speech"; ObjectID = "xrE-MZ-jX0"; */ -"xrE-MZ-jX0.title" = "Rede"; +"xrE-MZ-jX0.title" = "Sprache"; /* Class = "NSMenuItem"; title = "Show Substitutions"; ObjectID = "z6F-FW-3nz"; */ -"z6F-FW-3nz.title" = "Auswechslungen Anzeigen"; +"z6F-FW-3nz.title" = "Ersetzungen anzeigen"; /* Class = "NSTextFieldCell"; title = "Portal:"; ObjectID = "zwS-9G-S0N"; */ "zwS-9G-S0N.title" = "Portal:"; diff --git a/macos/ONLYOFFICE/de.lproj/Presentation-Reporter.strings b/macos/ONLYOFFICE/de.lproj/Presentation-Reporter.strings index 8b1378917..c8caa36f1 100644 --- a/macos/ONLYOFFICE/de.lproj/Presentation-Reporter.strings +++ b/macos/ONLYOFFICE/de.lproj/Presentation-Reporter.strings @@ -1 +1,3 @@ +/* Class = "NSWindow"; title = "ONLYOFFICE Reporter Window"; ObjectID = "Ygx-5K-Hn8"; */ +"Ygx-5K-Hn8.title" = "ONLYOFFICE Berichtefenster"; diff --git a/macos/ONLYOFFICE/es.lproj/Localizable.strings b/macos/ONLYOFFICE/es.lproj/Localizable.strings index b1cc8e31e..4b7a57365 100644 Binary files a/macos/ONLYOFFICE/es.lproj/Localizable.strings and b/macos/ONLYOFFICE/es.lproj/Localizable.strings differ diff --git a/macos/ONLYOFFICE/es.lproj/Main.strings b/macos/ONLYOFFICE/es.lproj/Main.strings index 055609637..8bef8cc36 100644 --- a/macos/ONLYOFFICE/es.lproj/Main.strings +++ b/macos/ONLYOFFICE/es.lproj/Main.strings @@ -17,7 +17,7 @@ "2oI-Rn-ZJC.title" = "Transformaciones"; /* Class = "NSMenu"; title = "Spelling"; ObjectID = "3IN-sU-3Bg"; */ -"3IN-sU-3Bg.title" = "Deletreo"; +"3IN-sU-3Bg.title" = "Ortografía"; /* Class = "NSMenuItem"; title = "Use Default"; ObjectID = "3Om-Ey-2VK"; */ "3Om-Ey-2VK.title" = "Uso por Defecto"; @@ -28,6 +28,9 @@ /* Class = "NSMenuItem"; title = "Find"; ObjectID = "4EN-yA-p0u"; */ "4EN-yA-p0u.title" = "Encontrar"; +/* Class = "NSMenuItem"; title = "License Agreement"; ObjectID = "4et-TX-a4m"; */ +"4et-TX-a4m.title" = "Acuerdo de Licencia"; + /* Class = "NSMenuItem"; title = "Quit ONLYOFFICE"; ObjectID = "4sb-4s-VLi"; */ "4sb-4s-VLi.title" = "Salir de ONLYOFFICE"; @@ -43,53 +46,65 @@ /* Class = "NSMenuItem"; title = "Redo"; ObjectID = "6dh-zS-Vam"; */ "6dh-zS-Vam.title" = "Rehacer"; +/* Class = "NSButtonCell"; title = "License agreement"; ObjectID = "8Ga-Cu-VGe"; */ +"8Ga-Cu-VGe.title" = "Acuerdo de Licencia"; + /* Class = "NSMenu"; title = "Writing Direction"; ObjectID = "8mr-sm-Yjd"; */ "8mr-sm-Yjd.title" = "Dirección de Escritura"; +/* Class = "NSMenuItem"; title = "New"; ObjectID = "9aQ-wl-gjS"; */ +"9aQ-wl-gjS.title" = "Nuevo"; + /* Class = "NSTextFieldCell"; title = "none"; ObjectID = "9i7-kj-42B"; */ -"9i7-kj-42B.title" = "no"; +"9i7-kj-42B.title" = "ninguno"; /* Class = "NSMenuItem"; title = "Substitutions"; ObjectID = "9ic-FL-obx"; */ -"9ic-FL-obx.title" = "Substitutions"; +"9ic-FL-obx.title" = "Substituciones"; /* Class = "NSMenuItem"; title = "Smart Copy/Paste"; ObjectID = "9yt-4B-nSM"; */ -"9yt-4B-nSM.title" = "Smart Copy/Paste"; +"9yt-4B-nSM.title" = "Smart Copiar/Pegar"; /* Class = "NSMenuItem"; title = "Tighten"; ObjectID = "46P-cB-AYj"; */ -"46P-cB-AYj.title" = "Tighten"; +"46P-cB-AYj.title" = "Ajustar"; /* Class = "NSMenuItem"; title = "Correct Spelling Automatically"; ObjectID = "78Y-hA-62v"; */ -"78Y-hA-62v.title" = "Correct Spelling Automatically"; +"78Y-hA-62v.title" = "Corregir ortografía de forma automática"; /* Class = "NSMenu"; title = "Main Menu"; ObjectID = "AYu-sK-qS6"; */ -"AYu-sK-qS6.title" = "Main Menu"; +"AYu-sK-qS6.title" = "Menú principal"; /* Class = "NSMenuItem"; title = "Preferences…"; ObjectID = "BOF-NM-1cW"; */ "BOF-NM-1cW.title" = "Preferencias ..."; /* Class = "NSMenuItem"; title = "\tLeft to Right"; ObjectID = "BgM-ve-c93"; */ -"BgM-ve-c93.title" = " Left to Right"; +"BgM-ve-c93.title" = "\tDe izquierda a derecha"; /* Class = "NSMenuItem"; title = "Save As…"; ObjectID = "Bw7-FT-i3A"; */ "Bw7-FT-i3A.title" = "Guardar como..."; +/* Class = "NSMenuItem"; title = "Acknowledgments"; ObjectID = "CJU-dx-a9l"; */ +"CJU-dx-a9l.title" = "Reconocimientos"; + +/* Class = "NSMenuItem"; title = "Spreadsheet"; ObjectID = "DOj-j9-dza"; */ +"DOj-j9-dza.title" = "Hoja de cálculo"; + /* Class = "NSMenuItem"; title = "Close"; ObjectID = "DVo-aG-piG"; */ -"DVo-aG-piG.title" = "Close"; +"DVo-aG-piG.title" = "Cerrar"; /* Class = "NSMenuItem"; title = "Spelling and Grammar"; ObjectID = "Dv1-io-Yv7"; */ -"Dv1-io-Yv7.title" = "Spelling and Grammar"; +"Dv1-io-Yv7.title" = "Ortografía y Gramática"; /* Class = "NSMenu"; title = "Help"; ObjectID = "F2S-fz-NVQ"; */ "F2S-fz-NVQ.title" = "Ayuda"; -/* Class = "NSMenuItem"; title = "ONLYOFFICE Help"; ObjectID = "FKE-Sm-Kum"; */ +/* Class = "NSMenuItem"; title = "Product Help"; ObjectID = "FKE-Sm-Kum"; */ "FKE-Sm-Kum.title" = "Ayuda ONLYOFFICE "; /* Class = "NSMenuItem"; title = "Text"; ObjectID = "Fal-I4-PZk"; */ "Fal-I4-PZk.title" = "Texto"; /* Class = "NSMenu"; title = "Substitutions"; ObjectID = "FeM-D8-WVr"; */ -"FeM-D8-WVr.title" = "Substitutions"; +"FeM-D8-WVr.title" = "Substituciones"; /* Class = "NSTextFieldCell"; title = "User Name"; ObjectID = "FoF-wl-Dxi"; */ "FoF-wl-Dxi.title" = "Nombre"; @@ -107,22 +122,22 @@ "Gi5-1S-RQB.title" = "Fuente"; /* Class = "NSMenuItem"; title = "Writing Direction"; ObjectID = "H1b-Si-o9J"; */ -"H1b-Si-o9J.title" = "Writing Direction"; +"H1b-Si-o9J.title" = "Dirección de escritura"; /* Class = "NSMenuItem"; title = "View"; ObjectID = "H8h-7b-M4v"; */ "H8h-7b-M4v.title" = "Vista"; /* Class = "NSMenuItem"; title = "Text Replacement"; ObjectID = "HFQ-gK-NFA"; */ -"HFQ-gK-NFA.title" = "Text Replacement"; +"HFQ-gK-NFA.title" = "Sustitución de texto"; /* Class = "NSMenuItem"; title = "Show Spelling and Grammar"; ObjectID = "HFo-cy-zxI"; */ -"HFo-cy-zxI.title" = "Show Spelling and Grammar"; +"HFo-cy-zxI.title" = "Mostrar ortografía y gramática"; /* Class = "NSMenu"; title = "View"; ObjectID = "HyV-fh-RgO"; */ "HyV-fh-RgO.title" = "Vista"; /* Class = "NSMenuItem"; title = "Subscript"; ObjectID = "I0S-gh-46l"; */ -"I0S-gh-46l.title" = "Subscript"; +"I0S-gh-46l.title" = "Subíndice"; /* Class = "NSMenuItem"; title = "Open…"; ObjectID = "IAo-SY-fd9"; */ "IAo-SY-fd9.title" = "Abrir..."; @@ -131,13 +146,13 @@ "IQv-IB-iLA.title" = "ONLYOFFICE"; /* Class = "NSMenuItem"; title = "Justify"; ObjectID = "J5U-5w-g23"; */ -"J5U-5w-g23.title" = "Justify"; +"J5U-5w-g23.title" = "Justificar"; /* Class = "NSMenuItem"; title = "Use None"; ObjectID = "J7y-lM-qPV"; */ -"J7y-lM-qPV.title" = "Use None"; +"J7y-lM-qPV.title" = "Usar ninguno"; /* Class = "NSMenuItem"; title = "Revert to Saved"; ObjectID = "KaW-ft-85H"; */ -"KaW-ft-85H.title" = "Revert to Saved"; +"KaW-ft-85H.title" = "Revertir a guardado"; /* Class = "NSMenuItem"; title = "Show All"; ObjectID = "Kd2-mp-pUS"; */ "Kd2-mp-pUS.title" = "Mostrar Todo"; @@ -146,46 +161,49 @@ "LE2-aR-0XJ.title" = "Traer Todo al Frente"; /* Class = "NSMenuItem"; title = "Paste Ruler"; ObjectID = "LVM-kO-fVI"; */ -"LVM-kO-fVI.title" = "Paste Ruler"; +"LVM-kO-fVI.title" = "Pegar regla"; /* Class = "NSMenuItem"; title = "\tLeft to Right"; ObjectID = "Lbh-J2-qVU"; */ -"Lbh-J2-qVU.title" = " Left to Right"; +"Lbh-J2-qVU.title" = "\tDe izquierda a derecha"; /* Class = "NSMenuItem"; title = "Copy Ruler"; ObjectID = "MkV-Pr-PK5"; */ -"MkV-Pr-PK5.title" = "Copy Ruler"; +"MkV-Pr-PK5.title" = "Copiar regla"; /* Class = "NSMenuItem"; title = "Services"; ObjectID = "NMo-om-nkz"; */ "NMo-om-nkz.title" = "Servicios"; /* Class = "NSMenuItem"; title = "\tDefault"; ObjectID = "Nop-cj-93Q"; */ -"Nop-cj-93Q.title" = " Default"; +"Nop-cj-93Q.title" = "\tPredeterminado "; /* Class = "NSMenuItem"; title = "Minimize"; ObjectID = "OY7-WF-poV"; */ "OY7-WF-poV.title" = "Minimizar"; /* Class = "NSMenuItem"; title = "Baseline"; ObjectID = "OaQ-X3-Vso"; */ -"OaQ-X3-Vso.title" = "Baseline"; +"OaQ-X3-Vso.title" = "Base"; /* Class = "NSMenuItem"; title = "Hide ONLYOFFICE"; ObjectID = "Olw-nP-bQN"; */ "Olw-nP-bQN.title" = "Esconder ONLYOFFICE"; /* Class = "NSMenuItem"; title = "Find Previous"; ObjectID = "OwM-mh-QMV"; */ -"OwM-mh-QMV.title" = "Find Previous"; +"OwM-mh-QMV.title" = "Encontrar el anterior"; /* Class = "NSMenuItem"; title = "Stop Speaking"; ObjectID = "Oyz-dy-DGm"; */ -"Oyz-dy-DGm.title" = "Stop Speaking"; +"Oyz-dy-DGm.title" = "Parar de hablar"; /* Class = "NSMenuItem"; title = "Bigger"; ObjectID = "Ptp-SP-VEL"; */ -"Ptp-SP-VEL.title" = "Bigger"; +"Ptp-SP-VEL.title" = "Más grande"; /* Class = "NSMenuItem"; title = "Show Fonts"; ObjectID = "Q5e-8K-NDq"; */ -"Q5e-8K-NDq.title" = "Show Fonts"; +"Q5e-8K-NDq.title" = "Mostrar fuentes"; /* Class = "NSMenuItem"; title = "Zoom"; ObjectID = "R4o-n2-Eq4"; */ "R4o-n2-Eq4.title" = "Zoom"; /* Class = "NSMenuItem"; title = "\tRight to Left"; ObjectID = "RB4-Sm-HuC"; */ -"RB4-Sm-HuC.title" = " Right to Left"; +"RB4-Sm-HuC.title" = "De derecha a izquierda"; + +/* Class = "NSButtonCell"; title = "Close"; ObjectID = "Riu-oE-8dj"; */ +"Riu-oE-8dj.title" = "Cerrar"; /* Class = "NSTextFieldCell"; title = "none"; ObjectID = "Rkd-xb-FRJ"; */ "Rkd-xb-FRJ.title" = "no"; @@ -194,58 +212,64 @@ "RmO-tv-UKh.title" = "Cerrar Sesión"; /* Class = "NSMenuItem"; title = "Superscript"; ObjectID = "Rqc-34-cIF"; */ -"Rqc-34-cIF.title" = "Superscript"; +"Rqc-34-cIF.title" = "Subíndice"; /* Class = "NSMenuItem"; title = "Select All"; ObjectID = "Ruw-6m-B2m"; */ -"Ruw-6m-B2m.title" = "Select All"; +"Ruw-6m-B2m.title" = "Seleccionar todo"; /* Class = "NSMenuItem"; title = "Jump to Selection"; ObjectID = "S0p-oC-mLd"; */ -"S0p-oC-mLd.title" = "Jump to Selection"; +"S0p-oC-mLd.title" = "Saltar a Selección"; + +/* Class = "NSMenuItem"; title = "Document"; ObjectID = "TEm-B8-gsH"; */ +"TEm-B8-gsH.title" = "Documento"; /* Class = "NSMenu"; title = "Window"; ObjectID = "Td7-aD-5lo"; */ "Td7-aD-5lo.title" = "Ventana"; /* Class = "NSMenuItem"; title = "Capitalize"; ObjectID = "UEZ-Bs-lqG"; */ -"UEZ-Bs-lqG.title" = "Capitalize"; +"UEZ-Bs-lqG.title" = "Mayúscula"; /* Class = "NSMenuItem"; title = "Center"; ObjectID = "VIY-Ag-zcb"; */ -"VIY-Ag-zcb.title" = "Center"; +"VIY-Ag-zcb.title" = "Centro"; /* Class = "NSMenuItem"; title = "Hide Others"; ObjectID = "Vdr-fp-XzO"; */ "Vdr-fp-XzO.title" = "Esconder Otros"; /* Class = "NSMenuItem"; title = "Italic"; ObjectID = "Vjx-xi-njq"; */ -"Vjx-xi-njq.title" = "Italic"; +"Vjx-xi-njq.title" = "Cursiva"; /* Class = "NSMenu"; title = "Edit"; ObjectID = "W48-6f-4Dl"; */ "W48-6f-4Dl.title" = "Editar"; /* Class = "NSMenuItem"; title = "Underline"; ObjectID = "WRG-CD-K1S"; */ -"WRG-CD-K1S.title" = "Underline"; +"WRG-CD-K1S.title" = "Subrayado"; /* Class = "NSMenuItem"; title = "Paste and Match Style"; ObjectID = "WeT-3V-zwk"; */ -"WeT-3V-zwk.title" = "Paste and Match Style"; +"WeT-3V-zwk.title" = "Copiar e igualar estilo"; /* Class = "NSMenuItem"; title = "Find…"; ObjectID = "Xz5-n4-O0W"; */ "Xz5-n4-O0W.title" = "Encontrar…"; /* Class = "NSMenuItem"; title = "Find and Replace…"; ObjectID = "YEy-JH-Tfz"; */ -"YEy-JH-Tfz.title" = "Find and Replace…"; +"YEy-JH-Tfz.title" = "Encontrar y remplazar"; /* Class = "NSMenuItem"; title = "\tDefault"; ObjectID = "YGs-j5-SAR"; */ -"YGs-j5-SAR.title" = " Default"; +"YGs-j5-SAR.title" = " Predeterminado"; /* Class = "NSMenuItem"; title = "Start Speaking"; ObjectID = "Ynk-f8-cLZ"; */ -"Ynk-f8-cLZ.title" = "Start Speaking"; +"Ynk-f8-cLZ.title" = "Empezar a hablar"; /* Class = "NSMenuItem"; title = "Align Left"; ObjectID = "ZM1-6Q-yy1"; */ -"ZM1-6Q-yy1.title" = "Align Left"; +"ZM1-6Q-yy1.title" = "Alinear a la izquierda"; + +/* Class = "NSTextFieldCell"; title = "Version"; ObjectID = "ZbA-hc-8PE"; */ +"ZbA-hc-8PE.title" = "Versión "; /* Class = "NSTextFieldCell"; title = "Email:"; ObjectID = "Zsi-3o-ASl"; */ -"Zsi-3o-ASl.title" = "Email:"; +"Zsi-3o-ASl.title" = "Correo electrónico:"; /* Class = "NSMenuItem"; title = "Paragraph"; ObjectID = "ZvO-Gk-QUH"; */ -"ZvO-Gk-QUH.title" = "Paragraph"; +"ZvO-Gk-QUH.title" = "Párrafo "; /* Class = "NSMenuItem"; title = "Print…"; ObjectID = "aTl-1u-JFS"; */ "aTl-1u-JFS.title" = "Imprimir…"; @@ -260,28 +284,28 @@ "agt-UL-0e3.title" = "Uso por Defecto"; /* Class = "NSMenuItem"; title = "Show Colors"; ObjectID = "bgn-CT-cEk"; */ -"bgn-CT-cEk.title" = "Show Colors"; +"bgn-CT-cEk.title" = "Mostrar colores"; /* Class = "NSMenu"; title = "File"; ObjectID = "bib-Uj-vzu"; */ "bib-Uj-vzu.title" = "Archivo"; /* Class = "NSMenuItem"; title = "Use Selection for Find"; ObjectID = "buJ-ug-pKt"; */ -"buJ-ug-pKt.title" = "Use Selection for Find"; +"buJ-ug-pKt.title" = "Usar selección para encontrar"; /* Class = "NSMenu"; title = "Transformations"; ObjectID = "c8a-y6-VQd"; */ -"c8a-y6-VQd.title" = "Transformations"; +"c8a-y6-VQd.title" = "Transformaciones"; /* Class = "NSMenuItem"; title = "Use None"; ObjectID = "cDB-IK-hbR"; */ -"cDB-IK-hbR.title" = "Use None"; +"cDB-IK-hbR.title" = "Usar ninguno"; /* Class = "NSMenuItem"; title = "Selection"; ObjectID = "cqv-fj-IhA"; */ -"cqv-fj-IhA.title" = "Selection"; +"cqv-fj-IhA.title" = "Selección"; /* Class = "NSMenuItem"; title = "Smart Links"; ObjectID = "cwL-P1-jid"; */ -"cwL-P1-jid.title" = "Smart Links"; +"cwL-P1-jid.title" = "Hiperenlaces inteligentes"; /* Class = "NSMenuItem"; title = "Make Lower Case"; ObjectID = "d9M-CD-aMd"; */ -"d9M-CD-aMd.title" = "Make Lower Case"; +"d9M-CD-aMd.title" = "Convertir en minúscula"; /* Class = "NSMenu"; title = "Text"; ObjectID = "d9c-me-L2H"; */ "d9c-me-L2H.title" = "Texto"; @@ -298,47 +322,56 @@ /* Class = "NSTextFieldCell"; title = "File Name"; ObjectID = "gm3-6i-EnL"; */ "gm3-6i-EnL.title" = "Nombre de Archivo"; +/* Class = "NSMenu"; title = "New"; ObjectID = "hD5-Cz-ItX"; */ +"hD5-Cz-ItX.title" = "Nuevo"; + /* Class = "NSMenuItem"; title = "Smart Quotes"; ObjectID = "hQb-2v-fYv"; */ -"hQb-2v-fYv.title" = "Smart Quotes"; +"hQb-2v-fYv.title" = "Citas Inteligentes"; + +/* Class = "NSMenuItem"; title = "Presentation"; ObjectID = "hkB-TU-Ps1"; */ +"hkB-TU-Ps1.title" = "Presentación"; /* Class = "NSMenuItem"; title = "Check Document Now"; ObjectID = "hz2-CU-CR7"; */ -"hz2-CU-CR7.title" = "Check Document Now"; +"hz2-CU-CR7.title" = "Verificar documentos ahora"; /* Class = "NSMenu"; title = "Services"; ObjectID = "hz9-B4-Xy5"; */ "hz9-B4-Xy5.title" = "Servicios"; /* Class = "NSMenuItem"; title = "Smaller"; ObjectID = "i1d-Er-qST"; */ -"i1d-Er-qST.title" = "Smaller"; +"i1d-Er-qST.title" = "Más pequeños "; /* Class = "NSMenu"; title = "Baseline"; ObjectID = "ijk-EB-dga"; */ -"ijk-EB-dga.title" = "Baseline"; +"ijk-EB-dga.title" = "Base"; /* Class = "NSMenuItem"; title = "Kern"; ObjectID = "jBQ-r6-VK2"; */ "jBQ-r6-VK2.title" = "Kern"; /* Class = "NSMenuItem"; title = "\tRight to Left"; ObjectID = "jFq-tB-4Kx"; */ -"jFq-tB-4Kx.title" = " Right to Left"; +"jFq-tB-4Kx.title" = " De derecha a izquierda"; /* Class = "NSMenuItem"; title = "Format"; ObjectID = "jxT-CU-nIS"; */ -"jxT-CU-nIS.title" = "Format"; +"jxT-CU-nIS.title" = "Formatos"; /* Class = "NSTabViewItem"; label = "ONLYOFFICE"; ObjectID = "kcg-El-49G"; */ "kcg-El-49G.label" = "ONLYOFFICE"; +/* Class = "NSButtonCell"; title = "START"; ObjectID = "llV-Yc-IJ4"; */ +"llV-Yc-IJ4.title" = "EMPEZAR"; + /* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "m0C-e9-0oc"; */ "m0C-e9-0oc.title" = "Cancelar"; /* Class = "NSMenuItem"; title = "Check Grammar With Spelling"; ObjectID = "mK6-2p-4JG"; */ -"mK6-2p-4JG.title" = "Check Grammar With Spelling"; +"mK6-2p-4JG.title" = "Verificar gramática con ortografía"; /* Class = "NSMenuItem"; title = "Ligatures"; ObjectID = "o6e-r0-MWq"; */ "o6e-r0-MWq.title" = "Ligaduras"; /* Class = "NSMenu"; title = "Open Recent"; ObjectID = "oas-Oc-fiZ"; */ -"oas-Oc-fiZ.title" = "Abierto reciente"; +"oas-Oc-fiZ.title" = "Abierto de forma reciente"; /* Class = "NSMenuItem"; title = "Loosen"; ObjectID = "ogc-rX-tC1"; */ -"ogc-rX-tC1.title" = "Loosen"; +"ogc-rX-tC1.title" = "Aflojar"; /* Class = "NSMenuItem"; title = "Delete"; ObjectID = "pa3-QI-u2k"; */ "pa3-QI-u2k.title" = "Eliminar"; @@ -347,7 +380,7 @@ "pxx-59-PXV.title" = "Guardar…"; /* Class = "NSMenuItem"; title = "Find Next"; ObjectID = "q09-fT-Sye"; */ -"q09-fT-Sye.title" = "Find Next"; +"q09-fT-Sye.title" = "Encontrar siguiente"; /* Class = "NSMenuItem"; title = "Page Setup…"; ObjectID = "qIS-W8-SiK"; */ "qIS-W8-SiK.title" = "Ajustes de la página…"; @@ -356,16 +389,19 @@ "rG1-93-HjS.title" = "ONLYOFFICE "; /* Class = "NSMenuItem"; title = "Check Spelling While Typing"; ObjectID = "rbD-Rh-wIN"; */ -"rbD-Rh-wIN.title" = "Check Spelling While Typing"; +"rbD-Rh-wIN.title" = "Verificar ortografía mientras escribe"; /* Class = "NSMenuItem"; title = "Smart Dashes"; ObjectID = "rgM-f4-ycn"; */ -"rgM-f4-ycn.title" = "Smart Dashes"; +"rgM-f4-ycn.title" = "Guiones inteligentes"; + +/* Class = "NSTextFieldCell"; title = "Copyright info"; ObjectID = "sGd-zc-V0B"; */ +"sGd-zc-V0B.title" = "Información de copyright"; /* Class = "NSMenuItem"; title = "Show Toolbar"; ObjectID = "snW-S8-Cw5"; */ -"snW-S8-Cw5.title" = "Show Toolbar"; +"snW-S8-Cw5.title" = "Mostrar barra de herramientas"; /* Class = "NSMenuItem"; title = "Data Detectors"; ObjectID = "tRr-pd-1PS"; */ -"tRr-pd-1PS.title" = "Data Detectors"; +"tRr-pd-1PS.title" = "Detectores de datos"; /* Class = "NSMenuItem"; title = "Open Recent"; ObjectID = "tXI-mr-wws"; */ "tXI-mr-wws.title" = "Abierto Reciente"; @@ -379,45 +415,48 @@ /* Class = "NSMenuItem"; title = "Cut"; ObjectID = "uRl-iY-unG"; */ "uRl-iY-unG.title" = "Cortar"; +/* Class = "NSMenuItem"; title = "Check for Updates…"; ObjectID = "ud7-wC-A79"; */ +"ud7-wC-A79.title" = "Verificando actualizaciones"; + /* Class = "NSMenuItem"; title = "Paste Style"; ObjectID = "vKC-jM-MkH"; */ -"vKC-jM-MkH.title" = "Paste Style"; +"vKC-jM-MkH.title" = "Pegar estilo"; /* Class = "NSMenuItem"; title = "Show Ruler"; ObjectID = "vLm-3I-IUL"; */ -"vLm-3I-IUL.title" = "Show Ruler"; +"vLm-3I-IUL.title" = "Mostrar regla"; /* Class = "NSMenuItem"; title = "Clear Menu"; ObjectID = "vNY-rz-j42"; */ -"vNY-rz-j42.title" = "Clear Menu"; +"vNY-rz-j42.title" = "Borrar Menú"; /* Class = "NSMenuItem"; title = "Make Upper Case"; ObjectID = "vmV-6d-7jI"; */ -"vmV-6d-7jI.title" = "Make Upper Case"; +"vmV-6d-7jI.title" = "Convertir a mayúscula"; /* Class = "NSMenu"; title = "Ligatures"; ObjectID = "w0m-vy-SC9"; */ -"w0m-vy-SC9.title" = "Ligatures"; +"w0m-vy-SC9.title" = "Ligaduras"; /* Class = "NSMenuItem"; title = "Align Right"; ObjectID = "wb2-vD-lq4"; */ -"wb2-vD-lq4.title" = "Align Right"; +"wb2-vD-lq4.title" = "Alinear a la derecha"; /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "wpe-8d-5DV"; */ -"wpe-8d-5DV.title" = "Text Cell"; +"wpe-8d-5DV.title" = "Celda de texto"; /* Class = "NSMenuItem"; title = "Help"; ObjectID = "wpr-3q-Mcd"; */ "wpr-3q-Mcd.title" = "Ayuda"; -/* Class = "NSBox"; title = "Box"; ObjectID = "wrb-Yp-5M3"; */ -"wrb-Yp-5M3.title" = "Box"; - /* Class = "NSMenuItem"; title = "Copy"; ObjectID = "x3v-GG-iWU"; */ "x3v-GG-iWU.title" = "Copiar"; +/* Class = "NSTextFieldCell"; title = "Product"; ObjectID = "xCO-ey-2lo"; */ +"xCO-ey-2lo.title" = "Producto"; + /* Class = "NSMenuItem"; title = "Use All"; ObjectID = "xQD-1f-W4t"; */ -"xQD-1f-W4t.title" = "Use All"; +"xQD-1f-W4t.title" = "Usar todo"; /* Class = "NSMenuItem"; title = "Speech"; ObjectID = "xrE-MZ-jX0"; */ -"xrE-MZ-jX0.title" = "Speech"; +"xrE-MZ-jX0.title" = "Discurso"; /* Class = "NSMenuItem"; title = "Show Substitutions"; ObjectID = "z6F-FW-3nz"; */ -"z6F-FW-3nz.title" = "Show Substitutions"; +"z6F-FW-3nz.title" = "Mostrar substituciones"; /* Class = "NSTextFieldCell"; title = "Portal:"; ObjectID = "zwS-9G-S0N"; */ -"zwS-9G-S0N.title" = "Portal:"; +"zwS-9G-S0N.title" = "Portal"; diff --git a/macos/ONLYOFFICE/es.lproj/Presentation-Reporter.strings b/macos/ONLYOFFICE/es.lproj/Presentation-Reporter.strings index 8b1378917..dd777cfea 100644 --- a/macos/ONLYOFFICE/es.lproj/Presentation-Reporter.strings +++ b/macos/ONLYOFFICE/es.lproj/Presentation-Reporter.strings @@ -1 +1,3 @@ +/* Class = "NSWindow"; title = "ONLYOFFICE Reporter Window"; ObjectID = "Ygx-5K-Hn8"; */ +"Ygx-5K-Hn8.title" = "Ventana para reportar ONLYOFFICE "; diff --git a/macos/ONLYOFFICE/fr.lproj/Localizable.strings b/macos/ONLYOFFICE/fr.lproj/Localizable.strings index b1cc8e31e..3ed9a61d6 100644 Binary files a/macos/ONLYOFFICE/fr.lproj/Localizable.strings and b/macos/ONLYOFFICE/fr.lproj/Localizable.strings differ diff --git a/macos/ONLYOFFICE/fr.lproj/Main.strings b/macos/ONLYOFFICE/fr.lproj/Main.strings index 5b561246c..cbc138d7c 100644 --- a/macos/ONLYOFFICE/fr.lproj/Main.strings +++ b/macos/ONLYOFFICE/fr.lproj/Main.strings @@ -28,6 +28,9 @@ /* Class = "NSMenuItem"; title = "Find"; ObjectID = "4EN-yA-p0u"; */ "4EN-yA-p0u.title" = "Trouver"; +/* Class = "NSMenuItem"; title = "License Agreement"; ObjectID = "4et-TX-a4m"; */ +"4et-TX-a4m.title" = "Accord de licence"; + /* Class = "NSMenuItem"; title = "Quit ONLYOFFICE"; ObjectID = "4sb-4s-VLi"; */ "4sb-4s-VLi.title" = "Terminer ONLYOFFICE"; @@ -43,9 +46,15 @@ /* Class = "NSMenuItem"; title = "Redo"; ObjectID = "6dh-zS-Vam"; */ "6dh-zS-Vam.title" = " Répéter"; +/* Class = "NSButtonCell"; title = "License agreement"; ObjectID = "8Ga-Cu-VGe"; */ +"8Ga-Cu-VGe.title" = "Accord de licence"; + /* Class = "NSMenu"; title = "Writing Direction"; ObjectID = "8mr-sm-Yjd"; */ "8mr-sm-Yjd.title" = " Sens de l'écriture"; +/* Class = "NSMenuItem"; title = "New"; ObjectID = "9aQ-wl-gjS"; */ +"9aQ-wl-gjS.title" = "Nouveau"; + /* Class = "NSTextFieldCell"; title = "none"; ObjectID = "9i7-kj-42B"; */ "9i7-kj-42B.title" = "non"; @@ -68,11 +77,17 @@ "BOF-NM-1cW.title" = "Paramètres..."; /* Class = "NSMenuItem"; title = "\tLeft to Right"; ObjectID = "BgM-ve-c93"; */ -"BgM-ve-c93.title" = " Left to Right"; +"BgM-ve-c93.title" = "\tLeft to Right"; /* Class = "NSMenuItem"; title = "Save As…"; ObjectID = "Bw7-FT-i3A"; */ "Bw7-FT-i3A.title" = "Enregistrer sous..."; +/* Class = "NSMenuItem"; title = "Acknowledgments"; ObjectID = "CJU-dx-a9l"; */ +"CJU-dx-a9l.title" = "Remerciements"; + +/* Class = "NSMenuItem"; title = "Spreadsheet"; ObjectID = "DOj-j9-dza"; */ +"DOj-j9-dza.title" = "Feuille de calcul"; + /* Class = "NSMenuItem"; title = "Close"; ObjectID = "DVo-aG-piG"; */ "DVo-aG-piG.title" = "Fermer"; @@ -82,7 +97,7 @@ /* Class = "NSMenu"; title = "Help"; ObjectID = "F2S-fz-NVQ"; */ "F2S-fz-NVQ.title" = "Aide"; -/* Class = "NSMenuItem"; title = "ONLYOFFICE Help"; ObjectID = "FKE-Sm-Kum"; */ +/* Class = "NSMenuItem"; title = "Product Help"; ObjectID = "FKE-Sm-Kum"; */ "FKE-Sm-Kum.title" = "Aides ONLYOFFICE"; /* Class = "NSMenuItem"; title = "Text"; ObjectID = "Fal-I4-PZk"; */ @@ -107,22 +122,22 @@ "Gi5-1S-RQB.title" = "Police de caractères"; /* Class = "NSMenuItem"; title = "Writing Direction"; ObjectID = "H1b-Si-o9J"; */ -"H1b-Si-o9J.title" = "Writing Direction"; +"H1b-Si-o9J.title" = "Sens d'écriture"; /* Class = "NSMenuItem"; title = "View"; ObjectID = "H8h-7b-M4v"; */ -"H8h-7b-M4v.title" = "Mode"; +"H8h-7b-M4v.title" = "Affichage"; /* Class = "NSMenuItem"; title = "Text Replacement"; ObjectID = "HFQ-gK-NFA"; */ -"HFQ-gK-NFA.title" = "Text Replacement"; +"HFQ-gK-NFA.title" = "Texte de remplacement"; /* Class = "NSMenuItem"; title = "Show Spelling and Grammar"; ObjectID = "HFo-cy-zxI"; */ -"HFo-cy-zxI.title" = "Show Spelling and Grammar"; +"HFo-cy-zxI.title" = "Afficher la grammaire et l'orthographe"; /* Class = "NSMenu"; title = "View"; ObjectID = "HyV-fh-RgO"; */ -"HyV-fh-RgO.title" = "Mode"; +"HyV-fh-RgO.title" = "Affichage"; /* Class = "NSMenuItem"; title = "Subscript"; ObjectID = "I0S-gh-46l"; */ -"I0S-gh-46l.title" = "Subscript"; +"I0S-gh-46l.title" = "Indice"; /* Class = "NSMenuItem"; title = "Open…"; ObjectID = "IAo-SY-fd9"; */ "IAo-SY-fd9.title" = "Ouvrir..."; @@ -131,13 +146,13 @@ "IQv-IB-iLA.title" = "ONLYOFFICE"; /* Class = "NSMenuItem"; title = "Justify"; ObjectID = "J5U-5w-g23"; */ -"J5U-5w-g23.title" = "Justify"; +"J5U-5w-g23.title" = "Justifié"; /* Class = "NSMenuItem"; title = "Use None"; ObjectID = "J7y-lM-qPV"; */ -"J7y-lM-qPV.title" = "Use None"; +"J7y-lM-qPV.title" = "N'utiliser aucun"; /* Class = "NSMenuItem"; title = "Revert to Saved"; ObjectID = "KaW-ft-85H"; */ -"KaW-ft-85H.title" = "Revert to Saved"; +"KaW-ft-85H.title" = "Revenir à la version enregistrée"; /* Class = "NSMenuItem"; title = "Show All"; ObjectID = "Kd2-mp-pUS"; */ "Kd2-mp-pUS.title" = " Montrer tous"; @@ -146,46 +161,49 @@ "LE2-aR-0XJ.title" = "Toutes les fenêtres à premier plan"; /* Class = "NSMenuItem"; title = "Paste Ruler"; ObjectID = "LVM-kO-fVI"; */ -"LVM-kO-fVI.title" = "Paste Ruler"; +"LVM-kO-fVI.title" = "Coller la règle"; /* Class = "NSMenuItem"; title = "\tLeft to Right"; ObjectID = "Lbh-J2-qVU"; */ -"Lbh-J2-qVU.title" = " Left to Right"; +"Lbh-J2-qVU.title" = "\tDe gauche à droite"; /* Class = "NSMenuItem"; title = "Copy Ruler"; ObjectID = "MkV-Pr-PK5"; */ -"MkV-Pr-PK5.title" = "Copy Ruler"; +"MkV-Pr-PK5.title" = "Copier la règle"; /* Class = "NSMenuItem"; title = "Services"; ObjectID = "NMo-om-nkz"; */ "NMo-om-nkz.title" = "Départements"; /* Class = "NSMenuItem"; title = "\tDefault"; ObjectID = "Nop-cj-93Q"; */ -"Nop-cj-93Q.title" = " Default"; +"Nop-cj-93Q.title" = "\tPar défaut"; /* Class = "NSMenuItem"; title = "Minimize"; ObjectID = "OY7-WF-poV"; */ "OY7-WF-poV.title" = "Réduire"; /* Class = "NSMenuItem"; title = "Baseline"; ObjectID = "OaQ-X3-Vso"; */ -"OaQ-X3-Vso.title" = "Baseline"; +"OaQ-X3-Vso.title" = "Ligne de base"; /* Class = "NSMenuItem"; title = "Hide ONLYOFFICE"; ObjectID = "Olw-nP-bQN"; */ "Olw-nP-bQN.title" = "Masquer ONLYOFFICE"; /* Class = "NSMenuItem"; title = "Find Previous"; ObjectID = "OwM-mh-QMV"; */ -"OwM-mh-QMV.title" = "Find Previous"; +"OwM-mh-QMV.title" = "Rechercher précédent"; /* Class = "NSMenuItem"; title = "Stop Speaking"; ObjectID = "Oyz-dy-DGm"; */ -"Oyz-dy-DGm.title" = "Stop Speaking"; +"Oyz-dy-DGm.title" = "Arrêter la lecture"; /* Class = "NSMenuItem"; title = "Bigger"; ObjectID = "Ptp-SP-VEL"; */ -"Ptp-SP-VEL.title" = "Bigger"; +"Ptp-SP-VEL.title" = "Plus grand"; /* Class = "NSMenuItem"; title = "Show Fonts"; ObjectID = "Q5e-8K-NDq"; */ -"Q5e-8K-NDq.title" = "Show Fonts"; +"Q5e-8K-NDq.title" = "Afficher les polices"; /* Class = "NSMenuItem"; title = "Zoom"; ObjectID = "R4o-n2-Eq4"; */ "R4o-n2-Eq4.title" = " Changer l'échelle"; /* Class = "NSMenuItem"; title = "\tRight to Left"; ObjectID = "RB4-Sm-HuC"; */ -"RB4-Sm-HuC.title" = " Right to Left"; +"RB4-Sm-HuC.title" = "\tDe droite à gauche"; + +/* Class = "NSButtonCell"; title = "Close"; ObjectID = "Riu-oE-8dj"; */ +"Riu-oE-8dj.title" = "Fermer"; /* Class = "NSTextFieldCell"; title = "none"; ObjectID = "Rkd-xb-FRJ"; */ "Rkd-xb-FRJ.title" = "non"; @@ -194,13 +212,16 @@ "RmO-tv-UKh.title" = " Déconnecter"; /* Class = "NSMenuItem"; title = "Superscript"; ObjectID = "Rqc-34-cIF"; */ -"Rqc-34-cIF.title" = "Superscript"; +"Rqc-34-cIF.title" = "Exposant"; /* Class = "NSMenuItem"; title = "Select All"; ObjectID = "Ruw-6m-B2m"; */ -"Ruw-6m-B2m.title" = "Select All"; +"Ruw-6m-B2m.title" = "Sélectionner tout"; /* Class = "NSMenuItem"; title = "Jump to Selection"; ObjectID = "S0p-oC-mLd"; */ -"S0p-oC-mLd.title" = "Jump to Selection"; +"S0p-oC-mLd.title" = "Aller à la sélection"; + +/* Class = "NSMenuItem"; title = "Document"; ObjectID = "TEm-B8-gsH"; */ +"TEm-B8-gsH.title" = "Document"; /* Class = "NSMenu"; title = "Window"; ObjectID = "Td7-aD-5lo"; */ "Td7-aD-5lo.title" = "Fenêtre"; @@ -215,37 +236,40 @@ "Vdr-fp-XzO.title" = "Masquer les autres"; /* Class = "NSMenuItem"; title = "Italic"; ObjectID = "Vjx-xi-njq"; */ -"Vjx-xi-njq.title" = "Italic"; +"Vjx-xi-njq.title" = "Italique"; /* Class = "NSMenu"; title = "Edit"; ObjectID = "W48-6f-4Dl"; */ "W48-6f-4Dl.title" = "Editer"; /* Class = "NSMenuItem"; title = "Underline"; ObjectID = "WRG-CD-K1S"; */ -"WRG-CD-K1S.title" = "Underline"; +"WRG-CD-K1S.title" = "Souligné"; /* Class = "NSMenuItem"; title = "Paste and Match Style"; ObjectID = "WeT-3V-zwk"; */ -"WeT-3V-zwk.title" = "Paste and Match Style"; +"WeT-3V-zwk.title" = "Coller et fusionner la mise en forme"; /* Class = "NSMenuItem"; title = "Find…"; ObjectID = "Xz5-n4-O0W"; */ "Xz5-n4-O0W.title" = "Trouver..."; /* Class = "NSMenuItem"; title = "Find and Replace…"; ObjectID = "YEy-JH-Tfz"; */ -"YEy-JH-Tfz.title" = "Find and Replace…"; +"YEy-JH-Tfz.title" = "Rechercher et remplacer…"; /* Class = "NSMenuItem"; title = "\tDefault"; ObjectID = "YGs-j5-SAR"; */ -"YGs-j5-SAR.title" = " Default"; +"YGs-j5-SAR.title" = "\tPar défaut"; /* Class = "NSMenuItem"; title = "Start Speaking"; ObjectID = "Ynk-f8-cLZ"; */ -"Ynk-f8-cLZ.title" = "Start Speaking"; +"Ynk-f8-cLZ.title" = "Commencer à parler"; /* Class = "NSMenuItem"; title = "Align Left"; ObjectID = "ZM1-6Q-yy1"; */ -"ZM1-6Q-yy1.title" = "Align Left"; +"ZM1-6Q-yy1.title" = "Aligner à gauche"; + +/* Class = "NSTextFieldCell"; title = "Version"; ObjectID = "ZbA-hc-8PE"; */ +"ZbA-hc-8PE.title" = "Version"; /* Class = "NSTextFieldCell"; title = "Email:"; ObjectID = "Zsi-3o-ASl"; */ -"Zsi-3o-ASl.title" = "E-mail"; +"Zsi-3o-ASl.title" = "Courriel :"; /* Class = "NSMenuItem"; title = "Paragraph"; ObjectID = "ZvO-Gk-QUH"; */ -"ZvO-Gk-QUH.title" = "Paragraph"; +"ZvO-Gk-QUH.title" = "Paragraphe"; /* Class = "NSMenuItem"; title = "Print…"; ObjectID = "aTl-1u-JFS"; */ "aTl-1u-JFS.title" = "Imprimer..."; @@ -260,28 +284,28 @@ "agt-UL-0e3.title" = "Par défaut"; /* Class = "NSMenuItem"; title = "Show Colors"; ObjectID = "bgn-CT-cEk"; */ -"bgn-CT-cEk.title" = "Show Colors"; +"bgn-CT-cEk.title" = "Afficher les couleurs"; /* Class = "NSMenu"; title = "File"; ObjectID = "bib-Uj-vzu"; */ "bib-Uj-vzu.title" = "Fichier"; /* Class = "NSMenuItem"; title = "Use Selection for Find"; ObjectID = "buJ-ug-pKt"; */ -"buJ-ug-pKt.title" = "Use Selection for Find"; +"buJ-ug-pKt.title" = "Utiliser la sélection pour la recherche"; /* Class = "NSMenu"; title = "Transformations"; ObjectID = "c8a-y6-VQd"; */ "c8a-y6-VQd.title" = "Transformations"; /* Class = "NSMenuItem"; title = "Use None"; ObjectID = "cDB-IK-hbR"; */ -"cDB-IK-hbR.title" = "Use None"; +"cDB-IK-hbR.title" = "N'utiliser aucun"; /* Class = "NSMenuItem"; title = "Selection"; ObjectID = "cqv-fj-IhA"; */ -"cqv-fj-IhA.title" = "Selection"; +"cqv-fj-IhA.title" = "Sélection"; /* Class = "NSMenuItem"; title = "Smart Links"; ObjectID = "cwL-P1-jid"; */ -"cwL-P1-jid.title" = "Smart Links"; +"cwL-P1-jid.title" = "Liens intelligents"; /* Class = "NSMenuItem"; title = "Make Lower Case"; ObjectID = "d9M-CD-aMd"; */ -"d9M-CD-aMd.title" = "Make Lower Case"; +"d9M-CD-aMd.title" = "Mettre en minuscules"; /* Class = "NSMenu"; title = "Text"; ObjectID = "d9c-me-L2H"; */ "d9c-me-L2H.title" = "Texte"; @@ -298,26 +322,32 @@ /* Class = "NSTextFieldCell"; title = "File Name"; ObjectID = "gm3-6i-EnL"; */ "gm3-6i-EnL.title" = "Nom de fichier"; +/* Class = "NSMenu"; title = "New"; ObjectID = "hD5-Cz-ItX"; */ +"hD5-Cz-ItX.title" = "Nouveau"; + /* Class = "NSMenuItem"; title = "Smart Quotes"; ObjectID = "hQb-2v-fYv"; */ -"hQb-2v-fYv.title" = "Smart Quotes"; +"hQb-2v-fYv.title" = "Citations intelligentes"; + +/* Class = "NSMenuItem"; title = "Presentation"; ObjectID = "hkB-TU-Ps1"; */ +"hkB-TU-Ps1.title" = "Présentation"; /* Class = "NSMenuItem"; title = "Check Document Now"; ObjectID = "hz2-CU-CR7"; */ -"hz2-CU-CR7.title" = "Check Document Now"; +"hz2-CU-CR7.title" = "Vérifier le document maintenant"; /* Class = "NSMenu"; title = "Services"; ObjectID = "hz9-B4-Xy5"; */ "hz9-B4-Xy5.title" = "Départements"; /* Class = "NSMenuItem"; title = "Smaller"; ObjectID = "i1d-Er-qST"; */ -"i1d-Er-qST.title" = "Smaller"; +"i1d-Er-qST.title" = "Plus petit"; /* Class = "NSMenu"; title = "Baseline"; ObjectID = "ijk-EB-dga"; */ -"ijk-EB-dga.title" = "Baseline"; +"ijk-EB-dga.title" = "Ligne de base"; /* Class = "NSMenuItem"; title = "Kern"; ObjectID = "jBQ-r6-VK2"; */ -"jBQ-r6-VK2.title" = "Kern"; +"jBQ-r6-VK2.title" = "Crénage"; /* Class = "NSMenuItem"; title = "\tRight to Left"; ObjectID = "jFq-tB-4Kx"; */ -"jFq-tB-4Kx.title" = " Right to Left"; +"jFq-tB-4Kx.title" = "\tDe droite à gauche"; /* Class = "NSMenuItem"; title = "Format"; ObjectID = "jxT-CU-nIS"; */ "jxT-CU-nIS.title" = "Format"; @@ -325,11 +355,14 @@ /* Class = "NSTabViewItem"; label = "ONLYOFFICE"; ObjectID = "kcg-El-49G"; */ "kcg-El-49G.label" = "ONLYOFFICE"; +/* Class = "NSButtonCell"; title = "START"; ObjectID = "llV-Yc-IJ4"; */ +"llV-Yc-IJ4.title" = "Démarrer"; + /* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "m0C-e9-0oc"; */ -"m0C-e9-0oc.title" = "Annulation"; +"m0C-e9-0oc.title" = "Annuler"; /* Class = "NSMenuItem"; title = "Check Grammar With Spelling"; ObjectID = "mK6-2p-4JG"; */ -"mK6-2p-4JG.title" = "Check Grammar With Spelling"; +"mK6-2p-4JG.title" = "Vérifier la grammaire et l'orthographe"; /* Class = "NSMenuItem"; title = "Ligatures"; ObjectID = "o6e-r0-MWq"; */ "o6e-r0-MWq.title" = "Ligatures"; @@ -338,7 +371,7 @@ "oas-Oc-fiZ.title" = "Récent"; /* Class = "NSMenuItem"; title = "Loosen"; ObjectID = "ogc-rX-tC1"; */ -"ogc-rX-tC1.title" = "Loosen"; +"ogc-rX-tC1.title" = "Étendre"; /* Class = "NSMenuItem"; title = "Delete"; ObjectID = "pa3-QI-u2k"; */ "pa3-QI-u2k.title" = "Supprimer"; @@ -347,7 +380,7 @@ "pxx-59-PXV.title" = "Enregistrer..."; /* Class = "NSMenuItem"; title = "Find Next"; ObjectID = "q09-fT-Sye"; */ -"q09-fT-Sye.title" = "Find Next"; +"q09-fT-Sye.title" = "Rechercher suivant"; /* Class = "NSMenuItem"; title = "Page Setup…"; ObjectID = "qIS-W8-SiK"; */ "qIS-W8-SiK.title" = "Paramètres de la page…"; @@ -356,22 +389,25 @@ "rG1-93-HjS.title" = "ONLYOFFICE "; /* Class = "NSMenuItem"; title = "Check Spelling While Typing"; ObjectID = "rbD-Rh-wIN"; */ -"rbD-Rh-wIN.title" = "Check Spelling While Typing"; +"rbD-Rh-wIN.title" = "Vérifier l'orthographe pendant la saisie"; /* Class = "NSMenuItem"; title = "Smart Dashes"; ObjectID = "rgM-f4-ycn"; */ -"rgM-f4-ycn.title" = "Smart Dashes"; +"rgM-f4-ycn.title" = "Tirets intelligents"; + +/* Class = "NSTextFieldCell"; title = "Copyright info"; ObjectID = "sGd-zc-V0B"; */ +"sGd-zc-V0B.title" = "Informations de copyright"; /* Class = "NSMenuItem"; title = "Show Toolbar"; ObjectID = "snW-S8-Cw5"; */ -"snW-S8-Cw5.title" = "Show Toolbar"; +"snW-S8-Cw5.title" = "Afficher la barre d'outils"; /* Class = "NSMenuItem"; title = "Data Detectors"; ObjectID = "tRr-pd-1PS"; */ -"tRr-pd-1PS.title" = "Data Detectors"; +"tRr-pd-1PS.title" = "Détecteurs de données"; /* Class = "NSMenuItem"; title = "Open Recent"; ObjectID = "tXI-mr-wws"; */ "tXI-mr-wws.title" = "Récent"; /* Class = "NSMenu"; title = "Kern"; ObjectID = "tlD-Oa-oAM"; */ -"tlD-Oa-oAM.title" = "Kern"; +"tlD-Oa-oAM.title" = "Crénage"; /* Class = "NSMenu"; title = "ONLYOFFICE"; ObjectID = "uQy-DD-JDr"; */ "uQy-DD-JDr.title" = "ONLYOFFICE"; @@ -379,45 +415,48 @@ /* Class = "NSMenuItem"; title = "Cut"; ObjectID = "uRl-iY-unG"; */ "uRl-iY-unG.title" = "Couper"; +/* Class = "NSMenuItem"; title = "Check for Updates…"; ObjectID = "ud7-wC-A79"; */ +"ud7-wC-A79.title" = "Vérifier les mises à jour"; + /* Class = "NSMenuItem"; title = "Paste Style"; ObjectID = "vKC-jM-MkH"; */ -"vKC-jM-MkH.title" = "Paste Style"; +"vKC-jM-MkH.title" = "Coller le style"; /* Class = "NSMenuItem"; title = "Show Ruler"; ObjectID = "vLm-3I-IUL"; */ -"vLm-3I-IUL.title" = "Show Ruler"; +"vLm-3I-IUL.title" = "Afficher la règle"; /* Class = "NSMenuItem"; title = "Clear Menu"; ObjectID = "vNY-rz-j42"; */ -"vNY-rz-j42.title" = "Clear Menu"; +"vNY-rz-j42.title" = "Effacer le menu"; /* Class = "NSMenuItem"; title = "Make Upper Case"; ObjectID = "vmV-6d-7jI"; */ -"vmV-6d-7jI.title" = "Make Upper Case"; +"vmV-6d-7jI.title" = "Mettre en majuscules"; /* Class = "NSMenu"; title = "Ligatures"; ObjectID = "w0m-vy-SC9"; */ "w0m-vy-SC9.title" = "Ligatures"; /* Class = "NSMenuItem"; title = "Align Right"; ObjectID = "wb2-vD-lq4"; */ -"wb2-vD-lq4.title" = "Align Right"; +"wb2-vD-lq4.title" = "Aligner à droite"; /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "wpe-8d-5DV"; */ -"wpe-8d-5DV.title" = "Text Cell"; +"wpe-8d-5DV.title" = "Cellule de texte"; /* Class = "NSMenuItem"; title = "Help"; ObjectID = "wpr-3q-Mcd"; */ "wpr-3q-Mcd.title" = "Aide"; -/* Class = "NSBox"; title = "Box"; ObjectID = "wrb-Yp-5M3"; */ -"wrb-Yp-5M3.title" = "Box"; - /* Class = "NSMenuItem"; title = "Copy"; ObjectID = "x3v-GG-iWU"; */ "x3v-GG-iWU.title" = "Copier"; +/* Class = "NSTextFieldCell"; title = "Product"; ObjectID = "xCO-ey-2lo"; */ +"xCO-ey-2lo.title" = "Produit"; + /* Class = "NSMenuItem"; title = "Use All"; ObjectID = "xQD-1f-W4t"; */ -"xQD-1f-W4t.title" = "Use All"; +"xQD-1f-W4t.title" = "Tout utiliser"; /* Class = "NSMenuItem"; title = "Speech"; ObjectID = "xrE-MZ-jX0"; */ -"xrE-MZ-jX0.title" = "Speech"; +"xrE-MZ-jX0.title" = "Parole"; /* Class = "NSMenuItem"; title = "Show Substitutions"; ObjectID = "z6F-FW-3nz"; */ -"z6F-FW-3nz.title" = "Show Substitutions"; +"z6F-FW-3nz.title" = "Afficher les substitutions"; /* Class = "NSTextFieldCell"; title = "Portal:"; ObjectID = "zwS-9G-S0N"; */ -"zwS-9G-S0N.title" = "Portail:"; +"zwS-9G-S0N.title" = "Portail :"; diff --git a/macos/ONLYOFFICE/fr.lproj/Presentation-Reporter.strings b/macos/ONLYOFFICE/fr.lproj/Presentation-Reporter.strings index 8b1378917..76337df30 100644 --- a/macos/ONLYOFFICE/fr.lproj/Presentation-Reporter.strings +++ b/macos/ONLYOFFICE/fr.lproj/Presentation-Reporter.strings @@ -1 +1,3 @@ +/* Class = "NSWindow"; title = "ONLYOFFICE Reporter Window"; ObjectID = "Ygx-5K-Hn8"; */ +"Ygx-5K-Hn8.title" = "Fenêtre de rapports ONLYOFFICE"; diff --git a/macos/ONLYOFFICE/pt-BR.lproj/Localizable.strings b/macos/ONLYOFFICE/pt-BR.lproj/Localizable.strings new file mode 100644 index 000000000..0ac5c2670 --- /dev/null +++ b/macos/ONLYOFFICE/pt-BR.lproj/Localizable.strings @@ -0,0 +1,141 @@ +/* No comment provided by engineer. */ +"%@ Help" = "Ajuda do %@"; + +/* No comment provided by engineer. */ +"About %@" = "Sobre o %@"; + +/* No comment provided by engineer. */ +"Acknowledgments" = "Reconhecimentos"; + +/* No comment provided by engineer. */ +"Cancel" = "Cancelar"; + +/* No comment provided by engineer. */ +"Comma-Separated Values" = "Valores separados por vírgulas"; + +/* No comment provided by engineer. */ +"Create portal" = "Criar portal"; + +/* No comment provided by engineer. */ +"Delete and Quit" = "Excluir e sair"; + +/* No comment provided by engineer. */ +"DjVu File" = "Arquivo DjVu"; + +/* No comment provided by engineer. */ +"Do you want to save the changes made to the document \"%@\"?" = "Você deseja salvar as alterações realizadas no documento \"%@\"?"; + +/* No comment provided by engineer. */ +"Document %ld.docx" = "Documento %ld.docx"; + +/* No comment provided by engineer. */ +"Excel 97-2003 Spreadsheet" = "Planilha do Excel 97-2003"; + +/* No comment provided by engineer. */ +"Excel 2007 Spreadsheet" = "Planilha do Excel 2007"; + +/* No comment provided by engineer. */ +"File \"%@\" can not be open or not exist." = "Arquivo \"%@\" não pode ser aberto ou não existe."; + +/* No comment provided by engineer. */ +"File Format:" = "Formato do arquivo:"; + +/* No comment provided by engineer. */ +"File can not be open." = "Arquivo não pode ser aberto."; + +/* No comment provided by engineer. */ +"Hide %@" = "Ocultar %@"; + +/* No comment provided by engineer. */ +"If you don't review your documents, all your changeses will be lost." = "Se você não fizer a revisão dos seus documentos, todas as alterações serão perdidas."; + +/* No comment provided by engineer. */ +"License Agreement" = "Contrato de licença"; + +/* No comment provided by engineer. */ +"Mobipocket e-book" = "Livro eletrônico do Mobipocket"; + +/* No comment provided by engineer. */ +"No" = "Não"; + +/* No comment provided by engineer. */ +"OK" = "OK"; + +/* No comment provided by engineer. */ +"ONLYOFFICE Free" = "ONLYOFFICE gratuito"; + +/* No comment provided by engineer. */ +"OpenOffice Document" = "Documento do OpenOffice"; + +/* No comment provided by engineer. */ +"OpenOffice Presentation" = "Apresentação do OpenOffice"; + +/* No comment provided by engineer. */ +"OpenOffice Spreadsheet" = "Planilha do OpenOffice"; + +/* No comment provided by engineer. */ +"Opening" = "Abrindo"; + +/* No comment provided by engineer. */ +"PDF File" = "Arquivo PDF"; + +/* No comment provided by engineer. */ +"Plain Text" = "Texto sem formatação"; + +/* No comment provided by engineer. */ +"PowerPoint 97-2003 Presentation" = "Apresentação do PowerPoint 97-2003"; + +/* No comment provided by engineer. */ +"PowerPoint 2007 Presentation" = "Apresentação do PowerPoint 2007"; + +/* No comment provided by engineer. */ +"PowerPoint Slide Show" = "Apresentação de slides do PowerPoint"; + +/* No comment provided by engineer. */ +"Preparing..." = "Preparando..."; + +/* No comment provided by engineer. */ +"Presentation %ld.pptx" = "Apresentação %ld.pptx"; + +/* No comment provided by engineer. */ +"Quit %@" = "Sair %@"; + +/* No comment provided by engineer. */ +"Review Changes..." = "Rever alterações..."; + +/* No comment provided by engineer. */ +"Rich Text Document" = "Documento RTF"; + +/* No comment provided by engineer. */ +"Spreadsheet %ld.xlsx" = "Planilha %ld.xlsx"; + +/* No comment provided by engineer. */ +"Unconfirmed" = "Não confirmado"; + +/* No comment provided by engineer. */ +"Untitled" = "Sem título"; + +/* No comment provided by engineer. */ +"Version %@ (%@)" = "Versão %1$@ (%2$@)"; + +/* No comment provided by engineer. */ +"Web Page" = "Página Web"; + +/* No comment provided by engineer. */ +"Word 97-2003 Document" = "Documento do Word 97-2003"; + +/* No comment provided by engineer. */ +"Word 2007 Document" = "Documento do Word 2007"; + +/* No comment provided by engineer. */ +"XML Paper Specification" = "XML Paper Specification"; + +/* No comment provided by engineer. */ +"Yes" = "Sim"; + +/* No comment provided by engineer. */ +"You have %ld %@ documents with unconfirmed changes. Do you want to review these changes before quitting?" = "Você tem %1$ld %2$@ documentos com alterações não confirmadas. Você deseja rever essas alterações antes de sair?"; + +/* No comment provided by engineer. */ +"Your changes will be lost if you don’t save them." = "As suas alterações serão perdidas se você não salvá-las."; + diff --git a/macos/ONLYOFFICE/pt-BR.lproj/Localizable.stringsdict b/macos/ONLYOFFICE/pt-BR.lproj/Localizable.stringsdict new file mode 100755 index 000000000..c58935c6d --- /dev/null +++ b/macos/ONLYOFFICE/pt-BR.lproj/Localizable.stringsdict @@ -0,0 +1,57 @@ + + + + + You have %ld %@ documents with unconfirmed changes. Do you want to review these changes before quitting? + + NSStringLocalizedFormatKey + %#@documents@ + documents + + NSStringFormatSpecTypeKey + NSStringPluralRuleType + NSStringFormatValueTypeKey + ld + one + Voce tem %ld% @ documento com alteracoes nao confirmadas. Deseja rever estas alteracoes antes de sair? + other + Voce tem %ld% @ documentos com alteracoes nao confirmadas. Deseja rever estas alteracoes antes de sair? + + + %d days are left until the license expiration. + + NSStringLocalizedFormatKey + %#@days@ + days + + NSStringFormatSpecTypeKey + NSStringPluralRuleType + NSStringFormatValueTypeKey + d + one + %d day are left until the license expiration. + other + %d days are left until the license expiration. + + + You are using a trial version of the application. +The trial period will end in %d days, after that you will not be able to create and edit documents. + + NSStringLocalizedFormatKey + %#@days@ + days + + NSStringFormatSpecTypeKey + NSStringPluralRuleType + NSStringFormatValueTypeKey + d + one + You are using a trial version of the application. +The trial period will end in %d day, after that you will not be able to create and edit documents. + other + You are using a trial version of the application. +The trial period will end in %d days, after that you will not be able to create and edit documents. + + + + diff --git a/macos/ONLYOFFICE/pt-BR.lproj/Main.strings b/macos/ONLYOFFICE/pt-BR.lproj/Main.strings new file mode 100644 index 000000000..8369ebfa8 --- /dev/null +++ b/macos/ONLYOFFICE/pt-BR.lproj/Main.strings @@ -0,0 +1,462 @@ +/* Class = "NSMenuItem"; title = "Customize Toolbar…"; ObjectID = "1UK-8n-QPP"; */ +"1UK-8n-QPP.title" = "Personalizar barra de ferramentas..."; + +/* Class = "NSMenuItem"; title = "ONLYOFFICE"; ObjectID = "1Xt-HY-uBw"; */ +"1Xt-HY-uBw.title" = "ONLYOFFICE"; + +/* Class = "NSMenu"; title = "Find"; ObjectID = "1b7-l0-nxx"; */ +"1b7-l0-nxx.title" = "Localizar"; + +/* Class = "NSMenuItem"; title = "Lower"; ObjectID = "1tx-W0-xDw"; */ +"1tx-W0-xDw.title" = "Diminuir"; + +/* Class = "NSMenuItem"; title = "Raise"; ObjectID = "2h7-ER-AoG"; */ +"2h7-ER-AoG.title" = "Aumentar"; + +/* Class = "NSMenuItem"; title = "Transformations"; ObjectID = "2oI-Rn-ZJC"; */ +"2oI-Rn-ZJC.title" = "Transformações"; + +/* Class = "NSMenu"; title = "Spelling"; ObjectID = "3IN-sU-3Bg"; */ +"3IN-sU-3Bg.title" = "Ortografia"; + +/* Class = "NSMenuItem"; title = "Use Default"; ObjectID = "3Om-Ey-2VK"; */ +"3Om-Ey-2VK.title" = "Usar padrão"; + +/* Class = "NSMenu"; title = "Speech"; ObjectID = "3rS-ZA-NoH"; */ +"3rS-ZA-NoH.title" = "Fala"; + +/* Class = "NSMenuItem"; title = "Find"; ObjectID = "4EN-yA-p0u"; */ +"4EN-yA-p0u.title" = "Localizar"; + +/* Class = "NSMenuItem"; title = "License Agreement"; ObjectID = "4et-TX-a4m"; */ +"4et-TX-a4m.title" = "Contrato de licença"; + +/* Class = "NSMenuItem"; title = "Quit ONLYOFFICE"; ObjectID = "4sb-4s-VLi"; */ +"4sb-4s-VLi.title" = "Sair do ONLYOFFICE"; + +/* Class = "NSMenuItem"; title = "Edit"; ObjectID = "5QF-Oa-p0T"; */ +"5QF-Oa-p0T.title" = "Editar"; + +/* Class = "NSMenuItem"; title = "Copy Style"; ObjectID = "5Vv-lz-BsD"; */ +"5Vv-lz-BsD.title" = "Copiar estilo"; + +/* Class = "NSMenuItem"; title = "About ONLYOFFICE"; ObjectID = "5kV-Vb-QxS"; */ +"5kV-Vb-QxS.title" = "Sobre o ONLYOFFICE"; + +/* Class = "NSMenuItem"; title = "Redo"; ObjectID = "6dh-zS-Vam"; */ +"6dh-zS-Vam.title" = "Refazer"; + +/* Class = "NSButtonCell"; title = "License agreement"; ObjectID = "8Ga-Cu-VGe"; */ +"8Ga-Cu-VGe.title" = "Contrato de licença"; + +/* Class = "NSMenu"; title = "Writing Direction"; ObjectID = "8mr-sm-Yjd"; */ +"8mr-sm-Yjd.title" = "Orientação do texto"; + +/* Class = "NSMenuItem"; title = "New"; ObjectID = "9aQ-wl-gjS"; */ +"9aQ-wl-gjS.title" = "Novo"; + +/* Class = "NSTextFieldCell"; title = "none"; ObjectID = "9i7-kj-42B"; */ +"9i7-kj-42B.title" = "nenhum"; + +/* Class = "NSMenuItem"; title = "Substitutions"; ObjectID = "9ic-FL-obx"; */ +"9ic-FL-obx.title" = "Substituições"; + +/* Class = "NSMenuItem"; title = "Smart Copy/Paste"; ObjectID = "9yt-4B-nSM"; */ +"9yt-4B-nSM.title" = "Copiar/colar inteligente"; + +/* Class = "NSMenuItem"; title = "Tighten"; ObjectID = "46P-cB-AYj"; */ +"46P-cB-AYj.title" = "Ajustar"; + +/* Class = "NSMenuItem"; title = "Correct Spelling Automatically"; ObjectID = "78Y-hA-62v"; */ +"78Y-hA-62v.title" = "Corrigir ortografia automaticamente"; + +/* Class = "NSMenu"; title = "Main Menu"; ObjectID = "AYu-sK-qS6"; */ +"AYu-sK-qS6.title" = "Menu principal"; + +/* Class = "NSMenuItem"; title = "Preferences…"; ObjectID = "BOF-NM-1cW"; */ +"BOF-NM-1cW.title" = "Preferências..."; + +/* Class = "NSMenuItem"; title = "\tLeft to Right"; ObjectID = "BgM-ve-c93"; */ +"BgM-ve-c93.title" = "\tDa esquerda para a direita"; + +/* Class = "NSMenuItem"; title = "Save As…"; ObjectID = "Bw7-FT-i3A"; */ +"Bw7-FT-i3A.title" = "Salvar como..."; + +/* Class = "NSMenuItem"; title = "Acknowledgments"; ObjectID = "CJU-dx-a9l"; */ +"CJU-dx-a9l.title" = "Reconhecimentos"; + +/* Class = "NSMenuItem"; title = "Spreadsheet"; ObjectID = "DOj-j9-dza"; */ +"DOj-j9-dza.title" = "Planilha"; + +/* Class = "NSMenuItem"; title = "Close"; ObjectID = "DVo-aG-piG"; */ +"DVo-aG-piG.title" = "Fechar"; + +/* Class = "NSMenuItem"; title = "Spelling and Grammar"; ObjectID = "Dv1-io-Yv7"; */ +"Dv1-io-Yv7.title" = "Ortografia e gramática"; + +/* Class = "NSMenu"; title = "Help"; ObjectID = "F2S-fz-NVQ"; */ +"F2S-fz-NVQ.title" = "Ajuda"; + +/* Class = "NSMenuItem"; title = "Product Help"; ObjectID = "FKE-Sm-Kum"; */ +"FKE-Sm-Kum.title" = "Ajuda sobre produtos"; + +/* Class = "NSMenuItem"; title = "Text"; ObjectID = "Fal-I4-PZk"; */ +"Fal-I4-PZk.title" = "Texto"; + +/* Class = "NSMenu"; title = "Substitutions"; ObjectID = "FeM-D8-WVr"; */ +"FeM-D8-WVr.title" = "Substituições"; + +/* Class = "NSTextFieldCell"; title = "User Name"; ObjectID = "FoF-wl-Dxi"; */ +"FoF-wl-Dxi.title" = "Nome de usuário"; + +/* Class = "NSMenuItem"; title = "Bold"; ObjectID = "GB9-OM-e27"; */ +"GB9-OM-e27.title" = "Negrito"; + +/* Class = "NSMenu"; title = "Format"; ObjectID = "GEO-Iw-cKr"; */ +"GEO-Iw-cKr.title" = "Formato"; + +/* Class = "NSMenuItem"; title = "Use Default"; ObjectID = "GUa-eO-cwY"; */ +"GUa-eO-cwY.title" = "Usar padrão"; + +/* Class = "NSMenuItem"; title = "Font"; ObjectID = "Gi5-1S-RQB"; */ +"Gi5-1S-RQB.title" = "Fonte"; + +/* Class = "NSMenuItem"; title = "Writing Direction"; ObjectID = "H1b-Si-o9J"; */ +"H1b-Si-o9J.title" = "Orientação do texto"; + +/* Class = "NSMenuItem"; title = "View"; ObjectID = "H8h-7b-M4v"; */ +"H8h-7b-M4v.title" = "Ver"; + +/* Class = "NSMenuItem"; title = "Text Replacement"; ObjectID = "HFQ-gK-NFA"; */ +"HFQ-gK-NFA.title" = "Substituição de texto"; + +/* Class = "NSMenuItem"; title = "Show Spelling and Grammar"; ObjectID = "HFo-cy-zxI"; */ +"HFo-cy-zxI.title" = "Exibir ortografia e gramática"; + +/* Class = "NSMenu"; title = "View"; ObjectID = "HyV-fh-RgO"; */ +"HyV-fh-RgO.title" = "Ver"; + +/* Class = "NSMenuItem"; title = "Subscript"; ObjectID = "I0S-gh-46l"; */ +"I0S-gh-46l.title" = "Subscrito"; + +/* Class = "NSMenuItem"; title = "Open…"; ObjectID = "IAo-SY-fd9"; */ +"IAo-SY-fd9.title" = "Abrir..."; + +/* Class = "NSWindow"; title = "ONLYOFFICE"; ObjectID = "IQv-IB-iLA"; */ +"IQv-IB-iLA.title" = "ONLYOFFICE"; + +/* Class = "NSMenuItem"; title = "Justify"; ObjectID = "J5U-5w-g23"; */ +"J5U-5w-g23.title" = "Justificar"; + +/* Class = "NSMenuItem"; title = "Use None"; ObjectID = "J7y-lM-qPV"; */ +"J7y-lM-qPV.title" = "Usar nenhum"; + +/* Class = "NSMenuItem"; title = "Revert to Saved"; ObjectID = "KaW-ft-85H"; */ +"KaW-ft-85H.title" = "Reverter para salvo"; + +/* Class = "NSMenuItem"; title = "Show All"; ObjectID = "Kd2-mp-pUS"; */ +"Kd2-mp-pUS.title" = "Exibir todos"; + +/* Class = "NSMenuItem"; title = "Bring All to Front"; ObjectID = "LE2-aR-0XJ"; */ +"LE2-aR-0XJ.title" = "Trazer tudo para frente"; + +/* Class = "NSMenuItem"; title = "Paste Ruler"; ObjectID = "LVM-kO-fVI"; */ +"LVM-kO-fVI.title" = "Colar régua"; + +/* Class = "NSMenuItem"; title = "\tLeft to Right"; ObjectID = "Lbh-J2-qVU"; */ +"Lbh-J2-qVU.title" = "\tDa esquerda para a direita"; + +/* Class = "NSMenuItem"; title = "Copy Ruler"; ObjectID = "MkV-Pr-PK5"; */ +"MkV-Pr-PK5.title" = "Copiar régua"; + +/* Class = "NSMenuItem"; title = "Services"; ObjectID = "NMo-om-nkz"; */ +"NMo-om-nkz.title" = "Serviços"; + +/* Class = "NSMenuItem"; title = "\tDefault"; ObjectID = "Nop-cj-93Q"; */ +"Nop-cj-93Q.title" = "\tPadrão"; + +/* Class = "NSMenuItem"; title = "Minimize"; ObjectID = "OY7-WF-poV"; */ +"OY7-WF-poV.title" = "Minimizar"; + +/* Class = "NSMenuItem"; title = "Baseline"; ObjectID = "OaQ-X3-Vso"; */ +"OaQ-X3-Vso.title" = "Linha de base"; + +/* Class = "NSMenuItem"; title = "Hide ONLYOFFICE"; ObjectID = "Olw-nP-bQN"; */ +"Olw-nP-bQN.title" = "Ocultar o ONLYOFFICE"; + +/* Class = "NSMenuItem"; title = "Find Previous"; ObjectID = "OwM-mh-QMV"; */ +"OwM-mh-QMV.title" = "Localizar anterior"; + +/* Class = "NSMenuItem"; title = "Stop Speaking"; ObjectID = "Oyz-dy-DGm"; */ +"Oyz-dy-DGm.title" = "Parar de ler em voz alta"; + +/* Class = "NSMenuItem"; title = "Bigger"; ObjectID = "Ptp-SP-VEL"; */ +"Ptp-SP-VEL.title" = "Maior"; + +/* Class = "NSMenuItem"; title = "Show Fonts"; ObjectID = "Q5e-8K-NDq"; */ +"Q5e-8K-NDq.title" = "Exibir fontes"; + +/* Class = "NSMenuItem"; title = "Zoom"; ObjectID = "R4o-n2-Eq4"; */ +"R4o-n2-Eq4.title" = "Zoom"; + +/* Class = "NSMenuItem"; title = "\tRight to Left"; ObjectID = "RB4-Sm-HuC"; */ +"RB4-Sm-HuC.title" = "\tDa direita para a esquerda"; + +/* Class = "NSButtonCell"; title = "Close"; ObjectID = "Riu-oE-8dj"; */ +"Riu-oE-8dj.title" = "Fechar"; + +/* Class = "NSTextFieldCell"; title = "none"; ObjectID = "Rkd-xb-FRJ"; */ +"Rkd-xb-FRJ.title" = "nenhum"; + +/* Class = "NSButtonCell"; title = "Logout"; ObjectID = "RmO-tv-UKh"; */ +"RmO-tv-UKh.title" = "Sair"; + +/* Class = "NSMenuItem"; title = "Superscript"; ObjectID = "Rqc-34-cIF"; */ +"Rqc-34-cIF.title" = "Sobrescrito"; + +/* Class = "NSMenuItem"; title = "Select All"; ObjectID = "Ruw-6m-B2m"; */ +"Ruw-6m-B2m.title" = "Selecionar tudo"; + +/* Class = "NSMenuItem"; title = "Jump to Selection"; ObjectID = "S0p-oC-mLd"; */ +"S0p-oC-mLd.title" = "Ir para seleção"; + +/* Class = "NSMenuItem"; title = "Document"; ObjectID = "TEm-B8-gsH"; */ +"TEm-B8-gsH.title" = "Documento"; + +/* Class = "NSMenu"; title = "Window"; ObjectID = "Td7-aD-5lo"; */ +"Td7-aD-5lo.title" = "Janela"; + +/* Class = "NSMenuItem"; title = "Capitalize"; ObjectID = "UEZ-Bs-lqG"; */ +"UEZ-Bs-lqG.title" = "Colocar em maiúsculas"; + +/* Class = "NSMenuItem"; title = "Center"; ObjectID = "VIY-Ag-zcb"; */ +"VIY-Ag-zcb.title" = "Centro"; + +/* Class = "NSMenuItem"; title = "Hide Others"; ObjectID = "Vdr-fp-XzO"; */ +"Vdr-fp-XzO.title" = "Ocultar outros"; + +/* Class = "NSMenuItem"; title = "Italic"; ObjectID = "Vjx-xi-njq"; */ +"Vjx-xi-njq.title" = "Itálico"; + +/* Class = "NSMenu"; title = "Edit"; ObjectID = "W48-6f-4Dl"; */ +"W48-6f-4Dl.title" = "Editar"; + +/* Class = "NSMenuItem"; title = "Underline"; ObjectID = "WRG-CD-K1S"; */ +"WRG-CD-K1S.title" = "Sublinhado"; + +/* Class = "NSMenuItem"; title = "Paste and Match Style"; ObjectID = "WeT-3V-zwk"; */ +"WeT-3V-zwk.title" = "Colar e corresponder estilo"; + +/* Class = "NSMenuItem"; title = "Find…"; ObjectID = "Xz5-n4-O0W"; */ +"Xz5-n4-O0W.title" = "Localizar..."; + +/* Class = "NSMenuItem"; title = "Find and Replace…"; ObjectID = "YEy-JH-Tfz"; */ +"YEy-JH-Tfz.title" = "Localizar e substituir..."; + +/* Class = "NSMenuItem"; title = "\tDefault"; ObjectID = "YGs-j5-SAR"; */ +"YGs-j5-SAR.title" = "\tPadrão"; + +/* Class = "NSMenuItem"; title = "Start Speaking"; ObjectID = "Ynk-f8-cLZ"; */ +"Ynk-f8-cLZ.title" = "Começar a ler em voz alta"; + +/* Class = "NSMenuItem"; title = "Align Left"; ObjectID = "ZM1-6Q-yy1"; */ +"ZM1-6Q-yy1.title" = "Alinhar a esquerda"; + +/* Class = "NSTextFieldCell"; title = "Version"; ObjectID = "ZbA-hc-8PE"; */ +"ZbA-hc-8PE.title" = "Versão"; + +/* Class = "NSTextFieldCell"; title = "Email:"; ObjectID = "Zsi-3o-ASl"; */ +"Zsi-3o-ASl.title" = "E-mail:"; + +/* Class = "NSMenuItem"; title = "Paragraph"; ObjectID = "ZvO-Gk-QUH"; */ +"ZvO-Gk-QUH.title" = "Parágrafo"; + +/* Class = "NSMenuItem"; title = "Print…"; ObjectID = "aTl-1u-JFS"; */ +"aTl-1u-JFS.title" = "Imprimir..."; + +/* Class = "NSMenuItem"; title = "Window"; ObjectID = "aUF-d1-5bR"; */ +"aUF-d1-5bR.title" = "Janela"; + +/* Class = "NSMenu"; title = "Font"; ObjectID = "aXa-aM-Jaq"; */ +"aXa-aM-Jaq.title" = "Fonte"; + +/* Class = "NSMenuItem"; title = "Use Default"; ObjectID = "agt-UL-0e3"; */ +"agt-UL-0e3.title" = "Usar padrão"; + +/* Class = "NSMenuItem"; title = "Show Colors"; ObjectID = "bgn-CT-cEk"; */ +"bgn-CT-cEk.title" = "Exibir cores"; + +/* Class = "NSMenu"; title = "File"; ObjectID = "bib-Uj-vzu"; */ +"bib-Uj-vzu.title" = "Arquivo"; + +/* Class = "NSMenuItem"; title = "Use Selection for Find"; ObjectID = "buJ-ug-pKt"; */ +"buJ-ug-pKt.title" = "Usar seleção para localizar"; + +/* Class = "NSMenu"; title = "Transformations"; ObjectID = "c8a-y6-VQd"; */ +"c8a-y6-VQd.title" = "Transformações"; + +/* Class = "NSMenuItem"; title = "Use None"; ObjectID = "cDB-IK-hbR"; */ +"cDB-IK-hbR.title" = "Usar nenhum"; + +/* Class = "NSMenuItem"; title = "Selection"; ObjectID = "cqv-fj-IhA"; */ +"cqv-fj-IhA.title" = "Seleção"; + +/* Class = "NSMenuItem"; title = "Smart Links"; ObjectID = "cwL-P1-jid"; */ +"cwL-P1-jid.title" = "Links inteligentes"; + +/* Class = "NSMenuItem"; title = "Make Lower Case"; ObjectID = "d9M-CD-aMd"; */ +"d9M-CD-aMd.title" = "Tornar minúsculo"; + +/* Class = "NSMenu"; title = "Text"; ObjectID = "d9c-me-L2H"; */ +"d9c-me-L2H.title" = "Texto"; + +/* Class = "NSMenuItem"; title = "File"; ObjectID = "dMs-cI-mzQ"; */ +"dMs-cI-mzQ.title" = "Arquivo"; + +/* Class = "NSMenuItem"; title = "Undo"; ObjectID = "dRJ-4n-Yzg"; */ +"dRJ-4n-Yzg.title" = "Desfazer"; + +/* Class = "NSMenuItem"; title = "Paste"; ObjectID = "gVA-U4-sdL"; */ +"gVA-U4-sdL.title" = "Colar"; + +/* Class = "NSTextFieldCell"; title = "File Name"; ObjectID = "gm3-6i-EnL"; */ +"gm3-6i-EnL.title" = "Nome do arquivo"; + +/* Class = "NSMenu"; title = "New"; ObjectID = "hD5-Cz-ItX"; */ +"hD5-Cz-ItX.title" = "Novo"; + +/* Class = "NSMenuItem"; title = "Smart Quotes"; ObjectID = "hQb-2v-fYv"; */ +"hQb-2v-fYv.title" = "Aspas inteligentes"; + +/* Class = "NSMenuItem"; title = "Presentation"; ObjectID = "hkB-TU-Ps1"; */ +"hkB-TU-Ps1.title" = "Apresentação"; + +/* Class = "NSMenuItem"; title = "Check Document Now"; ObjectID = "hz2-CU-CR7"; */ +"hz2-CU-CR7.title" = "Verificar documento agora"; + +/* Class = "NSMenu"; title = "Services"; ObjectID = "hz9-B4-Xy5"; */ +"hz9-B4-Xy5.title" = "Serviços"; + +/* Class = "NSMenuItem"; title = "Smaller"; ObjectID = "i1d-Er-qST"; */ +"i1d-Er-qST.title" = "Menor"; + +/* Class = "NSMenu"; title = "Baseline"; ObjectID = "ijk-EB-dga"; */ +"ijk-EB-dga.title" = "Linha de base"; + +/* Class = "NSMenuItem"; title = "Kern"; ObjectID = "jBQ-r6-VK2"; */ +"jBQ-r6-VK2.title" = "Kern"; + +/* Class = "NSMenuItem"; title = "\tRight to Left"; ObjectID = "jFq-tB-4Kx"; */ +"jFq-tB-4Kx.title" = "\tDa direita para a esquerda"; + +/* Class = "NSMenuItem"; title = "Format"; ObjectID = "jxT-CU-nIS"; */ +"jxT-CU-nIS.title" = "Formato"; + +/* Class = "NSTabViewItem"; label = "ONLYOFFICE"; ObjectID = "kcg-El-49G"; */ +"kcg-El-49G.label" = "ONLYOFFICE"; + +/* Class = "NSButtonCell"; title = "START"; ObjectID = "llV-Yc-IJ4"; */ +"llV-Yc-IJ4.title" = "INICIAR"; + +/* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "m0C-e9-0oc"; */ +"m0C-e9-0oc.title" = "Cancelar"; + +/* Class = "NSMenuItem"; title = "Check Grammar With Spelling"; ObjectID = "mK6-2p-4JG"; */ +"mK6-2p-4JG.title" = "Verificar gramática com ortografia"; + +/* Class = "NSMenuItem"; title = "Ligatures"; ObjectID = "o6e-r0-MWq"; */ +"o6e-r0-MWq.title" = "Ligaduras"; + +/* Class = "NSMenu"; title = "Open Recent"; ObjectID = "oas-Oc-fiZ"; */ +"oas-Oc-fiZ.title" = "Abrir recente"; + +/* Class = "NSMenuItem"; title = "Loosen"; ObjectID = "ogc-rX-tC1"; */ +"ogc-rX-tC1.title" = "Liberar"; + +/* Class = "NSMenuItem"; title = "Delete"; ObjectID = "pa3-QI-u2k"; */ +"pa3-QI-u2k.title" = "Excluir"; + +/* Class = "NSMenuItem"; title = "Save"; ObjectID = "pxx-59-PXV"; */ +"pxx-59-PXV.title" = "Salvar"; + +/* Class = "NSMenuItem"; title = "Find Next"; ObjectID = "q09-fT-Sye"; */ +"q09-fT-Sye.title" = "Localizar seguinte"; + +/* Class = "NSMenuItem"; title = "Page Setup…"; ObjectID = "qIS-W8-SiK"; */ +"qIS-W8-SiK.title" = "Configuração de página..."; + +/* Class = "NSTextFieldCell"; title = "ONLYOFFICE "; ObjectID = "rG1-93-HjS"; */ +"rG1-93-HjS.title" = "ONLYOFFICE"; + +/* Class = "NSMenuItem"; title = "Check Spelling While Typing"; ObjectID = "rbD-Rh-wIN"; */ +"rbD-Rh-wIN.title" = "Verificar ortografia ao digitar"; + +/* Class = "NSMenuItem"; title = "Smart Dashes"; ObjectID = "rgM-f4-ycn"; */ +"rgM-f4-ycn.title" = "Barras inteligentes"; + +/* Class = "NSTextFieldCell"; title = "Copyright info"; ObjectID = "sGd-zc-V0B"; */ +"sGd-zc-V0B.title" = "Informações de copyright"; + +/* Class = "NSMenuItem"; title = "Show Toolbar"; ObjectID = "snW-S8-Cw5"; */ +"snW-S8-Cw5.title" = "Exibir barra de ferramentas"; + +/* Class = "NSMenuItem"; title = "Data Detectors"; ObjectID = "tRr-pd-1PS"; */ +"tRr-pd-1PS.title" = "Detectores de dados"; + +/* Class = "NSMenuItem"; title = "Open Recent"; ObjectID = "tXI-mr-wws"; */ +"tXI-mr-wws.title" = "Abrir recente"; + +/* Class = "NSMenu"; title = "Kern"; ObjectID = "tlD-Oa-oAM"; */ +"tlD-Oa-oAM.title" = "Kern"; + +/* Class = "NSMenu"; title = "ONLYOFFICE"; ObjectID = "uQy-DD-JDr"; */ +"uQy-DD-JDr.title" = "ONLYOFFICE"; + +/* Class = "NSMenuItem"; title = "Cut"; ObjectID = "uRl-iY-unG"; */ +"uRl-iY-unG.title" = "Cortar"; + +/* Class = "NSMenuItem"; title = "Check for Updates…"; ObjectID = "ud7-wC-A79"; */ +"ud7-wC-A79.title" = "Verificar atualizações"; + +/* Class = "NSMenuItem"; title = "Paste Style"; ObjectID = "vKC-jM-MkH"; */ +"vKC-jM-MkH.title" = "Colar estilo"; + +/* Class = "NSMenuItem"; title = "Show Ruler"; ObjectID = "vLm-3I-IUL"; */ +"vLm-3I-IUL.title" = "Exibir régua"; + +/* Class = "NSMenuItem"; title = "Clear Menu"; ObjectID = "vNY-rz-j42"; */ +"vNY-rz-j42.title" = "Limpar menu"; + +/* Class = "NSMenuItem"; title = "Make Upper Case"; ObjectID = "vmV-6d-7jI"; */ +"vmV-6d-7jI.title" = "Tornar maiúsculo"; + +/* Class = "NSMenu"; title = "Ligatures"; ObjectID = "w0m-vy-SC9"; */ +"w0m-vy-SC9.title" = "Ligaduras"; + +/* Class = "NSMenuItem"; title = "Align Right"; ObjectID = "wb2-vD-lq4"; */ +"wb2-vD-lq4.title" = "Alinhar à direita"; + +/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "wpe-8d-5DV"; */ +"wpe-8d-5DV.title" = "Célula de texto"; + +/* Class = "NSMenuItem"; title = "Help"; ObjectID = "wpr-3q-Mcd"; */ +"wpr-3q-Mcd.title" = "Ajuda"; + +/* Class = "NSMenuItem"; title = "Copy"; ObjectID = "x3v-GG-iWU"; */ +"x3v-GG-iWU.title" = "Copiar"; + +/* Class = "NSTextFieldCell"; title = "Product"; ObjectID = "xCO-ey-2lo"; */ +"xCO-ey-2lo.title" = "Produto"; + +/* Class = "NSMenuItem"; title = "Use All"; ObjectID = "xQD-1f-W4t"; */ +"xQD-1f-W4t.title" = "Usar tudo"; + +/* Class = "NSMenuItem"; title = "Speech"; ObjectID = "xrE-MZ-jX0"; */ +"xrE-MZ-jX0.title" = "Fala"; + +/* Class = "NSMenuItem"; title = "Show Substitutions"; ObjectID = "z6F-FW-3nz"; */ +"z6F-FW-3nz.title" = "Exibir substituições"; + +/* Class = "NSTextFieldCell"; title = "Portal:"; ObjectID = "zwS-9G-S0N"; */ +"zwS-9G-S0N.title" = "Portal:"; + diff --git a/macos/ONLYOFFICE/pt-BR.lproj/MoveApplication.strings b/macos/ONLYOFFICE/pt-BR.lproj/MoveApplication.strings new file mode 100644 index 000000000..f5f7b1fce Binary files /dev/null and b/macos/ONLYOFFICE/pt-BR.lproj/MoveApplication.strings differ diff --git a/macos/ONLYOFFICE/pt-BR.lproj/Presentation-Reporter.strings b/macos/ONLYOFFICE/pt-BR.lproj/Presentation-Reporter.strings new file mode 100644 index 000000000..ab4ada711 --- /dev/null +++ b/macos/ONLYOFFICE/pt-BR.lproj/Presentation-Reporter.strings @@ -0,0 +1,3 @@ +/* Class = "NSWindow"; title = "ONLYOFFICE Reporter Window"; ObjectID = "Ygx-5K-Hn8"; */ +"Ygx-5K-Hn8.title" = "ONLYOFFICE Reporter Window"; + diff --git a/macos/ONLYOFFICE/ru.lproj/Main.strings b/macos/ONLYOFFICE/ru.lproj/Main.strings index 4ddaff403..c0052467f 100644 --- a/macos/ONLYOFFICE/ru.lproj/Main.strings +++ b/macos/ONLYOFFICE/ru.lproj/Main.strings @@ -77,7 +77,7 @@ "BOF-NM-1cW.title" = "Настройки…"; /* Class = "NSMenuItem"; title = "\tLeft to Right"; ObjectID = "BgM-ve-c93"; */ -"BgM-ve-c93.title" = " Left to Right"; +"BgM-ve-c93.title" = "\tLeft to Right"; /* Class = "NSMenuItem"; title = "Save As…"; ObjectID = "Bw7-FT-i3A"; */ "Bw7-FT-i3A.title" = "Сохранить как…"; @@ -164,7 +164,7 @@ "LVM-kO-fVI.title" = "Paste Ruler"; /* Class = "NSMenuItem"; title = "\tLeft to Right"; ObjectID = "Lbh-J2-qVU"; */ -"Lbh-J2-qVU.title" = " Left to Right"; +"Lbh-J2-qVU.title" = "\tLeft to Right"; /* Class = "NSMenuItem"; title = "Copy Ruler"; ObjectID = "MkV-Pr-PK5"; */ "MkV-Pr-PK5.title" = "Copy Ruler"; @@ -173,7 +173,7 @@ "NMo-om-nkz.title" = "Службы"; /* Class = "NSMenuItem"; title = "\tDefault"; ObjectID = "Nop-cj-93Q"; */ -"Nop-cj-93Q.title" = " Default"; +"Nop-cj-93Q.title" = "\tDefault"; /* Class = "NSMenuItem"; title = "Minimize"; ObjectID = "OY7-WF-poV"; */ "OY7-WF-poV.title" = "Свернуть"; @@ -200,7 +200,7 @@ "R4o-n2-Eq4.title" = "Изменить масштаб"; /* Class = "NSMenuItem"; title = "\tRight to Left"; ObjectID = "RB4-Sm-HuC"; */ -"RB4-Sm-HuC.title" = " Right to Left"; +"RB4-Sm-HuC.title" = "\tRight to Left"; /* Class = "NSButtonCell"; title = "Close"; ObjectID = "Riu-oE-8dj"; */ "Riu-oE-8dj.title" = "Закрыть"; @@ -254,7 +254,7 @@ "YEy-JH-Tfz.title" = "Find and Replace…"; /* Class = "NSMenuItem"; title = "\tDefault"; ObjectID = "YGs-j5-SAR"; */ -"YGs-j5-SAR.title" = " Default"; +"YGs-j5-SAR.title" = "\tDefault"; /* Class = "NSMenuItem"; title = "Start Speaking"; ObjectID = "Ynk-f8-cLZ"; */ "Ynk-f8-cLZ.title" = "Start Speaking"; @@ -347,7 +347,7 @@ "jBQ-r6-VK2.title" = "Kern"; /* Class = "NSMenuItem"; title = "\tRight to Left"; ObjectID = "jFq-tB-4Kx"; */ -"jFq-tB-4Kx.title" = " Right to Left"; +"jFq-tB-4Kx.title" = "\tRight to Left"; /* Class = "NSMenuItem"; title = "Format"; ObjectID = "jxT-CU-nIS"; */ "jxT-CU-nIS.title" = "Format"; diff --git a/macos/ONLYOFFICE/ru.lproj/Presentation-Reporter.strings b/macos/ONLYOFFICE/ru.lproj/Presentation-Reporter.strings index 8b1378917..a20802283 100644 --- a/macos/ONLYOFFICE/ru.lproj/Presentation-Reporter.strings +++ b/macos/ONLYOFFICE/ru.lproj/Presentation-Reporter.strings @@ -1 +1,2 @@ - +/* Class = "NSWindow"; title = "ONLYOFFICE Reporter Window"; ObjectID = "Ygx-5K-Hn8"; */ +"Ygx-5K-Hn8.title" = "ONLYOFFICE окно докладчика"; \ No newline at end of file diff --git a/macos/ONLYOFFICE/update/onlyoffice.xml b/macos/ONLYOFFICE/update/onlyoffice.xml index 15cbdd188..ff71ad305 100644 --- a/macos/ONLYOFFICE/update/onlyoffice.xml +++ b/macos/ONLYOFFICE/update/onlyoffice.xml @@ -5,6 +5,31 @@ http://download.onlyoffice.com/install/desktop/editors/mac/onlyoffice.xml Most recent changes with links to updates. en + + 4.8.7 + Tue, 06 Feb 2018 19:11:16 +0300 + 10.10 + http://download.onlyoffice.com/install/desktop/editors/mac/updates/onlyoffice/changes/4.8.7/ReleaseNotes.html + http://download.onlyoffice.com/install/desktop/editors/mac/updates/onlyoffice/changes/4.8.7/ReleaseNotesRU.html + + + + + + + + + 4.8 + Sat, 23 Dec 2017 17:09:32 +0300 + 10.10 + http://download.onlyoffice.com/install/desktop/editors/mac/updates/onlyoffice/changes/4.8/ReleaseNotes.html + http://download.onlyoffice.com/install/desktop/editors/mac/updates/onlyoffice/changes/4.8/ReleaseNotesRU.html + + + + + + Version 4.4 Tue, 11 Jul 2017 13:32:54 +0300 @@ -19,42 +44,5 @@ - - Version 4.3 - Mon, 10 Apr 2017 16:11:20 +0300 - 10.10 - http://download.onlyoffice.com/install/desktop/editors/mac/updates/onlyoffice/changes/4.3/ReleaseNotes.html - http://download.onlyoffice.com/install/desktop/editors/mac/updates/onlyoffice/changes/4.3/ReleaseNotesRU.html - - - - - - - - - Version 4.2.2 - Thu, 16 Feb 2017 13:50:34 +0300 - 10.10 - http://download.onlyoffice.com/install/desktop/editors/mac/updates/onlyoffice/changes/old/ReleaseNotes.html - http://download.onlyoffice.com/install/desktop/editors/mac/updates/onlyoffice/changes/old/ReleaseNotesRU.html - - - - Version 4.2.1 - Fri, 23 Dec 2016 11:31:48 +0300 - http://download.onlyoffice.com/install/desktop/editors/mac/updates/onlyoffice/changes/old/ReleaseNotes.html - http://download.onlyoffice.com/install/desktop/editors/mac/updates/onlyoffice/changes/old/ReleaseNotesRU.html - 10.10 - - - - Version 4.2 - Tue, 20 Dec 2016 14:59:00 +0300 - http://download.onlyoffice.com/install/desktop/editors/mac/updates/onlyoffice/changes/old/ReleaseNotes.html - http://download.onlyoffice.com/install/desktop/editors/mac/updates/onlyoffice/changes/old/ReleaseNotesRU.html - 10.10 - - diff --git a/macos/ONLYOFFICE/update/updates/ONLYOFFICE/changes/4.8.7/ReleaseNotes.html b/macos/ONLYOFFICE/update/updates/ONLYOFFICE/changes/4.8.7/ReleaseNotes.html new file mode 100644 index 000000000..44c0b6f9e --- /dev/null +++ b/macos/ONLYOFFICE/update/updates/ONLYOFFICE/changes/4.8.7/ReleaseNotes.html @@ -0,0 +1,77 @@ + + + + + ONLYOFFICE Release Notes + + + +
+

ONLYOFFICE 4.8.7 - February 8, 2018

+

New features

+
    +
  • Added support for two-factor authentication
  • +
  • Added Brazilian Portuguese as new interface languages
  • +
+

Bugfix

+

Document Editor

+
    +
  • Fixed opening docx file with formula in MS Word (bug #36490)
  • +
  • Fixed a bug with inserting the content control in the math equation
  • +
  • Fixed reset selection from object in header/footer after keyboard move
  • +
+

Spreadsheet Editor

+
    +
  • Added stirkeout, superscript and subscript in toolbar
  • +
  • Fixed wrong dependence in formula with 3D Ref after removing sheet
  • +
  • Fixed printing image outside of printed range (bug #36573)
  • +
+

Presentation Editor

+
    +
  • Fixed chart Constant proportions working only once (bug #36494)
  • +
  • Fixed error while inserting page number from Document Editor (bug #36508)
  • +
  • Fixed error while undo of table (bug #36515)
  • +
+
+
+ + diff --git a/macos/ONLYOFFICE/update/updates/ONLYOFFICE/changes/4.8.7/ReleaseNotesRU.html b/macos/ONLYOFFICE/update/updates/ONLYOFFICE/changes/4.8.7/ReleaseNotesRU.html new file mode 100644 index 000000000..896a285b5 --- /dev/null +++ b/macos/ONLYOFFICE/update/updates/ONLYOFFICE/changes/4.8.7/ReleaseNotesRU.html @@ -0,0 +1,75 @@ + + + + + ONLYOFFICE Release Notes + + + +
+

ONLYOFFICE 4.8.7 - 8 февраля 2018

+

Новые функции

+ +

Исправлено

+

Редактор документов

+ +

Редактор электронных таблиц

+ +

Редактор презентаций

+ +
+ + \ No newline at end of file diff --git a/macos/ONLYOFFICE/update/updates/ONLYOFFICE/changes/4.8/ReleaseNotes.html b/macos/ONLYOFFICE/update/updates/ONLYOFFICE/changes/4.8/ReleaseNotes.html new file mode 100644 index 000000000..6f84314b8 --- /dev/null +++ b/macos/ONLYOFFICE/update/updates/ONLYOFFICE/changes/4.8/ReleaseNotes.html @@ -0,0 +1,86 @@ + + + + + ONLYOFFICE Release Notes + + + +
+

ONLYOFFICE 4.8 - December 25, 2017

+

New features

+ +

Bugfix

+

Document Editor

+ +

Spreadsheet Editor

+ +

Presentation Editor

+ +

and lots other fixes in all editors

+ Read more... +
+ + + diff --git a/macos/ONLYOFFICE/update/updates/ONLYOFFICE/changes/4.8/ReleaseNotesRU.html b/macos/ONLYOFFICE/update/updates/ONLYOFFICE/changes/4.8/ReleaseNotesRU.html new file mode 100644 index 000000000..7024f6a6b --- /dev/null +++ b/macos/ONLYOFFICE/update/updates/ONLYOFFICE/changes/4.8/ReleaseNotesRU.html @@ -0,0 +1,85 @@ + + + + + ONLYOFFICE Release Notes + + + +
+

ONLYOFFICE 4.8 - 25 декабря 2017

+

Новые функции

+ +

Исправлено

+

Редактор документов

+ +

Редактор электронных таблиц

+ +

Редактор презентаций

+ +

и много других багфиксов для редакторов

+ Узнать больше... +
+ + \ No newline at end of file diff --git a/win-linux/ASCDocumentEditor.pro b/win-linux/ASCDocumentEditor.pro index a9da3b0fb..bde36ea77 100644 --- a/win-linux/ASCDocumentEditor.pro +++ b/win-linux/ASCDocumentEditor.pro @@ -4,16 +4,16 @@ TARGET = DesktopEditors #CONFIG += build_for_centos6 #CONFIG += core_build_deploy +include(defaults.pri) + core_build_deploy { build_for_centos6 { - DESTDIR=$$PWD/../../core/build/linux_desktop/app/CentOS6 + DESTDIR=$$PWD/../../core/build/linux_desktop/app/$$PLATFORM_BUILD/CentOS6 } else { - DESTDIR=$$PWD/../../core/build/linux_desktop/app + DESTDIR=$$PWD/../../core/build/linux_desktop/app/$$PLATFORM_BUILD } } -include(defaults.pri) - INCLUDEPATH += $$PWD/src/prop \ $$PWD/src diff --git a/win-linux/defaults.pri b/win-linux/defaults.pri index a86abc79f..701429fa2 100644 --- a/win-linux/defaults.pri +++ b/win-linux/defaults.pri @@ -11,7 +11,8 @@ TRANSLATIONS = ./langs/en.ts \ ./langs/es.ts \ ./langs/cs.ts \ ./langs/sk.ts \ - ./langs/fr.ts + ./langs/fr.ts \ + ./langs/pt_BR.ts CORE_SRC_PATH = ../../core/DesktopEditor BASEEDITORS_PATH = ../../desktop-sdk/ChromiumBasedEditors @@ -74,12 +75,29 @@ SOURCES += \ RESOURCES += $$PWD/resources.qrc linux-g++ { - contains(QMAKE_HOST.arch, x86_64):{ - PLATFORM_BUILD = linux_64 - } else { - PLATFORM_BUILD = linux_32 - } + CONFIG += app_linux + linux-g++:contains(QMAKE_HOST.arch, x86_64): { + CONFIG += app_linux_64 + PLATFORM_BUILD = linux_64 + } + linux-g++:!contains(QMAKE_HOST.arch, x86_64): { + CONFIG += app_linux_32 + PLATFORM_BUILD = linux_32 + } +} + +linux-g++-64 { + CONFIG += app_linux + CONFIG += app_linux_64 + PLATFORM_BUILD = linux_64 +} +linux-g++-32 { + CONFIG += app_linux + CONFIG += app_linux_32 + PLATFORM_BUILD = linux_32 +} +app_linux { QT += network x11extras QMAKE_LFLAGS += "-Wl,-rpath,\'\$$ORIGIN\'" @@ -104,7 +122,12 @@ linux-g++ { PKGCONFIG += glib-2.0 gdk-2.0 gtkglext-1.0 atk cairo gtk+-unix-print-2.0 build_for_centos6 { - QMAKE_LFLAGS += -Wl,--dynamic-linker=./ld-linux-x86-64.so.2 + app_linux_64 { + QMAKE_LFLAGS += -Wl,--dynamic-linker=./ld-linux-x86-64.so.2 + } + app_linux_32 { + QMAKE_LFLAGS += -Wl,--dynamic-linker=./ld-linux.so.2 + } message("build for centos6") } diff --git a/win-linux/langs/cs.ts b/win-linux/langs/cs.ts index 59408d5f8..f82a3e1c2 100644 --- a/win-linux/langs/cs.ts +++ b/win-linux/langs/cs.ts @@ -4,7 +4,7 @@ CAscTabWidget - + Document Dokument @@ -179,72 +179,72 @@ CMainPanel - + FILE SOUBOR - + %1 is modified.<br>Do you want to keep changes? %1 byl upraven.<br>Chcete uložit tyto změny? - - - + + + Yes Ano - - - + + + No Ne - + Cancel Zrušit - - + + File format not supported. Formát souboru není podporován. - + %1 doesn't exists!<br>Remove file from the list? %1 není dostupný. Možná byl přesunut nebo smazán.<br>Chcete odstranit soubor ze seznamu? - + Sign Up Vytvořit portál - + Document%1.docx Dokument%1.docx - + Book%1.xlsx Sešit%1.xlsx - + Presentation%1.pptx Prezentace%1.pptx - + Document must be saved to continue.<br>Save the document? - + Print Document Vytisknout dokument diff --git a/win-linux/langs/de.ts b/win-linux/langs/de.ts index 3e05929b7..96927e3f8 100644 --- a/win-linux/langs/de.ts +++ b/win-linux/langs/de.ts @@ -4,7 +4,7 @@ CAscTabWidget - + Document Öffnung... @@ -179,72 +179,72 @@ CMainPanel - + FILE START - + %1 is modified.<br>Do you want to keep changes? %1 wurde geändert.<br>Möchten Sie diese Änderungen speichern? - - - + + + Yes Ja - - - + + + No Nein - + Cancel Abbrechen - - + + File format not supported. Dateiformat wird nicht unterstützt. - + %1 doesn't exists!<br>Remove file from the list? %1 ist nicht verfügbar. Es wurde vermutlich gelöscht oder verschoben.<br>Wollen Sie die Datei aus der Liste entfernen? - + Sign Up Portal erstellen - + Document%1.docx Dokument%1.docx - + Book%1.xlsx Buch%1.xlsx - + Presentation%1.pptx Präsentation%1.pptx - + Document must be saved to continue.<br>Save the document? Zum Fortsetzen speichern Sie erst das Dokument.<br>Das Dokument speichern? - + Print Document Dokument drucken diff --git a/win-linux/langs/en.ts b/win-linux/langs/en.ts index 22968f73d..cf21c2a21 100644 --- a/win-linux/langs/en.ts +++ b/win-linux/langs/en.ts @@ -4,7 +4,7 @@ CAscTabWidget - + Document Opening... @@ -179,72 +179,72 @@ CMainPanel - + %1 is modified.<br>Do you want to keep changes? %1 has been modified.<br>Do you want to save the changes? - - - + + + Yes - + FILE START - - - + + + No - + Cancel - - + + File format not supported. File format is not supported - + %1 doesn't exists!<br>Remove file from the list? %1 is not available. It might be moved or deleted.<br>Do you want to remove the file from the list? - + Sign Up Create portal - + Document%1.docx - + Book%1.xlsx - + Presentation%1.pptx - + Document must be saved to continue.<br>Save the document? - + Print Document Print document diff --git a/win-linux/langs/es.ts b/win-linux/langs/es.ts index 81f43a3d6..a8fb12a43 100644 --- a/win-linux/langs/es.ts +++ b/win-linux/langs/es.ts @@ -4,7 +4,7 @@ CAscTabWidget - + Document Abriendo... @@ -179,72 +179,72 @@ CMainPanel - + FILE INICIO - + %1 is modified.<br>Do you want to keep changes? %1 ha sido modificado.<br>¿Quiere guardar los cambios? - - - + + + Yes - - - + + + No No - + Cancel Cancelar - - + + File format not supported. Formato de archivo no es compatible - + %1 doesn't exists!<br>Remove file from the list? %1 no está disponible. Es posible que haya sido transferido o eliminado.<br>¿Desea eliminar el archivo de la lista? - + Sign Up Crear Portal - + Document%1.docx Documento%1.docx - + Book%1.xlsx Libro%1.xlsx - + Presentation%1.pptx Presentación%1.pptx - + Document must be saved to continue.<br>Save the document? Hay que guardar el documento para continuar.<br>¿Guardar el documento? - + Print Document Imprimir documento diff --git a/win-linux/langs/fr.ts b/win-linux/langs/fr.ts index e1fd6206d..eb8935e42 100644 --- a/win-linux/langs/fr.ts +++ b/win-linux/langs/fr.ts @@ -4,7 +4,7 @@ CAscTabWidget - + Document Ouverture... @@ -179,72 +179,72 @@ CMainPanel - + FILE DÉPART - + %1 is modified.<br>Do you want to keep changes? %1 a été modifié.<br>Voulez-vous enregistrer les changements ? - - - + + + Yes Oui - - - + + + No Non - + Cancel Annuler - - + + File format not supported. Format de fichier non pris en charge. - + %1 doesn't exists!<br>Remove file from the list? %1 n'est pas disponible. Il peut être supprimé ou déplacé.<br>Voulez-vous supprimer le fichier de la liste? - + Sign Up Créer portail - + Document%1.docx Document%1.docx - + Book%1.xlsx Livre%1.xlsx - + Presentation%1.pptx Diaporama%1.pptx - + Document must be saved to continue.<br>Save the document? Le document doit être enregistré pour continuer.<br>Enregistrer le document? - + Print Document Imprimer document diff --git a/win-linux/langs/it_IT.qm b/win-linux/langs/it_IT.qm new file mode 100644 index 000000000..7b3da27fd Binary files /dev/null and b/win-linux/langs/it_IT.qm differ diff --git a/win-linux/langs/it_IT.ts b/win-linux/langs/it_IT.ts new file mode 100644 index 000000000..8737a63f4 --- /dev/null +++ b/win-linux/langs/it_IT.ts @@ -0,0 +1,283 @@ + + + + + CAscTabWidget + + + Document + Apertura... + + + + CDownloadWidget + + + Cancel + Annulla + + + + CFileDialogWrapper + + + All files (*.*) + Tutti i file (*.*) + + + + DOCX Document (*.docx) + Documento DOCX (*.docx) + + + + DOC Document (*.doc) + Documento DOC + + + + ODT Document (*.odt) + Documento ODT (*.odt) + + + + RTF File (*.rtf) + Documento RTF (*.rtf) + + + + TXT File (*.txt) + Documento File di testo (*.txt) + + + + HTML File (*.html) + File HTML (*.html) + + + + MHT File (*.mht) + File MHT (*.mht) + + + + EPUB File (*.epub) + File EPUB (*.epub) + + + + PPTX File (*.pptx) + Documento PPTX (*.pptx) + + + + PPT File (*.ppt) + Documento PPT (*.ppt) + + + + ODP File (*.odp) + Documento ODP (*.odp) + + + + PPSX File (*.ppsx) + Documento PPSX (*.ppsx) + + + + XLSX File (*.xlsx) + Documento XLSX (*.xlsx) + + + + XLS File (*.xls) + Documento XLS (*.xls) + + + + ODS File (*.ods) + Documento ODS (*.ods) + + + + CSV File (*.csv) + File CSV (*.csv) + + + + PDF File (*.pdf) + File PDF (*.pdf) + + + + DJVU File (*.djvu) + File DJVU (*.djvu) + + + + XPS File (*.xps) + File XPS (*.xps) + + + + + Save As + Salva con nome + + + + Yes + Si + + + + No + No + + + + %1 already exists.<br>Do you want to replace it? + %1 è già esistente.<br>Vuoi sostituirlo? + + + + Word Document + Documento di Word + + + + Excel Workbook + Foglio di calcolo di Excel + + + + PowerPoint Presentation + Presentazione di PowerPoint + + + + %1 File (*.%2) + %1 File (*.%2) + + + + Open Document + Apri Documento + + + + Jpeg (*.jpeg *.jpg);;Png (*.png);;Gif (*.gif);;Bmp (*.bmp);; + Jpeg (*.jpeg *.jpg);;Png (*.png);;Gif (*.gif);;Bmp (*.bmp);; + + + + Plugin file (*.plugin) + file Plug-in + + + + CMainPanel + + + %1 is modified.<br>Do you want to keep changes? + %1 È stato modificato.<br>Desideri salvare le modifiche? + + + + + + Yes + Si + + + + FILE + INIZIA + + + + + + No + No + + + + Cancel + Annulla + + + + + File format not supported. + Tipo di file non supportato. + + + + %1 doesn't exists!<br>Remove file from the list? + %1 non è disponibile. Il file è stato spostato o rimosso.<br>Vuoi Rimuoverlo da questa lista? + + + + Sign Up + Crea portale + + + + Document%1.docx + Documento%1.docx + + + + Book%1.xlsx + Foglio%1.xlsx + + + + Presentation%1.pptx + Presentazione%1.pptx + + + + Document must be saved to continue.<br>Save the document? + È necessario salvare il documento per continuare.<br>Salvare il documento + + + + Print Document + Stampa Documento + + + + CPrintProgress + + + Document is printing: page %1 of %2 + Stampa del documento: pagina %1 di %2 + + + + Document is preparing + Preparazione del documento + + + + &Cancel + Annulla + + + + Printing... + Stampa in corso... + + + + QObject + + + &OK + &OK + + + diff --git a/win-linux/langs/pt_BR.qm b/win-linux/langs/pt_BR.qm new file mode 100644 index 000000000..26b5158de Binary files /dev/null and b/win-linux/langs/pt_BR.qm differ diff --git a/win-linux/langs/pt_BR.ts b/win-linux/langs/pt_BR.ts index 6f7c72332..22148194a 100644 --- a/win-linux/langs/pt_BR.ts +++ b/win-linux/langs/pt_BR.ts @@ -4,7 +4,7 @@ CAscTabWidget - + Document Abrindo... @@ -12,7 +12,7 @@ CDownloadWidget - + Cancel Cancelar @@ -20,221 +20,231 @@ CFileDialogWrapper - - - + All files (*.*) Todos os arquivos (*.*) - + DOCX Document (*.docx) Documento DOCX (*.docx) - + DOC Document (*.doc) Documento DOC (*.doc) - + ODT Document (*.odt) Documento ODT (*.odt) - + RTF File (*.rtf) Arquivo RTF (*.rtf) - + TXT File (*.txt) Arquivo TXT (*.txt) - + HTML File (*.html) Arquivo HTML (*.html) - + MHT File (*.mht) Arquivo MHT (*.mth) - + EPUB File (*.epub) Arquivo EPUB (*.epub) - + PPTX File (*.pptx) Arquivo PPTX (*.pptx) - + PPT File (*.ppt) Arquivo PPT (*.ppt) - + ODP File (*.odp) Arquivo ODP (*.odp) - + PPSX File (*.ppsx) Arquivo PPSX (*.ppsx) - + XLSX File (*.xlsx) Arquivo XLSX (*.xlsx) - + XLS File (*.xls) Arquivo XLS (*.xls) - + ODS File (*.ods) Arquivo ODS (*.ods) - + CSV File (*.csv) Arquivo CSV (*.csv) - + PDF File (*.pdf) Arquivo PDF (*.pdf) - + DJVU File (*.djvu) Arquivo DJVU (*.djvu) - + XPS File (*.xps) Arquivo XPS (*.xps) - - + + Save As Salvar Como - + Yes Sim - + No Não - + %1 already exists.<br>Do you want to replace it? %1 já existe.<br>Você quer substituí-lo? - + Word Document Documento Word - + Excel Workbook Planilha Excel - + PowerPoint Presentation Apresentação PowerPoint - + %1 File (*.%2) %1 Arquivo (*.%2) - + Open Document Abrir Documento - + Jpeg (*.jpeg *.jpg);;Png (*.png);;Gif (*.gif);;Bmp (*.bmp);; + + + Plugin file (*.plugin) + Arquivo do plugin (*.plugin) + CMainPanel - + FILE ARQUIVO - + %1 is modified.<br>Do you want to keep changes? %1 foi modificado.<br>Deseja salvar as alterações? - - + + + Yes Sim - - + + + No Não - + Cancel Cancelar - - + + File format not supported. Formato de arquivo não suportado - + %1 doesn't exists!<br>Remove file from the list? %1 não está disponível. Ele foi movido ou excluído.<br>Deseja remover o arquivo da lista? - + Sign Up Criar portal - + Document%1.docx Documento%1.docx - + Book%1.xlsx Planilha%1.xlsx - + Presentation%1.pptx Apresentação%1.pptx - + + Document must be saved to continue.<br>Save the document? + O documento deve estar salvo para continuar.<br>Salvar o documento? + + + Print Document Imprimir documento @@ -242,22 +252,22 @@ CPrintProgress - + Document is printing: page %1 of %2 Imprimindo documento: página %1 de %2 - + Document is preparing Preparando documento - + &Cancel Cancelar - + Printing... Imprimindo... @@ -265,7 +275,7 @@ QObject - + &OK OK diff --git a/win-linux/langs/ru.ts b/win-linux/langs/ru.ts index 009adcdb2..2f725ede2 100644 --- a/win-linux/langs/ru.ts +++ b/win-linux/langs/ru.ts @@ -4,7 +4,7 @@ CAscTabWidget - + Document надпись на табе при открытии файла с портала. потом приходит имя файла Открытие... @@ -180,73 +180,73 @@ CMainPanel - + FILE СТАРТ - + %1 is modified.<br>Do you want to keep changes? Файл %1 был изменен.<br>Вы хотите сохранить изменения? - - - + + + Yes Да - - - + + + No Нет - + Cancel Отмена - - + + File format not supported. Формат файла не поддерживается. - + %1 doesn't exists!<br>Remove file from the list? %1 недоступен. Возможно, он был перемещен или удален.<br>Хотите удалить его из списка? - + Sign Up Создать портал - + Document%1.docx дефолтное название документа при создании. %1 заменяется числом Документ%1.docx - + Book%1.xlsx Книга%1.xlsx - + Presentation%1.pptx Презентация%1.pptx - + Document must be saved to continue.<br>Save the document? Необходимо сохранить документ для продолжения.<br>Сохранить? - + Print Document Печать документа diff --git a/win-linux/langs/sk.ts b/win-linux/langs/sk.ts index 893666ac1..8026c11d9 100644 --- a/win-linux/langs/sk.ts +++ b/win-linux/langs/sk.ts @@ -4,7 +4,7 @@ CAscTabWidget - + Document Dokument @@ -179,72 +179,72 @@ CMainPanel - + FILE SÚBOR - + %1 is modified.<br>Do you want to keep changes? %1 bol upravený.<br>Chcete zmeny zachovať? - - - + + + Yes Áno - - - + + + No Nie - + Cancel Zrušiť - - + + File format not supported. Formát súboru nie je podporovaný. - + %1 doesn't exists!<br>Remove file from the list? %1 neexistuje.<br>Odstrániť súbor zo zoznamu? - + Sign Up Zaregistrovať - + Document%1.docx Dokument%1.docx - + Book%1.xlsx Zošit%1.xlsx - + Presentation%1.pptx Prezentácia%1.pptx - + Document must be saved to continue.<br>Save the document? - + Print Document Vytlačiť dokument diff --git a/win-linux/package/linux/Makefile b/win-linux/package/linux/Makefile index 142dcb39f..4908eb3c8 100644 --- a/win-linux/package/linux/Makefile +++ b/win-linux/package/linux/Makefile @@ -1,3 +1,9 @@ +COMPANY_NAME ?= onlyoffice +PRODUCT_NAME ?= desktopeditors +PRODUCT_VERSION ?= 0.0.0 +BUILD_NUMBER ?= 0 +PACKAGE_EDITION ?= cool + ifeq ($(COMPANY_NAME), onlyoffice) PACKAGE_NAME := $(COMPANY_NAME)-$(PRODUCT_NAME) else @@ -6,25 +12,40 @@ endif PACKAGE_VERSION := $(PRODUCT_VERSION)-$(BUILD_NUMBER) -RPM_ARCH = x86_64 -DEB_ARCH = amd64 +UNAME_M ?= $(shell uname -m) +ifeq ($(UNAME_M),x86_64) + RPM_ARCH = x86_64 + DEB_ARCH = amd64 + TAR_ARCH = x64 + URPMI_ARCH = x86_64 + APT_RPM_ARCH = x86_64 + DESKTOP_SUFFIX = _64 +endif +ifneq ($(filter %86,$(UNAME_M)),) + RPM_ARCH = i686 + DEB_ARCH = i386 + URPMI_ARCH = i586 + APT_RPM_ARCH = i586 + TAR_ARCH = x86 + DESKTOP_SUFFIX = _32 +endif RPM_BUILD_DIR = $(PWD)/rpm/builddir DEB_BUILD_DIR = $(PWD)/ APT_RPM_BUILD_DIR = $(PWD)/apt-rpm/builddir -URPMI_RPM_BUILD_DIR = $(PWD)/urpmi-rpm/builddir +URPMI_BUILD_DIR = $(PWD)/urpmi/builddir RPM_PACKAGE_DIR = $(RPM_BUILD_DIR)/RPMS/$(RPM_ARCH) DEB_PACKAGE_DIR = $(DEB_BUILD_DIR) -APT_RPM_PACKAGE_DIR = $(APT_RPM_BUILD_DIR)/RPMS/$(RPM_ARCH) -URPMI_RPM_PACKAGE_DIR = $(URPMI_RPM_BUILD_DIR)/RPMS/$(RPM_ARCH) +APT_RPM_PACKAGE_DIR = $(APT_RPM_BUILD_DIR)/RPMS/$(APT_RPM_ARCH) +URPMI_PACKAGE_DIR = $(URPMI_BUILD_DIR)/RPMS/$(URPMI_ARCH) REPO_NAME := repo DEB_REPO := $(PWD)/$(REPO_NAME) RPM_REPO := $(PWD)/rpm-$(REPO_NAME) APT_RPM_REPO := $(PWD)/apt-rpm-$(REPO_NAME) -URPMI_RPM_REPO := $(PWD)/urpmi-rpm-$(REPO_NAME) +URPMI_REPO := $(PWD)/urpmi-$(REPO_NAME) RPM_REPO_OS_NAME := centos @@ -73,8 +94,8 @@ endif OTHER_REPO_DIR = $(OTHER_REPO_OS_NAME)/$(OTHER_REPO_OS_VER) RPM = $(RPM_PACKAGE_DIR)/$(PACKAGE_NAME)-$(PACKAGE_VERSION).$(RPM_ARCH).rpm -APT_RPM = $(APT_RPM_PACKAGE_DIR)/$(PACKAGE_NAME)-$(PACKAGE_VERSION).$(RPM_ARCH).rpm -URPMI_RPM = $(URPMI_RPM_PACKAGE_DIR)/$(PACKAGE_NAME)-$(PACKAGE_VERSION).$(RPM_ARCH).rpm +APT_RPM = $(APT_RPM_PACKAGE_DIR)/$(PACKAGE_NAME)-$(PACKAGE_VERSION).$(APT_RPM_ARCH).rpm +URPMI = $(URPMI_PACKAGE_DIR)/$(PACKAGE_NAME)-$(PACKAGE_VERSION).$(URPMI_ARCH).rpm DEB = $(DEB_PACKAGE_DIR)/$(PACKAGE_NAME)_$(PACKAGE_VERSION)_$(DEB_ARCH).deb PROGRAM_PATH := common/$(COMPANY_NAME)/opt/$(COMPANY_NAME)/$(PRODUCT_NAME) @@ -85,17 +106,8 @@ else START_SCRIPT := common/$(COMPANY_NAME)/usr/bin/$(COMPANY_NAME) endif -RPM_DEPENDENCY += desktopeditor -RPM_DEPENDENCY += rpm-version - DEB_DEPENDENCY += deb-version -APT_RPM_DEPENDENCY += desktopeditor -APT_RPM_DEPENDENCY += apt-rpm-version - -URPMI_RPM_DEPENDENCY += desktopeditor -URPMI_RPM_DEPENDENCY += urpmi-rpm-version - TAR_DEPENDENCY += tar-desktopeditor INSTALLER_DEPENDENCY += desktopeditor @@ -103,25 +115,25 @@ INSTALLER_DEPENDENCY += desktopeditor USR_LIB_X64 := /usr/lib/x86_64-linux-gnu ifeq ($(PACKAGE_EDITION), cool) -BILD_PATH := ../../../../core/build/linux_desktop/desktop/* -PORTABLE_BILD_PATH := ../../../../core/build/linux_desktop/desktop_full_modern/* +BILD_PATH := ../../../../core/build/linux_desktop/desktop$(DESKTOP_SUFFIX)/* +PORTABLE_BILD_PATH := ../../../../core/build/linux_desktop/desktop_full_modern$(DESKTOP_SUFFIX)/* else -BILD_PATH := ../../../../core/build/linux_desktop/desktop_full/* +BILD_PATH := ../../../../core/build/linux_desktop/desktop_full$(DESKTOP_SUFFIX)/* PORTABLE_BILD_PATH := $(BILD_PATH) endif TAR_PROGRAM_PATH := desktopeditors -TAR := $(PACKAGE_NAME)-$(PACKAGE_VERSION)-x64.tar.gz +TAR := $(PACKAGE_NAME)-$(PACKAGE_VERSION)-$(TAR_ARCH).tar.gz -INSTALLER := qt-installer/$(PACKAGE_NAME)-installer-x64 +INSTALLER := qt-installer/$(PACKAGE_NAME)-installer-$(TAR_ARCH) #QT_LIBS := $(shell qmake -query QT_INSTALL_LIBS) #QT_PLUGINS := $(shell qmake -query QT_INSTALL_PLUGINS) PLATFORM := linux_64_static_stdlib -.PHONY: all clean rpm deb apt-rpm tar deploy deploy-rpm deploy-deb deploy-apt-rpm deploy-tar desktopeditor tar-desktopeditor rpm-version deb-version apt-rpm-version urpmi-rpm-version qt-redist libstdc++-addon libc-addon +.PHONY: all clean rpm deb apt-rpm tar deploy deploy-rpm deploy-deb deploy-apt-rpm deploy-tar desktopeditor tar-desktopeditor rpm-version deb-version apt-rpm-version urpmi-version qt-redist libstdc++-addon libc-addon -all: rpm deb apt-rpm urpmi-rpm tar +all: rpm deb apt-rpm urpmi tar #installer rpm: $(RPM) @@ -132,7 +144,7 @@ tar: $(TAR) apt-rpm: $(APT_RPM) -urpmi-rpm: $(URPMI_RPM) +urpmi: $(URPMI) installer: $(INSTALLER) @@ -141,11 +153,11 @@ clean: $(DEB_PACKAGE_DIR)/*.changes\ $(RPM_BUILD_DIR)\ $(APT_RPM_BUILD_DIR)\ - $(URPMI_RPM_BUILD_DIR)\ + $(URPMI_BUILD_DIR)\ $(DEB_REPO)\ $(RPM_REPO)\ $(APT_RPM_REPO)\ - $(URPMI_RPM_REPO)\ + $(URPMI_REPO)\ $(TAR_PROGRAM_PATH)\ $(INSTALLER)\ *.tar.gz @@ -184,16 +196,6 @@ qt-redist: # $(USR_LIB_X64)/libicui18n.so.52 \ # $(USR_LIB_X64)/libicuuc.so.52 -rpm-version: - sed 's/{{PACKAGE_NAME}}/'$(PACKAGE_NAME)'/' -i rpm/$(PACKAGE_NAME).spec - sed 's/{{PRODUCT_VERSION}}/'$(PRODUCT_VERSION)'/' -i rpm/$(PACKAGE_NAME).spec - sed 's/{{BUILD_NUMBER}}/'${BUILD_NUMBER}'/' -i rpm/$(PACKAGE_NAME).spec - -ifeq ($(PACKAGE_EDITION), full) - sed '/^Requires.*/d' -i rpm/$(PACKAGE_NAME).spec - sed 's/^#Full\(Requires.*\)/\1/' -i rpm/$(PACKAGE_NAME).spec -endif - deb-version: desktopeditor cp -rfp common/$(COMPANY_NAME)/* deb/$(PACKAGE_NAME)/ @@ -207,37 +209,41 @@ ifeq ($(PACKAGE_EDITION), full) sed 's/^#Full\(Depends.*\)/\1/' -i deb/$(PACKAGE_NAME)/DEBIAN/control endif -apt-rpm-version: - sed 's/{{PACKAGE_NAME}}/'$(PACKAGE_NAME)'/' -i apt-rpm/$(PACKAGE_NAME).spec - sed 's/{{PRODUCT_VERSION}}/'$(PRODUCT_VERSION)'/' -i apt-rpm/$(PACKAGE_NAME).spec - sed 's/{{BUILD_NUMBER}}/'${BUILD_NUMBER}'/' -i apt-rpm/$(PACKAGE_NAME).spec - -ifeq ($(PACKAGE_EDITION), full) - sed '/^Requires.*/d' -i apt-rpm/$(PACKAGE_NAME).spec - sed 's/^#Full\(Requires.*\)/\1/' -i apt-rpm/$(PACKAGE_NAME).spec -endif - -urpmi-rpm-version: - sed 's/{{PACKAGE_NAME}}/'$(PACKAGE_NAME)'/' -i urpmi-rpm/$(PACKAGE_NAME).spec - sed 's/{{PRODUCT_VERSION}}/'$(PRODUCT_VERSION)'/' -i urpmi-rpm/$(PACKAGE_NAME).spec - sed 's/{{BUILD_NUMBER}}/'${BUILD_NUMBER}'/' -i urpmi-rpm/$(PACKAGE_NAME).spec - -ifeq ($(PACKAGE_EDITION), full) - sed '/^Requires.*/d' -i urpmi-rpm/$(PACKAGE_NAME).spec - sed 's/^#Full\(Requires.*\)/\1/' -i urpmi-rpm/$(PACKAGE_NAME).spec -endif - -$(RPM): $(RPM_DEPENDENCY) - cd rpm && rpmbuild -bb --define "_topdir $(RPM_BUILD_DIR)" $(PACKAGE_NAME).spec +$(RPM): desktopeditor + cd rpm && setarch $(RPM_ARCH) rpmbuild \ + -bb \ + --define "_topdir $(RPM_BUILD_DIR)" \ + --define "_package_name $(PACKAGE_NAME)" \ + --define "_product_version $(PRODUCT_VERSION)" \ + --define "_build_number $(BUILD_NUMBER)" \ + --define "_package_arch $(RPM_ARCH)" \ + --define "_package_edition $(PACKAGE_EDITION)" \ + $(PACKAGE_NAME).spec $(DEB): $(DEB_DEPENDENCY) fakeroot dpkg-deb --build deb/$(PACKAGE_NAME) && mv deb/$(PACKAGE_NAME).deb $(DEB) -$(APT_RPM): $(APT_RPM_DEPENDENCY) - cd apt-rpm && rpmbuild -bb --define "_topdir $(APT_RPM_BUILD_DIR)" $(PACKAGE_NAME).spec - -$(URPMI_RPM): $(URPMI_RPM_DEPENDENCY) - cd urpmi-rpm && rpmbuild -bb --define "_topdir $(URPMI_RPM_BUILD_DIR)" $(PACKAGE_NAME).spec +$(APT_RPM): desktopeditor + cd apt-rpm && setarch $(APT_RPM_ARCH) rpmbuild \ + -bb \ + --define "_topdir $(APT_RPM_BUILD_DIR)" \ + --define "_package_name $(PACKAGE_NAME)" \ + --define "_product_version $(PRODUCT_VERSION)" \ + --define "_build_number $(BUILD_NUMBER)" \ + --define "_package_arch $(APT_RPM_ARCH)" \ + --define "_package_edition $(PACKAGE_EDITION)" \ + $(PACKAGE_NAME).spec + +$(URPMI): desktopeditor + cd urpmi && setarch $(URPMI_ARCH) rpmbuild \ + -bb \ + --define "_topdir $(URPMI_BUILD_DIR)" \ + --define "_package_name $(PACKAGE_NAME)" \ + --define "_product_version $(PRODUCT_VERSION)" \ + --define "_build_number $(BUILD_NUMBER)" \ + --define "_package_arch $(URPMI_ARCH)" \ + --define "_package_edition $(PACKAGE_EDITION)" \ + $(PACKAGE_NAME).spec $(TAR): $(TAR_DEPENDENCY) tar -czf $@ --owner=root --group=root -C $(TAR_PROGRAM_PATH)/.. desktopeditors @@ -252,8 +258,8 @@ deploy-rpm: $(RPM) cp -rv $(RPM) $(RPM_REPO); createrepo -v $(RPM_REPO); - aws s3 sync $(RPM_REPO) s3://repo-doc-onlyoffice-com/$(RPM_REPO_DIR)/$(PACKAGE_NAME)/$(SVN_TAG)/$(PACKAGE_VERSION)/ --acl public-read --delete - aws s3 sync $(RPM_REPO) s3://repo-doc-onlyoffice-com/$(RPM_REPO_DIR)/$(PACKAGE_NAME)/$(SVN_TAG)/latest/ --acl public-read --delete + aws s3 sync $(RPM_REPO) s3://repo-doc-onlyoffice-com/$(RPM_REPO_DIR)/$(PACKAGE_NAME)/$(SVN_TAG)/$(PACKAGE_VERSION)/$(RPM_ARCH)/ --acl public-read --delete + aws s3 sync $(RPM_REPO) s3://repo-doc-onlyoffice-com/$(RPM_REPO_DIR)/$(PACKAGE_NAME)/$(SVN_TAG)/latest/$(RPM_ARCH)/ --acl public-read --delete deploy-deb: $(DEB) rm -rfv $(DEB_REPO) @@ -262,8 +268,8 @@ deploy-deb: $(DEB) cp -rv $(DEB) $(DEB_REPO); dpkg-scanpackages -m $(REPO_NAME) /dev/null | gzip -9c > $(DEB_REPO)/Packages.gz - aws s3 sync $(DEB_REPO) s3://repo-doc-onlyoffice-com/$(DEB_REPO_DIR)/$(PACKAGE_NAME)/$(SVN_TAG)/$(PACKAGE_VERSION)/$(REPO_NAME) --acl public-read --delete - aws s3 sync $(DEB_REPO) s3://repo-doc-onlyoffice-com/$(DEB_REPO_DIR)/$(PACKAGE_NAME)/$(SVN_TAG)/latest/$(REPO_NAME) --acl public-read --delete + aws s3 sync $(DEB_REPO) s3://repo-doc-onlyoffice-com/$(DEB_REPO_DIR)/$(PACKAGE_NAME)/$(SVN_TAG)/$(PACKAGE_VERSION)/$(DEB_ARCH)/$(REPO_NAME) --acl public-read --delete + aws s3 sync $(DEB_REPO) s3://repo-doc-onlyoffice-com/$(DEB_REPO_DIR)/$(PACKAGE_NAME)/$(SVN_TAG)/latest/$(DEB_ARCH)/$(REPO_NAME) --acl public-read --delete deploy-apt-rpm: $(APT_RPM) rm -rfv $(APT_RPM_REPO) @@ -273,40 +279,40 @@ deploy-apt-rpm: $(APT_RPM) #createrepo -v $(APT_RPM_REPO); #for i in i586 i686 x86_64 noarch; do \ - # mkdir -p "$(URPMI_RPM_REPO)/$$i/base" "$(REPO)/$$i/RPMS.$(REPO_NAME)" ; \ + # mkdir -p "$(URPMI_REPO)/$$i/base" "$(REPO)/$$i/RPMS.$(REPO_NAME)" ; \ #done - #cp -rv $(APT_RPM) $(URPMI_RPM_REPO)/$(RPM_ARCH)/RPMS.$(REPO_NAME); + #cp -rv $(APT_RPM) $(URPMI_REPO)/$(APT_RPM_ARCH)/RPMS.$(REPO_NAME); - #genbasedir --topdir=$(URPMI_RPM_REPO) $(RPM_ARCH) $(REPO_NAME) + #genbasedir --topdir=$(URPMI_REPO) $(APT_RPM_ARCH) $(REPO_NAME) - aws s3 sync $(APT_RPM_REPO) s3://repo-doc-onlyoffice-com/$(ALT_REPO_DIR)/$(PACKAGE_NAME)/$(SVN_TAG)/$(PACKAGE_VERSION)/ --acl public-read --delete - aws s3 sync $(APT_RPM_REPO) s3://repo-doc-onlyoffice-com/$(ALT_REPO_DIR)/$(PACKAGE_NAME)/$(SVN_TAG)/latest/ --acl public-read --delete + aws s3 sync $(APT_RPM_REPO) s3://repo-doc-onlyoffice-com/$(ALT_REPO_DIR)/$(PACKAGE_NAME)/$(SVN_TAG)/$(PACKAGE_VERSION)/$(APT_RPM_ARCH)/ --acl public-read --delete + aws s3 sync $(APT_RPM_REPO) s3://repo-doc-onlyoffice-com/$(ALT_REPO_DIR)/$(PACKAGE_NAME)/$(SVN_TAG)/latest/$(APT_RPM_ARCH)/ --acl public-read --delete -deploy-urpmi-rpm: $(URPMI_RPM) - rm -rfv $(URPMI_RPM_REPO) - mkdir -p $(URPMI_RPM_REPO) +deploy-urpmi: $(URPMI) + rm -rfv $(URPMI_REPO) + mkdir -p $(URPMI_REPO) - cp -rv $(URPMI_RPM) $(URPMI_RPM_REPO); - #createrepo -v $(URPMI_RPM_REPO); + cp -rv $(URPMI) $(URPMI_REPO); + #createrepo -v $(URPMI_REPO); #for i in i586 i686 x86_64 noarch; do \ - # mkdir -p "$(URPMI_RPM_REPO)/$$i/base" "$(REPO)/$$i/RPMS.$(REPO_NAME)" ; \ + # mkdir -p "$(URPMI_REPO)/$$i/base" "$(REPO)/$$i/RPMS.$(REPO_NAME)" ; \ #done - #cp -rv $(URPMI_RPM) $(URPMI_RPM_REPO)/$(RPM_ARCH)/RPMS.$(REPO_NAME); + #cp -rv $(URPMI) $(URPMI_REPO)/$(URPMI_ARCH)/RPMS.$(REPO_NAME); - #genbasedir --topdir=$(URPMI_RPM_REPO) $(RPM_ARCH) $(REPO_NAME) + #genbasedir --topdir=$(URPMI_REPO) $(URPMI_ARCH) $(REPO_NAME) - aws s3 sync $(URPMI_RPM_REPO) s3://repo-doc-onlyoffice-com/$(ROSA_REPO_DIR)/$(PACKAGE_NAME)/$(SVN_TAG)/$(PACKAGE_VERSION)/ --acl public-read --delete - aws s3 sync $(URPMI_RPM_REPO) s3://repo-doc-onlyoffice-com/$(ROSA_REPO_DIR)/$(PACKAGE_NAME)/$(SVN_TAG)/latest/ --acl public-read --delete + aws s3 sync $(URPMI_REPO) s3://repo-doc-onlyoffice-com/$(ROSA_REPO_DIR)/$(PACKAGE_NAME)/$(SVN_TAG)/$(PACKAGE_VERSION)/$(URPMI_ARCH)/ --acl public-read --delete + aws s3 sync $(URPMI_REPO) s3://repo-doc-onlyoffice-com/$(ROSA_REPO_DIR)/$(PACKAGE_NAME)/$(SVN_TAG)/latest/$(URPMI_ARCH)/ --acl public-read --delete deploy-tar: $(TAR) - aws s3 cp $(TAR) s3://repo-doc-onlyoffice-com/$(OTHER_REPO_DIR)/$(PACKAGE_NAME)/$(SVN_TAG)/$(PACKAGE_VERSION)/ --acl public-read + aws s3 cp $(TAR) s3://repo-doc-onlyoffice-com/$(OTHER_REPO_DIR)/$(PACKAGE_NAME)/$(SVN_TAG)/$(PACKAGE_VERSION)/$(TAR_ARCH)/ --acl public-read deploy-installer: $(INSTALLER) - aws s3 cp $(INSTALLER) s3://repo-doc-onlyoffice-com/$(OTHER_REPO_DIR)/$(PACKAGE_NAME)/$(SVN_TAG)/$(PACKAGE_VERSION)/ --acl public-read + aws s3 cp $(INSTALLER) s3://repo-doc-onlyoffice-com/$(OTHER_REPO_DIR)/$(PACKAGE_NAME)/$(SVN_TAG)/$(PACKAGE_VERSION)/$(TAR_ARCH)/ --acl public-read -deploy: deploy-rpm deploy-deb deploy-apt-rpm deploy-urpmi-rpm deploy-tar +deploy: deploy-rpm deploy-deb deploy-apt-rpm deploy-urpmi deploy-tar #deploy-installer diff --git a/win-linux/package/linux/apt-rpm/onlyoffice-desktopeditors.spec b/win-linux/package/linux/apt-rpm/onlyoffice-desktopeditors.spec index 05c6cc6a5..6e6f7d12d 100644 --- a/win-linux/package/linux/apt-rpm/onlyoffice-desktopeditors.spec +++ b/win-linux/package/linux/apt-rpm/onlyoffice-desktopeditors.spec @@ -1,103 +1,2 @@ -Summary: Desktop editors for text, spreadsheet and presentation files -Name: {{PACKAGE_NAME}} -Version: {{PRODUCT_VERSION}} -Release: {{BUILD_NUMBER}} -License: AGPLv3 -Group: Applications/Office -URL: http://onlyoffice.com/ -Vendor: Ascensio System SIA -Packager: Ascensio System SIA -#FullRequires: libX11, fonts-ttf-dejavu, fonts-ttf-liberation, fonts-ttf-google-crosextra-carlito -Requires: libX11, libXScrnSaver, libcurl, libgtkglext, libcairo, fonts-ttf-dejavu, fonts-ttf-liberation, fonts-ttf-google-crosextra-carlito -#Suggests: fonts-ttf-ms -BuildArch: x86_64 -AutoReq: no -AutoProv: no - -%description -ONLYOFFICE DesktopEditors installation package - ONLYOFFICE DesktopEditors is an application for editing office documents (text documents, spreadsheets and presentations) from onlyoffice cloud portal on local computer without browser using. - -%prep -rm -rf "$RPM_BUILD_ROOT" - -%build - -%install - -#install desktopeditor files -mkdir -p "$RPM_BUILD_ROOT" -cp -r ../../../common/onlyoffice/* "$RPM_BUILD_ROOT/" - -%clean -rm -rf "$RPM_BUILD_ROOT" - -%files -%attr(-, root, root) /opt/onlyoffice/desktopeditors/* -%attr(755, root, root) /usr/bin/*desktopeditors -%attr(-, root, root) /usr/share/applications/*.desktop -%pre - -%post - -set -e # fail on any error -set -u # treat unset variable as errors - -# Add icons to the system icons -XDG_ICON_RESOURCE="`which xdg-icon-resource 2> /dev/null || true`" -if [ ! -x "$XDG_ICON_RESOURCE" ]; then - echo "Error: Could not find xdg-icon-resource" >&2 - exit 1 -fi -for icon in "/opt/onlyoffice/desktopeditors/asc-de-"*.png; do - size="${icon##*/asc-de-}" - "$XDG_ICON_RESOURCE" install --size "${size%.png}" "$icon" "asc-de" -done - -UPDATE_MENUS="`which update-menus 2> /dev/null || true`" -if [ -x "$UPDATE_MENUS" ]; then - update-menus -fi - -# Update cache of .desktop file MIME types. Non-fatal since it's just a cache. -#update-desktop-database > /dev/null 2>&1 || true - -/opt/onlyoffice/desktopeditors/post_install.sh - -%preun - -set -e - -action="$1" -if [ "$2" = "in-favour" ]; then - # Treat conflict remove as an upgrade. - action="upgrade" -fi -# Don't clean-up just for an upgrade.` -if [ "$action" = "upgrade" ] ; then - exit 0 -fi - -# Remove icons from the system icons -XDG_ICON_RESOURCE="`which xdg-icon-resource 2> /dev/null || true`" -if [ ! -x "$XDG_ICON_RESOURCE" ]; then - echo "Error: Could not find xdg-icon-resource" >&2 - exit 1 -fi -for icon in "/opt/onlyoffice/desktopeditors/asc-de-"*.png; do - size="${icon##*/asc-de-}" - "$XDG_ICON_RESOURCE" uninstall --size "${size%.png}" "asc-de" -done - -UPDATE_MENUS="`which update-menus 2> /dev/null || true`" -if [ -x "$UPDATE_MENUS" ]; then - update-menus -fi - -# Update cache of .desktop file MIME types. Non-fatal since it's just a cache. -#update-desktop-database > /dev/null 2>&1 || true - -%postun - -set -e # fail on any error - +%include requires.spec +%include ../rpm/common.spec diff --git a/win-linux/package/linux/apt-rpm/requires.spec b/win-linux/package/linux/apt-rpm/requires.spec new file mode 100644 index 000000000..184f36713 --- /dev/null +++ b/win-linux/package/linux/apt-rpm/requires.spec @@ -0,0 +1,5 @@ +%if %{_package_edition} == "full" +Requires: libX11, fonts-ttf-dejavu, fonts-ttf-liberation, fonts-ttf-google-crosextra-carlito +%else +Requires: libX11, libXScrnSaver, libcurl, libgtkglext, libcairo, fonts-ttf-dejavu, fonts-ttf-liberation, fonts-ttf-google-crosextra-carlito +%endif diff --git a/win-linux/package/linux/urpmi-rpm/onlyoffice-desktopeditors.spec b/win-linux/package/linux/rpm/common.spec similarity index 84% rename from win-linux/package/linux/urpmi-rpm/onlyoffice-desktopeditors.spec rename to win-linux/package/linux/rpm/common.spec index d8735e673..d745c7c45 100644 --- a/win-linux/package/linux/urpmi-rpm/onlyoffice-desktopeditors.spec +++ b/win-linux/package/linux/rpm/common.spec @@ -1,16 +1,13 @@ Summary: Desktop editors for text, spreadsheet and presentation files -Name: {{PACKAGE_NAME}} -Version: {{PRODUCT_VERSION}} -Release: {{BUILD_NUMBER}} +Name: %{_package_name} +Version: %{_product_version} +Release: %{_build_number} License: AGPLv3 Group: Applications/Office URL: http://onlyoffice.com/ Vendor: Ascensio System SIA Packager: Ascensio System SIA -#FullRequires: lib64x11_6, fonts-ttf-dejavu, fonts-ttf-liberation -Requires: lib64x11_6, lib64xscrnsaver1, lib64curl4, lib64gtkglext1.0_0, lib64cairo2, fonts-ttf-dejavu, fonts-ttf-liberation -#Suggests: webcore-fonts -BuildArch: x86_64 +BuildArch: %{_package_arch} AutoReq: no AutoProv: no @@ -19,18 +16,18 @@ ONLYOFFICE DesktopEditors installation package ONLYOFFICE DesktopEditors is an application for editing office documents (text documents, spreadsheets and presentations) from onlyoffice cloud portal on local computer without browser using. %prep -rm -rf "$RPM_BUILD_ROOT" +rm -rf "%{buildroot}" %build %install #install desktopeditor files -mkdir -p "$RPM_BUILD_ROOT" -cp -r ../../../common/onlyoffice/* "$RPM_BUILD_ROOT/" +mkdir -p "%{buildroot}" +cp -r ../../../common/onlyoffice/* "%{buildroot}/" %clean -rm -rf "$RPM_BUILD_ROOT" +rm -rf "%{buildroot}" %files %attr(-, root, root) /opt/onlyoffice/desktopeditors/* diff --git a/win-linux/package/linux/rpm/onlyoffice-desktopeditors.spec b/win-linux/package/linux/rpm/onlyoffice-desktopeditors.spec index 350cf45aa..1e1fe0252 100644 --- a/win-linux/package/linux/rpm/onlyoffice-desktopeditors.spec +++ b/win-linux/package/linux/rpm/onlyoffice-desktopeditors.spec @@ -1,102 +1,2 @@ -Summary: Desktop editors for text, spreadsheet and presentation files -Name: {{PACKAGE_NAME}} -Version: {{PRODUCT_VERSION}} -Release: {{BUILD_NUMBER}} -License: AGPLv3 -Group: Applications/Office -URL: http://onlyoffice.com/ -Vendor: Ascensio System SIA -Packager: Ascensio System SIA -#FullRequires: libX11, dejavu-lgc-sans-fonts, dejavu-lgc-sans-mono-fonts, dejavu-lgc-serif-fonts, dejavu-sans-fonts, dejavu-sans-mono-fonts, dejavu-serif-fonts, libreoffice-opensymbol-fonts, liberation-mono-fonts, liberation-sans-fonts, liberation-serif-fonts -Requires: libX11, libXScrnSaver, libcurl, gtkglext-libs, libstdc++ >= 4.8.0, boost-filesystem, xcb-util-renderutil, xcb-util-image, xcb-util-wm, libxcb, xcb-util-keysyms, dejavu-lgc-sans-fonts, dejavu-lgc-sans-mono-fonts, dejavu-lgc-serif-fonts, dejavu-sans-fonts, dejavu-sans-mono-fonts, dejavu-serif-fonts, libreoffice-opensymbol-fonts, liberation-mono-fonts, liberation-narrow-fonts, liberation-sans-fonts, liberation-serif-fonts -BuildArch: x86_64 -AutoReq: no -AutoProv: no - -%description -ONLYOFFICE DesktopEditors installation package - ONLYOFFICE DesktopEditors is an application for editing office documents (text documents, spreadsheets and presentations) from onlyoffice cloud portal on local computer without browser using. - -%prep -rm -rf "$RPM_BUILD_ROOT" - -%build - -%install - -#install desktopeditor files -mkdir -p "$RPM_BUILD_ROOT" -cp -r ../../../common/onlyoffice/* "$RPM_BUILD_ROOT/" - -%clean -rm -rf "$RPM_BUILD_ROOT" - -%files -%attr(-, root, root) /opt/onlyoffice/desktopeditors/* -%attr(755, root, root) /usr/bin/*desktopeditors -%attr(-, root, root) /usr/share/applications/*.desktop -%pre - -%post - -set -e # fail on any error -set -u # treat unset variable as errors - -# Add icons to the system icons -XDG_ICON_RESOURCE="`which xdg-icon-resource 2> /dev/null || true`" -if [ ! -x "$XDG_ICON_RESOURCE" ]; then - echo "Error: Could not find xdg-icon-resource" >&2 - exit 1 -fi -for icon in "/opt/onlyoffice/desktopeditors/asc-de-"*.png; do - size="${icon##*/asc-de-}" - "$XDG_ICON_RESOURCE" install --size "${size%.png}" "$icon" "asc-de" -done - -UPDATE_MENUS="`which update-menus 2> /dev/null || true`" -if [ -x "$UPDATE_MENUS" ]; then - update-menus -fi - -# Update cache of .desktop file MIME types. Non-fatal since it's just a cache. -#update-desktop-database > /dev/null 2>&1 || true - -/opt/onlyoffice/desktopeditors/post_install.sh - -%preun - -set -e - -action="$1" -if [ "$2" = "in-favour" ]; then - # Treat conflict remove as an upgrade. - action="upgrade" -fi -# Don't clean-up just for an upgrade.` -if [ "$action" = "upgrade" ] ; then - exit 0 -fi - -# Remove icons from the system icons -XDG_ICON_RESOURCE="`which xdg-icon-resource 2> /dev/null || true`" -if [ ! -x "$XDG_ICON_RESOURCE" ]; then - echo "Error: Could not find xdg-icon-resource" >&2 - exit 1 -fi -for icon in "/opt/onlyoffice/desktopeditors/asc-de-"*.png; do - size="${icon##*/asc-de-}" - "$XDG_ICON_RESOURCE" uninstall --size "${size%.png}" "asc-de" -done - -UPDATE_MENUS="`which update-menus 2> /dev/null || true`" -if [ -x "$UPDATE_MENUS" ]; then - update-menus -fi - -# Update cache of .desktop file MIME types. Non-fatal since it's just a cache. -#update-desktop-database > /dev/null 2>&1 || true - -%postun - -set -e # fail on any error - +%include requires.spec +%include common.spec diff --git a/win-linux/package/linux/rpm/requires.spec b/win-linux/package/linux/rpm/requires.spec new file mode 100644 index 000000000..99d4cd045 --- /dev/null +++ b/win-linux/package/linux/rpm/requires.spec @@ -0,0 +1,5 @@ +%if %{_package_edition} == "full" +Requires: libX11, dejavu-lgc-sans-fonts, dejavu-lgc-sans-mono-fonts, dejavu-lgc-serif-fonts, dejavu-sans-fonts, dejavu-sans-mono-fonts, dejavu-serif-fonts, libreoffice-opensymbol-fonts, liberation-mono-fonts, liberation-sans-fonts, liberation-serif-fonts +%else +Requires: libX11, libXScrnSaver, libcurl, gtkglext-libs, libstdc++ >= 4.8.0, boost-filesystem, xcb-util-renderutil, xcb-util-image, xcb-util-wm, libxcb, xcb-util-keysyms, dejavu-lgc-sans-fonts, dejavu-lgc-sans-mono-fonts, dejavu-lgc-serif-fonts, dejavu-sans-fonts, dejavu-sans-mono-fonts, dejavu-serif-fonts, libreoffice-opensymbol-fonts, liberation-mono-fonts, liberation-narrow-fonts, liberation-sans-fonts, liberation-serif-fonts +%endif diff --git a/win-linux/package/linux/urpmi/onlyoffice-desktopeditors.spec b/win-linux/package/linux/urpmi/onlyoffice-desktopeditors.spec new file mode 100644 index 000000000..77ec42a7f --- /dev/null +++ b/win-linux/package/linux/urpmi/onlyoffice-desktopeditors.spec @@ -0,0 +1,2 @@ +%include requires-%{_package_arch}.spec +%include ../rpm/common.spec diff --git a/win-linux/package/linux/urpmi/requires-i586.spec b/win-linux/package/linux/urpmi/requires-i586.spec new file mode 100644 index 000000000..9112899e7 --- /dev/null +++ b/win-linux/package/linux/urpmi/requires-i586.spec @@ -0,0 +1,6 @@ +%if %{_package_edition} == "full" +Requires: libx11_6, fonts-ttf-dejavu, fonts-ttf-liberation +%else +Requires: libx11_6, libxscrnsaver1, libcurl4, libgtkglext1.0_0, libcairo2, fonts-ttf-dejavu, fonts-ttf-liberation +%endif +#Suggests: webcore-fonts diff --git a/win-linux/package/linux/urpmi/requires-x86_64.spec b/win-linux/package/linux/urpmi/requires-x86_64.spec new file mode 100644 index 000000000..2b06e5219 --- /dev/null +++ b/win-linux/package/linux/urpmi/requires-x86_64.spec @@ -0,0 +1,6 @@ +%if %{_package_edition} == "full" +Requires: lib64x11_6, fonts-ttf-dejavu, fonts-ttf-liberation +%else +Requires: lib64x11_6, lib64xscrnsaver1, lib64curl4, lib64gtkglext1.0_0, lib64cairo2, fonts-ttf-dejavu, fonts-ttf-liberation +%endif +#Suggests: webcore-fonts diff --git a/win-linux/package/windows/associate_page.iss b/win-linux/package/windows/associate_page.iss index 0f2c720f6..a53edce55 100644 --- a/win-linux/package/windows/associate_page.iss +++ b/win-linux/package/windows/associate_page.iss @@ -10,84 +10,96 @@ ChangesAssociations=true [CustomMessages] en.AssociateDescription =Associate office document file types with {#ASSC_APP_NAME} +pt_BR.AssociateDescription =Associe tipos de arquivos de documento office com {#ASSC_APP_NAME} cs.AssociateDescription =Přiřadit typy souborů kancelářských dokumentů {#ASSC_APP_NAME} sk.AssociateDescription =Priradiť typy súborov kancelárskych dokumentov {#ASSC_APP_NAME} ru.AssociateDescription =Ассоциировать типы файлов офисных документов с {#ASSC_APP_NAME} de.AssociateDescription =Verknüpfung von Office-Dokumenten mit {#ASSC_APP_NAME} fr.AssociateDescription =Associer les fichiers office avec {#ASSC_APP_NAME} es.AssociateDescription =Asociar tipos de archivos de documentos de oficina con {#ASSC_APP_NAME} -;it.AssociateDescription =Associare i tipi di file video/audio ad {#ASSC_APP_NAME} +it_IT.AssociateDescription =Associare i tipi di file video/audio ad {#ASSC_APP_NAME} en.AssociateCaption =File Associations +pt_BR.AssociateCaption =Associações de arquivos cs.AssociateCaption =Asociace souboru sk.AssociateCaption =Asociácia súboru ru.AssociateCaption =Ассоциации файлов de.AssociateCaption =Dateiassoziationen fr.AssociateCaption =Associations de fichiers es.AssociateCaption =Asociaciones de archivos -;it.AssociateCaption =Associazioni dei file +it_IT.AssociateCaption =Associazioni dei file en.AssociateDont =Do not associate +pt_BR.AssociateDont =Não associar cs.AssociateDont =Neasociováno sk.AssociateDont =Neasociované ru.AssociateDont =Не ассоциировать de.AssociateDont =Nicht assoziieren fr.AssociateDont =Ne pas associer es.AssociateDont =No asociar -;it.AssociateDont =Non associare +it_IT.AssociateDont =Non associare en.AssociateAll =Associate all +pt_BR.AssociateAll =Associar todos cs.AssociateAll =Asociovat vše sk.AssociateAll =Asociovať všetko ru.AssociateAll =Ассоциировать все de.AssociateAll =Alle assoziieren fr.AssociateAll =Associer tous es.AssociateAll =Asociar todo -;it.AssociateAll =Associare tutto +it_IT.AssociateAll =Associare tutto en.AssociateSel =Associate selected +pt_BR.AssociateSel =Associar selecionados cs.AssociateSel =Vybraná asociace sk.AssociateSel =Vybraná asociácia ru.AssociateSel =Ассоциировать выбранные de.AssociateSel =Ausgewählte assoziieren fr.AssociateSel =Associer sélectionnés es.AssociateSel =Asociar seleccionado -;it.AssociateSel =Associare selezione +it_IT.AssociateSel =Associare selezione en.AssociateAudio =File types +pt_BR.AssociateAudio =Tipos de arquivo cs.AssociateAudio =Typy souborů sk.AssociateAudio =Typy súborov ru.AssociateAudio =Типы файлов de.AssociateAudio =Dateitypen fr.AssociateAudio =Types de fichiers es.AssociateAudio =Tipos de archivos -;it.AssociateAudio =Tipi di file +it_IT.AssociateAudio =Tipi di file en.extMSWord =Microsoft Word Document +pt_BR.extMSWord =Documento Microsoft Word cs.extMSWord =Microsoft Word Dokument sk.extMSWord =Microsoft Word Dokument ru.extMSWord =Документ Microsoft Word de.extMSWord =Microsoft Word Dokument fr.extMSWord =Document Microsoft Word es.extMSWord =Documento de Microsoft Word +it_IT.extMSWord =Documento di Microsoft Word en.extMSExcel =Microsoft Excel Workbook +pt_BR.extMSExcel =Planilha Microsoft Excel cs.extMSExcel =Microsoft Excel Sešit sk.extMSExcel =Microsoft Excel Zošit ru.extMSExcel =Книга Microsoft Excel de.extMSExcel =Microsoft Excel Arbeitsmappe fr.extMSExcel =Classeur Microsoft Excel es.extMSExcel =Libro de Microsoft Excel +it_ITextMSExcel =Libro di Microsoft Excel en.extMSPresentation =Microsoft PowerPoint Presentation +pt_BR.extMSPresentation =Apresentação Microsoft PowerPoint cs.extMSPresentation =Microsoft PowerPoint Prezentace sk.extMSPresentation =Microsoft PowerPoint Prezentácia ru.extMSPresentation =Презентация Microsoft PowerPoint de.extMSPresentation =Microsoft PowerPoint Präsentation fr.extMSPresentation =Présentation Microsoft PowerPoint -es.extMSPresentation =Presentación de PowerPoint Microsoft - +es.extMSPresentation =Presentación de Microsoft PowerPoint +it_IT.extMSPresentation =Presentazione di Microsoft PowerPoint en.extMSSlideshow =Microsoft PowerPoint Slideshow +pt_BR.extMSSlideshow =Apresentações do PowerPoint da Microsoft cs.extMSSlideshow =Microsoft PowerPoint Slideshow sk.extMSSlideshow =Microsoft PowerPoint Slideshow ru.extMSSlideshow =Слайдшоу Microsoft PowerPoint @@ -96,14 +108,17 @@ fr.extMSSlideshow =Diaporama Microsoft PowerPoint es.extMSSlideshow =Presentación de Microsoft PowerPoint en.extODT =OpenDocument Text Document +pt_BR.extODT =Documento de Texto do OpenDocument cs.extODT =Dokumenty OpenDocument sk.extODT =Dokumenty OpenDocument ru.extODT =Текстовый документ OpenDocument de.extODT =OpenDocument Textdokument fr.extODT =Document OpenDocument Texte es.extODT =Documento de texto de OpenDocument +it_IT.extODT =Documento di testo di OpenDocument en.extODS =OpenDocument Spreadsheet +pt_BR.extODS =Planilha do OpenDocument cs.extODS =Sešit OpenDocument sk.extODS =Zošit OpenDocument ru.extODS =Электронная таблица OpenDocument @@ -112,18 +127,23 @@ fr.extODS =Classeur OpenDocument es.extODS =Hoja de cálculo de OpenDocument en.extODP =OpenDocument Presentation +pt_BR.extODP =Apresentação do OpenDocument cs.extODP =Prezentace OpenDocument sk.extODP =Prezentácia OpenDocument ru.extODP =Презентация OpenDocument de.extODP =OpenDocument  Präsentation fr.extODP =Présentation OpenDocument es.extODP =Presentación de OpenDocument +it_IT.extODP =Presentazione di OpenDocument en.defprogAppDescription=Free desktop office suite for document editing and collaboration +pt_BR.defprogAppDescription=Pacote office para desktop gratuito para edição e colaboração em documentos ru.defprogAppDescription=Бесплатный десктопный офисный пакет для редактирования документов и совместной работы de.defprogAppDescription=Kostenlose Desktop-Office-Suite für Dokumentenbearbeitung und Zusammenarbeit fr.defprogAppDescription=Suite bureautique d'applications de bureau gratuite pour l'édition de documents et la collaboration es.defprogAppDescription=Paquete desktop de oficina gratuito para edición de documentos y colaboración +it_IT.defprogAppDescription=Suite gratuita per l'ufficio desktop per la modifica e la collaborazione in tempo reale di documenti + [Code] diff --git a/win-linux/package/windows/common.iss b/win-linux/package/windows/common.iss index be82c13b8..7b9908553 100644 --- a/win-linux/package/windows/common.iss +++ b/win-linux/package/windows/common.iss @@ -24,7 +24,7 @@ VersionInfoVersion ={#sAppVersion} AppPublisher =Ascensio System SIA. AppPublisherURL =http://www.onlyoffice.com/ AppSupportURL =http://www.onlyoffice.com/support.aspx -AppCopyright =Copyright (C) 2017 Ascensio System SIA. +AppCopyright =Copyright (C) 2018 Ascensio System SIA. DefaultGroupName =ONLYOFFICE WizardImageFile = data\dialogpicture.bmp @@ -56,67 +56,78 @@ Name: sk; MessagesFile: compiler:Languages\Slovak.isl; LicenseFile: ..\..\..\ Name: de; MessagesFile: compiler:Languages\German.isl; LicenseFile: ..\..\..\common\package\license\{#licfile}.rtf; Name: fr; MessagesFile: compiler:Languages\French.isl; LicenseFile: ..\..\..\common\package\license\{#licfile}.rtf; Name: es; MessagesFile: compiler:Languages\Spanish.isl; LicenseFile: ..\..\..\common\package\license\{#licfile}.rtf; -;Name: it; MessagesFile: compiler:Languages\Italian.isl; +Name: pt_BR; MessagesFile: compiler:Languages\BrazilianPortuguese.isl; LicenseFile: ..\..\..\common\package\license\{#licfile}.rtf; +Name: it_IT; MessagesFile: compiler:Languages\Italian.isl; LicenseFile: ..\..\..\common\package\license\{#licfile}.rtf; [CustomMessages] ;====================================================================================================== en.Launch =Launch %1 +pt_BR.Launch =Lance o %1 cs.Launch =Spuštění %1 sk.Launch =Spustenie %1 ru.Launch =Запустить %1 de.Launch =%1 starten fr.Launch =Lancer %1 es.Launch =Ejecutar %1 -;it.Launch =Eseguire %1 +it_IT.Launch =Eseguire %1 ;====================================================================================================== en.CreateDesktopIcon =Create %1 &desktop icon +pt_BR.CreateDesktopIcon =Criar ícone de &desktop do %1 cs.CreateDesktopIcon =Vytvořte %1 &ikonu pracovní plochy sk.CreateDesktopIcon =Vytvoriť %1 &ikonu na ploche ru.CreateDesktopIcon =Создать иконку %1 на &рабочем столе de.CreateDesktopIcon =%1 &Desktop-Icon erstellen fr.CreateDesktopIcon =Créer l'icône du bureau pour %1 es.CreateDesktopIcon =Crear %1 &icono en el escritorio -;it.CreateDesktopIcon =Creare un collegamento %1 sul &desktop +it_IT.CreateDesktopIcon =Creare un collegamento %1 sul &desktop ;====================================================================================================== en.InstallAdditionalComponents =Installing additional system components. Please wait... +pt_BR.InstallAdditionalComponents =Instalando componentes do sistema adicional. Aguarde... cs.InstallAdditionalComponents =Instalace dalších systémových komponent. Prosím, čekejte... sk.InstallAdditionalComponents =Inštalácia ďalších systémových súčastí. Prosím čakajte... ru.InstallAdditionalComponents =Установка дополнительных системных компонентов. Пожалуйста, подождите... de.InstallAdditionalComponents =Installation zusätzlicher Systemkomponenten. Bitte warten... fr.InstallAdditionalComponents =L'installation des composants supplémentaires du système. Attendez... es.InstallAdditionalComponents =Instalando componentes adicionales del sistema. Por favor espere... -;it.InstallAdditionalComponents =Installazione dei componenti addizionali del sistema. Per favore, attendi... +it_IT.InstallAdditionalComponents =Installazione dei componenti addizionali del sistema. Per favore, attendi... ;====================================================================================================== en.AdditionalTasks =Tasks: +pt_BR.AdditionalTasks =Tarefas: cs.AdditionalTasks =Úkoly: sk.AdditionalTasks =Úlohy: ru.AdditionalTasks =Задачи: de.AdditionalTasks =Aufgaben: fr.AdditionalTasks =Tâches: es.AdditionalTasks =Tareas: -;it.AdditionalTasks =Compiti: +it_IT.AdditionalTasks =Attività: ;====================================================================================================== en.Uninstall =Uninstall +pt_BR.Uninstall =Desinstalar cs.Uninstall =Odinstalovat sk.Uninstall =Odinštalovať ru.Uninstall =Удаление de.Uninstall =Deinstallieren fr.Uninstall =Desinstaller es.Uninstall =Desinstalar -;it.Uninstall =Disinstalla +it_IT.Uninstall =Disinstalla ;====================================================================================================== en.WarningWrongArchitecture =You are trying to install the %1-bit application version over the %2-bit version installed. Please uninstall the previous version first or download the correct version for installation. +pt_BR.WarningWrongArchitecture =Você está tentando instalar a versão do aplicativo de %1 bits por cima da versão de %2 bits instalada. Desinstale primeiro a versão anterior ou baixe a versão correta para instalação. cs.WarningWrongArchitecture =Pokoušíte se nainstalovat %1-bit verzi aplikace na nainstalovanou %2-bitovou verzi. Nejprve odinstalujte předchozí verzi nebo stáhněte správnou verzi pro instalaci. sk.WarningWrongArchitecture =Pokúšate sa nainštalovať %1-bitovej verziu na nainštalovanú %2-bitovú verziu. Najskôr odinštalujte predchádzajúcu verziu alebo stiahnite správnu verziu pre inštaláciu. ru.WarningWrongArchitecture =Вы устанавливаете %1-битную версию приложения на уже установленную %2-битную. Пожалуйста, удалите предыдущую версию приложения или скачайте подходящую. de.WarningWrongArchitecture =Sie versuchen die %1-Bit-Version der Anwendung über die %2-Bit-Version, die schon installiert ist, zu installieren. Entfernen Sie bitte die Vorgängerversion zuerst oder laden Sie die richtige Version für die Installation herunter. fr.WarningWrongArchitecture =Vous essayez d'installer la version %1-bit sur la version %2-bit déjà installée. Veuillez désinstaller l'ancienne version d'abord ou télécharger la version correcte à installer. es.WarningWrongArchitecture =Usted está tratando de instalar la versión de la aplicación de %1 bits sobre la versión de %2 bits instalada. Por favor, desinstale la versión anterior primero o descargue la versión correcta para la instalación. -;it.Uninstall =Disinstalla +it_IT.WarningWrongArchitecture =Stai provando ad installare la versione dell'applicazione %1-bit sulla versione %2-bit installata. Si prega di disinstallare prima la versione precedente o scaricare la versione corretta per l'installazione. ;====================================================================================================== en.UpdateAppRunning=Setup has detected that %1 is currently running.%n%nIt'll be closed automatically. Click OK to continue, or Cancel to exit. +it_IT.UpdateAppRunning= Il programma di installazione ha rilevato che% 1 è attualmente in esecuzione.%n%nVerrà chiuso automaticamente. Fare clic su OK per continuare o su Annulla per uscire. +Forse cercavi: Setup has detected that %1 is currently running.%on%It'll be closed automatically. Click OK to continue, or Cancel to exit. +Il programma di installazione ha rilevato che% 1 è attualmente in esecuzione.% N% nSi chiude automaticamente. Fare clic su OK per continuare o su Annulla per uscire. +pt_BR.UpdateAppRunning=A configuração detectou que %1 está atualmente em execução.%n%nEla será fechada automaticamente. Clique em OK para continuar ou em Cancelar para sair. cs.UpdateAppRunning=Setup has detected that %1 is currently running.%n%nIt'll be closed automatically. Click OK to continue, or Cancel to exit. sk.UpdateAppRunning=Setup has detected that %1 is currently running.%n%nIt'll be closed automatically. Click OK to continue, or Cancel to exit. ru.UpdateAppRunning=Обнаружен запущенный экземпляр %1.%n%nДля обновления он будет автоматически закрыт. Нажмите «OK», чтобы продолжить, или «Отмена», чтобы выйти. @@ -125,6 +136,7 @@ fr.UpdateAppRunning=L'installation a détecté que %1 est en cours d'exécution. es.UpdateAppRunning=Programa de instalación ha detectado que actualmente %1 está funcionando.%n%nSe cerrará  automáticamente. Haga clic en OK para continuar o Cerrar para salir. ;en.AssociateDescription =Associate office document file types with %1 +;it_IT.AssociateDescription =Associa i file documentodi Office con %1 ;cs.AssociateDescription =Asociovat typy souborů kancelářských dokumentů s %1 ;sk.AssociateDescription =Asociovať typy súborov kancelárskych dokumentov %1 ;ru.AssociateDescription =Ассоциировать типы файлов офисных документов с %1 @@ -453,7 +465,7 @@ Source: ..\..\..\common\package\dictionaries\*; DestDir: {app}\dictionarie Source: ..\..\..\..\core\build\jsdesktop\web-apps-ant\*; DestDir: {app}\editors\web-apps; Flags: recursesubdirs; Source: ..\..\..\..\core\build\jsdesktop\sdkjs\*; DestDir: {app}\editors\sdkjs; Flags: recursesubdirs; Source: ..\..\..\..\core\build\jsdesktop\sdkjs-plugins\*; DestDir: {app}\editors\sdkjs-plugins; Flags: recursesubdirs; -Source: ..\..\..\..\core\build\empty\*.*; DestDir: {app}\converter\empty; Languages: en sk; +Source: ..\..\..\..\core\build\empty\*.*; DestDir: {app}\converter\empty; Languages: en sk pt_BR; Source: ..\..\..\..\core\build\empty\ru-RU\*.*; DestDir: {app}\converter\empty; Languages: ru; Source: ..\..\..\..\core\build\empty\fr-FR\*.*; DestDir: {app}\converter\empty; Languages: fr; Source: ..\..\..\..\core\build\empty\es-ES\*.*; DestDir: {app}\converter\empty; Languages: es; @@ -466,7 +478,11 @@ Source: ..\..\..\..\core\build\{#PATH_PREFIX}\lib\{#os_arch}\*; DestDir: { Source: ..\..\..\..\core\build\{#PATH_PREFIX}\lib\{#os_arch}\HtmlFileInternal.exe; DestDir: {app}\; Flags: ignoreversion; Source: ..\..\..\..\core\build\lib\{#os_arch}\hunspell.dll; DestDir: {app}\; Flags: ignoreversion; +#if defined _WIN_XP +Source: ..\..\..\..\core\build\lib\{#os_arch}\xp\ascdocumentscore.dll; DestDir: {app}\; Flags: ignoreversion; +#else Source: ..\..\..\..\core\build\lib\{#os_arch}\ascdocumentscore.dll; DestDir: {app}\; Flags: ignoreversion; +#endif Source: ..\..\..\..\core\build\lib\{#os_arch}\ooxmlsignature.dll; DestDir: {app}\; Flags: ignoreversion; Source: ..\..\..\common\package\fonts\LICENSE.txt; DestDir: {app}\fonts; diff --git a/win-linux/package/windows/install_x64_xp.iss b/win-linux/package/windows/install_x64_xp.iss new file mode 100644 index 000000000..6b3a2e69c --- /dev/null +++ b/win-linux/package/windows/install_x64_xp.iss @@ -0,0 +1,29 @@ + +#define os_arch 'win_64' +#define _WIN64 +#define PATH_PREFIX 'win_64\build' +#define _WIN_XP + +#include "common.iss" + +[Setup] +OutputBaseFileName =DesktopEditors_x64_xp +MinVersion =0,5.0.2195 +;MinVersion =6.0 +ArchitecturesAllowed =x64 +ArchitecturesInstallIn64BitMode=x64 +;ShowUndisplayableLanguages = true +;UsePreviousLanguage=no + + +[Files] +Source: data\vcredist\vcredist_x64.exe; DestDir: {app}\; Flags: deleteafterinstall; \ + AfterInstall: installVCRedist(ExpandConstant('{app}\vcredist_x64.exe'), ExpandConstant('{cm:InstallAdditionalComponents}')); Check: not checkVCRedist; + +Source: ..\..\..\..\core\build\{#PATH_PREFIX}\bin\win_64\x2t.exe; DestDir: {app}\converter; Flags: ignoreversion; +Source: ..\..\..\..\core\build\bin\win_64\icudt.dll; DestDir: {app}\converter; Flags: ignoreversion; +Source: ..\..\..\..\core\build\bin\icu\{#os_arch}\*; DestDir: {app}\converter; Flags: ignoreversion; Excludes: *.lib; + +Source: ..\..\..\..\core\build\cef\winxp_64\*; DestDir: {app}\; Excludes: *.lib; Flags: ignoreversion recursesubdirs; +Source: data\libs\qt\win64\*; DestDir: {app}\; Flags: ignoreversion recursesubdirs; +Source: ..\..\3dparty\WinSparkle\win_64\WinSparkle.dll; DestDir: {app}\; Flags: ignoreversion; diff --git a/win-linux/package/windows/install_x86.iss b/win-linux/package/windows/install_x86.iss index 731bfc0cd..6d3e132e4 100644 --- a/win-linux/package/windows/install_x86.iss +++ b/win-linux/package/windows/install_x86.iss @@ -1,4 +1,5 @@ -#define os_arch 'win_32' + +#define os_arch 'win_32' #define PATH_PREFIX 'win_32\build' #include "common.iss" @@ -13,9 +14,9 @@ MinVersion =0,5.0.2195 Source: data\vcredist\vcredist_x86.exe; DestDir: {app}\; Flags: deleteafterinstall; \ AfterInstall: installVCRedist(ExpandConstant('{app}\vcredist_x86.exe'), ExpandConstant('{cm:InstallAdditionalComponents}')); Check: not checkVCRedist; -Source: ..\..\..\..\core\build\bin\win_32\x2t.exe; DestDir: {app}\converter; Flags: ignoreversion; -Source: ..\..\..\..\core\build\bin\win_32\icudt.dll; DestDir: {app}\converter; Flags: ignoreversion; -Source: ..\..\..\..\core\build\bin\icu\{#os_arch}\*; DestDir: {app}\converter; Flags: ignoreversion; Excludes: *.lib; +Source: ..\..\..\..\core\build\{#PATH_PREFIX}\bin\win_32\x2t.exe; DestDir: {app}\converter; Flags: ignoreversion; +Source: ..\..\..\..\core\build\bin\win_32\icudt.dll; DestDir: {app}\converter; Flags: ignoreversion; +Source: ..\..\..\..\core\build\bin\icu\{#os_arch}\*; DestDir: {app}\converter; Flags: ignoreversion; Excludes: *.lib; Source: ..\..\..\..\core\build\cef\{#os_arch}\*; DestDir: {app}\; Excludes: *.lib; Flags: ignoreversion recursesubdirs; Source: data\libs\qt\win32\*; DestDir: {app}\; Flags: ignoreversion recursesubdirs; diff --git a/win-linux/package/windows/install_x86_xp.iss b/win-linux/package/windows/install_x86_xp.iss new file mode 100644 index 000000000..b03c83c43 --- /dev/null +++ b/win-linux/package/windows/install_x86_xp.iss @@ -0,0 +1,26 @@ + +#define os_arch 'win_32' +#define PATH_PREFIX 'win_32\build' +#define _WIN_XP + +#include "common.iss" + +[Setup] +OutputBaseFileName =DesktopEditors_x86_xp +MinVersion =0,5.0.2195 +;ArchitecturesAllowed =x86 + + +[Files] +Source: data\vcredist\vcredist_x86.exe; DestDir: {app}\; Flags: deleteafterinstall; \ + AfterInstall: installVCRedist(ExpandConstant('{app}\vcredist_x86.exe'), ExpandConstant('{cm:InstallAdditionalComponents}')); Check: not checkVCRedist; + +Source: ..\..\..\..\core\build\{#PATH_PREFIX}\bin\win_32\x2t.exe; DestDir: {app}\converter; Flags: ignoreversion; +Source: ..\..\..\..\core\build\bin\win_32\icudt.dll; DestDir: {app}\converter; Flags: ignoreversion; +Source: ..\..\..\..\core\build\bin\icu\{#os_arch}\*; DestDir: {app}\converter; Flags: ignoreversion; Excludes: *.lib; + +Source: ..\..\..\..\core\build\cef\winxp_32\*; DestDir: {app}\; Excludes: *.lib; Flags: ignoreversion recursesubdirs; +Source: data\libs\qt\win32\*; DestDir: {app}\; Flags: ignoreversion recursesubdirs; +Source: ..\..\3dparty\WinSparkle\win_32\WinSparkle.dll; DestDir: {app}\; Flags: ignoreversion; + + diff --git a/win-linux/resources.qrc b/win-linux/resources.qrc index 84c01867a..92106fe8a 100644 --- a/win-linux/resources.qrc +++ b/win-linux/resources.qrc @@ -63,6 +63,7 @@ langs/de.qm langs/cs.qm langs/sk.qm + langs/pt_BR.qm res/styles/tabbar.qss diff --git a/win-linux/src/asctabwidget.cpp b/win-linux/src/asctabwidget.cpp index 1094d6b8b..66730448e 100644 --- a/win-linux/src/asctabwidget.cpp +++ b/win-linux/src/asctabwidget.cpp @@ -833,7 +833,7 @@ int CAscTabWidget::findModified(const QString& portalname) return -1; } -void CAscTabWidget::setFullScreen(bool apply) +void CAscTabWidget::setFullScreen(bool apply, int id) { QWidget * fsWidget; static QMetaObject::Connection cefConnection; @@ -856,12 +856,18 @@ void CAscTabWidget::setFullScreen(bool apply) // updateGeometry(); } } else { - fsWidget = currentWidget(); + int tabIndex = tabIndexByView(id); + if ( !(tabIndex < 0) ) { + fsWidget = widget(tabIndex); + } else { + tabIndex = currentIndex(); + fsWidget = currentWidget(); + } if ( fsWidget ) { - m_dataFullScreen = new CFullScreenData(currentIndex(), fsWidget); + m_dataFullScreen = new CFullScreenData(tabIndex, fsWidget); - removeTab(currentIndex()); + removeTab(tabIndex); #ifdef _WIN32 fsWidget->setWindowIcon(Utils::appIcon()); fsWidget->setParent(nullptr); diff --git a/win-linux/src/asctabwidget.h b/win-linux/src/asctabwidget.h index d4f698cf2..ecf170204 100644 --- a/win-linux/src/asctabwidget.h +++ b/win-linux/src/asctabwidget.h @@ -175,7 +175,7 @@ class CAscTabWidget : public QTabWidget void updateIcons(); void updateTabIcon(int); void setFocusedView(int index = -1); - void setFullScreen(bool); + void setFullScreen(bool, int id = -1); QWidget * fullScreenWidget(); void openCloudDocument(COpenOptions&, bool); diff --git a/win-linux/src/ccefeventstransformer.cpp b/win-linux/src/ccefeventstransformer.cpp index fdc83e99b..2df9b4c31 100644 --- a/win-linux/src/ccefeventstransformer.cpp +++ b/win-linux/src/ccefeventstransformer.cpp @@ -144,7 +144,7 @@ void CCefEventsTransformer::OnEvent(QObject * target, NSEditorApi::CAscCefMenuEv case ASC_MENU_EVENT_TYPE_CEF_ONFULLSCREENENTER: case ASC_MENU_EVENT_TYPE_CEF_ONFULLSCREENLEAVE: QMetaObject::invokeMethod(target, "onFullScreen", Qt::QueuedConnection, - Q_ARG(bool, event->m_nType == ASC_MENU_EVENT_TYPE_CEF_ONFULLSCREENENTER)); + Q_ARG(bool, event->m_nType == ASC_MENU_EVENT_TYPE_CEF_ONFULLSCREENENTER), Q_ARG(int, event->get_SenderId())); break; case ASC_MENU_EVENT_TYPE_CEF_LOCALFILE_OPEN: { CAscLocalFileOpen * pData = (CAscLocalFileOpen*)event->m_pData; diff --git a/win-linux/src/cfiledialog.cpp b/win-linux/src/cfiledialog.cpp index 7e2d88646..41f3e6708 100644 --- a/win-linux/src/cfiledialog.cpp +++ b/win-linux/src/cfiledialog.cpp @@ -34,6 +34,7 @@ #include #include "defines.h" #include "utils.h" +#include "cmessage.h" #include "../Common/OfficeFileFormats.h" @@ -48,8 +49,6 @@ CFileDialogWrapper::CFileDialogWrapper(HWND hParentWnd) : QWinWidget(hParentWnd) //#define FILEDIALOG_DONT_USE_MODAL // -#include "cmessage.h" - CFileDialogWrapper::CFileDialogWrapper(QWidget * parent) : QObject(parent) #endif { @@ -109,9 +108,13 @@ bool CFileDialogWrapper::modalSaveAs(QString& fileName) } #ifdef _WIN32 - fileName = QFileDialog::getSaveFileName(this, tr("Save As"), fileName, _filters, &_sel_filter); + QString _croped_name = fileName.contains(QRegExp("\\.[^\\/\\\\]+$")) ? + fileName.left(fileName.lastIndexOf(".")) : fileName; + HWND _mess_parent = QWinWidget::parentWindow(); #else - QString _croped_name = fileName.section(".",0,0); + QString _croped_name = fileName.left(fileName.lastIndexOf(".")); + QWidget * _mess_parent = (QWidget *)parent(); +#endif reFilter.setPattern("\\(\\*(\\.\\w+)\\)$"); auto _exec_dialog = [] (QWidget * p, QString n, QString f, QString& sf) { @@ -126,11 +129,12 @@ bool CFileDialogWrapper::modalSaveAs(QString& fileName) #ifdef FILEDIALOG_DONT_USE_MODAL QWidget * _parent = NULL; #else +# ifdef _WIN32 + QWidget * _parent = this; +# else QWidget * _parent = (QWidget *)parent(); +# endif #endif - CMessage mess(_parent); - mess.setButtons({tr("Yes"), tr("No")}); - mess.setIcon(MESSAGE_TYPE_WARN); while (true) { fileName = _exec_dialog(_parent, _croped_name, _filters, _sel_filter); @@ -144,18 +148,20 @@ bool CFileDialogWrapper::modalSaveAs(QString& fileName) } QFileInfo info(fileName); - if ( info.exists() && - MODAL_RESULT_CUSTOM + 1 == mess.warning(tr("%1 already exists.
Do you want to replace it?") - .arg(info.fileName())) ) - continue; + if ( info.exists() ) { + CMessage mess(_mess_parent); + mess.setButtons({tr("Yes"), tr("No")}); + + if ( MODAL_RESULT_CUSTOM + 1 == mess.warning(tr("%1 already exists.
Do you want to replace it?") + .arg(info.fileName())) ) + continue; + } } break; } -#endif - m_format = 0; if (m_filters.length()) { m_format = getKey(_sel_filter); diff --git a/win-linux/src/clangater.cpp b/win-linux/src/clangater.cpp index 01d58a005..b4f1976e2 100644 --- a/win-linux/src/clangater.cpp +++ b/win-linux/src/clangater.cpp @@ -60,7 +60,6 @@ void CLangater::init() GET_REGISTRY_SYSTEM(reg_system) QString _lang, - _lang_path = ":/i18n/langs/", _cmd_args = g_cmdArgs.join(','); QRegularExpression _re(reCmdLang); @@ -96,6 +95,7 @@ void CLangater::init() !((_lang = reg_system.value("locale").value()).size()) && (_lang = "en").size(); #endif + QString _lang_path = ":/i18n/langs/"; if ( !QFile(_lang_path + _lang + ".qm").exists() ) { if ( QFile("./langs/" + _lang + ".qm").exists() ) { _lang_path = "./langs"; @@ -106,6 +106,10 @@ void CLangater::init() if ( QFile("./langs/" + _lang.left(2) + ".qm").exists() ) { _lang = _lang.left(2); _lang_path = "./langs"; + } else + // check if lang file has an alias + if ( QFile(":/i18n/" + _lang + ".qm").exists() ) { + _lang_path = ":/i18n/"; } else _lang = APP_DEFAULT_LOCALE; } diff --git a/win-linux/src/cmainpanel.cpp b/win-linux/src/cmainpanel.cpp index c7e3166e5..77cb7c5cc 100644 --- a/win-linux/src/cmainpanel.cpp +++ b/win-linux/src/cmainpanel.cpp @@ -1146,14 +1146,16 @@ void CMainPanel::onLocalFileSaveAs(void * d) RELEASEINTERFACE(pData); } -void CMainPanel::onFullScreen(bool apply) +void CMainPanel::onFullScreen(bool apply, int id) { - if (apply) { - m_isMaximized = m_mainWindowState == Qt::WindowMaximized; - m_mainWindowState = Qt::WindowFullScreen; + if ( apply ) { + if ( m_mainWindowState != Qt::WindowFullScreen ) { + m_isMaximized = m_mainWindowState == Qt::WindowMaximized; + m_mainWindowState = Qt::WindowFullScreen; - m_pTabs->setFullScreen(apply); - emit mainWindowChangeState(Qt::WindowFullScreen); + m_pTabs->setFullScreen(apply, id); + emit mainWindowChangeState(Qt::WindowFullScreen); + } } else if ( m_mainWindowState == Qt::WindowFullScreen ) { m_mainWindowState = m_isMaximized ? Qt::WindowMaximized : Qt::WindowNoState; diff --git a/win-linux/src/cmainpanel.h b/win-linux/src/cmainpanel.h index b653054bb..b7a8ae893 100644 --- a/win-linux/src/cmainpanel.h +++ b/win-linux/src/cmainpanel.h @@ -129,7 +129,7 @@ public slots: virtual void onDocumentPrint(void *); void onDialogSave(std::wstring sName, uint id); - void onFullScreen(bool); + void onFullScreen(bool apply, int id = -1); void onKeyDown(void *); void onNeedCheckKeyboard(); diff --git a/win-linux/src/linux/cmainwindow.cpp b/win-linux/src/linux/cmainwindow.cpp index c9bbbba11..b22b1a81c 100644 --- a/win-linux/src/linux/cmainwindow.cpp +++ b/win-linux/src/linux/cmainwindow.cpp @@ -117,8 +117,13 @@ CMainWindow::CMainWindow(const QRect& geometry) connect(app, &SingleApplication::showUp, [=](QString args){ QStringList * _list = Utils::getInputFiles(args.split(";")); - if (_list->count()) + + // remove app's self name from start arguments + if ( _list->isEmpty() ) _list->removeFirst(); + + if ( !_list->isEmpty() ) { m_pMainPanel->doOpenLocalFiles(*_list); + } delete _list, _list = NULL; diff --git a/win-linux/src/linux/singleapplication.cpp b/win-linux/src/linux/singleapplication.cpp index 53396cdf5..b4edce709 100644 --- a/win-linux/src/linux/singleapplication.cpp +++ b/win-linux/src/linux/singleapplication.cpp @@ -27,6 +27,7 @@ #include #include #include +#include #ifdef Q_OS_UNIX #include @@ -105,6 +106,7 @@ class SingleApplicationPrivate { // Send input arguments to the parent std::string _out_args; QStringList _args = q_ptr->arguments(); + if (_args.count() > 1) { for (int i = 0; i < _args.count(); i++) { QString arg = _args[i]; @@ -321,11 +323,13 @@ void SingleApplication::slotConnectionEstablished() if( !socket->waitForReadyRead() ) return; - char * message = socket->readAll().data(); + QByteArray buffer; + QDataStream stream(&buffer, QIODevice::ReadOnly); + buffer.append(socket->readAll()); socket->close(); delete socket; // Send input arguments the window - Q_EMIT showUp(QString(message)); + Q_EMIT showUp(QString(buffer.constData())); } diff --git a/win-linux/src/main.cpp b/win-linux/src/main.cpp index f9ce504e0..429933e77 100644 --- a/win-linux/src/main.cpp +++ b/win-linux/src/main.cpp @@ -59,6 +59,9 @@ #include "chelp.h" #include "common/File.h" +#include +#include + QStringList g_cmdArgs; int main( int argc, char *argv[] ) @@ -128,12 +131,10 @@ int main( int argc, char *argv[] ) const int ac = argc; char ** const av = argv; for (int a(1); a < ac; ++a) { - g_cmdArgs << QString::fromLocal8Bit(av[a]); - } - - if ( !(g_cmdArgs.indexOf("--help") < 0) ) { - CHelp::out(); - return 0; + if ( QString::fromLocal8Bit(av[a]) == "--help" ) { + CHelp::out(); + return 0; + } } #ifdef __linux__ @@ -144,6 +145,8 @@ int main( int argc, char *argv[] ) app.setAttribute(Qt::AA_UseHighDpiPixmaps); app.setAttribute(Qt::AA_DisableHighDpiScaling); + g_cmdArgs = QApplication::arguments().mid(1); + /* the order is important */ CApplicationCEF* application_cef = new CApplicationCEF(); diff --git a/win-linux/src/utils.cpp b/win-linux/src/utils.cpp index 448324b43..4422d363d 100644 --- a/win-linux/src/utils.cpp +++ b/win-linux/src/utils.cpp @@ -46,8 +46,7 @@ #include #include -#include "applicationmanager.h" -#include "applicationmanager_events.h" +#include "cascapplicationmanagerwrapper.h" #ifdef _WIN32 #include "shlobj.h" @@ -272,21 +271,21 @@ QString Utils::encodeJson(const QString& s) unsigned Utils::getScreenDpiRatio(int scrnum) { -#ifdef __linux - double _k = QApplication::primaryScreen()->logicalDotsPerInch() / 96.f; -#else +#ifdef _WIN32 UINT _dpi_x = 0, _dpi_y = 0; - double _k; - if ( Core_GetMonitorRawDpiByIndex(scrnum, &_dpi_x, &_dpi_y) == S_OK ) { - _k = _dpi_x / 96.f; - } else { - _k = QApplication::primaryScreen()->logicalDotsPerInch() / 96.f; - } + int _f = AscAppManager::getInstance().GetMonitorScaleByIndex(scrnum, _dpi_x, _dpi_y); + if ( _f > 0 ) + return _f; #endif - return !(_k < 1.5) ? 2 : 1; + QScreen * _screen; + if ( !(scrnum < 0) && scrnum < QApplication::screens().count() ) + _screen = QApplication::screens().at(scrnum); + else _screen = QApplication::primaryScreen(); + + return _screen->logicalDotsPerInch() / 96.f < 1.5 ? 1 : 2; } unsigned Utils::getScreenDpiRatioByHWND(int hwnd) @@ -296,15 +295,13 @@ unsigned Utils::getScreenDpiRatioByHWND(int hwnd) #else UINT _dpi_x = 0, _dpi_y = 0; - double _k; - if ( Core_GetMonitorRawDpi((HWND)hwnd, &_dpi_x, &_dpi_y) == S_OK ) { - _k = _dpi_x; - } else { - _k = QApplication::primaryScreen()->logicalDotsPerInch(); + int _f = AscAppManager::getInstance().GetMonitorScaleByWindow((HWND)hwnd, _dpi_x, _dpi_y); + if ( !(_f > 0) ) { + return QApplication::primaryScreen()->logicalDotsPerInch() / 96.f < 1.5 ? 1 : 2; } - return _k / 96.f < 1.5 ? 1 : 2; + return _f; #endif } diff --git a/win-linux/src/version.h b/win-linux/src/version.h index ca1105f6c..395622837 100644 --- a/win-linux/src/version.h +++ b/win-linux/src/version.h @@ -33,14 +33,14 @@ #ifndef VERSION_H #define VERSION_H -#define VER_FILEVERSION 4,8,6,386 -#define VER_FILEVERSION_STR "4.8.6.386\0" +#define VER_FILEVERSION 4,8,7,392 +#define VER_FILEVERSION_STR "4.8.7.392\0" #define VER_PRODUCTVERSION VER_FILEVERSION #define VER_PRODUCTVERSION_STR "4.8\0" #define VER_COMPANYNAME_STR "Ascensio System SIA\0" -#define VER_LEGALCOPYRIGHT_STR "Ascensio System SIA 2017\0" +#define VER_LEGALCOPYRIGHT_STR "Ascensio System SIA 2018\0" #define VER_COMPANYDOMAIN_STR "www.onlyoffice.com\0" #define ABOUT_COPYRIGHT_STR VER_LEGALCOPYRIGHT_STR #define VER_FILEDESCRIPTION_STR "ONLYOFFICE Desktop Editors\0" diff --git a/win-linux/src/win/cwinwindow.cpp b/win-linux/src/win/cwinwindow.cpp index cde930061..a0faea726 100644 --- a/win-linux/src/win/cwinwindow.cpp +++ b/win-linux/src/win/cwinwindow.cpp @@ -67,7 +67,7 @@ LRESULT CALLBACK wndproc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) return DefWindowProc(hWnd, message, wParam, lParam); } -CWinWindow::CWinWindow(HWND parent, QString& title) +CWinWindow::CWinWindow(HWND parent, const QString& title) : m_hSelf(0) , m_hParent(parent) { diff --git a/win-linux/src/win/cwinwindow.h b/win-linux/src/win/cwinwindow.h index f345045cf..a940e5076 100644 --- a/win-linux/src/win/cwinwindow.h +++ b/win-linux/src/win/cwinwindow.h @@ -39,7 +39,7 @@ class CWinWindow { public: - CWinWindow(HWND, QString&); + CWinWindow(HWND, const QString&); virtual ~CWinWindow(){} virtual void modal(); diff --git a/win-linux/src/win/mainwindow.cpp b/win-linux/src/win/mainwindow.cpp index bf0c3ad89..3257e30f2 100644 --- a/win-linux/src/win/mainwindow.cpp +++ b/win-linux/src/win/mainwindow.cpp @@ -351,13 +351,15 @@ qDebug() << "WM_CLOSE"; } case WM_SIZE: - if ( !window->closed && window->m_pWinPanel ) { + if ( !window->closed && window->m_pWinPanel) { if (wParam == SIZE_MINIMIZED) { window->m_pMainPanel->applyMainWindowState(Qt::WindowMinimized); } else { - if ( wParam == SIZE_MAXIMIZED ) - window->m_pMainPanel->applyMainWindowState(Qt::WindowMaximized); else - window->m_pMainPanel->applyMainWindowState(Qt::WindowNoState); + if ( IsWindowVisible(hWnd) ) { + if ( wParam == SIZE_MAXIMIZED ) + window->m_pMainPanel->applyMainWindowState(Qt::WindowMaximized); else + window->m_pMainPanel->applyMainWindowState(Qt::WindowNoState); + } window->adjustGeometry(); } @@ -738,28 +740,38 @@ void CMainWindow::slot_mainPageReady() CSplash::hideSplash(); #ifdef _UPDMODULE - QString _prod_name = WINDOW_NAME; + OSVERSIONINFO osvi; - GET_REGISTRY_USER(_user) - if (!_user.contains("CheckForUpdates")) { - _user.setValue("CheckForUpdates", "1"); - } + ZeroMemory(&osvi, sizeof(OSVERSIONINFO)); + osvi.dwOSVersionInfoSize = sizeof(OSVERSIONINFO); - win_sparkle_set_app_details(QString(VER_COMPANYNAME_STR).toStdWString().c_str(), - _prod_name.toStdWString().c_str(), - QString(VER_FILEVERSION_STR).toStdWString().c_str()); - win_sparkle_set_appcast_url(URL_APPCAST_UPDATES); - win_sparkle_set_registry_path(QString("Software\\%1\\%2").arg(REG_GROUP_KEY).arg(REG_APP_NAME).toLatin1()); - win_sparkle_set_lang(CLangater::getLanguageName().toLatin1()); + GetVersionEx(&osvi); - win_sparkle_set_did_find_update_callback(&CMainWindow::updateFound); - win_sparkle_set_did_not_find_update_callback(&CMainWindow::updateNotFound); - win_sparkle_set_error_callback(&CMainWindow::updateError); + // skip updates for XP + if ( osvi.dwMajorVersion > 5 ) { + QString _prod_name = WINDOW_NAME; + + GET_REGISTRY_USER(_user) + if (!_user.contains("CheckForUpdates")) { + _user.setValue("CheckForUpdates", "1"); + } - win_sparkle_init(); + win_sparkle_set_app_details(QString(VER_COMPANYNAME_STR).toStdWString().c_str(), + _prod_name.toStdWString().c_str(), + QString(VER_FILEVERSION_STR).toStdWString().c_str()); + win_sparkle_set_appcast_url(URL_APPCAST_UPDATES); + win_sparkle_set_registry_path(QString("Software\\%1\\%2").arg(REG_GROUP_KEY).arg(REG_APP_NAME).toLatin1()); + win_sparkle_set_lang(CLangater::getLanguageName().toLatin1()); - AscAppManager::sendCommandTo(0, "updates", "on"); - CLogger::log(QString("updates is on: ") + URL_APPCAST_UPDATES); + win_sparkle_set_did_find_update_callback(&CMainWindow::updateFound); + win_sparkle_set_did_not_find_update_callback(&CMainWindow::updateNotFound); + win_sparkle_set_error_callback(&CMainWindow::updateError); + + win_sparkle_init(); + + AscAppManager::sendCommandTo(0, "updates", "on"); + CLogger::log(QString("updates is on: ") + URL_APPCAST_UPDATES); + } #endif }