completion
This commit is contained in:
@@ -0,0 +1,53 @@
|
||||
/*
|
||||
Localizable.strings
|
||||
PhotoShareExtension
|
||||
|
||||
Created by Russell on 19/5/15.
|
||||
|
||||
*/
|
||||
|
||||
"send_to" = "Send To";
|
||||
"open_app" = "Open App";
|
||||
"close" = "Close";
|
||||
"none" = "None";
|
||||
"frame" = "Frame";
|
||||
|
||||
"navigation_header_n_selected_playlist" = "%tu Playlist Selected";
|
||||
"navigation_header_n_selected_playlists" = "%tu Playlists Selected";
|
||||
"navigation_header_n_selected_friend" = "%tu Friend Selected";
|
||||
"navigation_header_n_selected_friends" = "%tu Friends Selected";
|
||||
"navigation_header_n_selected_receivers" = "%tu Receivers Selected";
|
||||
"navigation_header_select_receivers" = "Select Receivers";
|
||||
|
||||
"table_header_playlist" = "My Playlists";
|
||||
"table_header_friend" = "My Friends";
|
||||
|
||||
"table_select_all_playlists" = "Select all playlists";
|
||||
"table_select_all_friends" = "Select all friends";
|
||||
|
||||
"app_never_launched_title" = "No Nixplay Account";
|
||||
"app_never_launched_message" = "Please launch the Nixplay app for the first time to log in to your Nixplay account.";
|
||||
|
||||
"no_account_title" = "No Nixplay Account";
|
||||
"no_account_message" = "There is no Nixplay account configured. You can log in to your Nixplay account in the Nixplay app.";
|
||||
|
||||
"signin_again_title" = "Error";
|
||||
"signin_again_message" = "You have not logged in to your Nixplay account in awhile. Please log in again using the Nixplay app.";
|
||||
|
||||
"no_receiver_title" = "Error";
|
||||
"no_receiver_message" = "You have no friend and playlist in to your Nixplay account.";
|
||||
|
||||
"upload_in_progress_title" = "Upload in Progress";
|
||||
"upload_in_progress_message" = "Your photos are being uploaded. Please try again later.";
|
||||
|
||||
"server_connection_error_title" = "No Internet Connection";
|
||||
"server_connection_error_message" = "Please check your device connection and try again later.";
|
||||
|
||||
"upload_error_title" = "Error";
|
||||
"upload_error_file_too_large" = "A file you selected is too large.";
|
||||
"upload_error_no_files_selected" = "There are no files to upload. Please try again.";
|
||||
|
||||
"selection_error_file_too_large" = "This file is too large and will not be sent.";
|
||||
|
||||
"Oz8-8U-jBt.normalTitle" = "Cancel";
|
||||
"Oz8-8U-jBt" = "Cancel";
|
||||
@@ -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