diff options
author | Thomas White <taw@bitwiz.me.uk> | 2018-04-15 17:43:24 +0200 |
---|---|---|
committer | Thomas White <taw@bitwiz.me.uk> | 2018-04-15 17:43:24 +0200 |
commit | e2f1d492f3d50c7f02b0fdebec5057af45cffc43 (patch) | |
tree | 7383724c97ed3b8835139444b0bfe406bb678aac /data | |
parent | 39b16e3f9fa51e737dd4cdfed7def8259757d24c (diff) |
Internationalise all the menus
Diffstat (limited to 'data')
-rw-r--r-- | data/app-menu.ui | 12 | ||||
-rw-r--r-- | data/menu-bar.ui | 56 |
2 files changed, 34 insertions, 34 deletions
diff --git a/data/app-menu.ui b/data/app-menu.ui index e948aae..9742170 100644 --- a/data/app-menu.ui +++ b/data/app-menu.ui @@ -3,31 +3,31 @@ <menu id='app-menu'> <section> <item> - <attribute name='label'>_New</attribute> + <attribute name='label' translatable='yes'>_New</attribute> <attribute name='action'>app.new</attribute> <attribute name='accel'><Primary>n</attribute> </item> <item> - <attribute name='label'>_Open...</attribute> + <attribute name='label' translatable='yes'>_Open...</attribute> <attribute name='action'>app.open</attribute> <attribute name='accel'><Primary>o</attribute> </item> <item> - <attribute name='label'>Preferences</attribute> + <attribute name='label' translatable='yes'>Preferences</attribute> <attribute name='action'>app.prefs</attribute> </item> </section> <section> <item> - <attribute name='label'>_About</attribute> + <attribute name='label' translatable='yes'>_About</attribute> <attribute name='action'>app.about</attribute> </item> <item> - <attribute name='label'>Basic introduction</attribute> + <attribute name='label' translatable='yes'>Basic introduction</attribute> <attribute name='action'>app.intro</attribute> </item> <item> - <attribute name='label'>_Quit</attribute> + <attribute name='label' translatable='yes'>_Quit</attribute> <attribute name='action'>app.quit</attribute> <attribute name='accel'><Primary>q</attribute> </item> diff --git a/data/menu-bar.ui b/data/menu-bar.ui index 84ad5c9..909eb37 100644 --- a/data/menu-bar.ui +++ b/data/menu-bar.ui @@ -6,50 +6,50 @@ <attribute name='label' translatable='yes'>File</attribute> <section> <item> - <attribute name='label'>_New</attribute> + <attribute name='label' translatable='yes'>_New</attribute> <attribute name='action'>app.new</attribute> <attribute name='accel'><Primary>n</attribute> </item> <item> - <attribute name='label'>_Open...</attribute> + <attribute name='label' translatable='yes'>_Open...</attribute> <attribute name='action'>app.open</attribute> <attribute name='accel'><Primary>o</attribute> </item> </section> <section> <item> - <attribute name='label'>_Save</attribute> + <attribute name='label' translatable='yes'>_Save</attribute> <attribute name='action'>win.save</attribute> <attribute name='accel'><Primary>s</attribute> </item> <item> - <attribute name='label'>Save As...</attribute> + <attribute name='label' translatable='yes'>Save As...</attribute> <attribute name='action'>win.saveas</attribute> </item> </section> <section> <item> - <attribute name='label'>Print...</attribute> + <attribute name='label' translatable='yes'>Print...</attribute> <attribute name='action'>win.print</attribute> </item> <item> - <attribute name='label'>Export slides as PDF...</attribute> + <attribute name='label' translatable='yes'>Export slides as PDF...</attribute> <attribute name='action'>win.exportpdf</attribute> </item> </section> <section> <item> - <attribute name='label'>Load stylesheet...</attribute> + <attribute name='label' translatable='yes'>Load stylesheet...</attribute> <attribute name='action'>win.loadstyle</attribute> </item> <item> - <attribute name='label'>Save stylesheet...</attribute> + <attribute name='label' translatable='yes'>Save stylesheet...</attribute> <attribute name='action'>win.savestyle</attribute> </item> </section> <section> <item> - <attribute name='label'>_Quit</attribute> + <attribute name='label' translatable='yes'>_Quit</attribute> <attribute name='action'>app.quit</attribute> <attribute name='accel'><Primary>q</attribute> </item> @@ -60,51 +60,51 @@ <attribute name='label' translatable='yes'>Edit</attribute> <section> <item> - <attribute name='label'>Undo</attribute> + <attribute name='label' translatable='yes'>Undo</attribute> <attribute name='action'>win.undo</attribute> </item> <item> - <attribute name='label'>Redo</attribute> + <attribute name='label' translatable='yes'>Redo</attribute> <attribute name='action'>win.redo</attribute> </item> </section> <section> <item> - <attribute name='label'>Cut</attribute> + <attribute name='label' translatable='yes'>Cut</attribute> <attribute name='action'>win.cut</attribute> </item> <item> - <attribute name='label'>Copy</attribute> + <attribute name='label' translatable='yes'>Copy</attribute> <attribute name='action'>win.copy</attribute> </item> <item> - <attribute name='label'>Paste</attribute> + <attribute name='label' translatable='yes'>Paste</attribute> <attribute name='action'>win.paste</attribute> </item> </section> <section> <item> - <attribute name='label'>Delete frame</attribute> + <attribute name='label' translatable='yes'>Delete frame</attribute> <attribute name='action'>win.deleteframe</attribute> </item> <item> - <attribute name='label'>Copy Frame</attribute> + <attribute name='label' translatable='yes'>Copy Frame</attribute> <attribute name='action'>win.copyframe</attribute> </item> <item> - <attribute name='label'>Delete slide</attribute> + <attribute name='label' translatable='yes'>Delete slide</attribute> <attribute name='action'>win.deleteslide</attribute> </item> </section> <section> <item> - <attribute name='label'>Edit stylesheet...</attribute> + <attribute name='label' translatable='yes'>Edit stylesheet...</attribute> <attribute name='action'>win.stylesheet</attribute> </item> </section> <section> <item> - <attribute name='label'>Preferences</attribute> + <attribute name='label' translatable='yes'>Preferences</attribute> <attribute name='action'>app.prefs</attribute> </item> </section> @@ -114,11 +114,11 @@ <attribute name='label' translatable='yes'>Insert</attribute> <section> <item> - <attribute name='label'>Slide</attribute> + <attribute name='label' translatable='yes'>Slide</attribute> <attribute name='action'>win.slide</attribute> </item> <item> - <attribute name='label'>Slide title</attribute> + <attribute name='label' translatable='yes'>Slide title</attribute> <attribute name='action'>win.slidetitle</attribute> </item> </section> @@ -128,23 +128,23 @@ <attribute name='label' translatable='yes'>Tools</attribute> <section> <item> - <attribute name='label'>Start slideshow</attribute> + <attribute name='label' translatable='yes'>Start slideshow</attribute> <attribute name='action'>win.startslideshow</attribute> </item> <item> - <attribute name='label'>Start slideshow here</attribute> + <attribute name='label' translatable='yes'>Start slideshow here</attribute> <attribute name='action'>win.startslideshowhere</attribute> </item> <item> - <attribute name='label'>Start slideshow without slides</attribute> + <attribute name='label' translatable='yes'>Start slideshow without slides</attribute> <attribute name='action'>win.startslideshownoslides</attribute> </item> <item> - <attribute name='label'>Presentation clock</attribute> + <attribute name='label' translatable='yes'>Presentation clock</attribute> <attribute name='action'>win.clock</attribute> </item> <item> - <attribute name='label'>Test card</attribute> + <attribute name='label' translatable='yes'>Test card</attribute> <attribute name='action'>win.testcard</attribute> </item> </section> @@ -154,11 +154,11 @@ <attribute name='label' translatable='yes'>Help</attribute> <section> <item> - <attribute name='label'>Basic introduction</attribute> + <attribute name='label' translatable='yes'>Basic introduction</attribute> <attribute name='action'>app.intro</attribute> </item> <item> - <attribute name='label'>About</attribute> + <attribute name='label' translatable='yes'>About</attribute> <attribute name='action'>app.about</attribute> </item> </section> |