51 lines
2.0 KiB
Plaintext
51 lines
2.0 KiB
Plaintext
/*
|
|
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.";
|