diff --git a/.classpath b/.classpath index 0499fc0..547990a 100644 --- a/.classpath +++ b/.classpath @@ -3,7 +3,7 @@ - - + + diff --git a/.directory b/.directory new file mode 100644 index 0000000..4209d5a --- /dev/null +++ b/.directory @@ -0,0 +1,3 @@ +[Dolphin] +Timestamp=2016,8,15,12,18,4 +Version=3 diff --git a/bin/.gitignore b/bin/.gitignore new file mode 100644 index 0000000..806aec9 --- /dev/null +++ b/bin/.gitignore @@ -0,0 +1,2 @@ +/recources/ +/application/ diff --git a/src/recources/HomeFlix-Local_de_DE.properties b/src/recources/HomeFlix-Local_de_DE.properties new file mode 100644 index 0000000..b45c53e --- /dev/null +++ b/src/recources/HomeFlix-Local_de_DE.properties @@ -0,0 +1,16 @@ +# HomeFlix-Local_de_DE.properties German Local +info = Info +settings = Einstellungen +play = play +openFolder = Ordner \u00F6ffnen +chooseFolder = Ordner ausw\u00E4hlen +fontSize = Schriftgr\u00F6\u00DFe: +checkUpdates = Auf Update pr\u00FCfen +autoUpdate = beim Start nach Updates suchen: +version = Version: +columnName = Name +columnRating = Bewertung +columnDatName = Datei Name +errorUpdateV = Beim ausf\u00FChren des Updates ist ein Fehler aufgetreten! \nError: could not check update version (nvc)\nWeitere Hilfe erhalten sie unter www.kellerkinder.xyz \noder wenden sie sich an support@kellerkinder.xyz +errorUpdateD = Beim ausf\u00FChren des Updates ist ein Fehler aufgetreten! \nError: could not download update files (ndf)\nWeitere Hilfe erhalten sie unter www.kellerkinder.xyz \noder wenden sie sich an support@kellerkinder.xyz +infoText = \nMaintainer: seilo@kellerkinder.xyz und \nhendrik.schutter@coptersicht.de \n(c) 2016 Kellerkinder www.kellerkinder.xyz \ No newline at end of file diff --git a/src/recources/HomeFlix-Local_en_US.properties b/src/recources/HomeFlix-Local_en_US.properties new file mode 100644 index 0000000..c6eb5ca --- /dev/null +++ b/src/recources/HomeFlix-Local_en_US.properties @@ -0,0 +1,16 @@ +# HomeFlix-Local_en_US.properties US-English Local and default +info = Info +settings = Settings +play = play +openFolder = open Folder +chooseFolder = choose Directory +fontSize = font size: +checkUpdates = check for updates +autoUpdate = check at startup for updates: +version = Version: +columnName = Name +columnRating = Rating +columnDatName = File Name +errorUpdateV = An error has occurred during update! \nError: could not check update version (nvc) \nTo get help, visit www.kellerkinder.xyz \nor contcat support@kellerkinder.xyz +errorUpdateD = An error has occurred during update! \nError: could not download update files (ndf) \nTo get help, visit www.kellerkinder.xyz \nor contcat support@kellerkinder.xyz +infoText = \nMaintainer: seilo@kellerkinder.xyz and \nhendrik.schutter@coptersicht.de \n(c) 2016 Kellerkinder www.kellerkinder.xyz \ No newline at end of file diff --git a/bin/Homeflix_Icon_64x64.png b/src/recources/Homeflix_Icon_64x64.png similarity index 100% rename from bin/Homeflix_Icon_64x64.png rename to src/recources/Homeflix_Icon_64x64.png diff --git a/src/recources/Homeflix_Poster.png b/src/recources/Homeflix_Poster.png new file mode 100644 index 0000000..9f2aa98 Binary files /dev/null and b/src/recources/Homeflix_Poster.png differ diff --git a/src/recources/menu_icon_black.png b/src/recources/menu_icon_black.png new file mode 100644 index 0000000..19711de Binary files /dev/null and b/src/recources/menu_icon_black.png differ diff --git a/src/recources/menu_icon_white.png b/src/recources/menu_icon_white.png new file mode 100644 index 0000000..11adfa7 Binary files /dev/null and b/src/recources/menu_icon_white.png differ