aboutsummaryrefslogtreecommitdiff
path: root/src/client
diff options
context:
space:
mode:
authorstuart.morgan <stuart.morgan@4c0a9323-5329-0410-9bdc-e9ce6186880e>2010-07-25 23:05:09 +0000
committerstuart.morgan <stuart.morgan@4c0a9323-5329-0410-9bdc-e9ce6186880e>2010-07-25 23:05:09 +0000
commit23eabdedab5636f08f1d88e787cbb9da89517e83 (patch)
tree3e9027fd4177bcdb67d7bda184f145cf028c8d72 /src/client
parentFix unit tests that have not built since @610 (diff)
downloadbreakpad-23eabdedab5636f08f1d88e787cbb9da89517e83.tar.xz
Adding 11 languages to the crash uploader app on the Mac, contributed by the Camino localization teams
git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@630 4c0a9323-5329-0410-9bdc-e9ce6186880e
Diffstat (limited to 'src/client')
-rw-r--r--src/client/mac/Breakpad.xcodeproj/project.pbxproj58
-rw-r--r--src/client/mac/sender/da.lproj/InfoPlist.stringsbin0 -> 156 bytes
-rw-r--r--src/client/mac/sender/da.lproj/Localizable.stringsbin0 -> 2428 bytes
-rw-r--r--src/client/mac/sender/de.lproj/InfoPlist.stringsbin0 -> 192 bytes
-rw-r--r--src/client/mac/sender/de.lproj/Localizable.stringsbin0 -> 2746 bytes
-rw-r--r--src/client/mac/sender/es.lproj/InfoPlist.stringsbin0 -> 184 bytes
-rw-r--r--src/client/mac/sender/es.lproj/Localizable.stringsbin0 -> 2578 bytes
-rw-r--r--src/client/mac/sender/fr.lproj/InfoPlist.stringsbin0 -> 156 bytes
-rw-r--r--src/client/mac/sender/fr.lproj/Localizable.stringsbin0 -> 2694 bytes
-rw-r--r--src/client/mac/sender/it.lproj/InfoPlist.stringsbin0 -> 156 bytes
-rw-r--r--src/client/mac/sender/it.lproj/Localizable.stringsbin0 -> 2590 bytes
-rw-r--r--src/client/mac/sender/ja.lproj/InfoPlist.stringsbin0 -> 156 bytes
-rw-r--r--src/client/mac/sender/ja.lproj/Localizable.stringsbin0 -> 1792 bytes
-rw-r--r--src/client/mac/sender/nl.lproj/InfoPlist.stringsbin0 -> 156 bytes
-rw-r--r--src/client/mac/sender/nl.lproj/Localizable.stringsbin0 -> 2546 bytes
-rw-r--r--src/client/mac/sender/no.lproj/InfoPlist.stringsbin0 -> 156 bytes
-rw-r--r--src/client/mac/sender/no.lproj/Localizable.stringsbin0 -> 2484 bytes
-rw-r--r--src/client/mac/sender/sl.lproj/InfoPlist.stringsbin0 -> 184 bytes
-rw-r--r--src/client/mac/sender/sl.lproj/Localizable.stringsbin0 -> 2632 bytes
-rw-r--r--src/client/mac/sender/sv.lproj/InfoPlist.stringsbin0 -> 156 bytes
-rw-r--r--src/client/mac/sender/sv.lproj/Localizable.stringsbin0 -> 2588 bytes
-rw-r--r--src/client/mac/sender/tr.lproj/InfoPlist.stringsbin0 -> 168 bytes
-rw-r--r--src/client/mac/sender/tr.lproj/Localizable.stringsbin0 -> 2430 bytes
23 files changed, 58 insertions, 0 deletions
diff --git a/src/client/mac/Breakpad.xcodeproj/project.pbxproj b/src/client/mac/Breakpad.xcodeproj/project.pbxproj
index 73a0b479..9840d093 100644
--- a/src/client/mac/Breakpad.xcodeproj/project.pbxproj
+++ b/src/client/mac/Breakpad.xcodeproj/project.pbxproj
@@ -447,6 +447,28 @@
8B31027811F0D3AF00FCF3E4 /* BreakpadRelease.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = BreakpadRelease.xcconfig; path = ../../common/mac/BreakpadRelease.xcconfig; sourceTree = SOURCE_ROOT; };
8B31FFF611F0C90500FCF3E4 /* Breakpad.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Breakpad.xcconfig; path = ../../common/mac/Breakpad.xcconfig; sourceTree = SOURCE_ROOT; };
8DC2EF5B0486A6940098B216 /* Breakpad.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Breakpad.framework; sourceTree = BUILT_PRODUCTS_DIR; };
+ DE43467411C72855004F095F /* da */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = da; path = sender/da.lproj/Localizable.strings; sourceTree = "<group>"; };
+ DE43467511C72857004F095F /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = sender/de.lproj/Localizable.strings; sourceTree = "<group>"; };
+ DE43467611C7285B004F095F /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = sender/es.lproj/Localizable.strings; sourceTree = "<group>"; };
+ DE43467711C72862004F095F /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = sender/fr.lproj/Localizable.strings; sourceTree = "<group>"; };
+ DE43467811C72869004F095F /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = sender/it.lproj/Localizable.strings; sourceTree = "<group>"; };
+ DE43467911C7286D004F095F /* nl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nl; path = sender/nl.lproj/Localizable.strings; sourceTree = "<group>"; };
+ DE43467A11C72873004F095F /* no */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = no; path = sender/no.lproj/Localizable.strings; sourceTree = "<group>"; };
+ DE43467B11C72877004F095F /* sl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sl; path = sender/sl.lproj/Localizable.strings; sourceTree = "<group>"; };
+ DE43467C11C7287A004F095F /* sv */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sv; path = sender/sv.lproj/Localizable.strings; sourceTree = "<group>"; };
+ DE43467E11C728DC004F095F /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja; path = sender/ja.lproj/Localizable.strings; sourceTree = "<group>"; };
+ DE43467F11C728E1004F095F /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = sender/tr.lproj/Localizable.strings; sourceTree = "<group>"; };
+ DE43468611C72958004F095F /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = sender/de.lproj/InfoPlist.strings; sourceTree = "<group>"; };
+ DE43468711C7295D004F095F /* da */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = da; path = sender/da.lproj/InfoPlist.strings; sourceTree = "<group>"; };
+ DE43468811C7295F004F095F /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = sender/es.lproj/InfoPlist.strings; sourceTree = "<group>"; };
+ DE43468911C72964004F095F /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = sender/fr.lproj/InfoPlist.strings; sourceTree = "<group>"; };
+ DE43468A11C72967004F095F /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = sender/it.lproj/InfoPlist.strings; sourceTree = "<group>"; };
+ DE43468B11C7296B004F095F /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja; path = sender/ja.lproj/InfoPlist.strings; sourceTree = "<group>"; };
+ DE43468C11C7296D004F095F /* nl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nl; path = sender/nl.lproj/InfoPlist.strings; sourceTree = "<group>"; };
+ DE43468D11C7296F004F095F /* no */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = no; path = sender/no.lproj/InfoPlist.strings; sourceTree = "<group>"; };
+ DE43468E11C72971004F095F /* sl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sl; path = sender/sl.lproj/InfoPlist.strings; sourceTree = "<group>"; };
+ DE43468F11C72973004F095F /* sv */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sv; path = sender/sv.lproj/InfoPlist.strings; sourceTree = "<group>"; };
+ DE43469011C72976004F095F /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = sender/tr.lproj/InfoPlist.strings; sourceTree = "<group>"; };
F91AF5CF0FD60393009D8BE2 /* BreakpadFramework_Test.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = BreakpadFramework_Test.mm; path = tests/BreakpadFramework_Test.mm; sourceTree = "<group>"; };
F9286B380F7EB25800A4DCC8 /* Inspector.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Inspector.h; path = crash_generation/Inspector.h; sourceTree = "<group>"; };
F9286B390F7EB25800A4DCC8 /* InspectorMain.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = InspectorMain.mm; path = crash_generation/InspectorMain.mm; sourceTree = "<group>"; };
@@ -1062,6 +1084,20 @@
buildConfigurationList = 1DEB91B108733DA50010E9CD /* Build configuration list for PBXProject "Breakpad" */;
compatibilityVersion = "Xcode 3.1";
hasScannedForEncodings = 1;
+ knownRegions = (
+ English,
+ da,
+ de,
+ es,
+ fr,
+ it,
+ ja,
+ nl,
+ no,
+ sl,
+ sv,
+ tr,
+ );
mainGroup = 0867D691FE84028FC02AAC07 /* Breakpad */;
productRefGroup = 034768DFFF38A50411DB9C8B /* Products */;
projectDirPath = "";
@@ -1559,6 +1595,17 @@
isa = PBXVariantGroup;
children = (
33880C7F0F9E097100817F82 /* English */,
+ DE43468711C7295D004F095F /* da */,
+ DE43468611C72958004F095F /* de */,
+ DE43468811C7295F004F095F /* es */,
+ DE43468911C72964004F095F /* fr */,
+ DE43468A11C72967004F095F /* it */,
+ DE43468B11C7296B004F095F /* ja */,
+ DE43468C11C7296D004F095F /* nl */,
+ DE43468D11C7296F004F095F /* no */,
+ DE43468E11C72971004F095F /* sl */,
+ DE43468F11C72973004F095F /* sv */,
+ DE43469011C72976004F095F /* tr */,
);
name = InfoPlist.strings;
sourceTree = "<group>";
@@ -1567,6 +1614,17 @@
isa = PBXVariantGroup;
children = (
F945849D0F280E3C009A47BF /* English */,
+ DE43467411C72855004F095F /* da */,
+ DE43467511C72857004F095F /* de */,
+ DE43467611C7285B004F095F /* es */,
+ DE43467711C72862004F095F /* fr */,
+ DE43467811C72869004F095F /* it */,
+ DE43467E11C728DC004F095F /* ja */,
+ DE43467911C7286D004F095F /* nl */,
+ DE43467A11C72873004F095F /* no */,
+ DE43467B11C72877004F095F /* sl */,
+ DE43467C11C7287A004F095F /* sv */,
+ DE43467F11C728E1004F095F /* tr */,
);
name = Localizable.strings;
sourceTree = "<group>";
diff --git a/src/client/mac/sender/da.lproj/InfoPlist.strings b/src/client/mac/sender/da.lproj/InfoPlist.strings
new file mode 100644
index 00000000..4cfd32c5
--- /dev/null
+++ b/src/client/mac/sender/da.lproj/InfoPlist.strings
Binary files differ
diff --git a/src/client/mac/sender/da.lproj/Localizable.strings b/src/client/mac/sender/da.lproj/Localizable.strings
new file mode 100644
index 00000000..2b8bb969
--- /dev/null
+++ b/src/client/mac/sender/da.lproj/Localizable.strings
Binary files differ
diff --git a/src/client/mac/sender/de.lproj/InfoPlist.strings b/src/client/mac/sender/de.lproj/InfoPlist.strings
new file mode 100644
index 00000000..3180973e
--- /dev/null
+++ b/src/client/mac/sender/de.lproj/InfoPlist.strings
Binary files differ
diff --git a/src/client/mac/sender/de.lproj/Localizable.strings b/src/client/mac/sender/de.lproj/Localizable.strings
new file mode 100644
index 00000000..73da36f4
--- /dev/null
+++ b/src/client/mac/sender/de.lproj/Localizable.strings
Binary files differ
diff --git a/src/client/mac/sender/es.lproj/InfoPlist.strings b/src/client/mac/sender/es.lproj/InfoPlist.strings
new file mode 100644
index 00000000..a82c013e
--- /dev/null
+++ b/src/client/mac/sender/es.lproj/InfoPlist.strings
Binary files differ
diff --git a/src/client/mac/sender/es.lproj/Localizable.strings b/src/client/mac/sender/es.lproj/Localizable.strings
new file mode 100644
index 00000000..c31d6f48
--- /dev/null
+++ b/src/client/mac/sender/es.lproj/Localizable.strings
Binary files differ
diff --git a/src/client/mac/sender/fr.lproj/InfoPlist.strings b/src/client/mac/sender/fr.lproj/InfoPlist.strings
new file mode 100644
index 00000000..4cfd32c5
--- /dev/null
+++ b/src/client/mac/sender/fr.lproj/InfoPlist.strings
Binary files differ
diff --git a/src/client/mac/sender/fr.lproj/Localizable.strings b/src/client/mac/sender/fr.lproj/Localizable.strings
new file mode 100644
index 00000000..c32f8ff7
--- /dev/null
+++ b/src/client/mac/sender/fr.lproj/Localizable.strings
Binary files differ
diff --git a/src/client/mac/sender/it.lproj/InfoPlist.strings b/src/client/mac/sender/it.lproj/InfoPlist.strings
new file mode 100644
index 00000000..4cfd32c5
--- /dev/null
+++ b/src/client/mac/sender/it.lproj/InfoPlist.strings
Binary files differ
diff --git a/src/client/mac/sender/it.lproj/Localizable.strings b/src/client/mac/sender/it.lproj/Localizable.strings
new file mode 100644
index 00000000..a4b7fd3a
--- /dev/null
+++ b/src/client/mac/sender/it.lproj/Localizable.strings
Binary files differ
diff --git a/src/client/mac/sender/ja.lproj/InfoPlist.strings b/src/client/mac/sender/ja.lproj/InfoPlist.strings
new file mode 100644
index 00000000..4cfd32c5
--- /dev/null
+++ b/src/client/mac/sender/ja.lproj/InfoPlist.strings
Binary files differ
diff --git a/src/client/mac/sender/ja.lproj/Localizable.strings b/src/client/mac/sender/ja.lproj/Localizable.strings
new file mode 100644
index 00000000..1f1a4fee
--- /dev/null
+++ b/src/client/mac/sender/ja.lproj/Localizable.strings
Binary files differ
diff --git a/src/client/mac/sender/nl.lproj/InfoPlist.strings b/src/client/mac/sender/nl.lproj/InfoPlist.strings
new file mode 100644
index 00000000..4cfd32c5
--- /dev/null
+++ b/src/client/mac/sender/nl.lproj/InfoPlist.strings
Binary files differ
diff --git a/src/client/mac/sender/nl.lproj/Localizable.strings b/src/client/mac/sender/nl.lproj/Localizable.strings
new file mode 100644
index 00000000..a4a54f75
--- /dev/null
+++ b/src/client/mac/sender/nl.lproj/Localizable.strings
Binary files differ
diff --git a/src/client/mac/sender/no.lproj/InfoPlist.strings b/src/client/mac/sender/no.lproj/InfoPlist.strings
new file mode 100644
index 00000000..4cfd32c5
--- /dev/null
+++ b/src/client/mac/sender/no.lproj/InfoPlist.strings
Binary files differ
diff --git a/src/client/mac/sender/no.lproj/Localizable.strings b/src/client/mac/sender/no.lproj/Localizable.strings
new file mode 100644
index 00000000..725ef5a2
--- /dev/null
+++ b/src/client/mac/sender/no.lproj/Localizable.strings
Binary files differ
diff --git a/src/client/mac/sender/sl.lproj/InfoPlist.strings b/src/client/mac/sender/sl.lproj/InfoPlist.strings
new file mode 100644
index 00000000..585f6221
--- /dev/null
+++ b/src/client/mac/sender/sl.lproj/InfoPlist.strings
Binary files differ
diff --git a/src/client/mac/sender/sl.lproj/Localizable.strings b/src/client/mac/sender/sl.lproj/Localizable.strings
new file mode 100644
index 00000000..b7dfeece
--- /dev/null
+++ b/src/client/mac/sender/sl.lproj/Localizable.strings
Binary files differ
diff --git a/src/client/mac/sender/sv.lproj/InfoPlist.strings b/src/client/mac/sender/sv.lproj/InfoPlist.strings
new file mode 100644
index 00000000..4cfd32c5
--- /dev/null
+++ b/src/client/mac/sender/sv.lproj/InfoPlist.strings
Binary files differ
diff --git a/src/client/mac/sender/sv.lproj/Localizable.strings b/src/client/mac/sender/sv.lproj/Localizable.strings
new file mode 100644
index 00000000..f7d12516
--- /dev/null
+++ b/src/client/mac/sender/sv.lproj/Localizable.strings
Binary files differ
diff --git a/src/client/mac/sender/tr.lproj/InfoPlist.strings b/src/client/mac/sender/tr.lproj/InfoPlist.strings
new file mode 100644
index 00000000..088fb4f6
--- /dev/null
+++ b/src/client/mac/sender/tr.lproj/InfoPlist.strings
Binary files differ
diff --git a/src/client/mac/sender/tr.lproj/Localizable.strings b/src/client/mac/sender/tr.lproj/Localizable.strings
new file mode 100644
index 00000000..a82f990e
--- /dev/null
+++ b/src/client/mac/sender/tr.lproj/Localizable.strings
Binary files differ