mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-24 09:59:43 +00:00
Fixed localization issues. Localized OpenPanelAccessoryView
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="13196" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
|
||||
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="14113" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
|
||||
<dependencies>
|
||||
<deployment identifier="macosx"/>
|
||||
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="13196"/>
|
||||
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="14113"/>
|
||||
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
|
||||
</dependencies>
|
||||
<objects>
|
||||
@@ -49,7 +49,7 @@
|
||||
<constraint firstAttribute="bottom" relation="greaterThanOrEqual" secondItem="x9q-qY-Jy2" secondAttribute="bottom" constant="10" id="f1c-Ha-7hR"/>
|
||||
<constraint firstItem="I5Q-M2-Ha7" firstAttribute="leading" secondItem="x9q-qY-Jy2" secondAttribute="leading" id="sUu-Ol-LM0"/>
|
||||
</constraints>
|
||||
<point key="canvasLocation" x="-239" y="-34"/>
|
||||
<point key="canvasLocation" x="-11" y="-31"/>
|
||||
</customView>
|
||||
</objects>
|
||||
</document>
|
||||
6
MacPass/de.lproj/OpenPanelAccessoryView.strings
Normal file
6
MacPass/de.lproj/OpenPanelAccessoryView.strings
Normal file
@@ -0,0 +1,6 @@
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Show hidden files"; ObjectID = "FfY-KA-8IC"; */
|
||||
"FfY-KA-8IC.title" = "Show hidden files";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Allow all files"; ObjectID = "tvV-1s-Be3"; */
|
||||
"tvV-1s-Be3.title" = "Allow all files";
|
||||
@@ -1,3 +1,3 @@
|
||||
/* (No Comment) */
|
||||
"NSHumanReadableCopyright" = "Copyright © 2012-2018 HicknHack Software GmbH. All rights reserved.";
|
||||
"NSHumanReadableCopyright" = "Copyright ©2012-2018 HicknHack Software GmbH. All rights reserved.";
|
||||
|
||||
|
||||
6
MacPass/en.lproj/OpenPanelAccessoryView.strings
Normal file
6
MacPass/en.lproj/OpenPanelAccessoryView.strings
Normal file
@@ -0,0 +1,6 @@
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Show hidden files"; ObjectID = "FfY-KA-8IC"; */
|
||||
"FfY-KA-8IC.title" = "Show hidden files";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Allow all files"; ObjectID = "tvV-1s-Be3"; */
|
||||
"tvV-1s-Be3.title" = "Allow all files";
|
||||
@@ -1,3 +1,3 @@
|
||||
/* (No Comment) */
|
||||
"NSHumanReadableCopyright" = "Copyright © 2012-2018 HicknHack Software GmbH. Alle rechten voorbehouden.";
|
||||
"NSHumanReadableCopyright" = "Copyright ©2012-2018 HicknHack Software GmbH. Alle rechten voorbehouden.";
|
||||
|
||||
|
||||
@@ -1,9 +1 @@
|
||||
/* (No Comment) */
|
||||
"KDB Database" = "Baza danych KDB";
|
||||
|
||||
/* (No Comment) */
|
||||
"KDBX Database" = "Baza danych KDBX";
|
||||
|
||||
/* (No Comment) */
|
||||
"MacPass Plugin" = "Wtyczka MacPass";
|
||||
|
||||
/* Localized versions of Info.plist keys */
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
/* (No Comment) */
|
||||
"NSHumanReadableCopyright" = "Copyright © 2012-2018 HicknHack Software GmbH. All rights reserved.";
|
||||
"NSHumanReadableCopyright" = "Copyright ©2012-2018 HicknHack Software GmbH. All rights reserved.";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user