Commit graph

89 commits

Author SHA1 Message Date
Christian Dywan
455ad57d0f Update French translation 2009-01-22 03:26:06 +01:00
Christian Dywan
34c0f65026 Update German translation 2009-01-22 02:01:33 +01:00
Christian Dywan
4df6dcfda1 Update French translation 2009-01-19 23:14:52 +01:00
Christian Dywan
6c445e9f2a Update German translation 2009-01-19 22:32:55 +01:00
Christian Dywan
9f61741503 Update translation template 2009-01-19 22:30:42 +01:00
Christian Dywan
0fbc478a8a Implement Plugins panel, not quite finished but already useful 2009-01-18 20:34:50 +01:00
Masato Hashimoto
ab57a44784 Update Japanese translation 2009-01-18 16:59:02 +01:00
Anton Shestakov
08c122a0ba Update Russian translation 2009-01-18 14:44:12 +01:00
Masato Hashimoto
50a5711b86 Update Japanese translation 2009-01-16 06:36:15 +01:00
Christian Dywan
02a1b2a71a Correct two mistakes in the German translation 2009-01-13 01:05:50 +01:00
Per Kongstad
2376e20f4c Add Danish translation 2009-01-12 22:58:15 +01:00
Enrico Tröger
3520fff923 Fix signal prototypes and translation typos 2009-01-12 21:17:38 +01:00
Masato Hashimoto
4a59af2c5f Update Japanese translation 2009-01-10 00:46:59 +01:00
Christian Dywan
266771b969 Update British translation 2009-01-04 19:40:22 +01:00
Christian Dywan
2fc060037d Update Dutch translation 2009-01-04 19:34:32 +01:00
Christian Dywan
fc072bf9dc Update German translation 2009-01-04 19:33:49 +01:00
Christian Dywan
6bb3fb442e Various string changes and additions 2009-01-04 19:25:48 +01:00
Anton Shestakov
ef57dfb594 Update Russian translation 2009-01-04 17:51:33 +01:00
Christian Dywan
b494c1b5e6 Update German translation 2009-01-01 04:29:45 +01:00
Masato Hashimoto
58cd6ddcc9 Add Japanese translation 2008-12-31 22:25:22 +01:00
Sérgio Marques
e30b30d37d Add Portuguese translation 2008-12-27 21:14:13 +01:00
Elias Julkunen
428f396b18 Update Finnish translation 2008-12-27 20:53:50 +01:00
Christian Dywan
127632f486 Update translation template 2008-12-21 18:11:21 +01:00
Evaggelos Balaskas
23a4ba1a8d Update Greek translation 2008-12-06 14:38:18 +01:00
Evaggelos Balaskas
24a2bdc7ca Add Greek translation 2008-12-06 05:53:35 +01:00
Christian Dywan
d3a00cecac Update translation template 2008-12-06 05:35:28 +01:00
Christian Dywan
d5e5821064 Move MidoriAddons to panels folder 2008-12-04 01:53:52 +01:00
Christian Dywan
c8e73b80a3 Move MidoriConsole to panels folder 2008-12-04 01:50:26 +01:00
Christian Dywan
e4f401c7e7 Implement new Extensions panel, in the new folder extensions 2008-12-04 01:44:33 +01:00
Christian Dywan
d5e9443624 Fix erroneous string in es.po 2008-11-30 01:11:03 +01:00
Christian Dywan
110b90d31f Add British English translation 2008-11-29 23:55:57 +01:00
Christian Dywan
dc2b7dcd02 German, Spanish and French translation updates 2008-11-29 23:47:47 +01:00
Christian Dywan
11d67dc326 Reimplement the page holder as an extension 2008-11-25 23:53:54 +01:00
Dmitry Nikitin
d2cdb95928 Add Ukrainian translation 2008-11-22 00:01:30 +01:00
Andhika Padmawan
a1f2385eb4 Update Indonesian translation 2008-11-14 02:52:49 +01:00
Mirat Can Bayrak
f77e79be78 Add Turkish translation 2008-11-11 21:58:08 +01:00
Andhika Padmawan
cbea784402 Add Indonesian translation 2008-11-11 21:55:39 +01:00
Vincent Tunru
fa0d09f030 Add Dutch translation 2008-11-10 22:23:42 +01:00
Christian Dywan
709504d400 Add translation template to the repository 2008-11-10 22:01:53 +01:00
Christian Dywan
0bfb12f0b1 Faciliate translation workflow, look at TRANSLATE for details
Also three strings are marked untranslatable since they never
appear in the user interface and 'Unhandled settings value'
is reworded to 'Invalid configuration value'.
2008-11-10 01:08:38 +01:00
Elias Julkunen
57ec9a7bb8 Update Finnish translation 2008-11-08 13:17:53 +01:00
Christian Dywan
3c450ebc97 Introduce descriptive comments meant to help translators
intltool automatically embeds comments in the po template
if they are directly before a translatable string. From
now on we will try to avoid leaving accidental comments
and instead put descriptive comments for translators
before strings, starting with 'i18n'.
2008-11-08 03:05:30 +01:00
Christian Dywan
81f7124475 Update Spanish translation 2008-11-03 00:47:15 +01:00
Christian Dywan
82367f164c Update French translation 2008-11-03 00:21:15 +01:00
Christian Dywan
e228ccbad0 Update German translation 2008-11-03 00:19:47 +01:00
Elias Julkunen
28ccfd8743 Add Finnish translation. 2008-10-30 02:36:11 +01:00
Christian Dywan
80128d9315 Apply some cleanup with regard to referencing and more 2008-10-30 02:21:19 +01:00
Christian Dywan
c1aff9030f Add license note to lots of files and add EXPAT file. 2008-10-11 07:27:52 +02:00
Troitskiy Nikita
b343611f5f Add Russian translation. 2008-10-10 23:41:16 +02:00
Christian Dywan
e1b828edf2 Finish refactoring the toolbar to use only actions
Finally the trash, which was the last item that
needed to be implemented as an action, is an
action, a KatzeArrayAction to be exact.

This simplifies more code and also makes Window
and RecentlyVisited generically implementable.

Incidentally this change also fixes a bug where
the browser tried to add a new tab when the last
one was closed, even while destroying itself.

Furthermore sokoke_image_menu_item_ellipsized
and sokoke_widget_popup were promoted to Katze.
We're still keeping the old functions for now.
2008-10-10 22:31:37 +02:00