completion
This commit is contained in:
@@ -0,0 +1,50 @@
|
||||
/*
|
||||
Localizable.strings
|
||||
PhotoShareExtension
|
||||
|
||||
Created by Russell on 19/5/15.
|
||||
|
||||
*/
|
||||
|
||||
"send_to" = "Send To";
|
||||
"open_app" = "Open App";
|
||||
"close" = "Schließen";
|
||||
"none" = "None";
|
||||
"frame" = "Rahmen";
|
||||
|
||||
"navigation_header_n_selected_playlist" = "%tu Playlist ausgewählt";
|
||||
"navigation_header_n_selected_playlists" = "%tu Playlists ausgewählt";
|
||||
"navigation_header_n_selected_friend" = "%tu Freund ausgewählt";
|
||||
"navigation_header_n_selected_friends" = "%tu Freund ausgewählt";
|
||||
"navigation_header_n_selected_receivers" = "%tu Empfänger ausgewählt";
|
||||
"navigation_header_select_receivers" = "Empfänger ausgewählt";
|
||||
|
||||
"table_header_playlist" = "MEINE PLAYLISTS";
|
||||
"table_header_friend" = "MEINE FREUNDE";
|
||||
|
||||
"table_select_all_playlists" = "Alle Playlists auswählen";
|
||||
"table_select_all_friends" = "Alle Freunde auswählen";
|
||||
|
||||
"app_never_launched_title" = "Kein Nixplay-Konto";
|
||||
"app_never_launched_message" = "Please launch the Nixplay app for the first time to log in to your Nixplay account.";
|
||||
|
||||
"no_account_title" = "Kein Nixplay-Konto";
|
||||
"no_account_message" = "Es wurde kein Nixplay-Konto konfiguriert. Sie können sich in der Nixplay-App in Ihrem Nixplay-Konto einloggen.";
|
||||
|
||||
"signin_again_title" = "Error";
|
||||
"signin_again_message" = "Sie haben sich eine Weile nicht in Ihrem Nixplay-Konto eingeloggt. Bitte nutzen Sie die Nixplay-App, um sich wieder einzuloggen.";
|
||||
|
||||
"no_receiver_title" = "Error";
|
||||
"no_receiver_message" = "Sie haben keine Freunde und keine Playlists in Ihrem Nixplay-Konto.";
|
||||
|
||||
"upload_in_progress_title" = "Hochladen wird durchgeführt";
|
||||
"upload_in_progress_message" = "Ihre Fotos werden hochgeladen. Versuchen Sie es später noch einmal.";
|
||||
|
||||
"server_connection_error_title" = "Keine Internetverbindung";
|
||||
"server_connection_error_message" = "Prüfen Sie Ihre Geräteverbindung und versuchen Sie es später noch einmal.";
|
||||
|
||||
"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.";
|
||||
@@ -0,0 +1,21 @@
|
||||
|
||||
/* Class = "UINavigationItem"; title = "Enter Captions"; ObjectID = "9gy-vt-gU0"; */
|
||||
"9gy-vt-gU0.title" = "Bildtitel eingeben";
|
||||
|
||||
/* Class = "UIBarButtonItem"; title = "Back"; ObjectID = "ARf-0c-syw"; */
|
||||
"ARf-0c-syw.title" = "Zurück";
|
||||
|
||||
/* Class = "UIBarButtonItem"; title = "Cancel"; ObjectID = "Oz8-8U-jBt"; */
|
||||
"Oz8-8U-jBt.title" = "Abbrechen";
|
||||
|
||||
/* Class = "UIBarButtonItem"; title = "Send"; ObjectID = "jty-bC-dNd"; */
|
||||
"jty-bC-dNd.title" = "Senden";
|
||||
|
||||
/* Class = "UIBarButtonItem"; title = "Next"; ObjectID = "liG-JY-nUM"; */
|
||||
"liG-JY-nUM.title" = "Weiter";
|
||||
|
||||
/* 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" = "Empfänger auswählen";
|
||||
Reference in New Issue
Block a user