Skip to content

Commit

Permalink
I18n update
Browse files Browse the repository at this point in the history
  • Loading branch information
stoecker committed Jan 22, 2025
1 parent 6f9c599 commit 568810e
Show file tree
Hide file tree
Showing 43 changed files with 1 addition and 1 deletion.
Binary file added data/ar.lang
Binary file not shown.
Binary file added data/ast.lang
Binary file not shown.
Binary file added data/be.lang
Binary file not shown.
Binary file added data/bg.lang
Binary file not shown.
Binary file added data/ca-valencia.lang
Binary file not shown.
Binary file added data/ca.lang
Binary file not shown.
Binary file added data/cs.lang
Binary file not shown.
Binary file added data/cy.lang
Binary file not shown.
Binary file added data/da.lang
Binary file not shown.
Binary file added data/de.lang
Binary file not shown.
Binary file added data/el.lang
Binary file not shown.
Binary file added data/en.lang
Binary file not shown.
Binary file added data/en_AU.lang
Binary file not shown.
Binary file added data/en_GB.lang
Binary file not shown.
Binary file added data/es.lang
Binary file not shown.
Binary file added data/et.lang
Binary file not shown.
Binary file added data/fa.lang
Binary file not shown.
Binary file added data/fi.lang
Binary file not shown.
Binary file added data/fr.lang
Binary file not shown.
Binary file added data/gl.lang
Binary file not shown.
Binary file added data/hu.lang
Binary file not shown.
Binary file added data/id.lang
Binary file not shown.
Binary file added data/is.lang
Binary file not shown.
Binary file added data/it.lang
Binary file not shown.
Binary file added data/ja.lang
Binary file not shown.
Binary file added data/km.lang
Binary file not shown.
Binary file added data/ko.lang
Binary file not shown.
Binary file added data/lt.lang
Binary file not shown.
Binary file added data/mr.lang
Binary file not shown.
Binary file added data/nb.lang
Binary file not shown.
Binary file added data/nl.lang
Binary file not shown.
Binary file added data/pl.lang
Binary file not shown.
Binary file added data/pt.lang
Binary file not shown.
Binary file added data/pt_BR.lang
Binary file not shown.
Binary file added data/ru.lang
Binary file not shown.
Binary file added data/sk.lang
Binary file not shown.
Binary file added data/sr-latin.lang
Binary file not shown.
Binary file added data/sv.lang
Binary file not shown.
Binary file added data/tr.lang
Binary file not shown.
Binary file added data/uk.lang
Binary file not shown.
Binary file added data/zh_CN.lang
Binary file not shown.
Binary file added data/zh_TW.lang
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public void actionPerformed(ActionEvent e) {
final String uri = s.getUrl() + "/w/index.php?title=" + Utils.encodeUrl(sitelink.getTitle());
final String error = OpenBrowser.displayUrl(uri);
if (error != null) {
new Notification(I18n.tr("Can't open website {0} in browser! Error message: {1}", uri, error))
new Notification(I18n.tr("Can''t open website {0} in browser! Error message: {1}", uri, error))
.setIcon(WikipediaPlugin.NOTIFICATION_ICON)
.show();
}
Expand Down

0 comments on commit 568810e

Please sign in to comment.