diff --git a/YACReader/main_window_viewer.cpp b/YACReader/main_window_viewer.cpp index 036d8667..af3ac0f2 100644 --- a/YACReader/main_window_viewer.cpp +++ b/YACReader/main_window_viewer.cpp @@ -923,7 +923,7 @@ void MainWindowViewer::changeFit() void MainWindowViewer::newVersion() { QMessageBox msgBox; - msgBox.setText(tr("There is a new version avaliable")); + msgBox.setText(tr("There is a new version available")); msgBox.setInformativeText(tr("Do you want to download the new version?")); msgBox.setStandardButtons(QMessageBox::Yes | QMessageBox::Ignore | QMessageBox::No); msgBox.setDefaultButton(QMessageBox::Yes); diff --git a/YACReader/yacreader_es.ts b/YACReader/yacreader_es.ts index 220cbc70..33173874 100644 --- a/YACReader/yacreader_es.ts +++ b/YACReader/yacreader_es.ts @@ -404,7 +404,7 @@ - There is a new version avaliable + There is a new version available Hay una nueva versión disponible diff --git a/YACReader/yacreader_fr.ts b/YACReader/yacreader_fr.ts index 29539a7d..98ebad15 100644 --- a/YACReader/yacreader_fr.ts +++ b/YACReader/yacreader_fr.ts @@ -393,7 +393,7 @@ - There is a new version avaliable + There is a new version available Une nouvelle version est disponible diff --git a/YACReader/yacreader_nl.ts b/YACReader/yacreader_nl.ts index 0404c9f5..977f8879 100644 --- a/YACReader/yacreader_nl.ts +++ b/YACReader/yacreader_nl.ts @@ -393,7 +393,7 @@ - There is a new version avaliable + There is a new version available Er is een nieuwe versie beschikbaar diff --git a/YACReader/yacreader_pt.ts b/YACReader/yacreader_pt.ts index bdd6ec65..ec459456 100644 --- a/YACReader/yacreader_pt.ts +++ b/YACReader/yacreader_pt.ts @@ -403,7 +403,7 @@ - There is a new version avaliable + There is a new version available Há uma nova versão disponível diff --git a/YACReader/yacreader_ru.ts b/YACReader/yacreader_ru.ts index 183b89ab..08325fe9 100644 --- a/YACReader/yacreader_ru.ts +++ b/YACReader/yacreader_ru.ts @@ -393,7 +393,7 @@ - There is a new version avaliable + There is a new version available Доступно новое обновление diff --git a/YACReader/yacreader_source.ts b/YACReader/yacreader_source.ts index 1e8ee9f3..5bb90563 100644 --- a/YACReader/yacreader_source.ts +++ b/YACReader/yacreader_source.ts @@ -393,7 +393,7 @@ - There is a new version avaliable + There is a new version available diff --git a/YACReader/yacreader_tr.ts b/YACReader/yacreader_tr.ts index 56fb2aac..8e7a0412 100644 --- a/YACReader/yacreader_tr.ts +++ b/YACReader/yacreader_tr.ts @@ -306,7 +306,7 @@ Sıradaki çizgi romanı aç - There is a new version avaliable + There is a new version available Yeni versiyon mevcut diff --git a/YACReaderLibrary/comic_vine/search_single_comic.cpp b/YACReaderLibrary/comic_vine/search_single_comic.cpp index 431b048a..0e4f479d 100644 --- a/YACReaderLibrary/comic_vine/search_single_comic.cpp +++ b/YACReaderLibrary/comic_vine/search_single_comic.cpp @@ -10,8 +10,8 @@ SearchSingleComic::SearchSingleComic(QWidget * parent) :QWidget(parent) { - //QLabel * label = new QLabel(tr("Please provide some aditional information. At least one field is needed.")); - QLabel * label = new QLabel(tr("Please provide some aditional information.")); + //QLabel * label = new QLabel(tr("Please provide some additional information. At least one field is needed.")); + QLabel * label = new QLabel(tr("Please provide some additional information.")); label->setStyleSheet("QLabel {color:white; font-size:12px;font-family:Arial;}"); //titleEdit = new ScraperLineEdit(tr("Title:")); diff --git a/YACReaderLibrary/comic_vine/search_volume.cpp b/YACReaderLibrary/comic_vine/search_volume.cpp index cb779b6f..8351f685 100644 --- a/YACReaderLibrary/comic_vine/search_volume.cpp +++ b/YACReaderLibrary/comic_vine/search_volume.cpp @@ -8,7 +8,7 @@ SearchVolume::SearchVolume(QWidget * parent) :QWidget(parent) { - QLabel * label = new QLabel(tr("Please provide some aditional information.")); + QLabel * label = new QLabel(tr("Please provide some additional information.")); label->setStyleSheet("QLabel {color:white; font-size:12px;font-family:Arial;}"); volumeEdit = new ScraperLineEdit(tr("Series:")); diff --git a/YACReaderLibrary/library_creator.cpp b/YACReaderLibrary/library_creator.cpp index 505e83ea..23f8ed63 100644 --- a/YACReaderLibrary/library_creator.cpp +++ b/YACReaderLibrary/library_creator.cpp @@ -403,7 +403,7 @@ void LibraryCreator::update(QDir dirS) } i++; } - else //nameD no longer avaliable on Source folder... + else //nameD no longer available on Source folder... { if(nameS!="/.yacreaderlibrary") { diff --git a/YACReaderLibrary/library_window.cpp b/YACReaderLibrary/library_window.cpp index f2def180..59b7ae70 100644 --- a/YACReaderLibrary/library_window.cpp +++ b/YACReaderLibrary/library_window.cpp @@ -886,7 +886,7 @@ void LibraryWindow::loadLibrary(const QString & name) foldersView->setModel(NULL); comicFlow->clear(); disableAllActions();//TODO comprobar que se deben deshabilitar - //ser posible renombrar y borrar estas bibliotecas + //ser possible renombrar y borrar estas bibliotecas renameLibraryAction->setEnabled(true); removeLibraryAction->setEnabled(true); } @@ -939,7 +939,7 @@ void LibraryWindow::loadLibrary(const QString & name) foldersView->setModel(NULL); comicFlow->clear(); disableAllActions();//TODO comprobar que se deben deshabilitar - //ser posible renombrar y borrar estas bibliotecas + //ser possible renombrar y borrar estas bibliotecas renameLibraryAction->setEnabled(true); removeLibraryAction->setEnabled(true); } @@ -959,7 +959,7 @@ void LibraryWindow::loadLibrary(const QString & name) { deleteCurrentLibrary(); } - //ser posible renombrar y borrar estas bibliotecas + //ser possible renombrar y borrar estas bibliotecas renameLibraryAction->setEnabled(true); removeLibraryAction->setEnabled(true); @@ -971,7 +971,7 @@ void LibraryWindow::loadLibrary(const QString & name) { QSqlDatabase db = DataBaseManagement::loadDatabase(path); manageOpeningLibraryError(db.lastError().databaseText() + "-" + db.lastError().driverText()); - //ser posible renombrar y borrar estas bibliotecas + //ser possible renombrar y borrar estas bibliotecas renameLibraryAction->setEnabled(true); removeLibraryAction->setEnabled(true); } @@ -987,7 +987,7 @@ void LibraryWindow::loadLibrary(const QString & name) createLibraryDialog->setDataAndStart(currentLibrary,path); //create(path,path+"/.yacreaderlibrary",currentLibrary); } - //ser posible renombrar y borrar estas bibliotecas + //ser possible renombrar y borrar estas bibliotecas renameLibraryAction->setEnabled(true); removeLibraryAction->setEnabled(true); } @@ -1311,7 +1311,7 @@ void LibraryWindow::deleteCurrentLibrary() QDir d(path); delTree(d); d.rmdir(path); - if(libraries.isEmpty())//no more libraries avaliable. + if(libraries.isEmpty())//no more libraries available. { comicView->setModel(NULL); foldersView->setModel(NULL); @@ -1333,7 +1333,7 @@ void LibraryWindow::removeLibrary() libraries.remove(currentLibrary); selectedLibrary->removeItem(selectedLibrary->currentIndex()); //selectedLibrary->setCurrentIndex(0); - if(libraries.isEmpty())//no more libraries avaliable. + if(libraries.isEmpty())//no more libraries available. { comicView->setModel(NULL); foldersView->setModel(NULL); diff --git a/YACReaderLibrary/server/requestmapper.cpp b/YACReaderLibrary/server/requestmapper.cpp index 7b554f59..8b9c30a7 100644 --- a/YACReaderLibrary/server/requestmapper.cpp +++ b/YACReaderLibrary/server/requestmapper.cpp @@ -68,7 +68,7 @@ void RequestMapper::loadSession(HttpRequest & request, HttpResponse& response) QList data = postData.split("\n"); - QLOG_INFO() << "Data lenght : " << data.length(); + QLOG_INFO() << "Data length : " << data.length(); if(data.length() > 2) { diff --git a/YACReaderLibrary/yacreaderlibrary_es.ts b/YACReaderLibrary/yacreaderlibrary_es.ts index 942f6bcc..92883525 100644 --- a/YACReaderLibrary/yacreaderlibrary_es.ts +++ b/YACReaderLibrary/yacreaderlibrary_es.ts @@ -1020,7 +1020,7 @@ SearchSingleComic - Please provide some aditional information. + Please provide some additional information. Por favor, proporciona alguna información adicional. @@ -1033,7 +1033,7 @@ SearchVolume - Please provide some aditional information. + Please provide some additional information. Por favor, proporciona alguna informacion adicional. diff --git a/YACReaderLibrary/yacreaderlibrary_fr.ts b/YACReaderLibrary/yacreaderlibrary_fr.ts index 2851cd6f..d583f5af 100644 --- a/YACReaderLibrary/yacreaderlibrary_fr.ts +++ b/YACReaderLibrary/yacreaderlibrary_fr.ts @@ -1017,7 +1017,7 @@ SearchSingleComic - Please provide some aditional information. + Please provide some additional information. @@ -1030,7 +1030,7 @@ SearchVolume - Please provide some aditional information. + Please provide some additional information. diff --git a/YACReaderLibrary/yacreaderlibrary_nl.ts b/YACReaderLibrary/yacreaderlibrary_nl.ts index 706c2aa4..393a1257 100644 --- a/YACReaderLibrary/yacreaderlibrary_nl.ts +++ b/YACReaderLibrary/yacreaderlibrary_nl.ts @@ -1017,7 +1017,7 @@ SearchSingleComic - Please provide some aditional information. + Please provide some additional information. @@ -1030,7 +1030,7 @@ SearchVolume - Please provide some aditional information. + Please provide some additional information. diff --git a/YACReaderLibrary/yacreaderlibrary_pt.ts b/YACReaderLibrary/yacreaderlibrary_pt.ts index 6636dc77..fd854015 100644 --- a/YACReaderLibrary/yacreaderlibrary_pt.ts +++ b/YACReaderLibrary/yacreaderlibrary_pt.ts @@ -1019,7 +1019,7 @@ SearchSingleComic - Please provide some aditional information. + Please provide some additional information. @@ -1032,7 +1032,7 @@ SearchVolume - Please provide some aditional information. + Please provide some additional information. diff --git a/YACReaderLibrary/yacreaderlibrary_ru.ts b/YACReaderLibrary/yacreaderlibrary_ru.ts index 20cccb4f..54f7e5aa 100644 --- a/YACReaderLibrary/yacreaderlibrary_ru.ts +++ b/YACReaderLibrary/yacreaderlibrary_ru.ts @@ -1019,7 +1019,7 @@ SearchSingleComic - Please provide some aditional information. + Please provide some additional information. @@ -1032,7 +1032,7 @@ SearchVolume - Please provide some aditional information. + Please provide some additional information. diff --git a/YACReaderLibrary/yacreaderlibrary_source.ts b/YACReaderLibrary/yacreaderlibrary_source.ts index 8998aef1..37c80632 100644 --- a/YACReaderLibrary/yacreaderlibrary_source.ts +++ b/YACReaderLibrary/yacreaderlibrary_source.ts @@ -1017,7 +1017,7 @@ SearchSingleComic - Please provide some aditional information. + Please provide some additional information. @@ -1030,7 +1030,7 @@ SearchVolume - Please provide some aditional information. + Please provide some additional information. diff --git a/YACReaderLibrary/yacreaderlibrary_tr.ts b/YACReaderLibrary/yacreaderlibrary_tr.ts index 6cbbbfbe..06761ae6 100644 --- a/YACReaderLibrary/yacreaderlibrary_tr.ts +++ b/YACReaderLibrary/yacreaderlibrary_tr.ts @@ -884,7 +884,7 @@ SearchSingleComic - Please provide some aditional information. + Please provide some additional information. @@ -895,7 +895,7 @@ SearchVolume - Please provide some aditional information. + Please provide some additional information. diff --git a/files/helpYACReader.html b/files/helpYACReader.html index 1a103f96..09919e39 100644 --- a/files/helpYACReader.html +++ b/files/helpYACReader.html @@ -32,7 +32,7 @@
  • comic reading using keyboard and mouse
  • fast open and comic navigation
  • fullscreen mode
  • -
  • configurable magnifying glass for improved reading, since 0.2.0 version is avaliable in windowed mode
  • +
  • configurable magnifying glass for improved reading, since 0.2.0 version is available in windowed mode
  • fit width (also adjust to an specific width) and fit height modes.
  • configurable CoverFlow like effect for "go to page" function.
  • image rotation for comfortable reading even in tablet PCs
  • @@ -97,7 +97,7 @@ Configuration dialog
    • "My comics path" : set your favourite comic path. Open comic dialog will open that path by default.
    • -
    • "Go to flow size" : move the slider to set your prefered go to flow size
    • +
    • "Go to flow size" : move the slider to set your preferred go to flow size
    • "How to show pages in GoToFlow" : since version 0.2.0, you can choose between three diferent styles:
      • Cover Flow : the classic style
      • @@ -105,7 +105,7 @@
      • Overlapped Strip : a strip of pages with overlap effect
        • -
        • "Page width stretch" : move the slider to set your prefered page width stretch. This takes effect in "fit to width" reading mode.
        • +
        • "Page width stretch" : move the slider to set your preferred page width stretch. This takes effect in "fit to width" reading mode.

        @@ -126,7 +126,7 @@ automatically, moreover, you can go to next or previous page using 'RIGTH' and 'LEFT'.

        - Jumping between pages is posible using "Go To..." dialog ('G' key) or "Go To Flow" widget ('S' key). + Jumping between pages is possible using "Go To..." dialog ('G' key) or "Go To Flow" widget ('S' key). You don't have to wait until all pages are loaded to use these functions, because pages are shown as soon as they are ready.

        diff --git a/files/helpYACReaderLibrary.html b/files/helpYACReaderLibrary.html index da1f7669..cdc6344d 100644 --- a/files/helpYACReaderLibrary.html +++ b/files/helpYACReaderLibrary.html @@ -55,7 +55,7 @@
      • Browse a library: there are three views.
        • On the left, there is a treeview with the folders existing in your library, - you can select any folder, it is posible to expand or collapse it by double clicking on a folder. Also, you can expand or collapse all folders using '+' and '-' buttons. Root folder + you can select any folder, it is possible to expand or collapse it by double clicking on a folder. Also, you can expand or collapse all folders using '+' and '-' buttons. Root folder can be selected clicking on "Select root node" button.
        • On the top right, there is the covers view. This view shows the comics on the selected folder. You can browse them using left and right cursors (pressing CTRL allows you to fast fordward/backward), or clicking on the right/left of the central cover.
        • On the bottom right, there is the list view. This view shows the comics on the selected folder as a list. You can select any comic clicking on it.