Overview
| Comment: | [lo] add sponsor |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk | lo |
| Files: | files | file ages | folders |
| SHA3-256: |
3c5573f4c33465b65ed8734b88c21d49 |
| User & Date: | olr on 2017-07-25 14:29:03 |
| Other Links: | manifest | tags |
Context
|
2017-07-26
| ||
| 06:35 | [fx][tb][lo] sponsor logo check-in: 3d6ad53890 user: olr tags: trunk, tb, fx, lo | |
|
2017-07-25
| ||
| 14:29 | [lo] add sponsor check-in: 3c5573f4c3 user: olr tags: trunk, lo | |
| 13:23 | [tb] new sponsor + [update links] check-in: 5e81756984 user: olr tags: trunk, tb, fx | |
Changes
Modified gc_lang/fr/config.ini from [2a6b6ad1cb] to [37619745a7].
| ︙ | |||
49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 | 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 | + + | [oxt] # the following files must be in your project folder, files will be copied into the zip archive rules.grx = fr-rules.txt oxt/addons.xcu = addons.xcu oxt/package-description.txt = package-description.txt # images oxt/_img/logo100.png = img/logo100.png oxt/_img/logo120_text.png = img/logo120_text.png oxt/_img/LaMouette_small.png = img/LaMouette_small.png oxt/_img/Algoo_logo.png = img/Algoo_logo.png oxt/_img/grammalecte_16.bmp = img/grammalecte_16.bmp oxt/_img/french_flag_16.bmp = img/french_flag_16.bmp # AppLauncher oxt/AppLauncher.py = AppLauncher.py oxt/helpers.py = pythonpath/helpers.py # About oxt/About/About.py = pythonpath/About.py |
| ︙ |
Modified gc_lang/fr/oxt/About/About.py from [03886f10df] to [f526b1fdf8].
| ︙ | |||
37 38 39 40 41 42 43 | 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 | - + - - - - |
def run (self, sLang):
try:
dUI = ab_strings.getUI(sLang)
# dialog
self.xDialog = self.xSvMgr.createInstanceWithContext('com.sun.star.awt.UnoControlDialogModel', self.ctx)
self.xDialog.Width = 160
|
| ︙ | |||
70 71 72 73 74 75 76 | 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 | - - - - - - - - + + + + + + + + + - + - + + - - - - - - + + + + + + + + + |
xFD2.Name = "Verdana"
xFD3 = uno.createUnoStruct("com.sun.star.awt.FontDescriptor")
xFD3.Height = 12
xFD3.Weight = uno.getConstantByName("com.sun.star.awt.FontWeight.BOLD")
xFD3.Name = "Verdana"
|
| ︙ |
Modified gc_lang/fr/oxt/About/ab_strings.py from [e915407fb3] to [cb9cefc663].
| ︙ | |||
13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 | 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 | + + |
"license": "Licence : GPL 3",
"website": "Site web",
"pythonver": "Machine virtuelle Python : v",
"message": "Avec le soutien de",
"sponsor": "La Mouette…",
"sponsor2": "Algoo…",
"link": "… et de nombreux contributeurs.",
"close": "~OK"
},
"en": {
"windowtitle": "About…",
"title": "Grammalecte",
"version": "Version: ${version}",
"license": "License: GPL 3",
"website": "Web site",
"pythonver": "Python virtual machine: v",
"message": "With the support of",
"sponsor": "La Mouette…",
"sponsor2": "Algoo…",
"link": "… and many contributors.",
"close": "~OK"
}
}
|