Plugin Directory

Changeset 1127584


Ignore:
Timestamp:
04/04/2015 07:43:14 AM (11 years ago)
Author:
Askelon
Message:

2.1.4.1

Location:
wpmovielibrary/trunk
Files:
1 added
15 edited

Legend:

Unmodified
Added
Removed
  • wpmovielibrary/trunk/admin/class-wpmoly-import-table.php

    r1020078 r1127584  
    1010 */
    1111
    12 if( ! class_exists( 'WP_List_Table' ) ) {
    13     require_once( ABSPATH . 'wp-admin/includes/class-wp-list-table.php' );
    14 }
    15 
    1612error_reporting( ~E_NOTICE );
    1713
    18 class WPMOLY_Import_Table extends WP_List_Table {
     14class WPMOLY_Import_Table extends WPMOLY_List_Table {
    1915
    2016    /**
  • wpmovielibrary/trunk/assets/js/admin/wpmoly-utils.js

    r1119492 r1127584  
    299299    };
    300300
     301    /**
     302     * Init script.
     303     *
     304     * @since    2.1.4
     305     */
    301306    wpmoly.init = function() {
    302307
    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 ) ) {
    304316            $( '#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  
    88
    99wpmoly = {};
     10
     11    wpmoly.init = function() {};
    1012
    1113    wpmoly.editor = {};
  • wpmovielibrary/trunk/includes/config/wpmoly-settings.php

    r1119492 r1127584  
    17021702        'icon'    => 'wpmolicon icon-update',
    17031703        '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' ),
    17051705        'fields'  => array(
    17061706
  • wpmovielibrary/trunk/languages/wpmovielibrary-de_DE.po

    r1119492 r1127584  
    55"Project-Id-Version: WPMovieLibrary 1.2.1\n"
    66"Report-Msgid-Bugs-To: http://wordpress.org/plugins/wpmovielibrary\n"
    7 "POT-Creation-Date: 2015-03-24 09:27+0100\n"
    8 "PO-Revision-Date: 2015-03-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"
    99"Last-Translator: Charlie MERLAND <[email protected]>\n"
    1010"Language-Team: LANGUAGE <[email protected]>\n"
     
    3030msgid "Go back"
    3131msgstr "Gehe zurück"
     32
     33#: ../admin/class-wpmoly-list-table.php:133
     34#, fuzzy
     35msgid "List View"
     36msgstr "Ansehen"
     37
     38#: ../admin/class-wpmoly-list-table.php:134
     39#, fuzzy
     40msgid "Excerpt View"
     41msgstr "Ausschnitt-/Kurzinhalt-Länge"
     42
     43#: ../admin/class-wpmoly-list-table.php:290
     44#, fuzzy
     45msgid "No items found."
     46msgstr "Keine Filme gefunden"
     47
     48#: ../admin/class-wpmoly-list-table.php:416
     49#, fuzzy
     50msgid "Select bulk action"
     51msgstr "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
     56msgid "Bulk Actions"
     57msgstr "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
     62msgid "Apply"
     63msgstr "Bestätigen"
     64
     65#: ../admin/class-wpmoly-list-table.php:516
     66msgid "Filter by date"
     67msgstr ""
     68
     69#: ../admin/class-wpmoly-list-table.php:518
     70#, fuzzy
     71msgid "All dates"
     72msgstr "Lokaldatum"
     73
     74#: ../admin/class-wpmoly-list-table.php:531
     75#, fuzzy, php-format
     76msgid "%1$s %2$d"
     77msgstr "%1$s von %2$s"
     78
     79#: ../admin/class-wpmoly-list-table.php:578
     80#, fuzzy, php-format
     81msgid "%s pending"
     82msgstr "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
     91msgid "1 item"
     92msgid_plural "%s items"
     93msgstr[0] "1 Item"
     94msgstr[1] "%s Items"
     95
     96#: ../admin/class-wpmoly-list-table.php:676
     97#: ../admin/class-wpmoly-import-table.php:111
     98msgid "Go to the first page"
     99msgstr "Gehe zur ersten Seite"
     100
     101#: ../admin/class-wpmoly-list-table.php:683
     102#: ../admin/class-wpmoly-import-table.php:118
     103msgid "Go to the previous page"
     104msgstr "Gehe zur vorherigen Seite"
     105
     106#: ../admin/class-wpmoly-list-table.php:692
     107#, fuzzy
     108msgid "Select Page"
     109msgstr "Wähle ein Genre"
     110
     111#: ../admin/class-wpmoly-list-table.php:693
     112#: ../admin/class-wpmoly-import-table.php:127
     113msgid "Current page"
     114msgstr "Aktuelle Seite"
     115
     116#: ../admin/class-wpmoly-list-table.php:699
     117#: ../admin/class-wpmoly-import-table.php:133
     118#, php-format
     119msgctxt "paging"
     120msgid "%1$s of %2$s"
     121msgstr "%1$s von %2$s"
     122
     123#: ../admin/class-wpmoly-list-table.php:703
     124#: ../admin/class-wpmoly-import-table.php:137
     125msgid "Go to the next page"
     126msgstr "Gehe zur nächsten Seite"
     127
     128#: ../admin/class-wpmoly-list-table.php:710
     129#: ../admin/class-wpmoly-import-table.php:144
     130msgid "Go to the last page"
     131msgstr "Gehe zur letzten Seite"
     132
     133#: ../admin/class-wpmoly-list-table.php:847
     134#: ../admin/class-wpmoly-import-table.php:564
     135msgid "Select All"
     136msgstr "Wähle alle"
    32137
    33138#: ../admin/class-wpmoly-metaboxes.php:53
     
    99204
    100205#: ../admin/class-wpmoly-import.php:251
    101 #: ../admin/class-wpmoly-import-table.php:339
     206#: ../admin/class-wpmoly-import-table.php:335
    102207#: ../views/admin/dashboard-latest-movies/latest-movies.php:17
    103208#: ../views/admin/dashboard-most-rated-movies/most-rated-movies.php:17
     
    358463
    359464#: ../admin/class-wpmoly-edit-movies.php:375
    360 #: ../admin/class-wpmoly-import-table.php:46
     465#: ../admin/class-wpmoly-import-table.php:42
    361466#: ../includes/classes/class-wpmoly-l10n.php:431
    362467msgid "Poster"
     
    467572msgstr ""
    468573"API-Fehler: unbekannter Server Fehler, unmöglich eine Anfrage zu senden."
    469 
    470 #: ../admin/class-wpmoly-import-queue.php:105
    471 #: ../admin/class-wpmoly-import-table.php:97
    472 #: ../admin/class-wpmoly-import-table.php:532
    473 #: ../views/admin/import/import.php:55
    474 #, php-format
    475 msgid "1 item"
    476 msgid_plural "%s items"
    477 msgstr[0] "1 Item"
    478 msgstr[1] "%s Items"
    479574
    480575#: ../admin/class-wpmoly-import-queue.php:105
     
    578673msgstr "Über WPMovieLibrary"
    579674
    580 #: ../admin/class-wpmoly-import-table.php:47
     675#: ../admin/class-wpmoly-import-table.php:43
    581676#: ../includes/config/wpmoly-settings.php:142
    582677#: ../includes/config/wpmoly-settings.php:835
     
    594689msgstr "Titel"
    595690
    596 #: ../admin/class-wpmoly-import-table.php:48
     691#: ../admin/class-wpmoly-import-table.php:44
    597692#: ../includes/config/wpmoly-settings.php:135
    598693#: ../includes/config/wpmoly-movies.php:232
     
    602697msgstr "Regisseur"
    603698
    604 #: ../admin/class-wpmoly-import-table.php:49
     699#: ../admin/class-wpmoly-import-table.php:45
    605700#: ../views/admin/import/import.php:61
    606701msgid "Actions"
    607702msgstr "Handlung"
    608703
    609 #: ../admin/class-wpmoly-import-table.php:78
     704#: ../admin/class-wpmoly-import-table.php:74
    610705msgid "No movies found, dude."
    611706msgstr "Keine Filme gefunden, Kumpel."
    612707
    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
    640709msgid "Fetch data from TMDb"
    641710msgstr "Hole die Daten von TMDb"
    642711
    643 #: ../admin/class-wpmoly-import-table.php:341
     712#: ../admin/class-wpmoly-import-table.php:337
    644713msgid "Enqueue"
    645714msgstr "Einreihen"
    646715
    647 #: ../admin/class-wpmoly-import-table.php:342
     716#: ../admin/class-wpmoly-import-table.php:338
    648717#: ../views/admin/dashboard-latest-movies/latest-movies.php:18
    649718#: ../views/admin/dashboard-most-rated-movies/most-rated-movies.php:18
     
    652721msgstr "Löschen"
    653722
    654 #: ../admin/class-wpmoly-import-table.php:383
     723#: ../admin/class-wpmoly-import-table.php:379
    655724msgid "Find Metadata"
    656725msgstr "Metadaten finden"
    657726
    658 #: ../admin/class-wpmoly-import-table.php:384
     727#: ../admin/class-wpmoly-import-table.php:380
    659728msgid "Enqueue Movie"
    660729msgstr "Film einreihen"
    661730
    662 #: ../admin/class-wpmoly-import-table.php:385
     731#: ../admin/class-wpmoly-import-table.php:381
    663732#: ../views/admin/import/import.php:49
    664733msgid "Delete Movie"
    665734msgstr "Film löschen"
    666 
    667 #: ../admin/class-wpmoly-import-table.php:424
    668 #: ../views/admin/import/import.php:48
    669 msgid "Bulk Actions"
    670 msgstr "Haupthandlung"
    671 
    672 #: ../admin/class-wpmoly-import-table.php:434 ../admin/class-dashboard.php:197
    673 #: ../views/admin/import/import.php:52
    674 msgid "Apply"
    675 msgstr "Bestätigen"
    676 
    677 #: ../admin/class-wpmoly-import-table.php:568
    678 msgid "Select All"
    679 msgstr "Wähle alle"
    680735
    681736#: ../admin/class-dashboard.php:190
     
    30903145
    30913146#: ../includes/config/wpmoly-settings.php:1704
    3092 msgid "Import and Export your settings and movies from file, text or URL."
     3147#, fuzzy
     3148msgid "Import and Export your settings."
    30933149msgstr ""
    30943150"Importiere und exportiere Deine Einstellungen und Filme durch Datei, Text "
  • wpmovielibrary/trunk/languages/wpmovielibrary-en_EN.po

    r1119492 r1127584  
    55"Project-Id-Version: WPMovieLibrary 2.0-alpha.1\n"
    66"Report-Msgid-Bugs-To: http://wordpress.org/plugins/wpmovielibrary\n"
    7 "POT-Creation-Date: 2015-03-24 09:27+0100\n"
    8 "PO-Revision-Date: 2015-03-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"
    99"Last-Translator: Charlie MERLAND <[email protected]>\n"
    1010"Language-Team: WPMovieLibrary <[email protected]>\n"
     
    3131msgid "Go back"
    3232msgstr "Go back"
     33
     34#: ../admin/class-wpmoly-list-table.php:133
     35msgid "List View"
     36msgstr "List View"
     37
     38#: ../admin/class-wpmoly-list-table.php:134
     39msgid "Excerpt View"
     40msgstr "Excerpt View"
     41
     42#: ../admin/class-wpmoly-list-table.php:290
     43msgid "No items found."
     44msgstr "No items found."
     45
     46#: ../admin/class-wpmoly-list-table.php:416
     47msgid "Select bulk action"
     48msgstr "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
     53msgid "Bulk Actions"
     54msgstr "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
     59msgid "Apply"
     60msgstr "Apply"
     61
     62#: ../admin/class-wpmoly-list-table.php:516
     63msgid "Filter by date"
     64msgstr "Filter by date"
     65
     66#: ../admin/class-wpmoly-list-table.php:518
     67msgid "All dates"
     68msgstr "All dates"
     69
     70#: ../admin/class-wpmoly-list-table.php:531
     71#, php-format
     72msgid "%1$s %2$d"
     73msgstr "%1$s %2$d"
     74
     75#: ../admin/class-wpmoly-list-table.php:578
     76#, php-format
     77msgid "%s pending"
     78msgstr "%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
     87msgid "1 item"
     88msgid_plural "%s items"
     89msgstr[0] "1 item"
     90msgstr[1] "%s items"
     91
     92#: ../admin/class-wpmoly-list-table.php:676
     93#: ../admin/class-wpmoly-import-table.php:111
     94msgid "Go to the first page"
     95msgstr "Go to the first page"
     96
     97#: ../admin/class-wpmoly-list-table.php:683
     98#: ../admin/class-wpmoly-import-table.php:118
     99msgid "Go to the previous page"
     100msgstr "Go to the previous page"
     101
     102#: ../admin/class-wpmoly-list-table.php:692
     103msgid "Select Page"
     104msgstr "Select Page"
     105
     106#: ../admin/class-wpmoly-list-table.php:693
     107#: ../admin/class-wpmoly-import-table.php:127
     108msgid "Current page"
     109msgstr "Current page"
     110
     111#: ../admin/class-wpmoly-list-table.php:699
     112#: ../admin/class-wpmoly-import-table.php:133
     113#, php-format
     114msgctxt "paging"
     115msgid "%1$s of %2$s"
     116msgstr "%1$s of %2$s"
     117
     118#: ../admin/class-wpmoly-list-table.php:703
     119#: ../admin/class-wpmoly-import-table.php:137
     120msgid "Go to the next page"
     121msgstr "Go to the next page"
     122
     123#: ../admin/class-wpmoly-list-table.php:710
     124#: ../admin/class-wpmoly-import-table.php:144
     125msgid "Go to the last page"
     126msgstr "Go to the last page"
     127
     128#: ../admin/class-wpmoly-list-table.php:847
     129#: ../admin/class-wpmoly-import-table.php:564
     130msgid "Select All"
     131msgstr "Select All"
    33132
    34133#: ../admin/class-wpmoly-metaboxes.php:53
     
    100199
    101200#: ../admin/class-wpmoly-import.php:251
    102 #: ../admin/class-wpmoly-import-table.php:339
     201#: ../admin/class-wpmoly-import-table.php:335
    103202#: ../views/admin/dashboard-latest-movies/latest-movies.php:17
    104203#: ../views/admin/dashboard-most-rated-movies/most-rated-movies.php:17
     
    357456
    358457#: ../admin/class-wpmoly-edit-movies.php:375
    359 #: ../admin/class-wpmoly-import-table.php:46
     458#: ../admin/class-wpmoly-import-table.php:42
    360459#: ../includes/classes/class-wpmoly-l10n.php:431
    361460msgid "Poster"
     
    465564msgid "API Error: unknown server error, unable to perform request."
    466565msgstr "API Error: unknown server error, unable to perform request."
    467 
    468 #: ../admin/class-wpmoly-import-queue.php:105
    469 #: ../admin/class-wpmoly-import-table.php:97
    470 #: ../admin/class-wpmoly-import-table.php:532
    471 #: ../views/admin/import/import.php:55
    472 #, php-format
    473 msgid "1 item"
    474 msgid_plural "%s items"
    475 msgstr[0] "1 item"
    476 msgstr[1] "%s items"
    477566
    478567#: ../admin/class-wpmoly-import-queue.php:105
     
    566655msgstr "About WPMovieLibrary"
    567656
    568 #: ../admin/class-wpmoly-import-table.php:47
     657#: ../admin/class-wpmoly-import-table.php:43
    569658#: ../includes/config/wpmoly-settings.php:142
    570659#: ../includes/config/wpmoly-settings.php:835
     
    582671msgstr "Title"
    583672
    584 #: ../admin/class-wpmoly-import-table.php:48
     673#: ../admin/class-wpmoly-import-table.php:44
    585674#: ../includes/config/wpmoly-settings.php:135
    586675#: ../includes/config/wpmoly-movies.php:232
     
    590679msgstr "Director"
    591680
    592 #: ../admin/class-wpmoly-import-table.php:49
     681#: ../admin/class-wpmoly-import-table.php:45
    593682#: ../views/admin/import/import.php:61
    594683msgid "Actions"
    595684msgstr "Actions"
    596685
    597 #: ../admin/class-wpmoly-import-table.php:78
     686#: ../admin/class-wpmoly-import-table.php:74
    598687msgid "No movies found, dude."
    599688msgstr "No movies found, dude."
    600689
    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
    628691msgid "Fetch data from TMDb"
    629692msgstr "Fetch data from TMDb"
    630693
    631 #: ../admin/class-wpmoly-import-table.php:341
     694#: ../admin/class-wpmoly-import-table.php:337
    632695msgid "Enqueue"
    633696msgstr "Enqueue"
    634697
    635 #: ../admin/class-wpmoly-import-table.php:342
     698#: ../admin/class-wpmoly-import-table.php:338
    636699#: ../views/admin/dashboard-latest-movies/latest-movies.php:18
    637700#: ../views/admin/dashboard-most-rated-movies/most-rated-movies.php:18
     
    640703msgstr "Delete"
    641704
    642 #: ../admin/class-wpmoly-import-table.php:383
     705#: ../admin/class-wpmoly-import-table.php:379
    643706msgid "Find Metadata"
    644707msgstr "Find Metadata"
    645708
    646 #: ../admin/class-wpmoly-import-table.php:384
     709#: ../admin/class-wpmoly-import-table.php:380
    647710msgid "Enqueue Movie"
    648711msgstr "Enqueue Movie"
    649712
    650 #: ../admin/class-wpmoly-import-table.php:385
     713#: ../admin/class-wpmoly-import-table.php:381
    651714#: ../views/admin/import/import.php:49
    652715msgid "Delete Movie"
    653716msgstr "Delete Movie"
    654 
    655 #: ../admin/class-wpmoly-import-table.php:424
    656 #: ../views/admin/import/import.php:48
    657 msgid "Bulk Actions"
    658 msgstr "Bulk Actions"
    659 
    660 #: ../admin/class-wpmoly-import-table.php:434 ../admin/class-dashboard.php:197
    661 #: ../views/admin/import/import.php:52
    662 msgid "Apply"
    663 msgstr "Apply"
    664 
    665 #: ../admin/class-wpmoly-import-table.php:568
    666 msgid "Select All"
    667 msgstr "Select All"
    668717
    669718#: ../admin/class-dashboard.php:190
     
    30223071
    30233072#: ../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."
     3073msgid "Import and Export your settings."
     3074msgstr "Import and Export your settings."
    30263075
    30273076#: ../includes/config/wpmoly-admin-menu.php:58
  • wpmovielibrary/trunk/languages/wpmovielibrary-fr_FR.po

    r1119492 r1127584  
    55"Project-Id-Version: WPMovieLibrary 2.0-alpha.1\n"
    66"Report-Msgid-Bugs-To: http://wordpress.org/plugins/wpmovielibrary\n"
    7 "POT-Creation-Date: 2015-03-24 09:27+0100\n"
    8 "PO-Revision-Date: 2015-03-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"
    99"Last-Translator: Charlie MERLAND <[email protected]>\n"
    1010"Language-Team: WPMovieLibrary <[email protected]>\n"
     
    3131msgid "Go back"
    3232msgstr "Retour"
     33
     34#: ../admin/class-wpmoly-list-table.php:133
     35msgid "List View"
     36msgstr "Vue en liste"
     37
     38#: ../admin/class-wpmoly-list-table.php:134
     39msgid "Excerpt View"
     40msgstr "Liste avec extraits"
     41
     42#: ../admin/class-wpmoly-list-table.php:290
     43msgid "No items found."
     44msgstr "Aucun résultat."
     45
     46#: ../admin/class-wpmoly-list-table.php:416
     47msgid "Select bulk action"
     48msgstr "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
     53msgid "Bulk Actions"
     54msgstr "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
     59msgid "Apply"
     60msgstr "Appliquer"
     61
     62#: ../admin/class-wpmoly-list-table.php:516
     63msgid "Filter by date"
     64msgstr "Filtrer par date"
     65
     66#: ../admin/class-wpmoly-list-table.php:518
     67msgid "All dates"
     68msgstr "Toutes les dates"
     69
     70#: ../admin/class-wpmoly-list-table.php:531
     71#, php-format
     72msgid "%1$s %2$d"
     73msgstr "%1$s sur %2$d"
     74
     75#: ../admin/class-wpmoly-list-table.php:578
     76#, php-format
     77msgid "%s pending"
     78msgstr "%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
     87msgid "1 item"
     88msgid_plural "%s items"
     89msgstr[0] "1 élément"
     90msgstr[1] "%s éléments"
     91
     92#: ../admin/class-wpmoly-list-table.php:676
     93#: ../admin/class-wpmoly-import-table.php:111
     94msgid "Go to the first page"
     95msgstr "Aller à la première page"
     96
     97#: ../admin/class-wpmoly-list-table.php:683
     98#: ../admin/class-wpmoly-import-table.php:118
     99msgid "Go to the previous page"
     100msgstr "Aller à la page précédente"
     101
     102#: ../admin/class-wpmoly-list-table.php:692
     103msgid "Select Page"
     104msgstr "Sélectionner une page"
     105
     106#: ../admin/class-wpmoly-list-table.php:693
     107#: ../admin/class-wpmoly-import-table.php:127
     108msgid "Current page"
     109msgstr "Page courante"
     110
     111#: ../admin/class-wpmoly-list-table.php:699
     112#: ../admin/class-wpmoly-import-table.php:133
     113#, php-format
     114msgctxt "paging"
     115msgid "%1$s of %2$s"
     116msgstr "%1$s sur %2$s"
     117
     118#: ../admin/class-wpmoly-list-table.php:703
     119#: ../admin/class-wpmoly-import-table.php:137
     120msgid "Go to the next page"
     121msgstr "Aller à la prochaine page"
     122
     123#: ../admin/class-wpmoly-list-table.php:710
     124#: ../admin/class-wpmoly-import-table.php:144
     125msgid "Go to the last page"
     126msgstr "Aller à la dernière page"
     127
     128#: ../admin/class-wpmoly-list-table.php:847
     129#: ../admin/class-wpmoly-import-table.php:564
     130msgid "Select All"
     131msgstr "Tout sélectionner"
    33132
    34133#: ../admin/class-wpmoly-metaboxes.php:53
     
    100199
    101200#: ../admin/class-wpmoly-import.php:251
    102 #: ../admin/class-wpmoly-import-table.php:339
     201#: ../admin/class-wpmoly-import-table.php:335
    103202#: ../views/admin/dashboard-latest-movies/latest-movies.php:17
    104203#: ../views/admin/dashboard-most-rated-movies/most-rated-movies.php:17
     
    365464
    366465#: ../admin/class-wpmoly-edit-movies.php:375
    367 #: ../admin/class-wpmoly-import-table.php:46
     466#: ../admin/class-wpmoly-import-table.php:42
    368467#: ../includes/classes/class-wpmoly-l10n.php:431
    369468msgid "Poster"
     
    477576msgstr ""
    478577"Erreur de l'API : une erreur s’est produite lors du traitement de la requête."
    479 
    480 #: ../admin/class-wpmoly-import-queue.php:105
    481 #: ../admin/class-wpmoly-import-table.php:97
    482 #: ../admin/class-wpmoly-import-table.php:532
    483 #: ../views/admin/import/import.php:55
    484 #, php-format
    485 msgid "1 item"
    486 msgid_plural "%s items"
    487 msgstr[0] "1 élément"
    488 msgstr[1] "%s éléments"
    489578
    490579#: ../admin/class-wpmoly-import-queue.php:105
     
    586675msgstr "À propos de WPMovieLibrary"
    587676
    588 #: ../admin/class-wpmoly-import-table.php:47
     677#: ../admin/class-wpmoly-import-table.php:43
    589678#: ../includes/config/wpmoly-settings.php:142
    590679#: ../includes/config/wpmoly-settings.php:835
     
    602691msgstr "Titre"
    603692
    604 #: ../admin/class-wpmoly-import-table.php:48
     693#: ../admin/class-wpmoly-import-table.php:44
    605694#: ../includes/config/wpmoly-settings.php:135
    606695#: ../includes/config/wpmoly-movies.php:232
     
    610699msgstr "Réalisateur"
    611700
    612 #: ../admin/class-wpmoly-import-table.php:49
     701#: ../admin/class-wpmoly-import-table.php:45
    613702#: ../views/admin/import/import.php:61
    614703msgid "Actions"
    615704msgstr "Actions"
    616705
    617 #: ../admin/class-wpmoly-import-table.php:78
     706#: ../admin/class-wpmoly-import-table.php:74
    618707msgid "No movies found, dude."
    619708msgstr "Aucun film trouvé."
    620709
    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
    648711msgid "Fetch data from TMDb"
    649712msgstr "Télécharger les données"
    650713
    651 #: ../admin/class-wpmoly-import-table.php:341
     714#: ../admin/class-wpmoly-import-table.php:337
    652715msgid "Enqueue"
    653716msgstr "Ajouter à la file d'attente"
    654717
    655 #: ../admin/class-wpmoly-import-table.php:342
     718#: ../admin/class-wpmoly-import-table.php:338
    656719#: ../views/admin/dashboard-latest-movies/latest-movies.php:18
    657720#: ../views/admin/dashboard-most-rated-movies/most-rated-movies.php:18
     
    660723msgstr "Supprimer"
    661724
    662 #: ../admin/class-wpmoly-import-table.php:383
     725#: ../admin/class-wpmoly-import-table.php:379
    663726msgid "Find Metadata"
    664727msgstr "Chercher les métadonnées"
    665728
    666 #: ../admin/class-wpmoly-import-table.php:384
     729#: ../admin/class-wpmoly-import-table.php:380
    667730msgid "Enqueue Movie"
    668731msgstr "Ajouter à la file d'attente"
    669732
    670 #: ../admin/class-wpmoly-import-table.php:385
     733#: ../admin/class-wpmoly-import-table.php:381
    671734#: ../views/admin/import/import.php:49
    672735msgid "Delete Movie"
    673736msgstr "Supprimer"
    674 
    675 #: ../admin/class-wpmoly-import-table.php:424
    676 #: ../views/admin/import/import.php:48
    677 msgid "Bulk Actions"
    678 msgstr "Actions groupées"
    679 
    680 #: ../admin/class-wpmoly-import-table.php:434 ../admin/class-dashboard.php:197
    681 #: ../views/admin/import/import.php:52
    682 msgid "Apply"
    683 msgstr "Appliquer"
    684 
    685 #: ../admin/class-wpmoly-import-table.php:568
    686 msgid "Select All"
    687 msgstr "Tout sélectionner"
    688737
    689738#: ../admin/class-dashboard.php:190
     
    30863135
    30873136#: ../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."
     3137msgid "Import and Export your settings."
     3138msgstr "Importer et exporter vos réglages."
    30923139
    30933140#: ../includes/config/wpmoly-admin-menu.php:58
  • wpmovielibrary/trunk/languages/wpmovielibrary.pot

    r1119492 r1127584  
    55"Project-Id-Version: WPMovieLibrary 2.0-beta.1\n"
    66"Report-Msgid-Bugs-To: http://wordpress.org/plugins/wpmovielibrary\n"
    7 "POT-Creation-Date: 2015-03-24 09:27+0100\n"
    8 "PO-Revision-Date: 2015-03-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"
    99"Last-Translator: Charlie MERLAND <[email protected]>\n"
    1010"Language-Team: WPMovieLibrary <[email protected]>\n"
     
    4343msgstr ""
    4444
     45#: ../admin/class-wpmoly-list-table.php:133
     46msgid "List View"
     47msgstr ""
     48
     49#: ../admin/class-wpmoly-list-table.php:134
     50msgid "Excerpt View"
     51msgstr ""
     52
     53#: ../admin/class-wpmoly-list-table.php:290
     54msgid "No items found."
     55msgstr ""
     56
     57#: ../admin/class-wpmoly-list-table.php:416
     58msgid "Select bulk action"
     59msgstr ""
     60
     61#: ../admin/class-wpmoly-list-table.php:418
     62#: ../admin/class-wpmoly-import-table.php:420
     63#: ../views/admin/import/import.php:48
     64msgid "Bulk Actions"
     65msgstr ""
     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
     70msgid "Apply"
     71msgstr ""
     72
     73#: ../admin/class-wpmoly-list-table.php:516
     74msgid "Filter by date"
     75msgstr ""
     76
     77#: ../admin/class-wpmoly-list-table.php:518
     78msgid "All dates"
     79msgstr ""
     80
     81#: ../admin/class-wpmoly-list-table.php:531
     82#, php-format
     83msgid "%1$s %2$d"
     84msgstr ""
     85
     86#: ../admin/class-wpmoly-list-table.php:578
     87#, php-format
     88msgid "%s pending"
     89msgstr ""
     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
     98msgid "1 item"
     99msgid_plural "%s items"
     100msgstr[0] ""
     101msgstr[1] ""
     102
     103#: ../admin/class-wpmoly-list-table.php:676
     104#: ../admin/class-wpmoly-import-table.php:111
     105msgid "Go to the first page"
     106msgstr ""
     107
     108#: ../admin/class-wpmoly-list-table.php:683
     109#: ../admin/class-wpmoly-import-table.php:118
     110msgid "Go to the previous page"
     111msgstr ""
     112
     113#: ../admin/class-wpmoly-list-table.php:692
     114msgid "Select Page"
     115msgstr ""
     116
     117#: ../admin/class-wpmoly-list-table.php:693
     118#: ../admin/class-wpmoly-import-table.php:127
     119msgid "Current page"
     120msgstr ""
     121
     122#: ../admin/class-wpmoly-list-table.php:699
     123#: ../admin/class-wpmoly-import-table.php:133
     124#, php-format
     125msgctxt "paging"
     126msgid "%1$s of %2$s"
     127msgstr ""
     128
     129#: ../admin/class-wpmoly-list-table.php:703
     130#: ../admin/class-wpmoly-import-table.php:137
     131msgid "Go to the next page"
     132msgstr ""
     133
     134#: ../admin/class-wpmoly-list-table.php:710
     135#: ../admin/class-wpmoly-import-table.php:144
     136msgid "Go to the last page"
     137msgstr ""
     138
     139#: ../admin/class-wpmoly-list-table.php:847
     140#: ../admin/class-wpmoly-import-table.php:564
     141msgid "Select All"
     142msgstr ""
     143
    45144#: ../admin/class-wpmoly-metaboxes.php:53
    46145#: ../admin/class-wpmoly-metaboxes.php:96
     
    111210
    112211#: ../admin/class-wpmoly-import.php:251
    113 #: ../admin/class-wpmoly-import-table.php:339
     212#: ../admin/class-wpmoly-import-table.php:335
    114213#: ../views/admin/dashboard-latest-movies/latest-movies.php:17
    115214#: ../views/admin/dashboard-most-rated-movies/most-rated-movies.php:17
     
    361460
    362461#: ../admin/class-wpmoly-edit-movies.php:375
    363 #: ../admin/class-wpmoly-import-table.php:46
     462#: ../admin/class-wpmoly-import-table.php:42
    364463#: ../includes/classes/class-wpmoly-l10n.php:431
    365464msgid "Poster"
     
    467566msgid "API Error: unknown server error, unable to perform request."
    468567msgstr ""
    469 
    470 #: ../admin/class-wpmoly-import-queue.php:105
    471 #: ../admin/class-wpmoly-import-table.php:97
    472 #: ../admin/class-wpmoly-import-table.php:532
    473 #: ../views/admin/import/import.php:55
    474 #, php-format
    475 msgid "1 item"
    476 msgid_plural "%s items"
    477 msgstr[0] ""
    478 msgstr[1] ""
    479568
    480569#: ../admin/class-wpmoly-import-queue.php:105
     
    568657msgstr ""
    569658
    570 #: ../admin/class-wpmoly-import-table.php:47
     659#: ../admin/class-wpmoly-import-table.php:43
    571660#: ../includes/config/wpmoly-settings.php:142
    572661#: ../includes/config/wpmoly-settings.php:835
     
    584673msgstr ""
    585674
    586 #: ../admin/class-wpmoly-import-table.php:48
     675#: ../admin/class-wpmoly-import-table.php:44
    587676#: ../includes/config/wpmoly-settings.php:135
    588677#: ../includes/config/wpmoly-movies.php:232
     
    592681msgstr ""
    593682
    594 #: ../admin/class-wpmoly-import-table.php:49
     683#: ../admin/class-wpmoly-import-table.php:45
    595684#: ../views/admin/import/import.php:61
    596685msgid "Actions"
    597686msgstr ""
    598687
    599 #: ../admin/class-wpmoly-import-table.php:78
     688#: ../admin/class-wpmoly-import-table.php:74
    600689msgid "No movies found, dude."
    601690msgstr ""
    602691
    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
    630693msgid "Fetch data from TMDb"
    631694msgstr ""
    632695
    633 #: ../admin/class-wpmoly-import-table.php:341
     696#: ../admin/class-wpmoly-import-table.php:337
    634697msgid "Enqueue"
    635698msgstr ""
    636699
    637 #: ../admin/class-wpmoly-import-table.php:342
     700#: ../admin/class-wpmoly-import-table.php:338
    638701#: ../views/admin/dashboard-latest-movies/latest-movies.php:18
    639702#: ../views/admin/dashboard-most-rated-movies/most-rated-movies.php:18
     
    642705msgstr ""
    643706
    644 #: ../admin/class-wpmoly-import-table.php:383
     707#: ../admin/class-wpmoly-import-table.php:379
    645708msgid "Find Metadata"
    646709msgstr ""
    647710
    648 #: ../admin/class-wpmoly-import-table.php:384
     711#: ../admin/class-wpmoly-import-table.php:380
    649712msgid "Enqueue Movie"
    650713msgstr ""
    651714
    652 #: ../admin/class-wpmoly-import-table.php:385
     715#: ../admin/class-wpmoly-import-table.php:381
    653716#: ../views/admin/import/import.php:49
    654717msgid "Delete Movie"
    655 msgstr ""
    656 
    657 #: ../admin/class-wpmoly-import-table.php:424
    658 #: ../views/admin/import/import.php:48
    659 msgid "Bulk Actions"
    660 msgstr ""
    661 
    662 #: ../admin/class-wpmoly-import-table.php:434 ../admin/class-dashboard.php:197
    663 #: ../views/admin/import/import.php:52
    664 msgid "Apply"
    665 msgstr ""
    666 
    667 #: ../admin/class-wpmoly-import-table.php:568
    668 msgid "Select All"
    669718msgstr ""
    670719
     
    28612910
    28622911#: ../includes/config/wpmoly-settings.php:1704
    2863 msgid "Import and Export your settings and movies from file, text or URL."
     2912msgid "Import and Export your settings."
    28642913msgstr ""
    28652914
  • wpmovielibrary/trunk/public/class-wpmoly-grid.php

    r1119492 r1127584  
    288288
    289289            $_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'
    294294            );
     295
    295296            if ( in_array( $orderby, array_keys( $_orderby ) ) ) {
    296 
    297297                $select[] = ' pm.meta_value AS value';
    298298                $join[]   = ' INNER JOIN wp_postmeta AS pm ON ( wp_posts.ID = pm.post_id )';
    299299                $where[]  = ' AND pm.meta_key = "_wpmoly_movie_' . $_orderby[ $orderby ] . '"';
    300300                $orderby = 'value';
     301            } elseif ( 'post_date' == $orderby ) {
     302                $orderby = 'post_date';
    301303            } else {
    302304                $orderby = 'post_title';
  • wpmovielibrary/trunk/readme.txt

    r1119492 r1127584  
    44Tags: movie, movies, movie database, movie library, movie collection, cinema, movie genre, actor, actor, movie image, movie poster, movie meta, movie metadata, tmdb
    55Requires at least: 3.8
    6 Tested up to: 4.1
    7 Stable tag: 2.1.4
     6Tested up to: 4.2-beta4
     7Stable tag: 2.1.4.1
    88License: GPLv3
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    138138
    139139== 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
    140147
    141148= 2.1.4 =
  • wpmovielibrary/trunk/wpmovielibrary.php

    r1119492 r1127584  
    1818 * Plugin URI:  http://wpmovielibrary.com
    1919 * Description: A WordPress Plugin to manage a personnal library of movies.
    20  * Version:     2.1.4
     20 * Version:     2.1.4.1
    2121 * Author:      Charlie MERLAND
    2222 * Author URI:  http://www.caercam.org/
     
    3535define( 'WPMOLY_PLUGIN',                 plugin_basename( __FILE__ ) );
    3636define( 'WPMOLY_NAME',                   'WPMovieLibrary' );
    37 define( 'WPMOLY_VERSION',                '2.1.4' );
     37define( 'WPMOLY_VERSION',                '2.1.4.1' );
    3838define( 'WPMOLY_SLUG',                   'wpmoly' );
    3939define( 'WPMOLY_URL',                    plugins_url( basename( __DIR__ ) ) );
     
    183183        require_once( WPMOLY_PATH . 'admin/class-wpmoly-edit-movies.php' );
    184184        require_once( WPMOLY_PATH . 'admin/class-wpmoly-media.php' );
     185        require_once( WPMOLY_PATH . 'admin/class-wpmoly-list-table.php' );
    185186        require_once( WPMOLY_PATH . 'admin/class-wpmoly-import-table.php' );
    186187        require_once( WPMOLY_PATH . 'admin/class-wpmoly-import-queue.php' );
Note: See TracChangeset for help on using the changeset viewer.