Merge pull request #25 from nohana/feature/fix-copyright

fix copyright
This commit is contained in:
Kazushi Hara 2016-06-26 16:12:06 +09:00 committed by GitHub
commit d9770063ef
31 changed files with 466 additions and 221 deletions

View File

@ -1,10 +1,18 @@
//
// AppDelegate.swift
// Demo
//
// Created by kazushi.hara on 2016/05/02.
// Copyright © 2016 nohana. All rights reserved.
//
/*
* Copyright (C) 2016 nohana, 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.
*/
import UIKit

View File

@ -1,11 +1,18 @@
//
// DemoListViewController.swift
// NohanaImagePicker
//
// Created by kazushi.hara on 2016/05/02.
// Copyright © 2016 nohana. All rights reserved.
//
/*
* Copyright (C) 2016 nohana, 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.
*/
import UIKit
import NohanaImagePicker
import Photos

View File

@ -1,10 +1,18 @@
//
// ActivityIndicatable.swift
// NohanaImagePicker
//
// Created by kazushi.hara on 2016/04/08.
// Copyright © 2016 nohana. All rights reserved.
//
/*
* Copyright (C) 2016 nohana, 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.
*/
public protocol ActivityIndicatable {
func isProgressing() -> Bool

View File

@ -1,10 +1,18 @@
//
// AlbumCell.swift
// NohanaImagePicker
//
// Created by kazushi.hara on 2016/02/11.
// Copyright © 2016 nohana. All rights reserved.
//
/*
* Copyright (C) 2016 nohana, 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.
*/
import UIKit

View File

@ -1,10 +1,18 @@
//
// AlbumListEmptyIndicator.swift
// NohanaImagePicker
//
// Created by kazushi.hara on 2016/03/23.
// Copyright © 2016 nohana. All rights reserved.
//
/*
* Copyright (C) 2016 nohana, 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.
*/
class AlbumListEmptyIndicator: UILabel {

View File

@ -1,10 +1,18 @@
//
// AlbumListViewController.swift
// NohanaImagePicker
//
// Created by kazushi.hara on 2016/02/08.
// Copyright © 2016 nohana. All rights reserved.
//
/*
* Copyright (C) 2016 nohana, 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.
*/
import UIKit
import Photos

View File

@ -1,10 +1,18 @@
//
// AnimatableNavigationController.swift
// NohanaImagePicker
//
// Created by kazushi.hara on 2016/02/14.
// Copyright © 2016 nohana. All rights reserved.
//
/*
* Copyright (C) 2016 nohana, 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.
*/
import UIKit

View File

@ -1,11 +1,18 @@
//
// AssetCell.swift
// NohanaImagePicker
//
// Created by kazushi.hara on 2016/02/11.
// Copyright © 2016 nohana. All rights reserved.
//
/*
* Copyright (C) 2016 nohana, 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.
*/
import UIKit
class AssetCell: UICollectionViewCell {

View File

@ -1,10 +1,18 @@
//
// AssetDetailCell.swift
// NohanaImagePicker
//
// Created by kazushi.hara on 2016/02/12.
// Copyright © 2016 nohana. All rights reserved.
//
/*
* Copyright (C) 2016 nohana, 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.
*/
import UIKit

View File

@ -1,10 +1,18 @@
//
// AssetDetailListViewController.swift
// NohanaImagePicker
//
// Created by kazushi.hara on 2016/02/11.
// Copyright © 2016 nohana. All rights reserved.
//
/*
* Copyright (C) 2016 nohana, 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.
*/
import UIKit

View File

@ -1,10 +1,18 @@
//
// AssetListViewController.swift
// NohanaImagePicker
//
// Created by kazushi.hara on 2016/02/11.
// Copyright © 2016 nohana. All rights reserved.
//
/*
* Copyright (C) 2016 nohana, 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.
*/
import UIKit
import Photos

View File

@ -1,10 +1,18 @@
//
// ColorConfig.swift
// NohanaImagePicker
//
// Created by kazushi.hara on 2016/03/23.
// Copyright © 2016 nohana. All rights reserved.
//
/*
* Copyright (C) 2016 nohana, 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.
*/
public struct ColorConfig {
public static var backgroundColor = UIColor.whiteColor()

View File

@ -1,10 +1,18 @@
//
// ContractingAnimationController.swift
// NohanaImagePicker
//
// Created by kazushi.hara on 2016/02/15.
// Copyright © 2016 nohana. All rights reserved.
//
/*
* Copyright (C) 2016 nohana, 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.
*/
import AVFoundation

View File

@ -1,10 +1,18 @@
//
// EmptyIndicatable.swift
// NohanaImagePicker
//
// Created by kazushi.hara on 2016/03/23.
// Copyright © 2016 nohana. All rights reserved.
//
/*
* Copyright (C) 2016 nohana, 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.
*/
public protocol EmptyIndicatable {
func isEmpty() -> Bool

View File

@ -1,10 +1,18 @@
//
// ExpandingAnimationController.swift
// NohanaImagePicker
//
// Created by kazushi.hara on 2016/02/14.
// Copyright © 2016 nohana. All rights reserved.
//
/*
* Copyright (C) 2016 nohana, 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.
*/
import AVFoundation

View File

@ -1,10 +1,18 @@
//
// ImageName.swift
// NohanaImagePicker
//
// Created by kazushi.hara on 2016/02/16.
// Copyright © 2016 nohana. All rights reserved.
//
/*
* Copyright (C) 2016 nohana, 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.
*/
struct ImageName {
struct AssetCell {

View File

@ -1,10 +1,18 @@
//
// ItemListType.swift
// NohanaImagePicker
//
// Created by kazushi.hara on 2016/02/14.
// Copyright © 2016 nohana. All rights reserved.
//
/*
* Copyright (C) 2016 nohana, 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.
*/
public protocol ItemListType: CollectionType {
typealias Item

View File

@ -1,10 +1,18 @@
//
// MomentCell.swift
// NohanaImagePicker
//
// Created by kazushi.hara on 2016/03/23.
// Copyright © 2016 nohana. All rights reserved.
//
/*
* Copyright (C) 2016 nohana, 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.
*/
import UIKit

View File

@ -1,10 +1,18 @@
//
// MomentSectionHeaderView.swift
// NohanaImagePicker
//
// Created by kazushi.hara on 2016/03/09.
// Copyright © 2016 nohana. All rights reserved.
//
/*
* Copyright (C) 2016 nohana, 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.
*/
import UIKit

View File

@ -1,10 +1,18 @@
//
// MomentViewController.swift
// NohanaImagePicker
//
// Created by kazushi.hara on 2016/03/08.
// Copyright © 2016 nohana. All rights reserved.
//
/*
* Copyright (C) 2016 nohana, 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.
*/
import UIKit
import Photos

View File

@ -1,10 +1,18 @@
//
// NohanaImagePicker.h
// NohanaImagePicker
//
// Created by kazushi.hara on 2016/02/08.
// Copyright © 2016年 nohana. All rights reserved.
//
/*
* Copyright (C) 2016 nohana, 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.
*/
#import <UIKit/UIKit.h>

View File

@ -1,10 +1,18 @@
//
// NohanaImagePickerController.swift
// NohanaImagePicker
//
// Created by kazushi.hara on 2016/02/09.
// Copyright © 2016 nohana. All rights reserved.
//
/*
* Copyright (C) 2016 nohana, 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 &quot;AS IS&quot; 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.
*/
import UIKit
import Photos

View File

@ -1,10 +1,18 @@
//
// NotificationInfo.swift
// NohanaImagePicker
//
// Created by kazushi.hara on 2016/02/19.
// Copyright © 2016 nohana. All rights reserved.
//
/*
* Copyright (C) 2016 nohana, 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 &quot;AS IS&quot; 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.
*/
struct NotificationInfo {
struct Asset {

View File

@ -1,11 +1,18 @@
//
// PhotoKitAlbumList.swift
// NohanaImagePicker
//
// Created by kazushi.hara on 2016/02/10.
// Copyright © 2016 nohana. All rights reserved.
//
/*
* Copyright (C) 2016 nohana, 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 &quot;AS IS&quot; 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.
*/
import Photos
public class PhotoKitAlbumList: ItemListType {

View File

@ -1,11 +1,18 @@
//
// PhotoKitAsset.swift
// NohanaImagePicker
//
// Created by kazushi.hara on 2016/02/11.
// Copyright © 2016 nohana. All rights reserved.
//
/*
* Copyright (C) 2016 nohana, 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 &quot;AS IS&quot; 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.
*/
import Photos
public class PhotoKitAsset :AssetType {

View File

@ -1,10 +1,19 @@
//
// PhotoKitAssetList.swift
// NohanaImagePicker
//
// Created by kazushi.hara on 2016/02/11.
// Copyright © 2016 nohana. All rights reserved.
//
/*
* Copyright (C) 2016 nohana, 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 &quot;AS IS&quot; 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.
*/
import Photos
public class PhotoKitAssetList :ItemListType {

View File

@ -1,10 +1,18 @@
//
// PickedAssetList.swift
// NohanaImagePicker
//
// Created by kazushi.hara on 2016/02/17.
// Copyright © 2016 nohana. All rights reserved.
//
/*
* Copyright (C) 2016 nohana, 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 &quot;AS IS&quot; 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.
*/
import Foundation

View File

@ -1,10 +1,18 @@
//
// Size.swift
// NohanaImagePicker
//
// Created by kazushi.hara on 2016/02/14.
// Copyright © 2016 nohana. All rights reserved.
//
/*
* Copyright (C) 2016 nohana, 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 &quot;AS IS&quot; 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.
*/
struct Size {

View File

@ -1,10 +1,18 @@
//
// SwipeInteractionController.swift
// NohanaImagePicker
//
// Created by kazushi.hara on 2016/02/21.
// Copyright © 2016 nohana. All rights reserved.
//
/*
* Copyright (C) 2016 nohana, 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 &quot;AS IS&quot; 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.
*/
import UIKit

View File

@ -1,10 +1,18 @@
/*
NohanaImagePicker.strings
NohanaImagePicker
Created by kazushi.hara on 2016/02/15.
Copyright © 2016年 nohana. All rights reserved.
*/
/*
* Copyright (C) 2016 nohana, 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 &quot;AS IS&quot; 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.
*/
"albumlist.title" = "Photos";
"albumlist.empty.message" = "No Photos";

View File

@ -1,10 +1,18 @@
/*
NohanaImagePicker.strings
NohanaImagePicker
Created by kazushi.hara on 2016/02/15.
Copyright © 2016年 nohana. All rights reserved.
*/
/*
* Copyright (C) 2016 nohana, 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 &quot;AS IS&quot; 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.
*/
"albumlist.title" = "アルバム";
"albumlist.empty.message" = "アルバムに\n写真がありません";