Commit Graph

10 Commits

Author SHA1 Message Date
Albert Astals Cid
079a13d622 Extract i18n from gui
Sorry to have missed this :/
2022-06-30 00:01:01 +02:00
Albert Astals Cid
afc0d8ed07 Fix part of the Welcome Screen not being translatable 2022-04-26 21:46:51 +02:00
Albert Astals Cid
92f4ade00c Mark items with name in toolsQuick as default
This way we know we must translate their names when showing it to the
user
2021-06-01 21:34:40 +00:00
David Hurka
19d5dd8ec7 New part/ directory for okularpart sources from /, ui/, conf/
Source files are no longer separated by UI and non-UI and similar,
but only by their build target.

* ui/ -> part/
* Move all source files from conf/ to part/
* Keep config skeleton definitions in conf/, needed for the mobile target too
* Move editdrawingtooldialogtest.h from conf/autotests/ to autotests/
* ui/data/icons/ -> icons/
* Move /part.cpp, /part.rc and similar files to part/
* Adapt include paths in source files
* Adapt CMakeLists.txt files (in / and in subdirectories)
* Adapt /Messages.sh
2020-11-18 19:32:56 +00:00
Albert Astals Cid
d8f9800d28 Make the drawing tools be actions instead of tool buttons
3 benefits:
 * We can set the shortcut in the edit shortcuts dialog as before
 * Shortcuts can be activated without showing the topbar as before
 * Drawing in the toppbar is exactly as the other actions
2015-08-22 22:17:40 +02:00
Fabio D'Urso
806fd2eafb Allow nameless tools (which default to predefined names)
Removed name attribute from default tools (ie those from tools.xml), so
that they now get default names, which automatically translated if the
application language is switched.

With this patch, tools.xml no longer contains strings to be translated.

NOTE: Messages.sh was not tested
2013-04-20 10:47:33 +02:00
Burkhard Lück
984d38ab9e extract also the tool names for translation
CCMAIL:toscano.pino@tiscali.it
CCMAIL:okular-devel@kde.org 

svn path=/trunk/KDE/kdegraphics/okular/; revision=744494
2007-12-03 20:01:53 +00:00
Pino Toscano
6d75d1bff5 make sure to extract the annotation tool tooltips
svn path=/trunk/playground/graphics/okular/; revision=646204
2007-03-24 22:50:32 +00:00
Pino Toscano
88006a575b extract the messages of each generator into an own pot: this way it's easier to translate a single backend (or provide the translation for a custom one), but as drawback some strings are repeated in more than one pot
svn path=/trunk/playground/graphics/okular/; revision=641620
2007-03-12 00:26:41 +00:00
Pino Toscano
04ccb7b617 extract messages
svn path=/branches/work/kde4/playground/graphics/okular/; revision=550822
2006-06-12 21:41:09 +00:00