Fix some spell errors

This commit is contained in:
Felix Kauselmann 2014-08-24 15:56:38 +02:00
parent 96c175889e
commit c897efb08a
22 changed files with 39 additions and 39 deletions

View File

@ -923,7 +923,7 @@ void MainWindowViewer::changeFit()
void MainWindowViewer::newVersion() void MainWindowViewer::newVersion()
{ {
QMessageBox msgBox; 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.setInformativeText(tr("Do you want to download the new version?"));
msgBox.setStandardButtons(QMessageBox::Yes | QMessageBox::Ignore | QMessageBox::No); msgBox.setStandardButtons(QMessageBox::Yes | QMessageBox::Ignore | QMessageBox::No);
msgBox.setDefaultButton(QMessageBox::Yes); msgBox.setDefaultButton(QMessageBox::Yes);

View File

@ -404,7 +404,7 @@
</message> </message>
<message> <message>
<location filename="main_window_viewer.cpp" line="939"/> <location filename="main_window_viewer.cpp" line="939"/>
<source>There is a new version avaliable</source> <source>There is a new version available</source>
<translation>Hay una nueva versión disponible</translation> <translation>Hay una nueva versión disponible</translation>
</message> </message>
<message> <message>

View File

@ -393,7 +393,7 @@
</message> </message>
<message> <message>
<location filename="main_window_viewer.cpp" line="939"/> <location filename="main_window_viewer.cpp" line="939"/>
<source>There is a new version avaliable</source> <source>There is a new version available</source>
<translation>Une nouvelle version est disponible</translation> <translation>Une nouvelle version est disponible</translation>
</message> </message>
<message> <message>

View File

@ -393,7 +393,7 @@
</message> </message>
<message> <message>
<location filename="main_window_viewer.cpp" line="939"/> <location filename="main_window_viewer.cpp" line="939"/>
<source>There is a new version avaliable</source> <source>There is a new version available</source>
<translation type="unfinished">Er is een nieuwe versie beschikbaar</translation> <translation type="unfinished">Er is een nieuwe versie beschikbaar</translation>
</message> </message>
<message> <message>

View File

@ -403,7 +403,7 @@
</message> </message>
<message> <message>
<location filename="main_window_viewer.cpp" line="939"/> <location filename="main_window_viewer.cpp" line="939"/>
<source>There is a new version avaliable</source> <source>There is a new version available</source>
<translation> uma nova versão disponível</translation> <translation> uma nova versão disponível</translation>
</message> </message>
<message> <message>

View File

@ -393,7 +393,7 @@
</message> </message>
<message> <message>
<location filename="main_window_viewer.cpp" line="939"/> <location filename="main_window_viewer.cpp" line="939"/>
<source>There is a new version avaliable</source> <source>There is a new version available</source>
<translation>Доступно новое обновление</translation> <translation>Доступно новое обновление</translation>
</message> </message>
<message> <message>

View File

@ -393,7 +393,7 @@
</message> </message>
<message> <message>
<location filename="main_window_viewer.cpp" line="939"/> <location filename="main_window_viewer.cpp" line="939"/>
<source>There is a new version avaliable</source> <source>There is a new version available</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>

View File

@ -306,7 +306,7 @@
<translation>Sıradaki çizgi romanı </translation> <translation>Sıradaki çizgi romanı </translation>
</message> </message>
<message> <message>
<source>There is a new version avaliable</source> <source>There is a new version available</source>
<translation>Yeni versiyon mevcut</translation> <translation>Yeni versiyon mevcut</translation>
</message> </message>
<message> <message>

View File

@ -10,8 +10,8 @@ SearchSingleComic::SearchSingleComic(QWidget * parent)
: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 additional 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."));
label->setStyleSheet("QLabel {color:white; font-size:12px;font-family:Arial;}"); label->setStyleSheet("QLabel {color:white; font-size:12px;font-family:Arial;}");
//titleEdit = new ScraperLineEdit(tr("Title:")); //titleEdit = new ScraperLineEdit(tr("Title:"));

View File

@ -8,7 +8,7 @@
SearchVolume::SearchVolume(QWidget * parent) SearchVolume::SearchVolume(QWidget * parent)
: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;}"); label->setStyleSheet("QLabel {color:white; font-size:12px;font-family:Arial;}");
volumeEdit = new ScraperLineEdit(tr("Series:")); volumeEdit = new ScraperLineEdit(tr("Series:"));

View File

@ -403,7 +403,7 @@ void LibraryCreator::update(QDir dirS)
} }
i++; i++;
} }
else //nameD no longer avaliable on Source folder... else //nameD no longer available on Source folder...
{ {
if(nameS!="/.yacreaderlibrary") if(nameS!="/.yacreaderlibrary")
{ {

View File

@ -886,7 +886,7 @@ void LibraryWindow::loadLibrary(const QString & name)
foldersView->setModel(NULL); foldersView->setModel(NULL);
comicFlow->clear(); comicFlow->clear();
disableAllActions();//TODO comprobar que se deben deshabilitar disableAllActions();//TODO comprobar que se deben deshabilitar
//será posible renombrar y borrar estas bibliotecas //será possible renombrar y borrar estas bibliotecas
renameLibraryAction->setEnabled(true); renameLibraryAction->setEnabled(true);
removeLibraryAction->setEnabled(true); removeLibraryAction->setEnabled(true);
} }
@ -939,7 +939,7 @@ void LibraryWindow::loadLibrary(const QString & name)
foldersView->setModel(NULL); foldersView->setModel(NULL);
comicFlow->clear(); comicFlow->clear();
disableAllActions();//TODO comprobar que se deben deshabilitar disableAllActions();//TODO comprobar que se deben deshabilitar
//será posible renombrar y borrar estas bibliotecas //será possible renombrar y borrar estas bibliotecas
renameLibraryAction->setEnabled(true); renameLibraryAction->setEnabled(true);
removeLibraryAction->setEnabled(true); removeLibraryAction->setEnabled(true);
} }
@ -959,7 +959,7 @@ void LibraryWindow::loadLibrary(const QString & name)
{ {
deleteCurrentLibrary(); deleteCurrentLibrary();
} }
//será posible renombrar y borrar estas bibliotecas //será possible renombrar y borrar estas bibliotecas
renameLibraryAction->setEnabled(true); renameLibraryAction->setEnabled(true);
removeLibraryAction->setEnabled(true); removeLibraryAction->setEnabled(true);
@ -971,7 +971,7 @@ void LibraryWindow::loadLibrary(const QString & name)
{ {
QSqlDatabase db = DataBaseManagement::loadDatabase(path); QSqlDatabase db = DataBaseManagement::loadDatabase(path);
manageOpeningLibraryError(db.lastError().databaseText() + "-" + db.lastError().driverText()); manageOpeningLibraryError(db.lastError().databaseText() + "-" + db.lastError().driverText());
//será posible renombrar y borrar estas bibliotecas //será possible renombrar y borrar estas bibliotecas
renameLibraryAction->setEnabled(true); renameLibraryAction->setEnabled(true);
removeLibraryAction->setEnabled(true); removeLibraryAction->setEnabled(true);
} }
@ -987,7 +987,7 @@ void LibraryWindow::loadLibrary(const QString & name)
createLibraryDialog->setDataAndStart(currentLibrary,path); createLibraryDialog->setDataAndStart(currentLibrary,path);
//create(path,path+"/.yacreaderlibrary",currentLibrary); //create(path,path+"/.yacreaderlibrary",currentLibrary);
} }
//será posible renombrar y borrar estas bibliotecas //será possible renombrar y borrar estas bibliotecas
renameLibraryAction->setEnabled(true); renameLibraryAction->setEnabled(true);
removeLibraryAction->setEnabled(true); removeLibraryAction->setEnabled(true);
} }
@ -1311,7 +1311,7 @@ void LibraryWindow::deleteCurrentLibrary()
QDir d(path); QDir d(path);
delTree(d); delTree(d);
d.rmdir(path); d.rmdir(path);
if(libraries.isEmpty())//no more libraries avaliable. if(libraries.isEmpty())//no more libraries available.
{ {
comicView->setModel(NULL); comicView->setModel(NULL);
foldersView->setModel(NULL); foldersView->setModel(NULL);
@ -1333,7 +1333,7 @@ void LibraryWindow::removeLibrary()
libraries.remove(currentLibrary); libraries.remove(currentLibrary);
selectedLibrary->removeItem(selectedLibrary->currentIndex()); selectedLibrary->removeItem(selectedLibrary->currentIndex());
//selectedLibrary->setCurrentIndex(0); //selectedLibrary->setCurrentIndex(0);
if(libraries.isEmpty())//no more libraries avaliable. if(libraries.isEmpty())//no more libraries available.
{ {
comicView->setModel(NULL); comicView->setModel(NULL);
foldersView->setModel(NULL); foldersView->setModel(NULL);

View File

@ -68,7 +68,7 @@ void RequestMapper::loadSession(HttpRequest & request, HttpResponse& response)
QList<QString> data = postData.split("\n"); QList<QString> data = postData.split("\n");
QLOG_INFO() << "Data lenght : " << data.length(); QLOG_INFO() << "Data length : " << data.length();
if(data.length() > 2) if(data.length() > 2)
{ {

View File

@ -1020,7 +1020,7 @@
<name>SearchSingleComic</name> <name>SearchSingleComic</name>
<message> <message>
<location filename="comic_vine/search_single_comic.cpp" line="14"/> <location filename="comic_vine/search_single_comic.cpp" line="14"/>
<source>Please provide some aditional information.</source> <source>Please provide some additional information.</source>
<translation>Por favor, proporciona alguna información adicional.</translation> <translation>Por favor, proporciona alguna información adicional.</translation>
</message> </message>
<message> <message>
@ -1033,7 +1033,7 @@
<name>SearchVolume</name> <name>SearchVolume</name>
<message> <message>
<location filename="comic_vine/search_volume.cpp" line="11"/> <location filename="comic_vine/search_volume.cpp" line="11"/>
<source>Please provide some aditional information.</source> <source>Please provide some additional information.</source>
<translation>Por favor, proporciona alguna informacion adicional.</translation> <translation>Por favor, proporciona alguna informacion adicional.</translation>
</message> </message>
<message> <message>

View File

@ -1017,7 +1017,7 @@
<name>SearchSingleComic</name> <name>SearchSingleComic</name>
<message> <message>
<location filename="comic_vine/search_single_comic.cpp" line="14"/> <location filename="comic_vine/search_single_comic.cpp" line="14"/>
<source>Please provide some aditional information.</source> <source>Please provide some additional information.</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@ -1030,7 +1030,7 @@
<name>SearchVolume</name> <name>SearchVolume</name>
<message> <message>
<location filename="comic_vine/search_volume.cpp" line="11"/> <location filename="comic_vine/search_volume.cpp" line="11"/>
<source>Please provide some aditional information.</source> <source>Please provide some additional information.</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>

View File

@ -1017,7 +1017,7 @@
<name>SearchSingleComic</name> <name>SearchSingleComic</name>
<message> <message>
<location filename="comic_vine/search_single_comic.cpp" line="14"/> <location filename="comic_vine/search_single_comic.cpp" line="14"/>
<source>Please provide some aditional information.</source> <source>Please provide some additional information.</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@ -1030,7 +1030,7 @@
<name>SearchVolume</name> <name>SearchVolume</name>
<message> <message>
<location filename="comic_vine/search_volume.cpp" line="11"/> <location filename="comic_vine/search_volume.cpp" line="11"/>
<source>Please provide some aditional information.</source> <source>Please provide some additional information.</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>

View File

@ -1019,7 +1019,7 @@
<name>SearchSingleComic</name> <name>SearchSingleComic</name>
<message> <message>
<location filename="comic_vine/search_single_comic.cpp" line="14"/> <location filename="comic_vine/search_single_comic.cpp" line="14"/>
<source>Please provide some aditional information.</source> <source>Please provide some additional information.</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@ -1032,7 +1032,7 @@
<name>SearchVolume</name> <name>SearchVolume</name>
<message> <message>
<location filename="comic_vine/search_volume.cpp" line="11"/> <location filename="comic_vine/search_volume.cpp" line="11"/>
<source>Please provide some aditional information.</source> <source>Please provide some additional information.</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>

View File

@ -1019,7 +1019,7 @@
<name>SearchSingleComic</name> <name>SearchSingleComic</name>
<message> <message>
<location filename="comic_vine/search_single_comic.cpp" line="14"/> <location filename="comic_vine/search_single_comic.cpp" line="14"/>
<source>Please provide some aditional information.</source> <source>Please provide some additional information.</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@ -1032,7 +1032,7 @@
<name>SearchVolume</name> <name>SearchVolume</name>
<message> <message>
<location filename="comic_vine/search_volume.cpp" line="11"/> <location filename="comic_vine/search_volume.cpp" line="11"/>
<source>Please provide some aditional information.</source> <source>Please provide some additional information.</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>

View File

@ -1017,7 +1017,7 @@
<name>SearchSingleComic</name> <name>SearchSingleComic</name>
<message> <message>
<location filename="comic_vine/search_single_comic.cpp" line="14"/> <location filename="comic_vine/search_single_comic.cpp" line="14"/>
<source>Please provide some aditional information.</source> <source>Please provide some additional information.</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@ -1030,7 +1030,7 @@
<name>SearchVolume</name> <name>SearchVolume</name>
<message> <message>
<location filename="comic_vine/search_volume.cpp" line="11"/> <location filename="comic_vine/search_volume.cpp" line="11"/>
<source>Please provide some aditional information.</source> <source>Please provide some additional information.</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>

View File

@ -884,7 +884,7 @@
<context> <context>
<name>SearchSingleComic</name> <name>SearchSingleComic</name>
<message> <message>
<source>Please provide some aditional information.</source> <source>Please provide some additional information.</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
@ -895,7 +895,7 @@
<context> <context>
<name>SearchVolume</name> <name>SearchVolume</name>
<message> <message>
<source>Please provide some aditional information.</source> <source>Please provide some additional information.</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>

View File

@ -32,7 +32,7 @@
<li>comic reading using keyboard and mouse</li> <li>comic reading using keyboard and mouse</li>
<li>fast open and comic navigation</li> <li>fast open and comic navigation</li>
<li>fullscreen mode</li> <li>fullscreen mode</li>
<li>configurable magnifying glass for improved reading, since 0.2.0 version is avaliable in windowed mode</li> <li>configurable magnifying glass for improved reading, since 0.2.0 version is available in windowed mode</li>
<li>fit width (also adjust to an specific width) and fit height modes.</li> <li>fit width (also adjust to an specific width) and fit height modes.</li>
<li>configurable CoverFlow like effect for "go to page" function.</li> <li>configurable CoverFlow like effect for "go to page" function.</li>
<li>image rotation for comfortable reading even in tablet PCs</li> <li>image rotation for comfortable reading even in tablet PCs</li>
@ -97,7 +97,7 @@
<b>Configuration dialog</b> <b>Configuration dialog</b>
<ul> <ul>
<li>"My comics path" : set your favourite comic path. Open comic dialog will open that path by default.</li> <li>"My comics path" : set your favourite comic path. Open comic dialog will open that path by default.</li>
<li>"Go to flow size" : move the slider to set your prefered go to flow size </li> <li>"Go to flow size" : move the slider to set your preferred go to flow size </li>
<li>"How to show pages in GoToFlow" : since version 0.2.0, you can choose between three diferent styles: <li>"How to show pages in GoToFlow" : since version 0.2.0, you can choose between three diferent styles:
<ul> <ul>
<li> Cover Flow : the classic style</li> <li> Cover Flow : the classic style</li>
@ -105,7 +105,7 @@
<li> Overlapped Strip : a strip of pages with overlap effect </li> <li> Overlapped Strip : a strip of pages with overlap effect </li>
<ul> <ul>
</li> </li>
<li>"Page width stretch" : move the slider to set your prefered page width stretch. This takes effect in "fit to width" reading mode.</li> <li>"Page width stretch" : move the slider to set your preferred page width stretch. This takes effect in "fit to width" reading mode.</li>
</ul> </ul>
</p> </p>
@ -126,7 +126,7 @@
automatically, moreover, you can go to next or previous page using 'RIGTH' and 'LEFT'. automatically, moreover, you can go to next or previous page using 'RIGTH' and 'LEFT'.
</p> </p>
<p> <p>
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 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. as they are ready.
</p> </p>

View File

@ -55,7 +55,7 @@
<li>Browse a library: there are three views. <li>Browse a library: there are three views.
<ul> <ul>
<li>On the left, there is a treeview with the folders existing in your library, <li>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. </li> can be selected clicking on "Select root node" button. </li>
<li>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.</li> <li>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.</li>
<li>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.</li> <li>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.</li>