aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--MASShortcut.xcodeproj/project.pbxproj15
-rw-r--r--de.lproj/Localizable.strings47
-rw-r--r--es.lproj/Localizable.strings47
-rw-r--r--fr.lproj/Localizable.strings47
-rw-r--r--it.lproj/Localizable.strings47
-rw-r--r--ja.lproj/Localizable.strings47
6 files changed, 250 insertions, 0 deletions
diff --git a/MASShortcut.xcodeproj/project.pbxproj b/MASShortcut.xcodeproj/project.pbxproj
index d1820ed..63de13d 100644
--- a/MASShortcut.xcodeproj/project.pbxproj
+++ b/MASShortcut.xcodeproj/project.pbxproj
@@ -80,6 +80,11 @@
0D2CAB241B834467005431FC /* cs */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = cs; path = cs.lproj/Localizable.strings; sourceTree = "<group>"; };
0D39DCA11A668A4400639145 /* MASHotKeyTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = MASHotKeyTests.m; path = Framework/MASHotKeyTests.m; sourceTree = "<group>"; };
0D39DCA31A668E5500639145 /* MASShortcutMonitorTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = MASShortcutMonitorTests.m; path = Framework/MASShortcutMonitorTests.m; sourceTree = "<group>"; };
+ 0D58DE521BA165FC0023BFBE /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/Localizable.strings; sourceTree = "<group>"; };
+ 0D58DE531BA166170023BFBE /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/Localizable.strings; sourceTree = "<group>"; };
+ 0D58DE541BA166270023BFBE /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/Localizable.strings; sourceTree = "<group>"; };
+ 0D58DE551BA166390023BFBE /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/Localizable.strings; sourceTree = "<group>"; };
+ 0D58DE561BA166420023BFBE /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja; path = ja.lproj/Localizable.strings; sourceTree = "<group>"; };
0D827CD31990D4420010B8EF /* MASShortcut.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = MASShortcut.framework; sourceTree = BUILT_PRODUCTS_DIR; };
0D827CD61990D4420010B8EF /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; };
0D827CD91990D4420010B8EF /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
@@ -373,6 +378,11 @@
knownRegions = (
en,
cs,
+ de,
+ es,
+ it,
+ fr,
+ ja,
);
mainGroup = 0D827CC91990D4420010B8EF;
productRefGroup = 0D827CD41990D4420010B8EF /* Products */;
@@ -467,6 +477,11 @@
children = (
0D2CAB141B8332E5005431FC /* en */,
0D2CAB161B8332EE005431FC /* cs */,
+ 0D58DE521BA165FC0023BFBE /* de */,
+ 0D58DE531BA166170023BFBE /* es */,
+ 0D58DE541BA166270023BFBE /* it */,
+ 0D58DE551BA166390023BFBE /* fr */,
+ 0D58DE561BA166420023BFBE /* ja */,
);
name = Localizable.strings;
sourceTree = "<group>";
diff --git a/de.lproj/Localizable.strings b/de.lproj/Localizable.strings
new file mode 100644
index 0000000..e783123
--- /dev/null
+++ b/de.lproj/Localizable.strings
@@ -0,0 +1,47 @@
+/* Cancel action button in recording state */
+"Cancel" = "Abbrechen";
+
+/* Tooltip for non-empty shortcut button */
+"Click to record new shortcut" = "Click to record new shortcut";
+
+/* Tooltip for hint button near the non-empty shortcut */
+"Delete shortcut" = "Delete shortcut";
+
+/* VoiceOver title */
+"keyboard shortcut" = "keyboard shortcut";
+
+/* Alert button when shortcut is already used */
+"OK" = "OK";
+
+/* Empty shortcut button in normal state */
+"Record Shortcut" = "Tastaturkürzel speichern";
+
+/* VoiceOver: Shortcut cleared */
+"Shortcut cleared" = "Shortcut cleared";
+
+/* VoiceOver: Shortcut set */
+"Shortcut set" = "Shortcut set";
+
+/* Shortcut glyph name for SPACE key */
+"Space" = "Leertaste";
+
+/* Title for alert when shortcut is already used */
+"The key combination %@ cannot be used" = "The key combination %@ cannot be used";
+
+/* Message for alert when shortcut is already used by the system */
+"This combination cannot be used because it is already used by a system-wide keyboard shortcut.\nIf you really want to use this key combination, most shortcuts can be changed in the Keyboard & Mouse panel in System Preferences." = "This combination cannot be used because it is already used by a system-wide keyboard shortcut.\nIf you really want to use this key combination, most shortcuts can be changed in the Keyboard & Mouse panel in System Preferences.";
+
+/* Message for alert when shortcut is already used */
+"This shortcut cannot be used because it is already used by the menu item ‘%@’." = "This shortcut cannot be used because it is already used by the menu item ‘%@’.";
+
+/* VoiceOver shortcut help */
+"To record a new shortcut, click this button, and then type the new shortcut, or press delete to clear an existing shortcut." = "To record a new shortcut, click this button, and then type the new shortcut, or press delete to clear an existing shortcut.";
+
+/* Non-empty shortcut button in recording state */
+"Type New Shortcut" = "Tastaturkürzel eingeben";
+
+/* Empty shortcut button in recording state */
+"Type Shortcut" = "Tastaturkürzel eingeben";
+
+/* Cancel action button for non-empty shortcut in recording state */
+"Use Old Shortcut" = "Use Old Shortcut";
diff --git a/es.lproj/Localizable.strings b/es.lproj/Localizable.strings
new file mode 100644
index 0000000..8631339
--- /dev/null
+++ b/es.lproj/Localizable.strings
@@ -0,0 +1,47 @@
+/* Cancel action button in recording state */
+"Cancel" = "Cancelar";
+
+/* Tooltip for non-empty shortcut button */
+"Click to record new shortcut" = "Click to record new shortcut";
+
+/* Tooltip for hint button near the non-empty shortcut */
+"Delete shortcut" = "Delete shortcut";
+
+/* VoiceOver title */
+"keyboard shortcut" = "keyboard shortcut";
+
+/* Alert button when shortcut is already used */
+"OK" = "OK";
+
+/* Empty shortcut button in normal state */
+"Record Shortcut" = "Grabar atajo";
+
+/* VoiceOver: Shortcut cleared */
+"Shortcut cleared" = "Shortcut cleared";
+
+/* VoiceOver: Shortcut set */
+"Shortcut set" = "Shortcut set";
+
+/* Shortcut glyph name for SPACE key */
+"Space" = "Espacio";
+
+/* Title for alert when shortcut is already used */
+"The key combination %@ cannot be used" = "The key combination %@ cannot be used";
+
+/* Message for alert when shortcut is already used by the system */
+"This combination cannot be used because it is already used by a system-wide keyboard shortcut.\nIf you really want to use this key combination, most shortcuts can be changed in the Keyboard & Mouse panel in System Preferences." = "This combination cannot be used because it is already used by a system-wide keyboard shortcut.\nIf you really want to use this key combination, most shortcuts can be changed in the Keyboard & Mouse panel in System Preferences.";
+
+/* Message for alert when shortcut is already used */
+"This shortcut cannot be used because it is already used by the menu item ‘%@’." = "This shortcut cannot be used because it is already used by the menu item ‘%@’.";
+
+/* VoiceOver shortcut help */
+"To record a new shortcut, click this button, and then type the new shortcut, or press delete to clear an existing shortcut." = "To record a new shortcut, click this button, and then type the new shortcut, or press delete to clear an existing shortcut.";
+
+/* Non-empty shortcut button in recording state */
+"Type New Shortcut" = "Escribir atajo";
+
+/* Empty shortcut button in recording state */
+"Type Shortcut" = "Escribir atajo";
+
+/* Cancel action button for non-empty shortcut in recording state */
+"Use Old Shortcut" = "Use Old Shortcut";
diff --git a/fr.lproj/Localizable.strings b/fr.lproj/Localizable.strings
new file mode 100644
index 0000000..759dbf5
--- /dev/null
+++ b/fr.lproj/Localizable.strings
@@ -0,0 +1,47 @@
+/* Cancel action button in recording state */
+"Cancel" = "Annuler";
+
+/* Tooltip for non-empty shortcut button */
+"Click to record new shortcut" = "Click to record new shortcut";
+
+/* Tooltip for hint button near the non-empty shortcut */
+"Delete shortcut" = "Delete shortcut";
+
+/* VoiceOver title */
+"keyboard shortcut" = "keyboard shortcut";
+
+/* Alert button when shortcut is already used */
+"OK" = "OK";
+
+/* Empty shortcut button in normal state */
+"Record Shortcut" = "Enregistrer le raccourci";
+
+/* VoiceOver: Shortcut cleared */
+"Shortcut cleared" = "Shortcut cleared";
+
+/* VoiceOver: Shortcut set */
+"Shortcut set" = "Shortcut set";
+
+/* Shortcut glyph name for SPACE key */
+"Space" = "Espace";
+
+/* Title for alert when shortcut is already used */
+"The key combination %@ cannot be used" = "The key combination %@ cannot be used";
+
+/* Message for alert when shortcut is already used by the system */
+"This combination cannot be used because it is already used by a system-wide keyboard shortcut.\nIf you really want to use this key combination, most shortcuts can be changed in the Keyboard & Mouse panel in System Preferences." = "This combination cannot be used because it is already used by a system-wide keyboard shortcut.\nIf you really want to use this key combination, most shortcuts can be changed in the Keyboard & Mouse panel in System Preferences.";
+
+/* Message for alert when shortcut is already used */
+"This shortcut cannot be used because it is already used by the menu item ‘%@’." = "This shortcut cannot be used because it is already used by the menu item ‘%@’.";
+
+/* VoiceOver shortcut help */
+"To record a new shortcut, click this button, and then type the new shortcut, or press delete to clear an existing shortcut." = "To record a new shortcut, click this button, and then type the new shortcut, or press delete to clear an existing shortcut.";
+
+/* Non-empty shortcut button in recording state */
+"Type New Shortcut" = "Saisir un raccourci";
+
+/* Empty shortcut button in recording state */
+"Type Shortcut" = "Saisir un raccourci";
+
+/* Cancel action button for non-empty shortcut in recording state */
+"Use Old Shortcut" = "Use Old Shortcut";
diff --git a/it.lproj/Localizable.strings b/it.lproj/Localizable.strings
new file mode 100644
index 0000000..07b3d6b
--- /dev/null
+++ b/it.lproj/Localizable.strings
@@ -0,0 +1,47 @@
+/* Cancel action button in recording state */
+"Cancel" = "Annulla";
+
+/* Tooltip for non-empty shortcut button */
+"Click to record new shortcut" = "Click to record new shortcut";
+
+/* Tooltip for hint button near the non-empty shortcut */
+"Delete shortcut" = "Delete shortcut";
+
+/* VoiceOver title */
+"keyboard shortcut" = "keyboard shortcut";
+
+/* Alert button when shortcut is already used */
+"OK" = "OK";
+
+/* Empty shortcut button in normal state */
+"Record Shortcut" = "Registra scorciatoia";
+
+/* VoiceOver: Shortcut cleared */
+"Shortcut cleared" = "Shortcut cleared";
+
+/* VoiceOver: Shortcut set */
+"Shortcut set" = "Shortcut set";
+
+/* Shortcut glyph name for SPACE key */
+"Space" = "Spazio";
+
+/* Title for alert when shortcut is already used */
+"The key combination %@ cannot be used" = "The key combination %@ cannot be used";
+
+/* Message for alert when shortcut is already used by the system */
+"This combination cannot be used because it is already used by a system-wide keyboard shortcut.\nIf you really want to use this key combination, most shortcuts can be changed in the Keyboard & Mouse panel in System Preferences." = "This combination cannot be used because it is already used by a system-wide keyboard shortcut.\nIf you really want to use this key combination, most shortcuts can be changed in the Keyboard & Mouse panel in System Preferences.";
+
+/* Message for alert when shortcut is already used */
+"This shortcut cannot be used because it is already used by the menu item ‘%@’." = "This shortcut cannot be used because it is already used by the menu item ‘%@’.";
+
+/* VoiceOver shortcut help */
+"To record a new shortcut, click this button, and then type the new shortcut, or press delete to clear an existing shortcut." = "To record a new shortcut, click this button, and then type the new shortcut, or press delete to clear an existing shortcut.";
+
+/* Non-empty shortcut button in recording state */
+"Type New Shortcut" = "Digita scorciatoia";
+
+/* Empty shortcut button in recording state */
+"Type Shortcut" = "Digita scorciatoia";
+
+/* Cancel action button for non-empty shortcut in recording state */
+"Use Old Shortcut" = "Use Old Shortcut";
diff --git a/ja.lproj/Localizable.strings b/ja.lproj/Localizable.strings
new file mode 100644
index 0000000..4b17f20
--- /dev/null
+++ b/ja.lproj/Localizable.strings
@@ -0,0 +1,47 @@
+/* Cancel action button in recording state */
+"Cancel" = "キャンセルする";
+
+/* Tooltip for non-empty shortcut button */
+"Click to record new shortcut" = "Click to record new shortcut";
+
+/* Tooltip for hint button near the non-empty shortcut */
+"Delete shortcut" = "Delete shortcut";
+
+/* VoiceOver title */
+"keyboard shortcut" = "keyboard shortcut";
+
+/* Alert button when shortcut is already used */
+"OK" = "OK";
+
+/* Empty shortcut button in normal state */
+"Record Shortcut" = "記録のショートカット";
+
+/* VoiceOver: Shortcut cleared */
+"Shortcut cleared" = "Shortcut cleared";
+
+/* VoiceOver: Shortcut set */
+"Shortcut set" = "Shortcut set";
+
+/* Shortcut glyph name for SPACE key */
+"Space" = "スペース";
+
+/* Title for alert when shortcut is already used */
+"The key combination %@ cannot be used" = "The key combination %@ cannot be used";
+
+/* Message for alert when shortcut is already used by the system */
+"This combination cannot be used because it is already used by a system-wide keyboard shortcut.\nIf you really want to use this key combination, most shortcuts can be changed in the Keyboard & Mouse panel in System Preferences." = "This combination cannot be used because it is already used by a system-wide keyboard shortcut.\nIf you really want to use this key combination, most shortcuts can be changed in the Keyboard & Mouse panel in System Preferences.";
+
+/* Message for alert when shortcut is already used */
+"This shortcut cannot be used because it is already used by the menu item ‘%@’." = "This shortcut cannot be used because it is already used by the menu item ‘%@’.";
+
+/* VoiceOver shortcut help */
+"To record a new shortcut, click this button, and then type the new shortcut, or press delete to clear an existing shortcut." = "To record a new shortcut, click this button, and then type the new shortcut, or press delete to clear an existing shortcut.";
+
+/* Non-empty shortcut button in recording state */
+"Type New Shortcut" = "タイプのショートカット";
+
+/* Empty shortcut button in recording state */
+"Type Shortcut" = "タイプのショートカット";
+
+/* Cancel action button for non-empty shortcut in recording state */
+"Use Old Shortcut" = "Use Old Shortcut";