Skip to content

Commit

Permalink
Update translations
Browse files Browse the repository at this point in the history
  • Loading branch information
hluk committed Jun 11, 2017
1 parent 4a8bff6 commit 9840f27
Show file tree
Hide file tree
Showing 24 changed files with 6,855 additions and 6,927 deletions.
4 changes: 2 additions & 2 deletions src/gui/addcommanddialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -218,15 +218,15 @@ QList<Command> defaultCommands()
const auto todoTab = AddCommandDialog::tr("Tasks", "Tab name for some predefined commands");
const auto todoTabQuoted = quoteString(todoTab);
c = newCommand(&commands);
c->name = AddCommandDialog::tr("Add to %1 tab", "%1 is quoted TODO tab name")
c->name = AddCommandDialog::tr("Add to %1 tab", "%1 is quoted Tasks tab name")
.arg(todoTabQuoted);
c->icon = QString(QChar(IconShare));
c->tab = todoTab;
c->input = mimeText;
c->inMenu = true;

c = newCommand(&commands);
c->name = AddCommandDialog::tr("Move to %1 tab", "%1 is quoted TODO tab name")
c->name = AddCommandDialog::tr("Move to %1 tab", "%1 is quoted Tasks tab name")
.arg(todoTabQuoted);
c->icon = QString(QChar(IconShare));
c->tab = todoTab;
Expand Down
2 changes: 1 addition & 1 deletion src/scriptable/scriptable.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2191,7 +2191,7 @@ QScriptValue Scriptable::copy(QClipboard::Mode mode)
waitFor(5 + i * 25);
}

throwError( tr("Failed to copy!") );
throwError( tr("Failed to copy to clipboard!") );
return false;
}

Expand Down
582 changes: 297 additions & 285 deletions translations/copyq_ar.ts

Large diffs are not rendered by default.

598 changes: 304 additions & 294 deletions translations/copyq_cs.ts

Large diffs are not rendered by default.

582 changes: 297 additions & 285 deletions translations/copyq_da.ts

Large diffs are not rendered by default.

582 changes: 297 additions & 285 deletions translations/copyq_de.ts

Large diffs are not rendered by default.

582 changes: 297 additions & 285 deletions translations/copyq_es.ts

Large diffs are not rendered by default.

1,244 changes: 628 additions & 616 deletions translations/copyq_fr.ts

Large diffs are not rendered by default.

574 changes: 289 additions & 285 deletions translations/copyq_hu.ts

Large diffs are not rendered by default.

578 changes: 287 additions & 291 deletions translations/copyq_it.ts

Large diffs are not rendered by default.

582 changes: 297 additions & 285 deletions translations/copyq_ja.ts

Large diffs are not rendered by default.

604 changes: 275 additions & 329 deletions translations/copyq_lt.ts

Large diffs are not rendered by default.

582 changes: 297 additions & 285 deletions translations/copyq_nb.ts

Large diffs are not rendered by default.

582 changes: 297 additions & 285 deletions translations/copyq_nl.ts

Large diffs are not rendered by default.

574 changes: 289 additions & 285 deletions translations/copyq_pl.ts

Large diffs are not rendered by default.

582 changes: 297 additions & 285 deletions translations/copyq_pt_BR.ts

Large diffs are not rendered by default.

582 changes: 297 additions & 285 deletions translations/copyq_pt_PT.ts

Large diffs are not rendered by default.

582 changes: 297 additions & 285 deletions translations/copyq_ru.ts

Large diffs are not rendered by default.

626 changes: 265 additions & 361 deletions translations/copyq_sk.ts

Large diffs are not rendered by default.

626 changes: 265 additions & 361 deletions translations/copyq_sv.ts

Large diffs are not rendered by default.

574 changes: 289 additions & 285 deletions translations/copyq_tr.ts

Large diffs are not rendered by default.

574 changes: 289 additions & 285 deletions translations/copyq_uk.ts

Large diffs are not rendered by default.

684 changes: 346 additions & 338 deletions translations/copyq_zh_CN.ts

Large diffs are not rendered by default.

700 changes: 356 additions & 344 deletions translations/copyq_zh_TW.ts

Large diffs are not rendered by default.

0 comments on commit 9840f27

Please sign in to comment.