Localization swap fix

This commit is contained in:
michael starke
2013-06-09 20:39:15 +02:00
parent 33277723b6
commit 75d05eae9f
4 changed files with 11 additions and 5 deletions

View File

@@ -48,7 +48,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>B12</string>
<string>B23</string>
<key>LSMinimumSystemVersion</key>
<string>${MACOSX_DEPLOYMENT_TARGET}</string>
<key>NSHumanReadableCopyright</key>

View File

@@ -6,10 +6,10 @@
"495.title" = "Name";
/* Class = "NSTextFieldCell"; title = "Username"; ObjectID = "498"; */
"498.title" = "Username";
"498.title" = "Benuztername";
/* Class = "NSTextFieldCell"; title = "URL"; ObjectID = "500"; */
"500.title" = "URL";
/* Class = "NSTextFieldCell"; title = "Password"; ObjectID = "502"; */
"502.title" = "Password";
"502.title" = "Passwort";

View File

@@ -6,10 +6,10 @@
"495.title" = "Name";
/* Class = "NSTextFieldCell"; title = "Username"; ObjectID = "498"; */
"498.title" = "Benuztername";
"498.title" = "Username";
/* Class = "NSTextFieldCell"; title = "URL"; ObjectID = "500"; */
"500.title" = "URL";
/* Class = "NSTextFieldCell"; title = "Password"; ObjectID = "502"; */
"502.title" = "Passwort";
"502.title" = "Password";