Skip to content

Commit

Permalink
[macos] fix bug 63451
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkadushkin committed Jul 19, 2024
1 parent dc2a006 commit 584937c
Show file tree
Hide file tree
Showing 3 changed files with 102 additions and 4 deletions.
8 changes: 4 additions & 4 deletions macos/Localization/en.xliff
Original file line number Diff line number Diff line change
Expand Up @@ -488,22 +488,22 @@ We have a special offer for you.</target>
</trans-unit>
<trans-unit id="new-document" xml:space="preserve">
<source>New Document</source>
<target>New Document</target>
<target>New document</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="new-presentation" xml:space="preserve">
<source>New Presentation</source>
<target>New Presentation</target>
<target>New presentation</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="new-spreadsheet" xml:space="preserve">
<source>New Spreadsheet</source>
<target>New Spreadsheet</target>
<target>New spreadsheet</target>
<note>No comment provided by engineer.</note>
</trans-unit>
<trans-unit id="new-pdfform" xml:space="preserve">
<source>New PDF Form</source>
<target>New PDF Form</target>
<target>New PDF form</target>
<note>No comment provided by engineer.</note>
</trans-unit>
</body>
Expand Down
2 changes: 2 additions & 0 deletions macos/ONLYOFFICE.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,7 @@
/* End PBXCopyFilesBuildPhase section */

/* Begin PBXFileReference section */
5A0229392C4A54600011C6EC /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Localizable.strings; sourceTree = "<group>"; };
5A18BAA3285B5BF6004625C7 /* CertificateCommon.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CertificateCommon.h; sourceTree = "<group>"; };
5A417F722C05265E00758795 /* sr-Latn-RS */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "sr-Latn-RS"; path = "sr-Latn-RS.lproj/Document-Sign.strings"; sourceTree = "<group>"; };
5A417F732C05265E00758795 /* sr-Latn-RS */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "sr-Latn-RS"; path = "sr-Latn-RS.lproj/Localizable.strings"; sourceTree = "<group>"; };
Expand Down Expand Up @@ -3100,6 +3101,7 @@
5ABE02522B22699F0031328E /* ar-SA */,
5A417F732C05265E00758795 /* sr-Latn-RS */,
5A417F7C2C05267F00758795 /* sr-RS */,
5A0229392C4A54600011C6EC /* en */,
);
name = Localizable.strings;
sourceTree = "<group>";
Expand Down
96 changes: 96 additions & 0 deletions macos/ONLYOFFICE/en.lproj/Localizable.strings
Original file line number Diff line number Diff line change
@@ -0,0 +1,96 @@
/* No comment provided by engineer. */
"Comma-Separated Values" = "Comma Separated Values (*.csv)";

/* No comment provided by engineer. */
"DjVu File" = "Digital Document (*.djvu)";

/* No comment provided by engineer. */
"Document template" = "Word Open XML Document Template (*.dotx)";

/* No comment provided by engineer. */
"Excel 97-2003 Spreadsheet" = "Excel 97-2003 Spreadsheet (*.xls)";

/* No comment provided by engineer. */
"Excel 2007 Spreadsheet" = "Office Open XML Spreadsheet (*.xlsx)";

/* No comment provided by engineer. */
"FictionBook File" = "FictionBook 2 File (*.fb2)";

/* 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 changes will be lost.";

/* No comment provided by engineer. */
"Macro-enabled Presentation" = "Macro-enabled Presentation (*.pptm)";

/* No comment provided by engineer. */
"Macro-enabled spreadsheet template" = "Macro-enabled Spreadsheet template (*.xltm)";

/* No comment provided by engineer. */
"Mobipocket e-book" = "Mobipocket File (*.mobi)";

/* No comment provided by engineer. */
"new-document" = "New document";

/* No comment provided by engineer. */
"new-pdfform" = "New PDF form";

/* No comment provided by engineer. */
"new-presentation" = "New presentation";

/* No comment provided by engineer. */
"new-spreadsheet" = "New spreadsheet";

/* No comment provided by engineer. */
"OpenDocument Document Template" = "OpenDocument Document Template (*.ott)";

/* No comment provided by engineer. */
"OpenDocument Presentation Template" = "OpenDocument Presentation Template (*.otp)";

/* No comment provided by engineer. */
"OpenDocument Spreadsheet Template" = "OpenDocument Spreadsheet Template (*.ots)";

/* No comment provided by engineer. */
"OpenOffice Document" = "OpenDocument Text File (*.odt)";

/* No comment provided by engineer. */
"OpenOffice Presentation" = "OpenDocument Presentation (*.odp)";

/* No comment provided by engineer. */
"OpenOffice Spreadsheet" = "OpenDocument Spreadsheet (*.ods)";

/* No comment provided by engineer. */
"PDF File" = "Portable Document (*.pdf)";

/* No comment provided by engineer. */
"PDF/A File" = "Portable Document /A (*.pdf)";

/* No comment provided by engineer. */
"Plain Text" = "Plain Text File (*.txt)";

/* No comment provided by engineer. */
"PowerPoint 97-2003 Presentation" = "PowerPoint 97-2003 Presentation (*.ppt)";

/* No comment provided by engineer. */
"PowerPoint 2007 Presentation" = "Office Open XML Presentation (*.pptx)";

/* No comment provided by engineer. */
"PowerPoint Slide Show" = "Office Open XML Slide Show (*.ppsx)";

/* No comment provided by engineer. */
"Presentation template" = "PowerPoint Open XML Presentation Template (*.potx)";

/* No comment provided by engineer. */
"Rich Text Document" = "Rich Text Format File (*.rtf)";

/* No comment provided by engineer. */
"Spreadsheet template" = "Excel Open XML Spreadsheet Template (*.xltx)";

/* No comment provided by engineer. */
"Word 97-2003 Document" = "Word 97-2003 Document (*.doc)";

/* No comment provided by engineer. */
"Word 2007 Document" = "Office Open XML Document (*.docx)";

/* No comment provided by engineer. */
"XML Paper Specification" = "OpenXPS Document (*.xps)";

0 comments on commit 584937c

Please sign in to comment.