|
@@ -290,7 +290,8 @@
|
|
|
"DELETE_ITEM_HINT" = "Trykk %@ for å slette"; /* Insert %@ where play-pause-glyph should be placed */
|
|
|
|
|
|
"DELETE_MESSAGE" = "Confirm the deletion of the selection";
|
|
|
-"DELETE_MESSAGE_PLAYLIST" = "Confirm the deletion of the selection from the playlist\nMedia items are not deleted";
|
|
|
+"DELETE_MESSAGE_PLAYLIST" = "Are you sure to delete the selected playlist?\nAssociated media files won't be deleted.";
|
|
|
+"DELETE_MESSAGE_PLAYLIST_CONTENT" = "Are you sure to remove the selected media from the playlist?\nThey won't be deleted from the disk.";
|
|
|
"DELETE_TITLE" = "Delete Selection";
|
|
|
|
|
|
//Drag and Drop
|
|
@@ -316,6 +317,7 @@
|
|
|
"MOVIES" = "Filmer";
|
|
|
"SONGS" = "Sanger";
|
|
|
"PLAYLISTS" = "Spillelister";
|
|
|
+"VIDEO_GROUPS" = "Video groups";
|
|
|
|
|
|
"MODIFIED_DATE" = "Endringsdato";
|
|
|
"NAME" = "Navn";
|
|
@@ -365,6 +367,9 @@
|
|
|
"ALBUM" = "Album";
|
|
|
"FILENAME" = "Filnavn";
|
|
|
"TRACK_NUMBER" = "Spornummer";
|
|
|
+"NB_AUDIO" = "Number of audio";
|
|
|
+"NB_MEDIA" = "Number of media";
|
|
|
+"NB_VIDEO" = "Number of video";
|
|
|
|
|
|
// VLCNetworkLoginTVViewController
|
|
|
|
|
@@ -391,3 +396,10 @@
|
|
|
/* Settings - Force rescan alert */
|
|
|
"FORCE_RESCAN_TITLE" = "Force media library rescan";
|
|
|
"FORCE_RESCAN_MESSAGE" = "Do you want to force VLC to rescan your media library?\nIt could take some time.";
|
|
|
+
|
|
|
+// Local Network
|
|
|
+
|
|
|
+"SMBV1_WARN_TITLE" = "SMBv1 Connection Warning";
|
|
|
+"SMBV1_WARN_DESCRIPTION" = "We detected an old protocol (SMBv1).\nAre you really sure to continue with SMBv1?\nWe advise upgrading or changing your server settings.";
|
|
|
+"SMBV1_CONTINUE" = "Continue with SMBv1";
|
|
|
+"SMBV1_NEXT_PROTOCOL" = "Try SMBv2/v3";
|