1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-02 16:49:41 +02:00

55 Commits

Author SHA1 Message Date
Emily Mabrey
2f316d5bc4
Rename project in many places; Replace Most Project Logos; Refactor About Tenacity... Dialog (#276)
Add `locale/en.po` file.
Add English to `locale/LINGUAS` list.
Partially duplicate `msgid`s to `msgstr`s in English locale enable eventual key `msgid` changes
Replace former project name with Tenacity in English locale.
Replace former project website with Tenacity compatible usages in English locale.
Modify `AboutDialog.h` by renaming variables.
Modify `AboutDialog.cpp` by replacing usage of pre-fork name in Strings.
Modify AddBuildInfoRow methods to be static in About dialog.
Make License text const in About dialog.
Make pre-fork credits different in About dialog.
Begin adding Tenacity specific credits
Macros starting with `__` are reserved, so I removed the `__` on the About Dialog guard macro.
Remove `AboutDialog::` from usage of `Role` in `AboutDialog.h`
Refactor overly long generator method into separate methods in `AboutDialog.(h|cpp)`
Begin adding Tenacity developer information
Cleanup layout of `AboutDialog.h` and `AboutDialog.cpp`
Add `safedelete` macro to compliment odd `safenew` macro
Add `enum` to `ShuttleGui.cpp` to make it more clear what `Prop` method is doing.
Remove a ton of pointless and/or redunant `#ifdef` usage
Remove pointless singleton in AboutDialog
Make AboutDialog modal on MacOS
Fix reference type use of `auto` in `AudacityApp` b/c it makes unintentional copy.
Update XPM and PNG images using Tenacity assets
Update ICO images using Tenacity assets.
Fix Windows resource script that improperly used `winuser.h` import.
Add `*.aps` to gitignore to prevent IDE RC pre-load file from being committed.
Add default values for pre-processor constants in `tenacity.rc`.
Make changes needed for `Tenacity.exe` binary
Add 8x8 PNG to Windows ICO files
Replace project name in various CMake and CPack file.
Replace project name in various directory structures.
Replace project name in various OS-specific build files.
Replace project name in various documentation files.
Update the PO and POT files using the script.
Fix places where a `.desktop` file was used on Linux.
Replace title of project windows.
Make splash screen click through to `tenacityaudio.org`.
Remove ® from `AboutDialog.cpp`
Modify copyright message in `AboutDialog.cpp`

Signed-off-by: Emily Mabrey <emilymabrey93@gmail.com>
2021-07-20 19:46:29 -04:00
Paul Licameli
7d76e06d84 Un-wrap msgids in audacity.pot and ja.po, for easier grep-ing 2021-06-12 20:37:26 -04:00
Paul Licameli
bb907fca48 "Menu Tree" doesn't need to translate 2021-06-11 17:44:42 -04:00
Paul Licameli
87652aff23 Updated .pot and .po (ran locale/update_po_files.sh) 2021-06-07 08:24:55 -04:00
James Crook
da9283ac6c Update po and pot files 2021-03-31 13:15:53 +01:00
James Crook
fef877324d Update .pot and .po files. 2021-02-04 18:56:58 +00:00
luzpaz
98d3e91452
Fix typos (user facing and non-user facing) (#733)
Found via `codespell`
2021-01-28 12:36:41 +00:00
James Crook
c288d9dd19 Update audacity.pot and .po files for 2.4.2 2020-06-09 10:51:24 +01:00
James Crook
131561a640 Update pot files for new strings 2020-04-08 19:41:23 +01:00
James Crook
ef8e1ed6ef Update pot and po files, ready for translation. 2019-09-07 14:09:35 +01:00
James Crook
73746cdc02 Update Project-Id-Version to 2.3.2
Updated script to create Audacity.pot with Project-Id-Version
of audacity 2.3.2 and to update the Project-Id-Version in the po files too.

Ran script so as to apply it.
2019-04-24 19:50:19 +01:00
James Crook
f980e8b073 Update .pot and .po files for translation. 2019-04-18 18:20:24 +01:00
James Crook
86fb0368e5 Update .pot and .po files from Audacity. 2018-11-24 10:50:26 +00:00
Steve Daulton
66c861315f Exclude rms.ny from update_po_files.sh script
Script run to update po files
2018-10-10 17:56:21 +01:00
James Crook
3ed43a9f12 Up version number to 2.3.1
Also set AUDACITY_BUILD_LEVEL back to 0.
2018-09-29 15:30:35 +01:00
James Crook
3e1e7db804 Regenerate .po and .pot files. 2018-08-31 22:54:06 +01:00
James Crook
45053087bf Regenerate .pot and .po files. 2018-08-30 22:08:41 +01:00
James Crook
0b0a8bcc6a Update .pot and .po files. 2018-08-30 12:13:00 +01:00
James Crook
6656506529 Update POTFILES.in, audacity.pot and .po files.
Also added script add_nyquist_to_pot.sh which adds the nyquist files.
2018-08-29 11:24:53 +01:00
James Crook
3da9af47ac Update .pot and .po files. 2018-08-28 15:22:39 +01:00
James Crook
5fc2100147
Remove duplication in Audacity.pot 2018-06-09 16:36:31 +01:00
Paul Licameli
3e680852fd Update audacity.pot 2018-05-24 14:46:04 -04:00
Paul Licameli
369113973f Update audacity.pot 2018-03-08 16:47:18 -05:00
Paul Licameli
4dfa9aae8f Combine message catalogs into one...
... Done by hand thus:
msgcat audacity.pot ../nyq-po/audacity.pot > tmp; mv tmp audacity.pot
2018-03-02 20:11:56 -05:00
Paul Licameli
223e0d5883 Update audacity.pot for C++ strings so far in 2.3.0 2018-03-01 21:41:16 -05:00
Paul Licameli
3d2451e61b Correct audacity version numbers in .pot and .po; es.po format errors 2018-01-23 18:21:03 -05:00
Paul Licameli
d38f3752d0 Update audacity.pot once more. String freeze for 2.2.2. 2018-01-18 00:57:30 -05:00
Paul Licameli
1130d272d0 Update Audacity version in audacity.pot 2018-01-17 08:47:16 -05:00
Paul Licameli
fdf14d98c6 Updated audacity.pot 2018-01-16 21:45:53 -05:00
Paul Licameli
1206afbe9a Another minor update of audacity.pot ...
... a few strings lost terminating \n
2018-01-05 19:35:16 -05:00
Paul Licameli
c66eae1a46 Fix uses of wxPLURAL and update audacity.pot ...
so that
(1) we really get msgid_plural entries in the .pot
(2) i18n-comments get extracted too (needs workaround of xgettext bug)
2018-01-05 00:35:04 -05:00
Paul Licameli
d5dca050bd Mid-cycle update of audacity.pot 2018-01-04 19:56:58 -05:00
Paul Licameli
01d4570306 Update audacity.pot without line numbers in comments...
... This also removes some msgids, adds none
2017-11-28 08:43:30 -05:00
Paul Licameli
ce7561a0b1 Don't make duplicate msgid 2017-11-28 08:43:30 -05:00
Paul Licameli
ac2c4c8d3b Revert "Fix duplicate strings for translation (Skip &Forward)"
This reverts commit 6c8d4e0aaa8764636bf436870b28d17a7a1e9090.
2017-11-28 08:42:32 -05:00
James Crook
6c8d4e0aaa Fix duplicate strings for translation (Skip &Forward) 2017-11-28 12:44:24 +00:00
Olivier Humbert
0d89bc3f15 Fix some typos in msgids, thanks to Olivier Humbert...
... Fix the source code; fix up msgids in audacity.pot and *.po
2017-11-27 23:12:37 -05:00
Paul Licameli
25a65c34e7 Fix bad punctuation, thanks to Joachim Huffer, update .pot again 2017-11-06 13:26:15 -05:00
Paul Licameli
6136bb5e89 Update audacity.pot 2017-11-06 11:22:58 -05:00
Paul Licameli
9978986f82 Fixes in .po as suggested by scootergrisen; remove some #,fuzzy 2017-09-22 16:51:44 -04:00
Paul Licameli
5a29660266 Update audacity.pot 2017-09-10 19:40:47 -04:00
Paul Licameli
5d4ddbc424 Make the (en) welcome window say it's a Beta test version, not alpha...
... This gets in too late for the translation files, but very few of them
included a translation for this message.  So, it will appear English for all.
2017-09-01 21:44:44 -04:00
James Crook
69655a14cd Fix menu item with two &s
Thanks to scootergrisen
2017-07-22 16:14:25 +01:00
James Crook
a45f3bbc9e Update .pot and .po files. 2017-07-22 11:52:52 +01:00
James Crook
c45adf6fc1 Update audacity.pot and .po using more source files. 2017-07-19 19:31:04 +01:00
James Crook
c476110589 Update audacity.pot and .po files. 2017-07-19 18:22:12 +01:00
James Crook
7b6b6ef037 Update .pot and .po files to 2.2.0 2017-03-18 18:46:25 +00:00
James Crook
90051c7c3a To 2.2.0 in .pot file. 2017-03-18 18:05:30 +00:00
James Crook
396a6f0ed6 Fixed Version number in .pot file.
I normally fix it up by hand before committing.  I forgot this time.  The date/time shows when the pot file was generated correctly.
2016-11-25 20:32:57 +00:00
James Crook
fa4f3c6bb6 Regenerated audacity.pot and .po files 2016-11-21 10:54:39 +00:00