completion
This commit is contained in:
@@ -0,0 +1,53 @@
|
||||
/*
|
||||
Localizable.strings
|
||||
PhotoShareExtension
|
||||
|
||||
Created by Russell on 19/5/15.
|
||||
|
||||
*/
|
||||
|
||||
"send_to" = "送信先";
|
||||
"open_app" = "アプリを開く";
|
||||
"close" = "閉じる";
|
||||
"none" = "なし";
|
||||
"frame" = "フレーム";
|
||||
|
||||
"navigation_header_n_selected_playlist" = "%tu個の再生リストを選択しました";
|
||||
"navigation_header_n_selected_playlists" = "%tu個の再生リストを選択しました";
|
||||
"navigation_header_n_selected_friend" = "%tu名の友達を選択しました";
|
||||
"navigation_header_n_selected_friends" = "%tu名の友達を選択しました";
|
||||
"navigation_header_n_selected_receivers" = "%tu名の友達を選択しました";
|
||||
"navigation_header_select_receivers" = "レシーバーを選択";
|
||||
|
||||
"table_header_playlist" = "マイ再生リスト";
|
||||
"table_header_friend" = "マイフレンド";
|
||||
|
||||
"table_select_all_playlists" = "すべての再生リスト選択";
|
||||
"table_select_all_friends" = "すべての友達を選択";
|
||||
|
||||
"app_never_launched_title" = "MAAGAppアカウントなし";
|
||||
"app_never_launched_message" = "MAAGAppアカウントにログインするために、最初にMAAGAppアプリを起動させてください。";
|
||||
|
||||
"no_account_title" = "MAAGAppアカウントなし";
|
||||
"no_account_message" = "MAAGAppアカウントは設定されていません。MAAGAppアプリのMAAGAppアカウントにログインできます。";
|
||||
|
||||
"signin_again_title" = "エラー";
|
||||
"signin_again_message" = "しばらくの間、MAAGAppアカウントにログインしていませんでした。MAAGAppアプリを使ってもう一度ログインしてください。";
|
||||
|
||||
"no_receiver_title" = "エラー";
|
||||
"no_receiver_message" = "MAAGAppアカウントには友達も再生リストもありません。";
|
||||
|
||||
"upload_in_progress_title" = "アップロード進行中";
|
||||
"upload_in_progress_message" = "写真がアップロードされています。後でもう一度やり直してください。";
|
||||
|
||||
"server_connection_error_title" = "インターネット接続なし";
|
||||
"server_connection_error_message" = "デバイス接続を確認して後でもう一度やり直してください。";
|
||||
|
||||
"upload_error_title" = "エラー";
|
||||
"upload_error_file_too_large" = "選択したファイルは大きすぎます。";
|
||||
"upload_error_no_files_selected" = "アップロードするファイルがありません。もう一度やり直してください。";
|
||||
|
||||
"selection_error_file_too_large" = "このファイルは大きすぎるので送信できません。";
|
||||
|
||||
"Oz8-8U-jBt.normalTitle" = "キャンセル";
|
||||
"Oz8-8U-jBt" = "キャンセル";
|
||||
@@ -0,0 +1,21 @@
|
||||
|
||||
/* Class = "UINavigationItem"; title = "Enter Captions"; ObjectID = "9gy-vt-gU0"; */
|
||||
"9gy-vt-gU0.title" = "Enter Captions";
|
||||
|
||||
/* Class = "UIBarButtonItem"; title = "Back"; ObjectID = "ARf-0c-syw"; */
|
||||
"ARf-0c-syw.title" = "Back";
|
||||
|
||||
/* Class = "UIBarButtonItem"; title = "Cancel"; ObjectID = "Oz8-8U-jBt"; */
|
||||
"Oz8-8U-jBt.title" = "Cancel";
|
||||
|
||||
/* Class = "UIBarButtonItem"; title = "Send"; ObjectID = "jty-bC-dNd"; */
|
||||
"jty-bC-dNd.title" = "Send";
|
||||
|
||||
/* Class = "UIBarButtonItem"; title = "Next"; ObjectID = "liG-JY-nUM"; */
|
||||
"liG-JY-nUM.title" = "Next";
|
||||
|
||||
/* Class = "UILabel"; text = "Label"; ObjectID = "rdb-lo-ZfB"; */
|
||||
"rdb-lo-ZfB.text" = "Label";
|
||||
|
||||
/* Class = "UINavigationItem"; title = "Select Receivers"; ObjectID = "zBq-p7-QR9"; */
|
||||
"zBq-p7-QR9.title" = "Select Receivers";
|
||||
Reference in New Issue
Block a user