diff --git a/.travis.yml b/.travis.yml index 20487c4..76fcd48 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ -osx_image: xcode8 +osx_image: xcode8.2 language: objective-c cache: diff --git a/Example/RSKImageCropperExample/RSKImageCropperExample-Info.plist b/Example/RSKImageCropperExample/RSKImageCropperExample-Info.plist index 8300b26..538ae5a 100755 --- a/Example/RSKImageCropperExample/RSKImageCropperExample-Info.plist +++ b/Example/RSKImageCropperExample/RSKImageCropperExample-Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.5.2 + 1.6.0 CFBundleSignature ???? CFBundleVersion diff --git a/Framework/Info.plist b/Framework/Info.plist index c1add73..a1dfe14 100755 --- a/Framework/Info.plist +++ b/Framework/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.5.2 + 1.6.0 CFBundleSignature ???? CFBundleVersion diff --git a/Makefile b/Makefile index c549179..e7ed686 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ WORKSPACE = Example/RSKImageCropperExample.xcworkspace SCHEME = RSKImageCropperExample CONFIGURATION = Release -DEVICE_HOST = platform='iOS Simulator',OS='10.0',name='iPhone 7' +DEVICE_HOST = platform='iOS Simulator',OS='10.1',name='iPhone 7' .PHONY: all build ci clean test lint diff --git a/RSKImageCropper.podspec b/RSKImageCropper.podspec index 9f04ee2..283329e 100644 --- a/RSKImageCropper.podspec +++ b/RSKImageCropper.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'RSKImageCropper' - s.version = '1.5.2' + s.version = '1.6.0' s.summary = 'An image cropper for iOS like in the Contacts app with support for landscape orientation.' s.homepage = 'https://github.com/ruslanskorb/RSKImageCropper' s.license = { :type => 'MIT', :file => 'LICENSE' } diff --git a/RSKImageCropper.xcodeproj/project.pbxproj b/RSKImageCropper.xcodeproj/project.pbxproj index 4abade1..b99166f 100755 --- a/RSKImageCropper.xcodeproj/project.pbxproj +++ b/RSKImageCropper.xcodeproj/project.pbxproj @@ -228,7 +228,7 @@ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 1.5.2; + CURRENT_PROJECT_VERSION = 1.6.0; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; ENABLE_STRICT_OBJC_MSGSEND = YES; ENABLE_TESTABILITY = YES; @@ -278,7 +278,7 @@ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 1.5.2; + CURRENT_PROJECT_VERSION = 1.6.0; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; ENABLE_NS_ASSERTIONS = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; @@ -305,8 +305,8 @@ buildSettings = { "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1.5.2; - DYLIB_CURRENT_VERSION = 1.5.2; + DYLIB_COMPATIBILITY_VERSION = 1.6.0; + DYLIB_CURRENT_VERSION = 1.6.0; DYLIB_INSTALL_NAME_BASE = "@rpath"; INFOPLIST_FILE = Framework/Info.plist; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; @@ -322,8 +322,8 @@ buildSettings = { "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1.5.2; - DYLIB_CURRENT_VERSION = 1.5.2; + DYLIB_COMPATIBILITY_VERSION = 1.6.0; + DYLIB_CURRENT_VERSION = 1.6.0; DYLIB_INSTALL_NAME_BASE = "@rpath"; INFOPLIST_FILE = Framework/Info.plist; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; diff --git a/RSKImageCropper/RSKImageCropperStrings.bundle/bg.lproj/RSKImageCropper.strings b/RSKImageCropper/RSKImageCropperStrings.bundle/bg.lproj/RSKImageCropper.strings new file mode 100755 index 0000000..165d5c8 --- /dev/null +++ b/RSKImageCropper/RSKImageCropperStrings.bundle/bg.lproj/RSKImageCropper.strings @@ -0,0 +1,30 @@ +// +// RSKImageCropper.strings +// +// Copyright (c) 2014-present Ruslan Skorb, http://ruslanskorb.com/ +// +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to deal +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// The above copyright notice and this permission notice shall be included in +// all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +// THE SOFTWARE. +// + +/* Move and Scale label */ +"Move and Scale" = "Преместване и мащабиране"; +/* Cancel button */ +"Cancel" = "Отмяна"; +/* Choose button */ +"Choose" = "Изберете"; diff --git a/RSKImageCropper/RSKImageCropperStrings.bundle/bs.lproj/RSKImageCropper.strings b/RSKImageCropper/RSKImageCropperStrings.bundle/bs.lproj/RSKImageCropper.strings new file mode 100755 index 0000000..8974470 --- /dev/null +++ b/RSKImageCropper/RSKImageCropperStrings.bundle/bs.lproj/RSKImageCropper.strings @@ -0,0 +1,30 @@ +// +// RSKImageCropper.strings +// +// Copyright (c) 2014-present Ruslan Skorb, http://ruslanskorb.com/ +// +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to deal +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// The above copyright notice and this permission notice shall be included in +// all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +// THE SOFTWARE. +// + +/* Move and Scale label */ +"Move and Scale" = "Pomjeri i skaliraj"; +/* Cancel button */ +"Cancel" = "Odustani"; +/* Choose button */ +"Choose" = "Odaberi"; diff --git a/RSKImageCropper/RSKImageCropperStrings.bundle/et.lproj/RSKImageCropper.strings b/RSKImageCropper/RSKImageCropperStrings.bundle/et.lproj/RSKImageCropper.strings new file mode 100755 index 0000000..17c41e7 --- /dev/null +++ b/RSKImageCropper/RSKImageCropperStrings.bundle/et.lproj/RSKImageCropper.strings @@ -0,0 +1,30 @@ +// +// RSKImageCropper.strings +// +// Copyright (c) 2014-present Ruslan Skorb, http://ruslanskorb.com/ +// +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to deal +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// The above copyright notice and this permission notice shall be included in +// all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +// THE SOFTWARE. +// + +/* Move and Scale label */ +"Move and Scale" = "Muuda suurust"; +/* Cancel button */ +"Cancel" = "Tühista"; +/* Choose button */ +"Choose" = "Vali"; diff --git a/RSKImageCropper/RSKImageCropperStrings.bundle/fil.lproj/RSKImageCropper.strings b/RSKImageCropper/RSKImageCropperStrings.bundle/fil.lproj/RSKImageCropper.strings new file mode 100755 index 0000000..d585811 --- /dev/null +++ b/RSKImageCropper/RSKImageCropperStrings.bundle/fil.lproj/RSKImageCropper.strings @@ -0,0 +1,30 @@ +// +// RSKImageCropper.strings +// +// Copyright (c) 2014-present Ruslan Skorb, http://ruslanskorb.com/ +// +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to deal +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// The above copyright notice and this permission notice shall be included in +// all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +// THE SOFTWARE. +// + +/* Move and Scale label */ +"Move and Scale" = "Galawin at I-scale"; +/* Cancel button */ +"Cancel" = "Kanselahin"; +/* Choose button */ +"Choose" = "Pumili"; diff --git a/RSKImageCropper/RSKImageCropperStrings.bundle/ko.lproj/RSKImageCropper.strings b/RSKImageCropper/RSKImageCropperStrings.bundle/ko.lproj/RSKImageCropper.strings new file mode 100755 index 0000000..82ef683 --- /dev/null +++ b/RSKImageCropper/RSKImageCropperStrings.bundle/ko.lproj/RSKImageCropper.strings @@ -0,0 +1,30 @@ +// +// RSKImageCropper.strings +// +// Copyright (c) 2014-present Ruslan Skorb, http://ruslanskorb.com/ +// +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to deal +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// The above copyright notice and this permission notice shall be included in +// all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +// THE SOFTWARE. +// + +/* Move and Scale label */ +"Move and Scale" = "이동 및 크기 조절"; +/* Cancel button */ +"Cancel" = "취소"; +/* Choose button */ +"Choose" = "선택"; diff --git a/RSKImageCropper/RSKImageCropperStrings.bundle/lt.lproj/RSKImageCropper.strings b/RSKImageCropper/RSKImageCropperStrings.bundle/lt.lproj/RSKImageCropper.strings new file mode 100755 index 0000000..2abacba --- /dev/null +++ b/RSKImageCropper/RSKImageCropperStrings.bundle/lt.lproj/RSKImageCropper.strings @@ -0,0 +1,30 @@ +// +// RSKImageCropper.strings +// +// Copyright (c) 2014-present Ruslan Skorb, http://ruslanskorb.com/ +// +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to deal +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// The above copyright notice and this permission notice shall be included in +// all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +// THE SOFTWARE. +// + +/* Move and Scale label */ +"Move and Scale" = "Judinti ir keisti mastelį"; +/* Cancel button */ +"Cancel" = "Atšaukti"; +/* Choose button */ +"Choose" = "Pasirinkti"; diff --git a/RSKImageCropper/RSKImageCropperStrings.bundle/lv.lproj/RSKImageCropper.strings b/RSKImageCropper/RSKImageCropperStrings.bundle/lv.lproj/RSKImageCropper.strings new file mode 100755 index 0000000..2b6a183 --- /dev/null +++ b/RSKImageCropper/RSKImageCropperStrings.bundle/lv.lproj/RSKImageCropper.strings @@ -0,0 +1,30 @@ +// +// RSKImageCropper.strings +// +// Copyright (c) 2014-present Ruslan Skorb, http://ruslanskorb.com/ +// +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to deal +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// The above copyright notice and this permission notice shall be included in +// all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +// THE SOFTWARE. +// + +/* Move and Scale label */ +"Move and Scale" = "Izgriez attēlu"; +/* Cancel button */ +"Cancel" = "Atcelt"; +/* Choose button */ +"Choose" = "Izvēlēties"; diff --git a/RSKImageCropper/RSKImageCropperStrings.bundle/mk.lproj/RSKImageCropper.strings b/RSKImageCropper/RSKImageCropperStrings.bundle/mk.lproj/RSKImageCropper.strings new file mode 100755 index 0000000..11086a9 --- /dev/null +++ b/RSKImageCropper/RSKImageCropperStrings.bundle/mk.lproj/RSKImageCropper.strings @@ -0,0 +1,30 @@ +// +// RSKImageCropper.strings +// +// Copyright (c) 2014-present Ruslan Skorb, http://ruslanskorb.com/ +// +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to deal +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// The above copyright notice and this permission notice shall be included in +// all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +// THE SOFTWARE. +// + +/* Move and Scale label */ +"Move and Scale" = "Придвижи и одреди размер"; +/* Cancel button */ +"Cancel" = "Откажи"; +/* Choose button */ +"Choose" = "Избери"; diff --git a/RSKImageCropper/RSKImageCropperStrings.bundle/pt.lproj/RSKImageCropper.strings b/RSKImageCropper/RSKImageCropperStrings.bundle/pt.lproj/RSKImageCropper.strings new file mode 100755 index 0000000..b70cf4c --- /dev/null +++ b/RSKImageCropper/RSKImageCropperStrings.bundle/pt.lproj/RSKImageCropper.strings @@ -0,0 +1,30 @@ +// +// RSKImageCropper.strings +// +// Copyright (c) 2014-present Ruslan Skorb, http://ruslanskorb.com/ +// +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to deal +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// The above copyright notice and this permission notice shall be included in +// all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +// THE SOFTWARE. +// + +/* Move and Scale label */ +"Move and Scale" = "Mover e dimensionar"; +/* Cancel button */ +"Cancel" = "Cancelar"; +/* Choose button */ +"Choose" = "Escolher"; diff --git a/RSKImageCropper/RSKImageCropperStrings.bundle/sk.lproj/RSKImageCropper.strings b/RSKImageCropper/RSKImageCropperStrings.bundle/sk.lproj/RSKImageCropper.strings new file mode 100755 index 0000000..1e7c81b --- /dev/null +++ b/RSKImageCropper/RSKImageCropperStrings.bundle/sk.lproj/RSKImageCropper.strings @@ -0,0 +1,30 @@ +// +// RSKImageCropper.strings +// +// Copyright (c) 2014-present Ruslan Skorb, http://ruslanskorb.com/ +// +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to deal +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// The above copyright notice and this permission notice shall be included in +// all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +// THE SOFTWARE. +// + +/* Move and Scale label */ +"Move and Scale" = "Premiestniť a zmeniť veľkosť"; +/* Cancel button */ +"Cancel" = "Zrušiť"; +/* Choose button */ +"Choose" = "Vybrať"; diff --git a/RSKImageCropper/RSKImageCropperStrings.bundle/sr.lproj/RSKImageCropper.strings b/RSKImageCropper/RSKImageCropperStrings.bundle/sr.lproj/RSKImageCropper.strings new file mode 100755 index 0000000..7313ee6 --- /dev/null +++ b/RSKImageCropper/RSKImageCropperStrings.bundle/sr.lproj/RSKImageCropper.strings @@ -0,0 +1,30 @@ +// +// RSKImageCropper.strings +// +// Copyright (c) 2014-present Ruslan Skorb, http://ruslanskorb.com/ +// +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to deal +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// The above copyright notice and this permission notice shall be included in +// all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +// THE SOFTWARE. +// + +/* Move and Scale label */ +"Move and Scale" = "Pomeri i podesi"; +/* Cancel button */ +"Cancel" = "Odustani"; +/* Choose button */ +"Choose" = "Izaberi"; diff --git a/RSKImageCropper/RSKImageCropperStrings.bundle/th.lproj/RSKImageCropper.strings b/RSKImageCropper/RSKImageCropperStrings.bundle/th.lproj/RSKImageCropper.strings new file mode 100755 index 0000000..c7c000f --- /dev/null +++ b/RSKImageCropper/RSKImageCropperStrings.bundle/th.lproj/RSKImageCropper.strings @@ -0,0 +1,30 @@ +// +// RSKImageCropper.strings +// +// Copyright (c) 2014-present Ruslan Skorb, http://ruslanskorb.com/ +// +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to deal +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// The above copyright notice and this permission notice shall be included in +// all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +// THE SOFTWARE. +// + +/* Move and Scale label */ +"Move and Scale" = "เลื่อนและปรับขนาด"; +/* Cancel button */ +"Cancel" = "ยกเลิก"; +/* Choose button */ +"Choose" = "เลือก"; diff --git a/RSKImageCropper/RSKImageCropperStrings.bundle/zh-Hant.lproj/RSKImageCropper.strings b/RSKImageCropper/RSKImageCropperStrings.bundle/zh-Hant.lproj/RSKImageCropper.strings new file mode 100755 index 0000000..ffbe91a --- /dev/null +++ b/RSKImageCropper/RSKImageCropperStrings.bundle/zh-Hant.lproj/RSKImageCropper.strings @@ -0,0 +1,30 @@ +// +// RSKImageCropper.strings +// +// Copyright (c) 2014-present Ruslan Skorb, http://ruslanskorb.com/ +// +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to deal +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// The above copyright notice and this permission notice shall be included in +// all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +// THE SOFTWARE. +// + +/* Move and Scale label */ +"Move and Scale" = "移動和縮放"; +/* Cancel button */ +"Cancel" = "取消"; +/* Choose button */ +"Choose" = "選擇"; diff --git a/RSKImageCropper/RSKImageCropperStrings.bundle/zh.lproj/RSKImageCropper.strings b/RSKImageCropper/RSKImageCropperStrings.bundle/zh.lproj/RSKImageCropper.strings new file mode 100755 index 0000000..ecb7797 --- /dev/null +++ b/RSKImageCropper/RSKImageCropperStrings.bundle/zh.lproj/RSKImageCropper.strings @@ -0,0 +1,30 @@ +// +// RSKImageCropper.strings +// +// Copyright (c) 2014-present Ruslan Skorb, http://ruslanskorb.com/ +// +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to deal +// in the Software without restriction, including without limitation the rights +// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +// copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// The above copyright notice and this permission notice shall be included in +// all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +// THE SOFTWARE. +// + +/* Move and Scale label */ +"Move and Scale" = "移动和缩放"; +/* Cancel button */ +"Cancel" = "取消"; +/* Choose button */ +"Choose" = "选择";