Skip to content

Commit

Permalink
Update localizations
Browse files Browse the repository at this point in the history
  • Loading branch information
gnunn1 committed Feb 17, 2017
1 parent 607bc78 commit 7180ded
Show file tree
Hide file tree
Showing 26 changed files with 34,114 additions and 33,681 deletions.
2,794 changes: 1,406 additions & 1,388 deletions po/bg.po

Large diffs are not rendered by default.

2,902 changes: 1,460 additions & 1,442 deletions po/cs.po

Large diffs are not rendered by default.

2,948 changes: 1,483 additions & 1,465 deletions po/de.po

Large diffs are not rendered by default.

2,756 changes: 1,387 additions & 1,369 deletions po/el.po

Large diffs are not rendered by default.

2,742 changes: 1,380 additions & 1,362 deletions po/en.po

Large diffs are not rendered by default.

2,968 changes: 1,493 additions & 1,475 deletions po/es.po

Large diffs are not rendered by default.

2,998 changes: 1,508 additions & 1,490 deletions po/fr.po

Large diffs are not rendered by default.

2,908 changes: 1,463 additions & 1,445 deletions po/he.po

Large diffs are not rendered by default.

2,550 changes: 1,284 additions & 1,266 deletions po/id.po

Large diffs are not rendered by default.

2,936 changes: 1,477 additions & 1,459 deletions po/it.po

Large diffs are not rendered by default.

2,954 changes: 1,486 additions & 1,468 deletions po/ja.po

Large diffs are not rendered by default.

2,924 changes: 1,471 additions & 1,453 deletions po/ko.po

Large diffs are not rendered by default.

2,122 changes: 1,070 additions & 1,052 deletions po/lt.po

Large diffs are not rendered by default.

2,934 changes: 1,476 additions & 1,458 deletions po/nl.po

Large diffs are not rendered by default.

2,964 changes: 1,491 additions & 1,473 deletions po/pl.po

Large diffs are not rendered by default.

2,936 changes: 1,477 additions & 1,459 deletions po/pt_BR.po

Large diffs are not rendered by default.

2,958 changes: 1,488 additions & 1,470 deletions po/pt_PT.po

Large diffs are not rendered by default.

2,938 changes: 1,478 additions & 1,460 deletions po/ru.po

Large diffs are not rendered by default.

2,960 changes: 1,489 additions & 1,471 deletions po/sv.po

Large diffs are not rendered by default.

2,041 changes: 1,029 additions & 1,012 deletions po/terminix.pot

Large diffs are not rendered by default.

2,908 changes: 1,463 additions & 1,445 deletions po/tr.po

Large diffs are not rendered by default.

2,940 changes: 1,479 additions & 1,461 deletions po/uk.po

Large diffs are not rendered by default.

2,918 changes: 1,468 additions & 1,450 deletions po/zh_CN.po

Large diffs are not rendered by default.

2,792 changes: 1,405 additions & 1,387 deletions po/zh_TW.po

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions source/gx/terminix/closedialog.d
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ private:
if (iconInfo !is null) {
pbTerminal = iconInfo.loadIcon();
tracef("Pixbuf width,height = %d,%d", pbTerminal.getWidth(), pbTerminal.getHeight());
} else {
warning("Could not load icon for 'utilities-terminal'");
}
setAllMargins(getContentArea(), 18);
Box box = new Box(Orientation.VERTICAL, 6);
Expand Down
2 changes: 1 addition & 1 deletion source/gx/terminix/constants.d
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ enum APPLICATION_ID = "com.gexperts.Terminix";

// Application values used in About Dialog
enum APPLICATION_NAME = "Terminix";
enum APPLICATION_VERSION = "1.4.9-1.0.0";
enum APPLICATION_VERSION = "1.4.9-2.0.0";
enum APPLICATION_AUTHOR = "Gerald Nunn";
enum APPLICATION_COPYRIGHT = "Copyright \xc2\xa9 2017 " ~ APPLICATION_AUTHOR;
enum APPLICATION_COMMENTS = N_("A VTE based terminal emulator for Linux");
Expand Down

0 comments on commit 7180ded

Please sign in to comment.