aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar gtm.daemon <gtm.daemon@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3>2009-06-04 16:30:39 +0000
committerGravatar gtm.daemon <gtm.daemon@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3>2009-06-04 16:30:39 +0000
commit9920aadccc0c3a8f0c87199eafe942df35477fc1 (patch)
tree2ebbc95174ab1f8c5d7ac1f479051839efff32d6
parentf73258a5111224da89ee20c7c89f2bf41d44b431 (diff)
[Author: dmaclach]
Add localizations for GTMHotKeyTextField. DELTA=906 (904 added, 0 deleted, 2 changed) R=thomasvl
-rw-r--r--AppKit/GTMHotKeyTextField.m6
-rw-r--r--AppKit/GTMHotKeyTextFieldLocalizations/da.lproj/GTMHotKeyTextField.strings49
-rw-r--r--AppKit/GTMHotKeyTextFieldLocalizations/de.lproj/GTMHotKeyTextField.strings50
-rw-r--r--AppKit/GTMHotKeyTextFieldLocalizations/en.lproj/GTMHotKeyTextField.strings48
-rw-r--r--AppKit/GTMHotKeyTextFieldLocalizations/es.lproj/GTMHotKeyTextField.strings49
-rw-r--r--AppKit/GTMHotKeyTextFieldLocalizations/fi.lproj/GTMHotKeyTextField.strings48
-rw-r--r--AppKit/GTMHotKeyTextFieldLocalizations/fr.lproj/GTMHotKeyTextField.strings48
-rw-r--r--AppKit/GTMHotKeyTextFieldLocalizations/it.lproj/GTMHotKeyTextField.strings49
-rw-r--r--AppKit/GTMHotKeyTextFieldLocalizations/ja.lproj/GTMHotKeyTextField.strings48
-rw-r--r--AppKit/GTMHotKeyTextFieldLocalizations/ko.lproj/GTMHotKeyTextField.strings49
-rw-r--r--AppKit/GTMHotKeyTextFieldLocalizations/nl.lproj/GTMHotKeyTextField.strings48
-rw-r--r--AppKit/GTMHotKeyTextFieldLocalizations/no.lproj/GTMHotKeyTextField.strings48
-rw-r--r--AppKit/GTMHotKeyTextFieldLocalizations/pl.lproj/GTMHotKeyTextField.strings49
-rw-r--r--AppKit/GTMHotKeyTextFieldLocalizations/pt.lproj/GTMHotKeyTextField.strings49
-rw-r--r--AppKit/GTMHotKeyTextFieldLocalizations/ru.lproj/GTMHotKeyTextField.strings49
-rw-r--r--AppKit/GTMHotKeyTextFieldLocalizations/sv.lproj/GTMHotKeyTextField.strings49
-rw-r--r--AppKit/GTMHotKeyTextFieldLocalizations/zh_CN.lproj/GTMHotKeyTextField.strings48
-rw-r--r--AppKit/GTMHotKeyTextFieldLocalizations/zh_TW.lproj/GTMHotKeyTextField.strings49
-rw-r--r--GTM.xcodeproj/project.pbxproj75
19 files changed, 906 insertions, 2 deletions
diff --git a/AppKit/GTMHotKeyTextField.m b/AppKit/GTMHotKeyTextField.m
index fb479fd..5a95490 100644
--- a/AppKit/GTMHotKeyTextField.m
+++ b/AppKit/GTMHotKeyTextField.m
@@ -532,8 +532,10 @@ static CFStringRef kGTM_TISPropertyUnicodeKeyLayoutData = NULL;
// If they asked for strings, and we have one return it. Otherwise, return
// any key we've picked.
if (!useGlyph && localizedKey) {
- return NSLocalizedStringFromTableInBundle(localizedKey, @"KeyCode",
- bundle, @"");
+ return NSLocalizedStringFromTableInBundle(localizedKey,
+ @"GTMHotKeyTextField",
+ bundle,
+ @"");
} else if (key != 0) {
return [NSString stringWithFormat:@"%C", key];
}
diff --git a/AppKit/GTMHotKeyTextFieldLocalizations/da.lproj/GTMHotKeyTextField.strings b/AppKit/GTMHotKeyTextFieldLocalizations/da.lproj/GTMHotKeyTextField.strings
new file mode 100644
index 0000000..cf7cbf5
--- /dev/null
+++ b/AppKit/GTMHotKeyTextFieldLocalizations/da.lproj/GTMHotKeyTextField.strings
@@ -0,0 +1,49 @@
+/*
+ GTMHotKeyTextField.strings
+
+ Copyright 2009 Google Inc.
+
+ Licensed under the Apache License, Version 2.0 (the "License"); you may not
+ use this file except in compliance with the License. You may obtain a copy
+ of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+ WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+ License for the specific language governing permissions and limitations under
+ the License.
+*/
+
+"Return" = "Retur";
+"Enter" = "⌅";
+"Tab" = "Tabulator";
+"Space" = "Mellemrum";
+"Delete" = "⌫";
+"Clear" = "⌧";
+"Esc" = "⎋";
+"Home" = "↖";
+"Page Up" = "⇡";
+"End" = "↘";
+"Page Down" = "⇣";
+"Help" = "Hjælp";
+
+"Keypad ." = "Keypad .";
+"Keypad *" = "Keypad *";
+"Keypad +" = "Keypad +";
+"Keypad /" = "Keypad /";
+"Keypad -" = "Keypad -";
+"Keypad =" = "Keypad =";
+"Keypad 0" = "Keypad 0";
+"Keypad 1" = "Keypad 1";
+"Keypad 2" = "Keypad 2";
+"Keypad 3" = "Keypad 3";
+"Keypad 4" = "Keypad 4";
+"Keypad 5" = "Keypad 5";
+"Keypad 6" = "Keypad 6";
+"Keypad 7" = "Keypad 7";
+"Keypad 8" = "Keypad 8";
+"Keypad 9" = "Keypad 9";
+"Keypad 0" = "Keypad 0";
+
diff --git a/AppKit/GTMHotKeyTextFieldLocalizations/de.lproj/GTMHotKeyTextField.strings b/AppKit/GTMHotKeyTextFieldLocalizations/de.lproj/GTMHotKeyTextField.strings
new file mode 100644
index 0000000..afc9184
--- /dev/null
+++ b/AppKit/GTMHotKeyTextFieldLocalizations/de.lproj/GTMHotKeyTextField.strings
@@ -0,0 +1,50 @@
+/*
+ GTMHotKeyTextField.strings
+
+ Copyright 2009 Google Inc.
+
+ Licensed under the Apache License, Version 2.0 (the "License"); you may not
+ use this file except in compliance with the License. You may obtain a copy
+ of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+ WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+ License for the specific language governing permissions and limitations under
+ the License.
+*/
+
+"Return" = "Zeilenschalter";
+"Enter" = "⌅";
+"Tab" = "⇥";
+"Space" = "Leertaste";
+"Delete" = "Entf.-Taste";
+"Clear" = "⌦";
+"Esc" = "⎋";
+"Home" = "↖";
+"Page Up" = "⇡";
+"End" = "↘";
+"Page Down" = "⇣";
+"Help" = "Hilfe-Taste";
+
+"Keypad ." = "Tastenfeld .";
+"Keypad *" = "Tastenfeld *";
+"Keypad +" = "Tastenfeld +";
+"Keypad /" = "Tastenfeld /";
+"Keypad -" = "Tastenfeld -";
+"Keypad =" = "Tastenfeld =";
+"Keypad 0" = "Tastenfeld 0";
+"Keypad 1" = "Tastenfeld 1";
+"Keypad 2" = "Tastenfeld 2";
+"Keypad 3" = "Tastenfeld 3";
+"Keypad 4" = "Tastenfeld 4";
+"Keypad 5" = "Tastenfeld 5";
+"Keypad 6" = "Tastenfeld 6";
+"Keypad 7" = "Tastenfeld 7";
+"Keypad 8" = "Tastenfeld 8";
+"Keypad 9" = "Tastenfeld 9";
+"Keypad 0" = "Tastenfeld 0";
+
+
diff --git a/AppKit/GTMHotKeyTextFieldLocalizations/en.lproj/GTMHotKeyTextField.strings b/AppKit/GTMHotKeyTextFieldLocalizations/en.lproj/GTMHotKeyTextField.strings
new file mode 100644
index 0000000..0f300f1
--- /dev/null
+++ b/AppKit/GTMHotKeyTextFieldLocalizations/en.lproj/GTMHotKeyTextField.strings
@@ -0,0 +1,48 @@
+/*
+ GTMHotKeyTextField.strings
+
+ Copyright 2009 Google Inc.
+
+ Licensed under the Apache License, Version 2.0 (the "License"); you may not
+ use this file except in compliance with the License. You may obtain a copy
+ of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+ WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+ License for the specific language governing permissions and limitations under
+ the License.
+*/
+
+"Return" = "Return";
+"Enter" = "Enter";
+"Tab" = "Tab";
+"Space" = "Space";
+"Delete" = "Delete";
+"Clear" = "Clear";
+"Esc" = "Esc";
+"Home" = "Home";
+"Page Up" = "Page Up";
+"End" = "End";
+"Page Down" = "Page Down";
+"Help" = "Help";
+
+"Keypad ." = "Keypad .";
+"Keypad *" = "Keypad *";
+"Keypad +" = "Keypad +";
+"Keypad /" = "Keypad /";
+"Keypad -" = "Keypad -";
+"Keypad =" = "Keypad =";
+"Keypad 0" = "Keypad 0";
+"Keypad 1" = "Keypad 1";
+"Keypad 2" = "Keypad 2";
+"Keypad 3" = "Keypad 3";
+"Keypad 4" = "Keypad 4";
+"Keypad 5" = "Keypad 5";
+"Keypad 6" = "Keypad 6";
+"Keypad 7" = "Keypad 7";
+"Keypad 8" = "Keypad 8";
+"Keypad 9" = "Keypad 9";
+"Keypad 0" = "Keypad 0";
diff --git a/AppKit/GTMHotKeyTextFieldLocalizations/es.lproj/GTMHotKeyTextField.strings b/AppKit/GTMHotKeyTextFieldLocalizations/es.lproj/GTMHotKeyTextField.strings
new file mode 100644
index 0000000..f3ce786
--- /dev/null
+++ b/AppKit/GTMHotKeyTextFieldLocalizations/es.lproj/GTMHotKeyTextField.strings
@@ -0,0 +1,49 @@
+/*
+ GTMHotKeyTextField.strings
+
+ Copyright 2009 Google Inc.
+
+ Licensed under the Apache License, Version 2.0 (the "License"); you may not
+ use this file except in compliance with the License. You may obtain a copy
+ of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+ WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+ License for the specific language governing permissions and limitations under
+ the License.
+*/
+
+"Return" = "Retorno";
+"Enter" = "⌅";
+"Tab" = "Tabulación";
+"Space" = "Espacio";
+"Delete" = "Eliminar";
+"Clear" = "⌧";
+"Esc" = "⎋";
+"Home" = "↖";
+"Page Up" = "⇡";
+"End" = "↘";
+"Page Down" = "⇣";
+"Help" = "Ayuda";
+
+"Keypad ." = "Teclado .";
+"Keypad *" = "Teclado *";
+"Keypad +" = "Teclado +";
+"Keypad /" = "Teclado /";
+"Keypad -" = "Teclado -";
+"Keypad =" = "Teclado =";
+"Keypad 0" = "Teclado 0";
+"Keypad 1" = "Teclado 1";
+"Keypad 2" = "Teclado 2";
+"Keypad 3" = "Teclado 3";
+"Keypad 4" = "Teclado 4";
+"Keypad 5" = "Teclado 5";
+"Keypad 6" = "Teclado 6";
+"Keypad 7" = "Teclado 7";
+"Keypad 8" = "Teclado 8";
+"Keypad 9" = "Teclado 9";
+"Keypad 0" = "Teclado 0";
+
diff --git a/AppKit/GTMHotKeyTextFieldLocalizations/fi.lproj/GTMHotKeyTextField.strings b/AppKit/GTMHotKeyTextFieldLocalizations/fi.lproj/GTMHotKeyTextField.strings
new file mode 100644
index 0000000..1c19124
--- /dev/null
+++ b/AppKit/GTMHotKeyTextFieldLocalizations/fi.lproj/GTMHotKeyTextField.strings
@@ -0,0 +1,48 @@
+/*
+ GTMHotKeyTextField.strings
+
+ Copyright 2009 Google Inc.
+
+ Licensed under the Apache License, Version 2.0 (the "License"); you may not
+ use this file except in compliance with the License. You may obtain a copy
+ of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+ WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+ License for the specific language governing permissions and limitations under
+ the License.
+*/
+
+"Return" = "Rivinvaihto";
+"Enter" = "⌅";
+"Tab" = "Sarkain";
+"Space" = "Välilyönti";
+"Delete" = "Poisto";
+"Clear" = "⌧";
+"Esc" = "⎋";
+"Home" = "↖";
+"Page Up" = "⇡";
+"End" = "↘";
+"Page Down" = "⇣";
+"Help" = "Ohjeet";
+
+"Keypad ." = "Näppäimet .";
+"Keypad *" = "Näppäimet *";
+"Keypad +" = "Näppäimet +";
+"Keypad /" = "Näppäimet /";
+"Keypad -" = "Näppäimet -";
+"Keypad =" = "Näppäimet =";
+"Keypad 0" = "Näppäimet 0";
+"Keypad 1" = "Näppäimet 1";
+"Keypad 2" = "Näppäimet 2";
+"Keypad 3" = "Näppäimet 3";
+"Keypad 4" = "Näppäimet 4";
+"Keypad 5" = "Näppäimet 5";
+"Keypad 6" = "Näppäimet 6";
+"Keypad 7" = "Näppäimet 7";
+"Keypad 8" = "Näppäimet 8";
+"Keypad 9" = "Näppäimet 9";
+"Keypad 0" = "Näppäimet 0";
diff --git a/AppKit/GTMHotKeyTextFieldLocalizations/fr.lproj/GTMHotKeyTextField.strings b/AppKit/GTMHotKeyTextFieldLocalizations/fr.lproj/GTMHotKeyTextField.strings
new file mode 100644
index 0000000..2641ba2
--- /dev/null
+++ b/AppKit/GTMHotKeyTextFieldLocalizations/fr.lproj/GTMHotKeyTextField.strings
@@ -0,0 +1,48 @@
+/*
+ GTMHotKeyTextField.strings
+
+ Copyright 2009 Google Inc.
+
+ Licensed under the Apache License, Version 2.0 (the "License"); you may not
+ use this file except in compliance with the License. You may obtain a copy
+ of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+ WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+ License for the specific language governing permissions and limitations under
+ the License.
+*/
+
+"Return" = "Retour";
+"Enter" = "⌅";
+"Tab" = "Tab";
+"Space" = "Espace";
+"Delete" = "Supprimer";
+"Clear" = "⌧";
+"Esc" = "Échap";
+"Home" = "↖";
+"Page Up" = "⇡";
+"End" = "↘";
+"Page Down" = "⇣";
+"Help" = "Aide";
+
+"Keypad ." = "Clavier .";
+"Keypad *" = "Clavier *";
+"Keypad +" = "Clavier +";
+"Keypad /" = "Clavier /";
+"Keypad -" = "Clavier -";
+"Keypad =" = "Clavier =";
+"Keypad 0" = "Clavier 0";
+"Keypad 1" = "Clavier 1";
+"Keypad 2" = "Clavier 2";
+"Keypad 3" = "Clavier 3";
+"Keypad 4" = "Clavier 4";
+"Keypad 5" = "Clavier 5";
+"Keypad 6" = "Clavier 6";
+"Keypad 7" = "Clavier 7";
+"Keypad 8" = "Clavier 8";
+"Keypad 9" = "Clavier 9";
+"Keypad 0" = "Clavier 0";
diff --git a/AppKit/GTMHotKeyTextFieldLocalizations/it.lproj/GTMHotKeyTextField.strings b/AppKit/GTMHotKeyTextFieldLocalizations/it.lproj/GTMHotKeyTextField.strings
new file mode 100644
index 0000000..81f45d1
--- /dev/null
+++ b/AppKit/GTMHotKeyTextFieldLocalizations/it.lproj/GTMHotKeyTextField.strings
@@ -0,0 +1,49 @@
+/*
+ GTMHotKeyTextField.strings
+
+ Copyright 2009 Google Inc.
+
+ Licensed under the Apache License, Version 2.0 (the "License"); you may not
+ use this file except in compliance with the License. You may obtain a copy
+ of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+ WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+ License for the specific language governing permissions and limitations under
+ the License.
+*/
+
+"Return" = "A Capo";
+"Enter" = "⌅";
+"Tab" = "Tabulatore";
+"Space" = "Spazio";
+"Delete" = "Canc";
+"Clear" = "⌧";
+"Esc" = "⎋";
+"Home" = "↖";
+"Page Up" = "⇡";
+"End" = "↘";
+"Page Down" = "⇣";
+"Help" = "Aiuto";
+
+"Keypad ." = "Tastiera .";
+"Keypad *" = "Tastiera *";
+"Keypad +" = "Tastiera +";
+"Keypad /" = "Tastiera /";
+"Keypad -" = "Tastiera -";
+"Keypad =" = "Tastiera =";
+"Keypad 0" = "Tastiera 0";
+"Keypad 1" = "Tastiera 1";
+"Keypad 2" = "Tastiera 2";
+"Keypad 3" = "Tastiera 3";
+"Keypad 4" = "Tastiera 4";
+"Keypad 5" = "Tastiera 5";
+"Keypad 6" = "Tastiera 6";
+"Keypad 7" = "Tastiera 7";
+"Keypad 8" = "Tastiera 8";
+"Keypad 9" = "Tastiera 9";
+"Keypad 0" = "Tastiera 0";
+
diff --git a/AppKit/GTMHotKeyTextFieldLocalizations/ja.lproj/GTMHotKeyTextField.strings b/AppKit/GTMHotKeyTextFieldLocalizations/ja.lproj/GTMHotKeyTextField.strings
new file mode 100644
index 0000000..0f38a35
--- /dev/null
+++ b/AppKit/GTMHotKeyTextFieldLocalizations/ja.lproj/GTMHotKeyTextField.strings
@@ -0,0 +1,48 @@
+/*
+ GTMHotKeyTextField.strings
+
+ Copyright 2009 Google Inc.
+
+ Licensed under the Apache License, Version 2.0 (the "License"); you may not
+ use this file except in compliance with the License. You may obtain a copy
+ of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+ WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+ License for the specific language governing permissions and limitations under
+ the License.
+*/
+
+"Return" = "↩";
+"Enter" = "⌅";
+"Tab" = "⇥";
+"Space" = "スペースキ";
+"Delete" = "⌫";
+"Clear" = "⌧";
+"Esc" = "⎋";
+"Home" = "↖";
+"Page Up" = "⇡";
+"End" = "↘";
+"Page Down" = "⇣";
+"Help" = "ヘルプ";
+
+"Keypad ." = "キーパッド .";
+"Keypad *" = "キーパッド *";
+"Keypad +" = "キーパッド +";
+"Keypad /" = "キーパッド /";
+"Keypad -" = "キーパッド -";
+"Keypad =" = "キーパッド =";
+"Keypad 0" = "キーパッド 0";
+"Keypad 1" = "キーパッド 1";
+"Keypad 2" = "キーパッド 2";
+"Keypad 3" = "キーパッド 3";
+"Keypad 4" = "キーパッド 4";
+"Keypad 5" = "キーパッド 5";
+"Keypad 6" = "キーパッド 6";
+"Keypad 7" = "キーパッド 7";
+"Keypad 8" = "キーパッド 8";
+"Keypad 9" = "キーパッド 9";
+"Keypad 0" = "キーパッド 0";
diff --git a/AppKit/GTMHotKeyTextFieldLocalizations/ko.lproj/GTMHotKeyTextField.strings b/AppKit/GTMHotKeyTextFieldLocalizations/ko.lproj/GTMHotKeyTextField.strings
new file mode 100644
index 0000000..e22c692
--- /dev/null
+++ b/AppKit/GTMHotKeyTextFieldLocalizations/ko.lproj/GTMHotKeyTextField.strings
@@ -0,0 +1,49 @@
+/*
+ GTMHotKeyTextField.strings
+
+ Copyright 2009 Google Inc.
+
+ Licensed under the Apache License, Version 2.0 (the "License"); you may not
+ use this file except in compliance with the License. You may obtain a copy
+ of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+ WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+ License for the specific language governing permissions and limitations under
+ the License.
+*/
+
+"Return" = "↩";
+"Enter" = "⌅";
+"Tab" = "⇥";
+"Space" = "스페이스";
+"Delete" = "⌫";
+"Clear" = "⌧";
+"Esc" = "⎋";
+"Home" = "↖";
+"Page Up" = "⇡";
+"End" = "↘";
+"Page Down" = "⇣";
+"Help" = "도움말";
+
+"Keypad ." = "키패드 .";
+"Keypad *" = "키패드 *";
+"Keypad +" = "키패드 +";
+"Keypad /" = "키패드 /";
+"Keypad -" = "키패드 -";
+"Keypad =" = "키패드 =";
+"Keypad 0" = "키패드 0";
+"Keypad 1" = "키패드 1";
+"Keypad 2" = "키패드 2";
+"Keypad 3" = "키패드 3";
+"Keypad 4" = "키패드 4";
+"Keypad 5" = "키패드 5";
+"Keypad 6" = "키패드 6";
+"Keypad 7" = "키패드 7";
+"Keypad 8" = "키패드 8";
+"Keypad 9" = "키패드 9";
+"Keypad 0" = "키패드 0";
+
diff --git a/AppKit/GTMHotKeyTextFieldLocalizations/nl.lproj/GTMHotKeyTextField.strings b/AppKit/GTMHotKeyTextFieldLocalizations/nl.lproj/GTMHotKeyTextField.strings
new file mode 100644
index 0000000..958783e
--- /dev/null
+++ b/AppKit/GTMHotKeyTextFieldLocalizations/nl.lproj/GTMHotKeyTextField.strings
@@ -0,0 +1,48 @@
+/*
+ GTMHotKeyTextField.strings
+
+ Copyright 2009 Google Inc.
+
+ Licensed under the Apache License, Version 2.0 (the "License"); you may not
+ use this file except in compliance with the License. You may obtain a copy
+ of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+ WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+ License for the specific language governing permissions and limitations under
+ the License.
+*/
+
+"Return" = "↩";
+"Enter" = "⌅";
+"Tab" = "⇥";
+"Space" = "Spatiebalk";
+"Delete" = "⌫";
+"Clear" = "⌧";
+"Esc" = "⎋";
+"Home" = "↖";
+"Page Up" = "⇡";
+"End" = "↘";
+"Page Down" = "⇣";
+"Help" = "Help";
+
+"Keypad ." = "Toetsen .";
+"Keypad *" = "Toetsen *";
+"Keypad +" = "Toetsen +";
+"Keypad /" = "Toetsen /";
+"Keypad -" = "Toetsen -";
+"Keypad =" = "Toetsen =";
+"Keypad 0" = "Toetsen 0";
+"Keypad 1" = "Toetsen 1";
+"Keypad 2" = "Toetsen 2";
+"Keypad 3" = "Toetsen 3";
+"Keypad 4" = "Toetsen 4";
+"Keypad 5" = "Toetsen 5";
+"Keypad 6" = "Toetsen 6";
+"Keypad 7" = "Toetsen 7";
+"Keypad 8" = "Toetsen 8";
+"Keypad 9" = "Toetsen 9";
+"Keypad 0" = "Toetsen 0";
diff --git a/AppKit/GTMHotKeyTextFieldLocalizations/no.lproj/GTMHotKeyTextField.strings b/AppKit/GTMHotKeyTextFieldLocalizations/no.lproj/GTMHotKeyTextField.strings
new file mode 100644
index 0000000..a9d0052
--- /dev/null
+++ b/AppKit/GTMHotKeyTextFieldLocalizations/no.lproj/GTMHotKeyTextField.strings
@@ -0,0 +1,48 @@
+/*
+ GTMHotKeyTextField.strings
+
+ Copyright 2009 Google Inc.
+
+ Licensed under the Apache License, Version 2.0 (the "License"); you may not
+ use this file except in compliance with the License. You may obtain a copy
+ of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+ WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+ License for the specific language governing permissions and limitations under
+ the License.
+*/
+
+"Return" = "Retur";
+"Enter" = "⌅";
+"Tab" = "⇥";
+"Space" = "Mellomrom";
+"Delete" = "Rettetast";
+"Clear" = "⌧";
+"Esc" = "⎋";
+"Home" = "↖";
+"Page Up" = "⇡";
+"End" = "↘";
+"Page Down" = "⇣";
+"Help" = "Hjelp";
+
+"Keypad ." = "Tastatur .";
+"Keypad *" = "Tastatur *";
+"Keypad +" = "Tastatur +";
+"Keypad /" = "Tastatur /";
+"Keypad -" = "Tastatur -";
+"Keypad =" = "Tastatur =";
+"Keypad 0" = "Tastatur 0";
+"Keypad 1" = "Tastatur 1";
+"Keypad 2" = "Tastatur 2";
+"Keypad 3" = "Tastatur 3";
+"Keypad 4" = "Tastatur 4";
+"Keypad 5" = "Tastatur 5";
+"Keypad 6" = "Tastatur 6";
+"Keypad 7" = "Tastatur 7";
+"Keypad 8" = "Tastatur 8";
+"Keypad 9" = "Tastatur 9";
+"Keypad 0" = "Tastatur 0";
diff --git a/AppKit/GTMHotKeyTextFieldLocalizations/pl.lproj/GTMHotKeyTextField.strings b/AppKit/GTMHotKeyTextFieldLocalizations/pl.lproj/GTMHotKeyTextField.strings
new file mode 100644
index 0000000..01e7257
--- /dev/null
+++ b/AppKit/GTMHotKeyTextFieldLocalizations/pl.lproj/GTMHotKeyTextField.strings
@@ -0,0 +1,49 @@
+/*
+ GTMHotKeyTextField.strings
+
+ Copyright 2009 Google Inc.
+
+ Licensed under the Apache License, Version 2.0 (the "License"); you may not
+ use this file except in compliance with the License. You may obtain a copy
+ of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+ WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+ License for the specific language governing permissions and limitations under
+ the License.
+*/
+
+"Return" = "↩";
+"Enter" = "⌅";
+"Tab" = "⇥";
+"Space" = "Spacja";
+"Delete" = "Usuń";
+"Clear" = "⌧";
+"Esc" = "⎋";
+"Home" = "↖";
+"Page Up" = "⇡";
+"End" = "↘";
+"Page Down" = "⇣";
+"Help" = "Pomoc";
+
+"Keypad ." = "Klawiatura .";
+"Keypad *" = "Klawiatura *";
+"Keypad +" = "Klawiatura +";
+"Keypad /" = "Klawiatura /";
+"Keypad -" = "Klawiatura -";
+"Keypad =" = "Klawiatura =";
+"Keypad 0" = "Klawiatura 0";
+"Keypad 1" = "Klawiatura 1";
+"Keypad 2" = "Klawiatura 2";
+"Keypad 3" = "Klawiatura 3";
+"Keypad 4" = "Klawiatura 4";
+"Keypad 5" = "Klawiatura 5";
+"Keypad 6" = "Klawiatura 6";
+"Keypad 7" = "Klawiatura 7";
+"Keypad 8" = "Klawiatura 8";
+"Keypad 9" = "Klawiatura 9";
+"Keypad 0" = "Klawiatura 0";
+
diff --git a/AppKit/GTMHotKeyTextFieldLocalizations/pt.lproj/GTMHotKeyTextField.strings b/AppKit/GTMHotKeyTextFieldLocalizations/pt.lproj/GTMHotKeyTextField.strings
new file mode 100644
index 0000000..928a4a5
--- /dev/null
+++ b/AppKit/GTMHotKeyTextFieldLocalizations/pt.lproj/GTMHotKeyTextField.strings
@@ -0,0 +1,49 @@
+/*
+ GTMHotKeyTextField.strings
+
+ Copyright 2009 Google Inc.
+
+ Licensed under the Apache License, Version 2.0 (the "License"); you may not
+ use this file except in compliance with the License. You may obtain a copy
+ of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+ WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+ License for the specific language governing permissions and limitations under
+ the License.
+*/
+
+"Return" = "Retorno";
+"Enter" = "⌅";
+"Tab" = "Tabulação";
+"Space" = "Espaço";
+"Delete" = "Apagar";
+"Clear" = "⌧";
+"Esc" = "⎋";
+"Home" = "↖";
+"Page Up" = "⇡";
+"End" = "↘";
+"Page Down" = "⇣";
+"Help" = "Ajuda";
+
+"Keypad ." = "Teclado .";
+"Keypad *" = "Teclado *";
+"Keypad +" = "Teclado +";
+"Keypad /" = "Teclado /";
+"Keypad -" = "Teclado -";
+"Keypad =" = "Teclado =";
+"Keypad 0" = "Teclado 0";
+"Keypad 1" = "Teclado 1";
+"Keypad 2" = "Teclado 2";
+"Keypad 3" = "Teclado 3";
+"Keypad 4" = "Teclado 4";
+"Keypad 5" = "Teclado 5";
+"Keypad 6" = "Teclado 6";
+"Keypad 7" = "Teclado 7";
+"Keypad 8" = "Teclado 8";
+"Keypad 9" = "Teclado 9";
+"Keypad 0" = "Teclado 0";
+
diff --git a/AppKit/GTMHotKeyTextFieldLocalizations/ru.lproj/GTMHotKeyTextField.strings b/AppKit/GTMHotKeyTextFieldLocalizations/ru.lproj/GTMHotKeyTextField.strings
new file mode 100644
index 0000000..06ee91a
--- /dev/null
+++ b/AppKit/GTMHotKeyTextFieldLocalizations/ru.lproj/GTMHotKeyTextField.strings
@@ -0,0 +1,49 @@
+/*
+ GTMHotKeyTextField.strings
+
+ Copyright 2009 Google Inc.
+
+ Licensed under the Apache License, Version 2.0 (the "License"); you may not
+ use this file except in compliance with the License. You may obtain a copy
+ of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+ WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+ License for the specific language governing permissions and limitations under
+ the License.
+*/
+
+"Return" = "↩";
+"Enter" = "⌅";
+"Tab" = "⇥";
+"Space" = "Пробел";
+"Delete" = "⌫";
+"Clear" = "⌧";
+"Esc" = "⎋";
+"Home" = "↖";
+"Page Up" = "⇡";
+"End" = "↘";
+"Page Down" = "⇣";
+"Help" = "Справка";
+
+"Keypad ." = "Клавиатура .";
+"Keypad *" = "Клавиатура *";
+"Keypad +" = "Клавиатура +";
+"Keypad /" = "Клавиатура /";
+"Keypad -" = "Клавиатура -";
+"Keypad =" = "Клавиатура =";
+"Keypad 0" = "Клавиатура 0";
+"Keypad 1" = "Клавиатура 1";
+"Keypad 2" = "Клавиатура 2";
+"Keypad 3" = "Клавиатура 3";
+"Keypad 4" = "Клавиатура 4";
+"Keypad 5" = "Клавиатура 5";
+"Keypad 6" = "Клавиатура 6";
+"Keypad 7" = "Клавиатура 7";
+"Keypad 8" = "Клавиатура 8";
+"Keypad 9" = "Клавиатура 9";
+"Keypad 0" = "Клавиатура 0";
+
diff --git a/AppKit/GTMHotKeyTextFieldLocalizations/sv.lproj/GTMHotKeyTextField.strings b/AppKit/GTMHotKeyTextFieldLocalizations/sv.lproj/GTMHotKeyTextField.strings
new file mode 100644
index 0000000..e61651a
--- /dev/null
+++ b/AppKit/GTMHotKeyTextFieldLocalizations/sv.lproj/GTMHotKeyTextField.strings
@@ -0,0 +1,49 @@
+/*
+ GTMHotKeyTextField.strings
+
+ Copyright 2009 Google Inc.
+
+ Licensed under the Apache License, Version 2.0 (the "License"); you may not
+ use this file except in compliance with the License. You may obtain a copy
+ of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+ WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+ License for the specific language governing permissions and limitations under
+ the License.
+*/
+
+"Return" = "Retur";
+"Enter" = "⌅";
+"Tab" = "Tabb";
+"Space" = "Mellanslag";
+"Delete" = "⌫";
+"Clear" = "⌧";
+"Esc" = "⎋";
+"Home" = "↖";
+"Page Up" = "⇡";
+"End" = "↘";
+"Page Down" = "⇣";
+"Help" = "Hjälp";
+
+"Keypad ." = "Knappsatsen .";
+"Keypad *" = "Knappsatsen *";
+"Keypad +" = "Knappsatsen +";
+"Keypad /" = "Knappsatsen /";
+"Keypad -" = "Knappsatsen -";
+"Keypad =" = "Knappsatsen =";
+"Keypad 0" = "Knappsatsen 0";
+"Keypad 1" = "Knappsatsen 1";
+"Keypad 2" = "Knappsatsen 2";
+"Keypad 3" = "Knappsatsen 3";
+"Keypad 4" = "Knappsatsen 4";
+"Keypad 5" = "Knappsatsen 5";
+"Keypad 6" = "Knappsatsen 6";
+"Keypad 7" = "Knappsatsen 7";
+"Keypad 8" = "Knappsatsen 8";
+"Keypad 9" = "Knappsatsen 9";
+"Keypad 0" = "Knappsatsen 0";
+
diff --git a/AppKit/GTMHotKeyTextFieldLocalizations/zh_CN.lproj/GTMHotKeyTextField.strings b/AppKit/GTMHotKeyTextFieldLocalizations/zh_CN.lproj/GTMHotKeyTextField.strings
new file mode 100644
index 0000000..c575556
--- /dev/null
+++ b/AppKit/GTMHotKeyTextFieldLocalizations/zh_CN.lproj/GTMHotKeyTextField.strings
@@ -0,0 +1,48 @@
+/*
+ GTMHotKeyTextField.strings
+
+ Copyright 2009 Google Inc.
+
+ Licensed under the Apache License, Version 2.0 (the "License"); you may not
+ use this file except in compliance with the License. You may obtain a copy
+ of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+ WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+ License for the specific language governing permissions and limitations under
+ the License.
+*/
+
+"Return" = "↩";
+"Enter" = "⌅";
+"Tab" = "⇥";
+"Space" = "空白";
+"Delete" = "⌫";
+"Clear" = "⌧";
+"Esc" = "⎋";
+"Home" = "↖";
+"Page Up" = "⇡";
+"End" = "↘";
+"Page Down" = "⇣";
+"Help" = "帮助";
+
+"Keypad ." = "键盘 .";
+"Keypad *" = "键盘 *";
+"Keypad +" = "键盘 +";
+"Keypad /" = "键盘 /";
+"Keypad -" = "键盘 -";
+"Keypad =" = "键盘 =";
+"Keypad 0" = "键盘 0";
+"Keypad 1" = "键盘 1";
+"Keypad 2" = "键盘 2";
+"Keypad 3" = "键盘 3";
+"Keypad 4" = "键盘 4";
+"Keypad 5" = "键盘 5";
+"Keypad 6" = "键盘 6";
+"Keypad 7" = "键盘 7";
+"Keypad 8" = "键盘 8";
+"Keypad 9" = "键盘 9";
+"Keypad 0" = "键盘 0";
diff --git a/AppKit/GTMHotKeyTextFieldLocalizations/zh_TW.lproj/GTMHotKeyTextField.strings b/AppKit/GTMHotKeyTextFieldLocalizations/zh_TW.lproj/GTMHotKeyTextField.strings
new file mode 100644
index 0000000..5a0e8f4
--- /dev/null
+++ b/AppKit/GTMHotKeyTextFieldLocalizations/zh_TW.lproj/GTMHotKeyTextField.strings
@@ -0,0 +1,49 @@
+/*
+ GTMHotKeyTextField.strings
+
+ Copyright 2009 Google Inc.
+
+ Licensed under the Apache License, Version 2.0 (the "License"); you may not
+ use this file except in compliance with the License. You may obtain a copy
+ of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+ WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+ License for the specific language governing permissions and limitations under
+ the License.
+*/
+
+"Return" = "↩";
+"Enter" = "⌅";
+"Tab" = "⇥";
+"Space" = "空白";
+"Delete" = "⌫";
+"Clear" = "⌧";
+"Esc" = "⎋";
+"Home" = "↖";
+"Page Up" = "⇡";
+"End" = "↘";
+"Page Down" = "⇣";
+"Help" = "輔助說明";
+
+"Keypad ." = "鍵盤 .";
+"Keypad *" = "鍵盤 *";
+"Keypad +" = "鍵盤 +";
+"Keypad /" = "鍵盤 /";
+"Keypad -" = "鍵盤 -";
+"Keypad =" = "鍵盤 =";
+"Keypad 0" = "鍵盤 0";
+"Keypad 1" = "鍵盤 1";
+"Keypad 2" = "鍵盤 2";
+"Keypad 3" = "鍵盤 3";
+"Keypad 4" = "鍵盤 4";
+"Keypad 5" = "鍵盤 5";
+"Keypad 6" = "鍵盤 6";
+"Keypad 7" = "鍵盤 7";
+"Keypad 8" = "鍵盤 8";
+"Keypad 9" = "鍵盤 9";
+"Keypad 0" = "鍵盤 0";
+
diff --git a/GTM.xcodeproj/project.pbxproj b/GTM.xcodeproj/project.pbxproj
index aae950d..6fa45ba 100644
--- a/GTM.xcodeproj/project.pbxproj
+++ b/GTM.xcodeproj/project.pbxproj
@@ -61,6 +61,7 @@
7F511DFE0F4B0378009F41B6 /* GTMTheme.m in Sources */ = {isa = PBXBuildFile; fileRef = 7F511DF80F4B0378009F41B6 /* GTMTheme.m */; };
84B91B8B0EA3CC2E0087500F /* GTMUnitTestingImage.10.6.0.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 84B91B890EA3CC2E0087500F /* GTMUnitTestingImage.10.6.0.tiff */; };
84B91B8C0EA3CC2E0087500F /* GTMUnitTestingWindow.10.6.0.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 84B91B8A0EA3CC2E0087500F /* GTMUnitTestingWindow.10.6.0.tiff */; };
+ 8B0E65510FD80D5E00461C4A /* GTMHotKeyTextField.strings in Resources */ = {isa = PBXBuildFile; fileRef = 8B0E653F0FD80D5E00461C4A /* GTMHotKeyTextField.strings */; };
8B1801A20E2533D500280961 /* GTMLargeTypeWindow.m in Sources */ = {isa = PBXBuildFile; fileRef = 8B1801A00E2533D500280961 /* GTMLargeTypeWindow.m */; };
8B1801A30E2533D500280961 /* GTMLargeTypeWindow.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B1801A10E2533D500280961 /* GTMLargeTypeWindow.h */; settings = {ATTRIBUTES = (Public, ); }; };
8B1801AE0E25341B00280961 /* GTMLargeTypeWindowImageTest.gtmUTState in Resources */ = {isa = PBXBuildFile; fileRef = 8B1801A80E25341B00280961 /* GTMLargeTypeWindowImageTest.gtmUTState */; };
@@ -393,6 +394,23 @@
84B91B890EA3CC2E0087500F /* GTMUnitTestingImage.10.6.0.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; path = GTMUnitTestingImage.10.6.0.tiff; sourceTree = "<group>"; };
84B91B8A0EA3CC2E0087500F /* GTMUnitTestingWindow.10.6.0.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; path = GTMUnitTestingWindow.10.6.0.tiff; sourceTree = "<group>"; };
84D99F360EA661C900C007D5 /* BuildAllSDKs.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = BuildAllSDKs.sh; sourceTree = "<group>"; };
+ 8B0E65400FD80D5E00461C4A /* da */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = da; path = da.lproj/GTMHotKeyTextField.strings; sourceTree = "<group>"; };
+ 8B0E65410FD80D5E00461C4A /* de */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/GTMHotKeyTextField.strings; sourceTree = "<group>"; };
+ 8B0E65420FD80D5E00461C4A /* en */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/GTMHotKeyTextField.strings; sourceTree = "<group>"; };
+ 8B0E65430FD80D5E00461C4A /* es */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/GTMHotKeyTextField.strings; sourceTree = "<group>"; };
+ 8B0E65440FD80D5E00461C4A /* fi */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = fi; path = fi.lproj/GTMHotKeyTextField.strings; sourceTree = "<group>"; };
+ 8B0E65450FD80D5E00461C4A /* fr */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/GTMHotKeyTextField.strings; sourceTree = "<group>"; };
+ 8B0E65460FD80D5E00461C4A /* it */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/GTMHotKeyTextField.strings; sourceTree = "<group>"; };
+ 8B0E65470FD80D5E00461C4A /* ja */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = ja; path = ja.lproj/GTMHotKeyTextField.strings; sourceTree = "<group>"; };
+ 8B0E65480FD80D5E00461C4A /* ko */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = ko; path = ko.lproj/GTMHotKeyTextField.strings; sourceTree = "<group>"; };
+ 8B0E65490FD80D5E00461C4A /* nl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = nl; path = nl.lproj/GTMHotKeyTextField.strings; sourceTree = "<group>"; };
+ 8B0E654A0FD80D5E00461C4A /* no */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = no; path = no.lproj/GTMHotKeyTextField.strings; sourceTree = "<group>"; };
+ 8B0E654B0FD80D5E00461C4A /* pl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/GTMHotKeyTextField.strings; sourceTree = "<group>"; };
+ 8B0E654C0FD80D5E00461C4A /* pt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = pt; path = pt.lproj/GTMHotKeyTextField.strings; sourceTree = "<group>"; };
+ 8B0E654D0FD80D5E00461C4A /* ru */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = ru; path = ru.lproj/GTMHotKeyTextField.strings; sourceTree = "<group>"; };
+ 8B0E654E0FD80D5E00461C4A /* sv */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = sv; path = sv.lproj/GTMHotKeyTextField.strings; sourceTree = "<group>"; };
+ 8B0E654F0FD80D5E00461C4A /* zh_CN */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = zh_CN; path = zh_CN.lproj/GTMHotKeyTextField.strings; sourceTree = "<group>"; };
+ 8B0E65500FD80D5E00461C4A /* zh_TW */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = zh_TW; path = zh_TW.lproj/GTMHotKeyTextField.strings; sourceTree = "<group>"; };
8B1801A00E2533D500280961 /* GTMLargeTypeWindow.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GTMLargeTypeWindow.m; sourceTree = "<group>"; };
8B1801A10E2533D500280961 /* GTMLargeTypeWindow.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GTMLargeTypeWindow.h; sourceTree = "<group>"; };
8B1801A40E2533DB00280961 /* GTMLargeTypeWindowTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GTMLargeTypeWindowTest.m; sourceTree = "<group>"; };
@@ -769,6 +787,14 @@
path = BuildScripts;
sourceTree = "<group>";
};
+ 8B0E653E0FD80D5E00461C4A /* GTMHotKeyTextFieldLocalizations */ = {
+ isa = PBXGroup;
+ children = (
+ 8B0E653F0FD80D5E00461C4A /* GTMHotKeyTextField.strings */,
+ );
+ path = GTMHotKeyTextFieldLocalizations;
+ sourceTree = "<group>";
+ };
8B409E960F952CCA00DF540E /* Resources */ = {
isa = PBXGroup;
children = (
@@ -882,6 +908,7 @@
8BAA9B540F7B4A5000DF4F12 /* GTMHotKeyTextFieldTest.h */,
F4A420EE0EDDF8E000397A11 /* GTMHotKeyTextFieldTest.m */,
8BAA9B560F7B4C2400DF4F12 /* GTMHotKeyTextFieldTest.xib */,
+ 8B0E653E0FD80D5E00461C4A /* GTMHotKeyTextFieldLocalizations */,
8B1801A10E2533D500280961 /* GTMLargeTypeWindow.h */,
8B1801A00E2533D500280961 /* GTMLargeTypeWindow.m */,
8B1801A40E2533DB00280961 /* GTMLargeTypeWindowTest.m */,
@@ -1361,6 +1388,29 @@
buildConfigurationList = 1DEB918108733D990010E9CD /* Build configuration list for PBXProject "GTM" */;
compatibilityVersion = "Xcode 3.1";
hasScannedForEncodings = 1;
+ knownRegions = (
+ English,
+ Japanese,
+ French,
+ German,
+ da,
+ de,
+ en,
+ es,
+ fi,
+ fr,
+ it,
+ ja,
+ ko,
+ nl,
+ no,
+ pl,
+ pt,
+ ru,
+ sv,
+ zh_CN,
+ zh_TW,
+ );
mainGroup = 0867D691FE84028FC02AAC07 /* GTM */;
productRefGroup = 034768DFFF38A50411DB9C8B /* Products */;
projectDirPath = "";
@@ -1426,6 +1476,7 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
+ 8B0E65510FD80D5E00461C4A /* GTMHotKeyTextField.strings in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
@@ -1754,6 +1805,30 @@
/* End PBXTargetDependency section */
/* Begin PBXVariantGroup section */
+ 8B0E653F0FD80D5E00461C4A /* GTMHotKeyTextField.strings */ = {
+ isa = PBXVariantGroup;
+ children = (
+ 8B0E65400FD80D5E00461C4A /* da */,
+ 8B0E65410FD80D5E00461C4A /* de */,
+ 8B0E65420FD80D5E00461C4A /* en */,
+ 8B0E65430FD80D5E00461C4A /* es */,
+ 8B0E65440FD80D5E00461C4A /* fi */,
+ 8B0E65450FD80D5E00461C4A /* fr */,
+ 8B0E65460FD80D5E00461C4A /* it */,
+ 8B0E65470FD80D5E00461C4A /* ja */,
+ 8B0E65480FD80D5E00461C4A /* ko */,
+ 8B0E65490FD80D5E00461C4A /* nl */,
+ 8B0E654A0FD80D5E00461C4A /* no */,
+ 8B0E654B0FD80D5E00461C4A /* pl */,
+ 8B0E654C0FD80D5E00461C4A /* pt */,
+ 8B0E654D0FD80D5E00461C4A /* ru */,
+ 8B0E654E0FD80D5E00461C4A /* sv */,
+ 8B0E654F0FD80D5E00461C4A /* zh_CN */,
+ 8B0E65500FD80D5E00461C4A /* zh_TW */,
+ );
+ name = GTMHotKeyTextField.strings;
+ sourceTree = "<group>";
+ };
8B409BE50F9442C800DF540E /* Localizable.strings */ = {
isa = PBXVariantGroup;
children = (