Changeset 1127584
- Timestamp:
- 04/04/2015 07:43:14 AM (11 years ago)
- Location:
- wpmovielibrary/trunk
- Files:
-
- 1 added
- 15 edited
-
admin/class-wpmoly-import-table.php (modified) (1 diff)
-
admin/class-wpmoly-list-table.php (added)
-
assets/js/admin/wpmoly-utils.js (modified) (1 diff)
-
assets/js/admin/wpmoly.js (modified) (1 diff)
-
includes/config/wpmoly-settings.php (modified) (1 diff)
-
languages/wpmovielibrary-de_DE.mo (modified) (previous)
-
languages/wpmovielibrary-de_DE.po (modified) (10 diffs)
-
languages/wpmovielibrary-en_EN.mo (modified) (previous)
-
languages/wpmovielibrary-en_EN.po (modified) (10 diffs)
-
languages/wpmovielibrary-fr_FR.mo (modified) (previous)
-
languages/wpmovielibrary-fr_FR.po (modified) (10 diffs)
-
languages/wpmovielibrary.mo (modified) (previous)
-
languages/wpmovielibrary.pot (modified) (10 diffs)
-
public/class-wpmoly-grid.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
wpmovielibrary.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wpmovielibrary/trunk/admin/class-wpmoly-import-table.php
r1020078 r1127584 10 10 */ 11 11 12 if( ! class_exists( 'WP_List_Table' ) ) {13 require_once( ABSPATH . 'wp-admin/includes/class-wp-list-table.php' );14 }15 16 12 error_reporting( ~E_NOTICE ); 17 13 18 class WPMOLY_Import_Table extends WP _List_Table {14 class WPMOLY_Import_Table extends WPMOLY_List_Table { 19 15 20 16 /** -
wpmovielibrary/trunk/assets/js/admin/wpmoly-utils.js
r1119492 r1127584 299 299 }; 300 300 301 /** 302 * Init script. 303 * 304 * @since 2.1.4 305 */ 301 306 wpmoly.init = function() { 302 307 303 if ( ( 'edit-movie' == pagenow && 'edit-php' == adminpage ) || ( 'movie' == pagenow && 'post-new-php' == adminpage ) ) 308 var pagenow = window.pagenow || false, 309 adminpage = window.adminpage || false; 310 311 if ( ! pagenow || ! adminpage ) { 312 return; 313 } 314 315 if ( ( 'edit-movie' == pagenow && 'edit-php' == adminpage ) || ( 'movie' == pagenow && 'post-new-php' == adminpage ) ) { 304 316 $( '#toplevel_page_wpmovielibrary, #toplevel_page_wpmovielibrary > a' ).addClass( 'wp-has-current-submenu wp-open-submenu' ); 305 }; 317 } 318 }; -
wpmovielibrary/trunk/assets/js/admin/wpmoly.js
r1119492 r1127584 8 8 9 9 wpmoly = {}; 10 11 wpmoly.init = function() {}; 10 12 11 13 wpmoly.editor = {}; -
wpmovielibrary/trunk/includes/config/wpmoly-settings.php
r1119492 r1127584 1702 1702 'icon' => 'wpmolicon icon-update', 1703 1703 'title' => __( 'Import / Export', 'wpmovielibrary' ), 1704 'heading' => __( 'Import and Export your settings and movies from file, text or URL.', 'wpmovielibrary' ),1704 'heading' => __( 'Import and Export your settings.', 'wpmovielibrary' ), 1705 1705 'fields' => array( 1706 1706 -
wpmovielibrary/trunk/languages/wpmovielibrary-de_DE.po
r1119492 r1127584 5 5 "Project-Id-Version: WPMovieLibrary 1.2.1\n" 6 6 "Report-Msgid-Bugs-To: http://wordpress.org/plugins/wpmovielibrary\n" 7 "POT-Creation-Date: 2015-0 3-24 09:27+0100\n"8 "PO-Revision-Date: 2015-0 3-24 09:28+0100\n"7 "POT-Creation-Date: 2015-04-04 09:18+0100\n" 8 "PO-Revision-Date: 2015-04-04 09:19+0100\n" 9 9 "Last-Translator: Charlie MERLAND <[email protected]>\n" 10 10 "Language-Team: LANGUAGE <[email protected]>\n" … … 30 30 msgid "Go back" 31 31 msgstr "Gehe zurück" 32 33 #: ../admin/class-wpmoly-list-table.php:133 34 #, fuzzy 35 msgid "List View" 36 msgstr "Ansehen" 37 38 #: ../admin/class-wpmoly-list-table.php:134 39 #, fuzzy 40 msgid "Excerpt View" 41 msgstr "Ausschnitt-/Kurzinhalt-Länge" 42 43 #: ../admin/class-wpmoly-list-table.php:290 44 #, fuzzy 45 msgid "No items found." 46 msgstr "Keine Filme gefunden" 47 48 #: ../admin/class-wpmoly-list-table.php:416 49 #, fuzzy 50 msgid "Select bulk action" 51 msgstr "Wähle einen Schauspieler" 52 53 #: ../admin/class-wpmoly-list-table.php:418 54 #: ../admin/class-wpmoly-import-table.php:420 55 #: ../views/admin/import/import.php:48 56 msgid "Bulk Actions" 57 msgstr "Haupthandlung" 58 59 #: ../admin/class-wpmoly-list-table.php:428 60 #: ../admin/class-wpmoly-import-table.php:430 ../admin/class-dashboard.php:197 61 #: ../views/admin/import/import.php:52 62 msgid "Apply" 63 msgstr "Bestätigen" 64 65 #: ../admin/class-wpmoly-list-table.php:516 66 msgid "Filter by date" 67 msgstr "" 68 69 #: ../admin/class-wpmoly-list-table.php:518 70 #, fuzzy 71 msgid "All dates" 72 msgstr "Lokaldatum" 73 74 #: ../admin/class-wpmoly-list-table.php:531 75 #, fuzzy, php-format 76 msgid "%1$s %2$d" 77 msgstr "%1$s von %2$s" 78 79 #: ../admin/class-wpmoly-list-table.php:578 80 #, fuzzy, php-format 81 msgid "%s pending" 82 msgstr "Aufsteigend" 83 84 #: ../admin/class-wpmoly-list-table.php:657 85 #: ../admin/class-wpmoly-list-table.php:1079 86 #: ../admin/class-wpmoly-import-queue.php:105 87 #: ../admin/class-wpmoly-import-table.php:93 88 #: ../admin/class-wpmoly-import-table.php:528 89 #: ../views/admin/import/import.php:55 90 #, php-format 91 msgid "1 item" 92 msgid_plural "%s items" 93 msgstr[0] "1 Item" 94 msgstr[1] "%s Items" 95 96 #: ../admin/class-wpmoly-list-table.php:676 97 #: ../admin/class-wpmoly-import-table.php:111 98 msgid "Go to the first page" 99 msgstr "Gehe zur ersten Seite" 100 101 #: ../admin/class-wpmoly-list-table.php:683 102 #: ../admin/class-wpmoly-import-table.php:118 103 msgid "Go to the previous page" 104 msgstr "Gehe zur vorherigen Seite" 105 106 #: ../admin/class-wpmoly-list-table.php:692 107 #, fuzzy 108 msgid "Select Page" 109 msgstr "Wähle ein Genre" 110 111 #: ../admin/class-wpmoly-list-table.php:693 112 #: ../admin/class-wpmoly-import-table.php:127 113 msgid "Current page" 114 msgstr "Aktuelle Seite" 115 116 #: ../admin/class-wpmoly-list-table.php:699 117 #: ../admin/class-wpmoly-import-table.php:133 118 #, php-format 119 msgctxt "paging" 120 msgid "%1$s of %2$s" 121 msgstr "%1$s von %2$s" 122 123 #: ../admin/class-wpmoly-list-table.php:703 124 #: ../admin/class-wpmoly-import-table.php:137 125 msgid "Go to the next page" 126 msgstr "Gehe zur nächsten Seite" 127 128 #: ../admin/class-wpmoly-list-table.php:710 129 #: ../admin/class-wpmoly-import-table.php:144 130 msgid "Go to the last page" 131 msgstr "Gehe zur letzten Seite" 132 133 #: ../admin/class-wpmoly-list-table.php:847 134 #: ../admin/class-wpmoly-import-table.php:564 135 msgid "Select All" 136 msgstr "Wähle alle" 32 137 33 138 #: ../admin/class-wpmoly-metaboxes.php:53 … … 99 204 100 205 #: ../admin/class-wpmoly-import.php:251 101 #: ../admin/class-wpmoly-import-table.php:33 9206 #: ../admin/class-wpmoly-import-table.php:335 102 207 #: ../views/admin/dashboard-latest-movies/latest-movies.php:17 103 208 #: ../views/admin/dashboard-most-rated-movies/most-rated-movies.php:17 … … 358 463 359 464 #: ../admin/class-wpmoly-edit-movies.php:375 360 #: ../admin/class-wpmoly-import-table.php:4 6465 #: ../admin/class-wpmoly-import-table.php:42 361 466 #: ../includes/classes/class-wpmoly-l10n.php:431 362 467 msgid "Poster" … … 467 572 msgstr "" 468 573 "API-Fehler: unbekannter Server Fehler, unmöglich eine Anfrage zu senden." 469 470 #: ../admin/class-wpmoly-import-queue.php:105471 #: ../admin/class-wpmoly-import-table.php:97472 #: ../admin/class-wpmoly-import-table.php:532473 #: ../views/admin/import/import.php:55474 #, php-format475 msgid "1 item"476 msgid_plural "%s items"477 msgstr[0] "1 Item"478 msgstr[1] "%s Items"479 574 480 575 #: ../admin/class-wpmoly-import-queue.php:105 … … 578 673 msgstr "Über WPMovieLibrary" 579 674 580 #: ../admin/class-wpmoly-import-table.php:4 7675 #: ../admin/class-wpmoly-import-table.php:43 581 676 #: ../includes/config/wpmoly-settings.php:142 582 677 #: ../includes/config/wpmoly-settings.php:835 … … 594 689 msgstr "Titel" 595 690 596 #: ../admin/class-wpmoly-import-table.php:4 8691 #: ../admin/class-wpmoly-import-table.php:44 597 692 #: ../includes/config/wpmoly-settings.php:135 598 693 #: ../includes/config/wpmoly-movies.php:232 … … 602 697 msgstr "Regisseur" 603 698 604 #: ../admin/class-wpmoly-import-table.php:4 9699 #: ../admin/class-wpmoly-import-table.php:45 605 700 #: ../views/admin/import/import.php:61 606 701 msgid "Actions" 607 702 msgstr "Handlung" 608 703 609 #: ../admin/class-wpmoly-import-table.php:7 8704 #: ../admin/class-wpmoly-import-table.php:74 610 705 msgid "No movies found, dude." 611 706 msgstr "Keine Filme gefunden, Kumpel." 612 707 613 #: ../admin/class-wpmoly-import-table.php:115 614 msgid "Go to the first page" 615 msgstr "Gehe zur ersten Seite" 616 617 #: ../admin/class-wpmoly-import-table.php:122 618 msgid "Go to the previous page" 619 msgstr "Gehe zur vorherigen Seite" 620 621 #: ../admin/class-wpmoly-import-table.php:131 622 msgid "Current page" 623 msgstr "Aktuelle Seite" 624 625 #: ../admin/class-wpmoly-import-table.php:137 626 #, php-format 627 msgctxt "paging" 628 msgid "%1$s of %2$s" 629 msgstr "%1$s von %2$s" 630 631 #: ../admin/class-wpmoly-import-table.php:141 632 msgid "Go to the next page" 633 msgstr "Gehe zur nächsten Seite" 634 635 #: ../admin/class-wpmoly-import-table.php:148 636 msgid "Go to the last page" 637 msgstr "Gehe zur letzten Seite" 638 639 #: ../admin/class-wpmoly-import-table.php:340 708 #: ../admin/class-wpmoly-import-table.php:336 640 709 msgid "Fetch data from TMDb" 641 710 msgstr "Hole die Daten von TMDb" 642 711 643 #: ../admin/class-wpmoly-import-table.php:3 41712 #: ../admin/class-wpmoly-import-table.php:337 644 713 msgid "Enqueue" 645 714 msgstr "Einreihen" 646 715 647 #: ../admin/class-wpmoly-import-table.php:3 42716 #: ../admin/class-wpmoly-import-table.php:338 648 717 #: ../views/admin/dashboard-latest-movies/latest-movies.php:18 649 718 #: ../views/admin/dashboard-most-rated-movies/most-rated-movies.php:18 … … 652 721 msgstr "Löschen" 653 722 654 #: ../admin/class-wpmoly-import-table.php:3 83723 #: ../admin/class-wpmoly-import-table.php:379 655 724 msgid "Find Metadata" 656 725 msgstr "Metadaten finden" 657 726 658 #: ../admin/class-wpmoly-import-table.php:38 4727 #: ../admin/class-wpmoly-import-table.php:380 659 728 msgid "Enqueue Movie" 660 729 msgstr "Film einreihen" 661 730 662 #: ../admin/class-wpmoly-import-table.php:38 5731 #: ../admin/class-wpmoly-import-table.php:381 663 732 #: ../views/admin/import/import.php:49 664 733 msgid "Delete Movie" 665 734 msgstr "Film löschen" 666 667 #: ../admin/class-wpmoly-import-table.php:424668 #: ../views/admin/import/import.php:48669 msgid "Bulk Actions"670 msgstr "Haupthandlung"671 672 #: ../admin/class-wpmoly-import-table.php:434 ../admin/class-dashboard.php:197673 #: ../views/admin/import/import.php:52674 msgid "Apply"675 msgstr "Bestätigen"676 677 #: ../admin/class-wpmoly-import-table.php:568678 msgid "Select All"679 msgstr "Wähle alle"680 735 681 736 #: ../admin/class-dashboard.php:190 … … 3090 3145 3091 3146 #: ../includes/config/wpmoly-settings.php:1704 3092 msgid "Import and Export your settings and movies from file, text or URL." 3147 #, fuzzy 3148 msgid "Import and Export your settings." 3093 3149 msgstr "" 3094 3150 "Importiere und exportiere Deine Einstellungen und Filme durch Datei, Text " -
wpmovielibrary/trunk/languages/wpmovielibrary-en_EN.po
r1119492 r1127584 5 5 "Project-Id-Version: WPMovieLibrary 2.0-alpha.1\n" 6 6 "Report-Msgid-Bugs-To: http://wordpress.org/plugins/wpmovielibrary\n" 7 "POT-Creation-Date: 2015-0 3-24 09:27+0100\n"8 "PO-Revision-Date: 2015-0 3-24 09:29+0100\n"7 "POT-Creation-Date: 2015-04-04 09:18+0100\n" 8 "PO-Revision-Date: 2015-04-04 09:19+0100\n" 9 9 "Last-Translator: Charlie MERLAND <[email protected]>\n" 10 10 "Language-Team: WPMovieLibrary <[email protected]>\n" … … 31 31 msgid "Go back" 32 32 msgstr "Go back" 33 34 #: ../admin/class-wpmoly-list-table.php:133 35 msgid "List View" 36 msgstr "List View" 37 38 #: ../admin/class-wpmoly-list-table.php:134 39 msgid "Excerpt View" 40 msgstr "Excerpt View" 41 42 #: ../admin/class-wpmoly-list-table.php:290 43 msgid "No items found." 44 msgstr "No items found." 45 46 #: ../admin/class-wpmoly-list-table.php:416 47 msgid "Select bulk action" 48 msgstr "Select bulk action" 49 50 #: ../admin/class-wpmoly-list-table.php:418 51 #: ../admin/class-wpmoly-import-table.php:420 52 #: ../views/admin/import/import.php:48 53 msgid "Bulk Actions" 54 msgstr "Bulk Actions" 55 56 #: ../admin/class-wpmoly-list-table.php:428 57 #: ../admin/class-wpmoly-import-table.php:430 ../admin/class-dashboard.php:197 58 #: ../views/admin/import/import.php:52 59 msgid "Apply" 60 msgstr "Apply" 61 62 #: ../admin/class-wpmoly-list-table.php:516 63 msgid "Filter by date" 64 msgstr "Filter by date" 65 66 #: ../admin/class-wpmoly-list-table.php:518 67 msgid "All dates" 68 msgstr "All dates" 69 70 #: ../admin/class-wpmoly-list-table.php:531 71 #, php-format 72 msgid "%1$s %2$d" 73 msgstr "%1$s %2$d" 74 75 #: ../admin/class-wpmoly-list-table.php:578 76 #, php-format 77 msgid "%s pending" 78 msgstr "%s pending" 79 80 #: ../admin/class-wpmoly-list-table.php:657 81 #: ../admin/class-wpmoly-list-table.php:1079 82 #: ../admin/class-wpmoly-import-queue.php:105 83 #: ../admin/class-wpmoly-import-table.php:93 84 #: ../admin/class-wpmoly-import-table.php:528 85 #: ../views/admin/import/import.php:55 86 #, php-format 87 msgid "1 item" 88 msgid_plural "%s items" 89 msgstr[0] "1 item" 90 msgstr[1] "%s items" 91 92 #: ../admin/class-wpmoly-list-table.php:676 93 #: ../admin/class-wpmoly-import-table.php:111 94 msgid "Go to the first page" 95 msgstr "Go to the first page" 96 97 #: ../admin/class-wpmoly-list-table.php:683 98 #: ../admin/class-wpmoly-import-table.php:118 99 msgid "Go to the previous page" 100 msgstr "Go to the previous page" 101 102 #: ../admin/class-wpmoly-list-table.php:692 103 msgid "Select Page" 104 msgstr "Select Page" 105 106 #: ../admin/class-wpmoly-list-table.php:693 107 #: ../admin/class-wpmoly-import-table.php:127 108 msgid "Current page" 109 msgstr "Current page" 110 111 #: ../admin/class-wpmoly-list-table.php:699 112 #: ../admin/class-wpmoly-import-table.php:133 113 #, php-format 114 msgctxt "paging" 115 msgid "%1$s of %2$s" 116 msgstr "%1$s of %2$s" 117 118 #: ../admin/class-wpmoly-list-table.php:703 119 #: ../admin/class-wpmoly-import-table.php:137 120 msgid "Go to the next page" 121 msgstr "Go to the next page" 122 123 #: ../admin/class-wpmoly-list-table.php:710 124 #: ../admin/class-wpmoly-import-table.php:144 125 msgid "Go to the last page" 126 msgstr "Go to the last page" 127 128 #: ../admin/class-wpmoly-list-table.php:847 129 #: ../admin/class-wpmoly-import-table.php:564 130 msgid "Select All" 131 msgstr "Select All" 33 132 34 133 #: ../admin/class-wpmoly-metaboxes.php:53 … … 100 199 101 200 #: ../admin/class-wpmoly-import.php:251 102 #: ../admin/class-wpmoly-import-table.php:33 9201 #: ../admin/class-wpmoly-import-table.php:335 103 202 #: ../views/admin/dashboard-latest-movies/latest-movies.php:17 104 203 #: ../views/admin/dashboard-most-rated-movies/most-rated-movies.php:17 … … 357 456 358 457 #: ../admin/class-wpmoly-edit-movies.php:375 359 #: ../admin/class-wpmoly-import-table.php:4 6458 #: ../admin/class-wpmoly-import-table.php:42 360 459 #: ../includes/classes/class-wpmoly-l10n.php:431 361 460 msgid "Poster" … … 465 564 msgid "API Error: unknown server error, unable to perform request." 466 565 msgstr "API Error: unknown server error, unable to perform request." 467 468 #: ../admin/class-wpmoly-import-queue.php:105469 #: ../admin/class-wpmoly-import-table.php:97470 #: ../admin/class-wpmoly-import-table.php:532471 #: ../views/admin/import/import.php:55472 #, php-format473 msgid "1 item"474 msgid_plural "%s items"475 msgstr[0] "1 item"476 msgstr[1] "%s items"477 566 478 567 #: ../admin/class-wpmoly-import-queue.php:105 … … 566 655 msgstr "About WPMovieLibrary" 567 656 568 #: ../admin/class-wpmoly-import-table.php:4 7657 #: ../admin/class-wpmoly-import-table.php:43 569 658 #: ../includes/config/wpmoly-settings.php:142 570 659 #: ../includes/config/wpmoly-settings.php:835 … … 582 671 msgstr "Title" 583 672 584 #: ../admin/class-wpmoly-import-table.php:4 8673 #: ../admin/class-wpmoly-import-table.php:44 585 674 #: ../includes/config/wpmoly-settings.php:135 586 675 #: ../includes/config/wpmoly-movies.php:232 … … 590 679 msgstr "Director" 591 680 592 #: ../admin/class-wpmoly-import-table.php:4 9681 #: ../admin/class-wpmoly-import-table.php:45 593 682 #: ../views/admin/import/import.php:61 594 683 msgid "Actions" 595 684 msgstr "Actions" 596 685 597 #: ../admin/class-wpmoly-import-table.php:7 8686 #: ../admin/class-wpmoly-import-table.php:74 598 687 msgid "No movies found, dude." 599 688 msgstr "No movies found, dude." 600 689 601 #: ../admin/class-wpmoly-import-table.php:115 602 msgid "Go to the first page" 603 msgstr "Go to the first page" 604 605 #: ../admin/class-wpmoly-import-table.php:122 606 msgid "Go to the previous page" 607 msgstr "Go to the previous page" 608 609 #: ../admin/class-wpmoly-import-table.php:131 610 msgid "Current page" 611 msgstr "Current page" 612 613 #: ../admin/class-wpmoly-import-table.php:137 614 #, php-format 615 msgctxt "paging" 616 msgid "%1$s of %2$s" 617 msgstr "%1$s of %2$s" 618 619 #: ../admin/class-wpmoly-import-table.php:141 620 msgid "Go to the next page" 621 msgstr "Go to the next page" 622 623 #: ../admin/class-wpmoly-import-table.php:148 624 msgid "Go to the last page" 625 msgstr "Go to the last page" 626 627 #: ../admin/class-wpmoly-import-table.php:340 690 #: ../admin/class-wpmoly-import-table.php:336 628 691 msgid "Fetch data from TMDb" 629 692 msgstr "Fetch data from TMDb" 630 693 631 #: ../admin/class-wpmoly-import-table.php:3 41694 #: ../admin/class-wpmoly-import-table.php:337 632 695 msgid "Enqueue" 633 696 msgstr "Enqueue" 634 697 635 #: ../admin/class-wpmoly-import-table.php:3 42698 #: ../admin/class-wpmoly-import-table.php:338 636 699 #: ../views/admin/dashboard-latest-movies/latest-movies.php:18 637 700 #: ../views/admin/dashboard-most-rated-movies/most-rated-movies.php:18 … … 640 703 msgstr "Delete" 641 704 642 #: ../admin/class-wpmoly-import-table.php:3 83705 #: ../admin/class-wpmoly-import-table.php:379 643 706 msgid "Find Metadata" 644 707 msgstr "Find Metadata" 645 708 646 #: ../admin/class-wpmoly-import-table.php:38 4709 #: ../admin/class-wpmoly-import-table.php:380 647 710 msgid "Enqueue Movie" 648 711 msgstr "Enqueue Movie" 649 712 650 #: ../admin/class-wpmoly-import-table.php:38 5713 #: ../admin/class-wpmoly-import-table.php:381 651 714 #: ../views/admin/import/import.php:49 652 715 msgid "Delete Movie" 653 716 msgstr "Delete Movie" 654 655 #: ../admin/class-wpmoly-import-table.php:424656 #: ../views/admin/import/import.php:48657 msgid "Bulk Actions"658 msgstr "Bulk Actions"659 660 #: ../admin/class-wpmoly-import-table.php:434 ../admin/class-dashboard.php:197661 #: ../views/admin/import/import.php:52662 msgid "Apply"663 msgstr "Apply"664 665 #: ../admin/class-wpmoly-import-table.php:568666 msgid "Select All"667 msgstr "Select All"668 717 669 718 #: ../admin/class-dashboard.php:190 … … 3022 3071 3023 3072 #: ../includes/config/wpmoly-settings.php:1704 3024 msgid "Import and Export your settings and movies from file, text or URL."3025 msgstr "Import and Export your settings and movies from file, text or URL."3073 msgid "Import and Export your settings." 3074 msgstr "Import and Export your settings." 3026 3075 3027 3076 #: ../includes/config/wpmoly-admin-menu.php:58 -
wpmovielibrary/trunk/languages/wpmovielibrary-fr_FR.po
r1119492 r1127584 5 5 "Project-Id-Version: WPMovieLibrary 2.0-alpha.1\n" 6 6 "Report-Msgid-Bugs-To: http://wordpress.org/plugins/wpmovielibrary\n" 7 "POT-Creation-Date: 2015-0 3-24 09:27+0100\n"8 "PO-Revision-Date: 2015-0 3-24 09:36+0100\n"7 "POT-Creation-Date: 2015-04-04 09:18+0100\n" 8 "PO-Revision-Date: 2015-04-04 09:29+0100\n" 9 9 "Last-Translator: Charlie MERLAND <[email protected]>\n" 10 10 "Language-Team: WPMovieLibrary <[email protected]>\n" … … 31 31 msgid "Go back" 32 32 msgstr "Retour" 33 34 #: ../admin/class-wpmoly-list-table.php:133 35 msgid "List View" 36 msgstr "Vue en liste" 37 38 #: ../admin/class-wpmoly-list-table.php:134 39 msgid "Excerpt View" 40 msgstr "Liste avec extraits" 41 42 #: ../admin/class-wpmoly-list-table.php:290 43 msgid "No items found." 44 msgstr "Aucun résultat." 45 46 #: ../admin/class-wpmoly-list-table.php:416 47 msgid "Select bulk action" 48 msgstr "Sélectionnez l’action groupée" 49 50 #: ../admin/class-wpmoly-list-table.php:418 51 #: ../admin/class-wpmoly-import-table.php:420 52 #: ../views/admin/import/import.php:48 53 msgid "Bulk Actions" 54 msgstr "Actions groupées" 55 56 #: ../admin/class-wpmoly-list-table.php:428 57 #: ../admin/class-wpmoly-import-table.php:430 ../admin/class-dashboard.php:197 58 #: ../views/admin/import/import.php:52 59 msgid "Apply" 60 msgstr "Appliquer" 61 62 #: ../admin/class-wpmoly-list-table.php:516 63 msgid "Filter by date" 64 msgstr "Filtrer par date" 65 66 #: ../admin/class-wpmoly-list-table.php:518 67 msgid "All dates" 68 msgstr "Toutes les dates" 69 70 #: ../admin/class-wpmoly-list-table.php:531 71 #, php-format 72 msgid "%1$s %2$d" 73 msgstr "%1$s sur %2$d" 74 75 #: ../admin/class-wpmoly-list-table.php:578 76 #, php-format 77 msgid "%s pending" 78 msgstr "%s en attente" 79 80 #: ../admin/class-wpmoly-list-table.php:657 81 #: ../admin/class-wpmoly-list-table.php:1079 82 #: ../admin/class-wpmoly-import-queue.php:105 83 #: ../admin/class-wpmoly-import-table.php:93 84 #: ../admin/class-wpmoly-import-table.php:528 85 #: ../views/admin/import/import.php:55 86 #, php-format 87 msgid "1 item" 88 msgid_plural "%s items" 89 msgstr[0] "1 élément" 90 msgstr[1] "%s éléments" 91 92 #: ../admin/class-wpmoly-list-table.php:676 93 #: ../admin/class-wpmoly-import-table.php:111 94 msgid "Go to the first page" 95 msgstr "Aller à la première page" 96 97 #: ../admin/class-wpmoly-list-table.php:683 98 #: ../admin/class-wpmoly-import-table.php:118 99 msgid "Go to the previous page" 100 msgstr "Aller à la page précédente" 101 102 #: ../admin/class-wpmoly-list-table.php:692 103 msgid "Select Page" 104 msgstr "Sélectionner une page" 105 106 #: ../admin/class-wpmoly-list-table.php:693 107 #: ../admin/class-wpmoly-import-table.php:127 108 msgid "Current page" 109 msgstr "Page courante" 110 111 #: ../admin/class-wpmoly-list-table.php:699 112 #: ../admin/class-wpmoly-import-table.php:133 113 #, php-format 114 msgctxt "paging" 115 msgid "%1$s of %2$s" 116 msgstr "%1$s sur %2$s" 117 118 #: ../admin/class-wpmoly-list-table.php:703 119 #: ../admin/class-wpmoly-import-table.php:137 120 msgid "Go to the next page" 121 msgstr "Aller à la prochaine page" 122 123 #: ../admin/class-wpmoly-list-table.php:710 124 #: ../admin/class-wpmoly-import-table.php:144 125 msgid "Go to the last page" 126 msgstr "Aller à la dernière page" 127 128 #: ../admin/class-wpmoly-list-table.php:847 129 #: ../admin/class-wpmoly-import-table.php:564 130 msgid "Select All" 131 msgstr "Tout sélectionner" 33 132 34 133 #: ../admin/class-wpmoly-metaboxes.php:53 … … 100 199 101 200 #: ../admin/class-wpmoly-import.php:251 102 #: ../admin/class-wpmoly-import-table.php:33 9201 #: ../admin/class-wpmoly-import-table.php:335 103 202 #: ../views/admin/dashboard-latest-movies/latest-movies.php:17 104 203 #: ../views/admin/dashboard-most-rated-movies/most-rated-movies.php:17 … … 365 464 366 465 #: ../admin/class-wpmoly-edit-movies.php:375 367 #: ../admin/class-wpmoly-import-table.php:4 6466 #: ../admin/class-wpmoly-import-table.php:42 368 467 #: ../includes/classes/class-wpmoly-l10n.php:431 369 468 msgid "Poster" … … 477 576 msgstr "" 478 577 "Erreur de l'API : une erreur s’est produite lors du traitement de la requête." 479 480 #: ../admin/class-wpmoly-import-queue.php:105481 #: ../admin/class-wpmoly-import-table.php:97482 #: ../admin/class-wpmoly-import-table.php:532483 #: ../views/admin/import/import.php:55484 #, php-format485 msgid "1 item"486 msgid_plural "%s items"487 msgstr[0] "1 élément"488 msgstr[1] "%s éléments"489 578 490 579 #: ../admin/class-wpmoly-import-queue.php:105 … … 586 675 msgstr "À propos de WPMovieLibrary" 587 676 588 #: ../admin/class-wpmoly-import-table.php:4 7677 #: ../admin/class-wpmoly-import-table.php:43 589 678 #: ../includes/config/wpmoly-settings.php:142 590 679 #: ../includes/config/wpmoly-settings.php:835 … … 602 691 msgstr "Titre" 603 692 604 #: ../admin/class-wpmoly-import-table.php:4 8693 #: ../admin/class-wpmoly-import-table.php:44 605 694 #: ../includes/config/wpmoly-settings.php:135 606 695 #: ../includes/config/wpmoly-movies.php:232 … … 610 699 msgstr "Réalisateur" 611 700 612 #: ../admin/class-wpmoly-import-table.php:4 9701 #: ../admin/class-wpmoly-import-table.php:45 613 702 #: ../views/admin/import/import.php:61 614 703 msgid "Actions" 615 704 msgstr "Actions" 616 705 617 #: ../admin/class-wpmoly-import-table.php:7 8706 #: ../admin/class-wpmoly-import-table.php:74 618 707 msgid "No movies found, dude." 619 708 msgstr "Aucun film trouvé." 620 709 621 #: ../admin/class-wpmoly-import-table.php:115 622 msgid "Go to the first page" 623 msgstr "Aller à la première page" 624 625 #: ../admin/class-wpmoly-import-table.php:122 626 msgid "Go to the previous page" 627 msgstr "Aller à la page précédente" 628 629 #: ../admin/class-wpmoly-import-table.php:131 630 msgid "Current page" 631 msgstr "Page courante" 632 633 #: ../admin/class-wpmoly-import-table.php:137 634 #, php-format 635 msgctxt "paging" 636 msgid "%1$s of %2$s" 637 msgstr "%1$s sur %2$s" 638 639 #: ../admin/class-wpmoly-import-table.php:141 640 msgid "Go to the next page" 641 msgstr "Aller à la prochaine page" 642 643 #: ../admin/class-wpmoly-import-table.php:148 644 msgid "Go to the last page" 645 msgstr "Aller à la dernière page" 646 647 #: ../admin/class-wpmoly-import-table.php:340 710 #: ../admin/class-wpmoly-import-table.php:336 648 711 msgid "Fetch data from TMDb" 649 712 msgstr "Télécharger les données" 650 713 651 #: ../admin/class-wpmoly-import-table.php:3 41714 #: ../admin/class-wpmoly-import-table.php:337 652 715 msgid "Enqueue" 653 716 msgstr "Ajouter à la file d'attente" 654 717 655 #: ../admin/class-wpmoly-import-table.php:3 42718 #: ../admin/class-wpmoly-import-table.php:338 656 719 #: ../views/admin/dashboard-latest-movies/latest-movies.php:18 657 720 #: ../views/admin/dashboard-most-rated-movies/most-rated-movies.php:18 … … 660 723 msgstr "Supprimer" 661 724 662 #: ../admin/class-wpmoly-import-table.php:3 83725 #: ../admin/class-wpmoly-import-table.php:379 663 726 msgid "Find Metadata" 664 727 msgstr "Chercher les métadonnées" 665 728 666 #: ../admin/class-wpmoly-import-table.php:38 4729 #: ../admin/class-wpmoly-import-table.php:380 667 730 msgid "Enqueue Movie" 668 731 msgstr "Ajouter à la file d'attente" 669 732 670 #: ../admin/class-wpmoly-import-table.php:38 5733 #: ../admin/class-wpmoly-import-table.php:381 671 734 #: ../views/admin/import/import.php:49 672 735 msgid "Delete Movie" 673 736 msgstr "Supprimer" 674 675 #: ../admin/class-wpmoly-import-table.php:424676 #: ../views/admin/import/import.php:48677 msgid "Bulk Actions"678 msgstr "Actions groupées"679 680 #: ../admin/class-wpmoly-import-table.php:434 ../admin/class-dashboard.php:197681 #: ../views/admin/import/import.php:52682 msgid "Apply"683 msgstr "Appliquer"684 685 #: ../admin/class-wpmoly-import-table.php:568686 msgid "Select All"687 msgstr "Tout sélectionner"688 737 689 738 #: ../admin/class-dashboard.php:190 … … 3086 3135 3087 3136 #: ../includes/config/wpmoly-settings.php:1704 3088 msgid "Import and Export your settings and movies from file, text or URL." 3089 msgstr "" 3090 "Importer et exporter vos réglages et films depuis un fichier, un texte ou " 3091 "une URL." 3137 msgid "Import and Export your settings." 3138 msgstr "Importer et exporter vos réglages." 3092 3139 3093 3140 #: ../includes/config/wpmoly-admin-menu.php:58 -
wpmovielibrary/trunk/languages/wpmovielibrary.pot
r1119492 r1127584 5 5 "Project-Id-Version: WPMovieLibrary 2.0-beta.1\n" 6 6 "Report-Msgid-Bugs-To: http://wordpress.org/plugins/wpmovielibrary\n" 7 "POT-Creation-Date: 2015-0 3-24 09:27+0100\n"8 "PO-Revision-Date: 2015-0 3-24 09:27+0100\n"7 "POT-Creation-Date: 2015-04-04 09:18+0100\n" 8 "PO-Revision-Date: 2015-04-04 09:18+0100\n" 9 9 "Last-Translator: Charlie MERLAND <[email protected]>\n" 10 10 "Language-Team: WPMovieLibrary <[email protected]>\n" … … 43 43 msgstr "" 44 44 45 #: ../admin/class-wpmoly-list-table.php:133 46 msgid "List View" 47 msgstr "" 48 49 #: ../admin/class-wpmoly-list-table.php:134 50 msgid "Excerpt View" 51 msgstr "" 52 53 #: ../admin/class-wpmoly-list-table.php:290 54 msgid "No items found." 55 msgstr "" 56 57 #: ../admin/class-wpmoly-list-table.php:416 58 msgid "Select bulk action" 59 msgstr "" 60 61 #: ../admin/class-wpmoly-list-table.php:418 62 #: ../admin/class-wpmoly-import-table.php:420 63 #: ../views/admin/import/import.php:48 64 msgid "Bulk Actions" 65 msgstr "" 66 67 #: ../admin/class-wpmoly-list-table.php:428 68 #: ../admin/class-wpmoly-import-table.php:430 ../admin/class-dashboard.php:197 69 #: ../views/admin/import/import.php:52 70 msgid "Apply" 71 msgstr "" 72 73 #: ../admin/class-wpmoly-list-table.php:516 74 msgid "Filter by date" 75 msgstr "" 76 77 #: ../admin/class-wpmoly-list-table.php:518 78 msgid "All dates" 79 msgstr "" 80 81 #: ../admin/class-wpmoly-list-table.php:531 82 #, php-format 83 msgid "%1$s %2$d" 84 msgstr "" 85 86 #: ../admin/class-wpmoly-list-table.php:578 87 #, php-format 88 msgid "%s pending" 89 msgstr "" 90 91 #: ../admin/class-wpmoly-list-table.php:657 92 #: ../admin/class-wpmoly-list-table.php:1079 93 #: ../admin/class-wpmoly-import-queue.php:105 94 #: ../admin/class-wpmoly-import-table.php:93 95 #: ../admin/class-wpmoly-import-table.php:528 96 #: ../views/admin/import/import.php:55 97 #, php-format 98 msgid "1 item" 99 msgid_plural "%s items" 100 msgstr[0] "" 101 msgstr[1] "" 102 103 #: ../admin/class-wpmoly-list-table.php:676 104 #: ../admin/class-wpmoly-import-table.php:111 105 msgid "Go to the first page" 106 msgstr "" 107 108 #: ../admin/class-wpmoly-list-table.php:683 109 #: ../admin/class-wpmoly-import-table.php:118 110 msgid "Go to the previous page" 111 msgstr "" 112 113 #: ../admin/class-wpmoly-list-table.php:692 114 msgid "Select Page" 115 msgstr "" 116 117 #: ../admin/class-wpmoly-list-table.php:693 118 #: ../admin/class-wpmoly-import-table.php:127 119 msgid "Current page" 120 msgstr "" 121 122 #: ../admin/class-wpmoly-list-table.php:699 123 #: ../admin/class-wpmoly-import-table.php:133 124 #, php-format 125 msgctxt "paging" 126 msgid "%1$s of %2$s" 127 msgstr "" 128 129 #: ../admin/class-wpmoly-list-table.php:703 130 #: ../admin/class-wpmoly-import-table.php:137 131 msgid "Go to the next page" 132 msgstr "" 133 134 #: ../admin/class-wpmoly-list-table.php:710 135 #: ../admin/class-wpmoly-import-table.php:144 136 msgid "Go to the last page" 137 msgstr "" 138 139 #: ../admin/class-wpmoly-list-table.php:847 140 #: ../admin/class-wpmoly-import-table.php:564 141 msgid "Select All" 142 msgstr "" 143 45 144 #: ../admin/class-wpmoly-metaboxes.php:53 46 145 #: ../admin/class-wpmoly-metaboxes.php:96 … … 111 210 112 211 #: ../admin/class-wpmoly-import.php:251 113 #: ../admin/class-wpmoly-import-table.php:33 9212 #: ../admin/class-wpmoly-import-table.php:335 114 213 #: ../views/admin/dashboard-latest-movies/latest-movies.php:17 115 214 #: ../views/admin/dashboard-most-rated-movies/most-rated-movies.php:17 … … 361 460 362 461 #: ../admin/class-wpmoly-edit-movies.php:375 363 #: ../admin/class-wpmoly-import-table.php:4 6462 #: ../admin/class-wpmoly-import-table.php:42 364 463 #: ../includes/classes/class-wpmoly-l10n.php:431 365 464 msgid "Poster" … … 467 566 msgid "API Error: unknown server error, unable to perform request." 468 567 msgstr "" 469 470 #: ../admin/class-wpmoly-import-queue.php:105471 #: ../admin/class-wpmoly-import-table.php:97472 #: ../admin/class-wpmoly-import-table.php:532473 #: ../views/admin/import/import.php:55474 #, php-format475 msgid "1 item"476 msgid_plural "%s items"477 msgstr[0] ""478 msgstr[1] ""479 568 480 569 #: ../admin/class-wpmoly-import-queue.php:105 … … 568 657 msgstr "" 569 658 570 #: ../admin/class-wpmoly-import-table.php:4 7659 #: ../admin/class-wpmoly-import-table.php:43 571 660 #: ../includes/config/wpmoly-settings.php:142 572 661 #: ../includes/config/wpmoly-settings.php:835 … … 584 673 msgstr "" 585 674 586 #: ../admin/class-wpmoly-import-table.php:4 8675 #: ../admin/class-wpmoly-import-table.php:44 587 676 #: ../includes/config/wpmoly-settings.php:135 588 677 #: ../includes/config/wpmoly-movies.php:232 … … 592 681 msgstr "" 593 682 594 #: ../admin/class-wpmoly-import-table.php:4 9683 #: ../admin/class-wpmoly-import-table.php:45 595 684 #: ../views/admin/import/import.php:61 596 685 msgid "Actions" 597 686 msgstr "" 598 687 599 #: ../admin/class-wpmoly-import-table.php:7 8688 #: ../admin/class-wpmoly-import-table.php:74 600 689 msgid "No movies found, dude." 601 690 msgstr "" 602 691 603 #: ../admin/class-wpmoly-import-table.php:115 604 msgid "Go to the first page" 605 msgstr "" 606 607 #: ../admin/class-wpmoly-import-table.php:122 608 msgid "Go to the previous page" 609 msgstr "" 610 611 #: ../admin/class-wpmoly-import-table.php:131 612 msgid "Current page" 613 msgstr "" 614 615 #: ../admin/class-wpmoly-import-table.php:137 616 #, php-format 617 msgctxt "paging" 618 msgid "%1$s of %2$s" 619 msgstr "" 620 621 #: ../admin/class-wpmoly-import-table.php:141 622 msgid "Go to the next page" 623 msgstr "" 624 625 #: ../admin/class-wpmoly-import-table.php:148 626 msgid "Go to the last page" 627 msgstr "" 628 629 #: ../admin/class-wpmoly-import-table.php:340 692 #: ../admin/class-wpmoly-import-table.php:336 630 693 msgid "Fetch data from TMDb" 631 694 msgstr "" 632 695 633 #: ../admin/class-wpmoly-import-table.php:3 41696 #: ../admin/class-wpmoly-import-table.php:337 634 697 msgid "Enqueue" 635 698 msgstr "" 636 699 637 #: ../admin/class-wpmoly-import-table.php:3 42700 #: ../admin/class-wpmoly-import-table.php:338 638 701 #: ../views/admin/dashboard-latest-movies/latest-movies.php:18 639 702 #: ../views/admin/dashboard-most-rated-movies/most-rated-movies.php:18 … … 642 705 msgstr "" 643 706 644 #: ../admin/class-wpmoly-import-table.php:3 83707 #: ../admin/class-wpmoly-import-table.php:379 645 708 msgid "Find Metadata" 646 709 msgstr "" 647 710 648 #: ../admin/class-wpmoly-import-table.php:38 4711 #: ../admin/class-wpmoly-import-table.php:380 649 712 msgid "Enqueue Movie" 650 713 msgstr "" 651 714 652 #: ../admin/class-wpmoly-import-table.php:38 5715 #: ../admin/class-wpmoly-import-table.php:381 653 716 #: ../views/admin/import/import.php:49 654 717 msgid "Delete Movie" 655 msgstr ""656 657 #: ../admin/class-wpmoly-import-table.php:424658 #: ../views/admin/import/import.php:48659 msgid "Bulk Actions"660 msgstr ""661 662 #: ../admin/class-wpmoly-import-table.php:434 ../admin/class-dashboard.php:197663 #: ../views/admin/import/import.php:52664 msgid "Apply"665 msgstr ""666 667 #: ../admin/class-wpmoly-import-table.php:568668 msgid "Select All"669 718 msgstr "" 670 719 … … 2861 2910 2862 2911 #: ../includes/config/wpmoly-settings.php:1704 2863 msgid "Import and Export your settings and movies from file, text or URL."2912 msgid "Import and Export your settings." 2864 2913 msgstr "" 2865 2914 -
wpmovielibrary/trunk/public/class-wpmoly-grid.php
r1119492 r1127584 288 288 289 289 $_orderby = array( 290 'year' => 'release_date',291 'date' => 'release_date',292 'localdate' => 'local_release_date',293 'rating' => 'rating'290 'year' => 'release_date', 291 'date' => 'release_date', 292 'localdate' => 'local_release_date', 293 'rating' => 'rating' 294 294 ); 295 295 296 if ( in_array( $orderby, array_keys( $_orderby ) ) ) { 296 297 297 $select[] = ' pm.meta_value AS value'; 298 298 $join[] = ' INNER JOIN wp_postmeta AS pm ON ( wp_posts.ID = pm.post_id )'; 299 299 $where[] = ' AND pm.meta_key = "_wpmoly_movie_' . $_orderby[ $orderby ] . '"'; 300 300 $orderby = 'value'; 301 } elseif ( 'post_date' == $orderby ) { 302 $orderby = 'post_date'; 301 303 } else { 302 304 $orderby = 'post_title'; -
wpmovielibrary/trunk/readme.txt
r1119492 r1127584 4 4 Tags: movie, movies, movie database, movie library, movie collection, cinema, movie genre, actor, actor, movie image, movie poster, movie meta, movie metadata, tmdb 5 5 Requires at least: 3.8 6 Tested up to: 4. 17 Stable tag: 2.1.4 6 Tested up to: 4.2-beta4 7 Stable tag: 2.1.4.1 8 8 License: GPLv3 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 138 138 139 139 == Changelog == 140 141 = 2.1.4.1 = 142 * Tweak - Edit misleading Settings description 143 * Tweak - Minor grid ordering tweak #243 144 * Tweak - Update l10n 145 * Fix - Minor JS messing with Customizer 146 * Fix - WordPress 4.2 WP_List_Table Class incompatibilities 140 147 141 148 = 2.1.4 = -
wpmovielibrary/trunk/wpmovielibrary.php
r1119492 r1127584 18 18 * Plugin URI: http://wpmovielibrary.com 19 19 * Description: A WordPress Plugin to manage a personnal library of movies. 20 * Version: 2.1.4 20 * Version: 2.1.4.1 21 21 * Author: Charlie MERLAND 22 22 * Author URI: http://www.caercam.org/ … … 35 35 define( 'WPMOLY_PLUGIN', plugin_basename( __FILE__ ) ); 36 36 define( 'WPMOLY_NAME', 'WPMovieLibrary' ); 37 define( 'WPMOLY_VERSION', '2.1.4 ' );37 define( 'WPMOLY_VERSION', '2.1.4.1' ); 38 38 define( 'WPMOLY_SLUG', 'wpmoly' ); 39 39 define( 'WPMOLY_URL', plugins_url( basename( __DIR__ ) ) ); … … 183 183 require_once( WPMOLY_PATH . 'admin/class-wpmoly-edit-movies.php' ); 184 184 require_once( WPMOLY_PATH . 'admin/class-wpmoly-media.php' ); 185 require_once( WPMOLY_PATH . 'admin/class-wpmoly-list-table.php' ); 185 186 require_once( WPMOLY_PATH . 'admin/class-wpmoly-import-table.php' ); 186 187 require_once( WPMOLY_PATH . 'admin/class-wpmoly-import-queue.php' );
Note: See TracChangeset
for help on using the changeset viewer.