Skip to content

Commit

Permalink
Italian localization up-to-date. Prefs delete existing keyboard short…
Browse files Browse the repository at this point in the history
…cut customizations since many names have changed since 2.0b2.
  • Loading branch information
smeger committed Aug 22, 2005
1 parent 8f1572f commit 7af0695
Show file tree
Hide file tree
Showing 22 changed files with 65 additions and 53 deletions.
Binary file modified Resources/French.lproj/InfoPlist.strings
Binary file not shown.
7 changes: 6 additions & 1 deletion Resources/Italian.lproj/ConnectionDialog.nib/classes.nib

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 3 additions & 8 deletions Resources/Italian.lproj/ConnectionDialog.nib/info.nib

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified Resources/Italian.lproj/ConnectionDialog.nib/keyedobjects.nib
Binary file not shown.
8 changes: 4 additions & 4 deletions Resources/Italian.lproj/KeyEquivalentScenarios.plist
Expand Up @@ -6,7 +6,7 @@
<array>
<dict>
<key>Characters</key>
<string>`</string>
<string>~</string>
<key>Modifiers</key>
<integer>1835008</integer>
<key>Title</key>
Expand All @@ -17,7 +17,7 @@
<array>
<dict>
<key>Characters</key>
<string>`</string>
<string>~</string>
<key>Modifiers</key>
<integer>1835008</integer>
<key>Title</key>
Expand Down Expand Up @@ -64,7 +64,7 @@
<key>Modifiers</key>
<integer>1048576</integer>
<key>Title</key>
<string>New Connection</string>
<string>Nuova Connessione</string>
</dict>
<dict>
<key>Characters</key>
Expand All @@ -80,7 +80,7 @@
<key>Modifiers</key>
<integer>1048576</integer>
<key>Title</key>
<string>Open Listener</string>
<string>Attendo il Server</string>
</dict>
<dict>
<key>Characters</key>
Expand Down
8 changes: 2 additions & 6 deletions Resources/Italian.lproj/ListenDialog.nib/info.nib

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified Resources/Italian.lproj/ListenDialog.nib/keyedobjects.nib
Binary file not shown.
Binary file modified Resources/Italian.lproj/Localizable.strings
Binary file not shown.
18 changes: 14 additions & 4 deletions Resources/Italian.lproj/OSX_RFBViewer.nib/classes.nib

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 6 additions & 2 deletions Resources/Italian.lproj/OSX_RFBViewer.nib/info.nib

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified Resources/Italian.lproj/OSX_RFBViewer.nib/keyedobjects.nib
Binary file not shown.
Binary file modified Resources/Italian.lproj/OSX_RFBViewer.nib/objects.nib
Binary file not shown.
10 changes: 3 additions & 7 deletions Resources/Italian.lproj/Preferences.nib/info.nib

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified Resources/Italian.lproj/Preferences.nib/keyedobjects.nib
Binary file not shown.
8 changes: 6 additions & 2 deletions Resources/Italian.lproj/ProfileManager.nib/info.nib

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified Resources/Italian.lproj/ProfileManager.nib/keyedobjects.nib
Binary file not shown.
11 changes: 3 additions & 8 deletions Resources/Italian.lproj/RFBConnection.nib/info.nib

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified Resources/Italian.lproj/RFBConnection.nib/objects.nib
Binary file not shown.
11 changes: 8 additions & 3 deletions Resources/Italian.lproj/ServerDisplay.nib/classes.nib

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 3 additions & 7 deletions Resources/Italian.lproj/ServerDisplay.nib/info.nib

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified Resources/Italian.lproj/ServerDisplay.nib/keyedobjects.nib
Binary file not shown.
8 changes: 7 additions & 1 deletion Source/PrefController.m
Expand Up @@ -18,7 +18,7 @@


// --- Preferences Version --- //
static int const kPrefsVersion = 0x00000001;
static int const kPrefsVersion = 0x00000002;


@implementation PrefController
Expand Down Expand Up @@ -121,6 +121,12 @@ - (id)init
[self _updatePrefs_20b2];
prefsVersion = 0x00000001;
}
if ( 0x00000001 == prefsVersion )
{
// some menu items have changed
[defaults removeObjectForKey: @"KeyEquivalentScenarios"];
prefsVersion = 0x00000002;
}

if ( badPrefsVersion )
[defaults setObject: [NSNumber numberWithInt: kPrefsVersion] forKey: kPrefs_Version_Key];
Expand Down

0 comments on commit 7af0695

Please sign in to comment.