summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorAron Budea <aron.budea@collabora.com>2020-01-28 01:45:44 +0100
committerAndras Timar <andras.timar@collabora.com>2020-01-28 09:09:52 +0100
commit3c531c9adf587c10acdde9aff64de2582c9b1415 (patch)
treedc8ea609c415035cfab39dda5b5fc2cf0ca5ef75 /scripts
parentupdate translations (diff)
downloadonline-3c531c9adf587c10acdde9aff64de2582c9b1415.tar.gz
online-3c531c9adf587c10acdde9aff64de2582c9b1415.zip
Add translations for Page Setup & co
Translations for strings added in 53e6b0d07e8155ec35943021844152b72b816c65 Change-Id: I319f519b897dcfc279e3c493a793b58b8b47a930 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/87567 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/locorestrings.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/locorestrings.py b/scripts/locorestrings.py
index f3411530a8..8a9fda2cf7 100755
--- a/scripts/locorestrings.py
+++ b/scripts/locorestrings.py
@@ -50,7 +50,7 @@ if __name__ == "__main__":
# extract 'Clear formatting', shape group names, and some status bar strings
poFile = dir + lang + '/svx/messages.po'
- extractFromPo(poFile, ["RID_SVXSTR_CLEARFORM", "RID_SVXSTR_OVERWRITE_TEXT", "selectionmenu|", "defaultshapespanel|"], translations)
+ extractFromPo(poFile, ["RID_SVXSTR_CLEARFORM", "RID_SVXSTR_OVERWRITE_TEXT", "RID_SVXITEMS_PAGE_LAND_TRUE", "RID_SVXITEMS_PAGE_LAND_FALSE", "selectionmenu|", "defaultshapespanel|"], translations)
# extract Writer style names and status bar strings
poFile = dir + lang + '/sw/messages.po'
@@ -58,7 +58,7 @@ if __name__ == "__main__":
# extract Impress/Draw style names, layout names and 'Slide %1 of %2'
poFile = dir + lang + '/sd/messages.po'
- extractFromPo(poFile, ["STR_STANDARD_STYLESHEET_NAME", "STR_POOL", "STR_PSEUDOSHEET", "STR_AUTOLAYOUT", "STR_AL_", "STR_SD_PAGE_COUNT"], translations)
+ extractFromPo(poFile, ["STR_STANDARD_STYLESHEET_NAME", "STR_POOL", "STR_PSEUDOSHEET", "STR_AUTOLAYOUT", "STR_AL_", "STR_SD_PAGE_COUNT", "drawpagedialog|DrawPageDialog"], translations)
# extract Calc style names and strings for status bar
poFile = dir + lang + '/sc/messages.po'