From 23eabdedab5636f08f1d88e787cbb9da89517e83 Mon Sep 17 00:00:00 2001 From: "stuart.morgan" Date: Sun, 25 Jul 2010 23:05:09 +0000 Subject: 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 --- src/client/mac/Breakpad.xcodeproj/project.pbxproj | 58 +++++++++++++++++++++ src/client/mac/sender/da.lproj/InfoPlist.strings | Bin 0 -> 156 bytes src/client/mac/sender/da.lproj/Localizable.strings | Bin 0 -> 2428 bytes src/client/mac/sender/de.lproj/InfoPlist.strings | Bin 0 -> 192 bytes src/client/mac/sender/de.lproj/Localizable.strings | Bin 0 -> 2746 bytes src/client/mac/sender/es.lproj/InfoPlist.strings | Bin 0 -> 184 bytes src/client/mac/sender/es.lproj/Localizable.strings | Bin 0 -> 2578 bytes src/client/mac/sender/fr.lproj/InfoPlist.strings | Bin 0 -> 156 bytes src/client/mac/sender/fr.lproj/Localizable.strings | Bin 0 -> 2694 bytes src/client/mac/sender/it.lproj/InfoPlist.strings | Bin 0 -> 156 bytes src/client/mac/sender/it.lproj/Localizable.strings | Bin 0 -> 2590 bytes src/client/mac/sender/ja.lproj/InfoPlist.strings | Bin 0 -> 156 bytes src/client/mac/sender/ja.lproj/Localizable.strings | Bin 0 -> 1792 bytes src/client/mac/sender/nl.lproj/InfoPlist.strings | Bin 0 -> 156 bytes src/client/mac/sender/nl.lproj/Localizable.strings | Bin 0 -> 2546 bytes src/client/mac/sender/no.lproj/InfoPlist.strings | Bin 0 -> 156 bytes src/client/mac/sender/no.lproj/Localizable.strings | Bin 0 -> 2484 bytes src/client/mac/sender/sl.lproj/InfoPlist.strings | Bin 0 -> 184 bytes src/client/mac/sender/sl.lproj/Localizable.strings | Bin 0 -> 2632 bytes src/client/mac/sender/sv.lproj/InfoPlist.strings | Bin 0 -> 156 bytes src/client/mac/sender/sv.lproj/Localizable.strings | Bin 0 -> 2588 bytes src/client/mac/sender/tr.lproj/InfoPlist.strings | Bin 0 -> 168 bytes src/client/mac/sender/tr.lproj/Localizable.strings | Bin 0 -> 2430 bytes 23 files changed, 58 insertions(+) create mode 100644 src/client/mac/sender/da.lproj/InfoPlist.strings create mode 100644 src/client/mac/sender/da.lproj/Localizable.strings create mode 100644 src/client/mac/sender/de.lproj/InfoPlist.strings create mode 100644 src/client/mac/sender/de.lproj/Localizable.strings create mode 100644 src/client/mac/sender/es.lproj/InfoPlist.strings create mode 100644 src/client/mac/sender/es.lproj/Localizable.strings create mode 100644 src/client/mac/sender/fr.lproj/InfoPlist.strings create mode 100644 src/client/mac/sender/fr.lproj/Localizable.strings create mode 100644 src/client/mac/sender/it.lproj/InfoPlist.strings create mode 100644 src/client/mac/sender/it.lproj/Localizable.strings create mode 100644 src/client/mac/sender/ja.lproj/InfoPlist.strings create mode 100644 src/client/mac/sender/ja.lproj/Localizable.strings create mode 100644 src/client/mac/sender/nl.lproj/InfoPlist.strings create mode 100644 src/client/mac/sender/nl.lproj/Localizable.strings create mode 100644 src/client/mac/sender/no.lproj/InfoPlist.strings create mode 100644 src/client/mac/sender/no.lproj/Localizable.strings create mode 100644 src/client/mac/sender/sl.lproj/InfoPlist.strings create mode 100644 src/client/mac/sender/sl.lproj/Localizable.strings create mode 100644 src/client/mac/sender/sv.lproj/InfoPlist.strings create mode 100644 src/client/mac/sender/sv.lproj/Localizable.strings create mode 100644 src/client/mac/sender/tr.lproj/InfoPlist.strings create mode 100644 src/client/mac/sender/tr.lproj/Localizable.strings 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 = ""; }; + DE43467511C72857004F095F /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = sender/de.lproj/Localizable.strings; sourceTree = ""; }; + DE43467611C7285B004F095F /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = sender/es.lproj/Localizable.strings; sourceTree = ""; }; + DE43467711C72862004F095F /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = sender/fr.lproj/Localizable.strings; sourceTree = ""; }; + DE43467811C72869004F095F /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = sender/it.lproj/Localizable.strings; sourceTree = ""; }; + DE43467911C7286D004F095F /* nl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nl; path = sender/nl.lproj/Localizable.strings; sourceTree = ""; }; + DE43467A11C72873004F095F /* no */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = no; path = sender/no.lproj/Localizable.strings; sourceTree = ""; }; + DE43467B11C72877004F095F /* sl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sl; path = sender/sl.lproj/Localizable.strings; sourceTree = ""; }; + DE43467C11C7287A004F095F /* sv */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sv; path = sender/sv.lproj/Localizable.strings; sourceTree = ""; }; + DE43467E11C728DC004F095F /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja; path = sender/ja.lproj/Localizable.strings; sourceTree = ""; }; + DE43467F11C728E1004F095F /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = sender/tr.lproj/Localizable.strings; sourceTree = ""; }; + DE43468611C72958004F095F /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = sender/de.lproj/InfoPlist.strings; sourceTree = ""; }; + DE43468711C7295D004F095F /* da */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = da; path = sender/da.lproj/InfoPlist.strings; sourceTree = ""; }; + DE43468811C7295F004F095F /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = sender/es.lproj/InfoPlist.strings; sourceTree = ""; }; + DE43468911C72964004F095F /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = sender/fr.lproj/InfoPlist.strings; sourceTree = ""; }; + DE43468A11C72967004F095F /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = sender/it.lproj/InfoPlist.strings; sourceTree = ""; }; + DE43468B11C7296B004F095F /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja; path = sender/ja.lproj/InfoPlist.strings; sourceTree = ""; }; + DE43468C11C7296D004F095F /* nl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nl; path = sender/nl.lproj/InfoPlist.strings; sourceTree = ""; }; + DE43468D11C7296F004F095F /* no */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = no; path = sender/no.lproj/InfoPlist.strings; sourceTree = ""; }; + DE43468E11C72971004F095F /* sl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sl; path = sender/sl.lproj/InfoPlist.strings; sourceTree = ""; }; + DE43468F11C72973004F095F /* sv */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sv; path = sender/sv.lproj/InfoPlist.strings; sourceTree = ""; }; + DE43469011C72976004F095F /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = sender/tr.lproj/InfoPlist.strings; sourceTree = ""; }; F91AF5CF0FD60393009D8BE2 /* BreakpadFramework_Test.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = BreakpadFramework_Test.mm; path = tests/BreakpadFramework_Test.mm; sourceTree = ""; }; F9286B380F7EB25800A4DCC8 /* Inspector.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Inspector.h; path = crash_generation/Inspector.h; sourceTree = ""; }; F9286B390F7EB25800A4DCC8 /* InspectorMain.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = InspectorMain.mm; path = crash_generation/InspectorMain.mm; sourceTree = ""; }; @@ -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 = ""; @@ -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 = ""; 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 Binary files /dev/null and b/src/client/mac/sender/da.lproj/InfoPlist.strings 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 Binary files /dev/null and b/src/client/mac/sender/da.lproj/Localizable.strings 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 Binary files /dev/null and b/src/client/mac/sender/de.lproj/InfoPlist.strings 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 Binary files /dev/null and b/src/client/mac/sender/de.lproj/Localizable.strings 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 Binary files /dev/null and b/src/client/mac/sender/es.lproj/InfoPlist.strings 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 Binary files /dev/null and b/src/client/mac/sender/es.lproj/Localizable.strings 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 Binary files /dev/null and b/src/client/mac/sender/fr.lproj/InfoPlist.strings 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 Binary files /dev/null and b/src/client/mac/sender/fr.lproj/Localizable.strings 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 Binary files /dev/null and b/src/client/mac/sender/it.lproj/InfoPlist.strings 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 Binary files /dev/null and b/src/client/mac/sender/it.lproj/Localizable.strings 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 Binary files /dev/null and b/src/client/mac/sender/ja.lproj/InfoPlist.strings 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 Binary files /dev/null and b/src/client/mac/sender/ja.lproj/Localizable.strings 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 Binary files /dev/null and b/src/client/mac/sender/nl.lproj/InfoPlist.strings 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 Binary files /dev/null and b/src/client/mac/sender/nl.lproj/Localizable.strings 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 Binary files /dev/null and b/src/client/mac/sender/no.lproj/InfoPlist.strings 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 Binary files /dev/null and b/src/client/mac/sender/no.lproj/Localizable.strings 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 Binary files /dev/null and b/src/client/mac/sender/sl.lproj/InfoPlist.strings 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 Binary files /dev/null and b/src/client/mac/sender/sl.lproj/Localizable.strings 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 Binary files /dev/null and b/src/client/mac/sender/sv.lproj/InfoPlist.strings 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 Binary files /dev/null and b/src/client/mac/sender/sv.lproj/Localizable.strings 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 Binary files /dev/null and b/src/client/mac/sender/tr.lproj/InfoPlist.strings 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 Binary files /dev/null and b/src/client/mac/sender/tr.lproj/Localizable.strings differ -- cgit v1.2.1