Commit Graph

342 Commits

Author SHA1 Message Date
Michael Maltese 5316df9130 gettextize: extract arguments to QT_TR_NOOP 2017-07-23 02:03:24 -07:00
Michael Maltese e9328e5fa0 gettextize: extract arguments to Qt's `tr` 2017-07-22 22:35:25 -07:00
JosJuice bcdab8af48 Automatic translation resources sync with Transifex 2017-07-17 14:18:34 +02:00
JosJuice b5e19bb591 Automatic translation resources sync with Transifex 2017-07-01 16:36:18 +02:00
JosJuice 3daaf931ce Automatic translation resources sync with Transifex 2017-06-19 20:23:27 +02:00
JosJuice eb50533201 Automatic translation resources sync with Transifex 2017-06-09 19:50:09 +02:00
Shawn Hoffman 6b69894877 msbuild: simplify Languages.vcxproj a bit 2017-06-07 17:30:05 -07:00
Leo Lam c76335eaf1 Merge pull request #5484 from BhaaLseN/permissive
Windows: Enable MSVC Standards Conformance (/permissive-)
2017-05-29 22:29:44 +02:00
JosJuice 9b8f57725f Automatic translation resources sync with Transifex 2017-05-29 18:42:46 +02:00
BhaaL 072c161445 upgrade to Windows SDK 10.0.15063.0
this is required for /permissive- to work, because some headers in the
Windows SDK use Microsoft extensions that are not allowed in standards mode
2017-05-28 13:37:31 +02:00
Pierre Bourdon d592bdd4d4 Migrate to Visual Studio 2017.
Auto-generated by the IDE, I'll trust it knows what it's doing.
2017-05-25 15:58:59 -07:00
JosJuice 91ca13c817 Automatic translation resources sync with Transifex 2017-05-23 15:18:19 +02:00
JosJuice faae89861b Automatic translation resources sync with Transifex 2017-05-13 11:36:37 +02:00
JosJuice 2261224980 Automatic translation resources sync with Transifex 2017-05-06 15:05:29 +02:00
JosJuice fcc2ed4550 Automatic translation resources sync with Transifex 2017-04-30 10:16:22 +02:00
JosJuice 0a0a824214 Automatic translation resources sync with Transifex 2017-04-22 11:06:19 +02:00
JosJuice feefe15485 Automatic translation resources sync with Transifex 2017-04-16 12:15:14 +02:00
JosJuice 23b6e483f8 Automatic translation resources sync with Transifex 2017-04-09 10:58:55 +02:00
JosJuice f41557b1c3 Automatic translation resources sync with Transifex 2017-04-08 12:50:15 +02:00
JosJuice 8709653985 Automatic translation resources sync with Transifex 2017-03-25 13:25:33 +01:00
JosJuice 2919ac19b1 Automatic translation resources sync with Transifex 2017-03-19 20:44:25 +01:00
JosJuice 6c605cc7a7 Automatic translation resources sync with Transifex 2017-03-11 11:38:13 +01:00
JosJuice 51944afa56 Automatic translation resources sync with Transifex 2017-02-19 09:29:48 +01:00
JosJuice 3e3dcae9ce Automatic translation resources sync with Transifex 2017-02-13 14:17:58 +01:00
JosJuice 0d319298ba Automatic translation resources sync with Transifex 2017-02-08 17:32:03 +01:00
JosJuice 688262fea0 Automatic translation resources sync with Transifex 2017-01-28 12:44:41 +01:00
JosJuice ce07e5c2f9 Automatic translation resources sync with Transifex 2017-01-21 12:23:05 +01:00
JosJuice a0ee1be47f Automatic translation resources sync with Transifex 2017-01-14 18:43:16 +01:00
JosJuice 3fdcbbdd92 Automatic translation resources sync with Transifex 2017-01-07 12:03:28 +01:00
JosJuice d95d28bc4d Automatic translation resources sync with Transifex 2016-12-31 10:52:10 +01:00
JosJuice 09c6148aba Automatic translation resources sync with Transifex 2016-12-24 16:05:08 +01:00
JosJuice d64f56fb01 Automatic translation resources sync with Transifex 2016-12-17 15:59:16 +01:00
JosJuice 07dd6d08e4 Automatic translation resources sync with Transifex 2016-12-10 13:09:28 +01:00
JosJuice 4baa368f8b Automatic translation resources sync with Transifex 2016-12-01 08:37:36 +01:00
JosJuice 2a5d22b3a7 Automatic translation resources sync with Transifex 2016-11-19 11:26:03 +01:00
JosJuice 3b78fec24e Automatic translation resources sync with Transifex 2016-11-12 12:09:00 +01:00
JosJuice e18ceca7af Automatic translation resources sync with Transifex 2016-11-02 19:06:18 +01:00
JosJuice 5102e76a7f Merge pull request #4371 from JosJuice/gettextize-debug
gettextize: Remove "Debug" check
2016-10-31 13:18:02 +01:00
JosJuice b0e2642883 Automatic translation resources sync with Transifex 2016-10-24 12:39:07 +02:00
JosJuice 31a27a06ed gettextize: Remove "Debug" check
If the strings for the debugger shouldn't be included
in translations, we simply shouldn't use any translation
macro for those strings, instead of having a special
check to exclude debugger-related code from being
searched for translatable strings.

The "Debug" check is a hack that essentially nobody has
been aware of (including me). For instance, 14facbc made
a lot of strings translatable just because they were
moved to a file that doesn't have "Debug" in its path,
and as far as I know, nobody noticed that change until
the newly translatable strings were live on Transifex.
2016-10-21 15:59:55 +02:00
JosJuice 8f0083a4fa Automatic translation resources sync with Transifex 2016-10-16 14:53:42 +02:00
JosJuice 283c681f30 Automatic translation resources sync with Transifex 2016-10-09 15:46:48 +02:00
shuffle2 0e7179b538 Merge pull request #4154 from JosJuice/gettextize-pipe
gettextize: Pipe list of file names to xgettext
2016-10-02 21:03:31 -07:00
JosJuice e5325fd082 Automatic translation resources sync with Transifex 2016-10-02 12:54:51 +02:00
JosJuice 2c8b9d18a8 Automatic translation resources sync with Transifex 2016-09-18 11:28:51 +02:00
JosJuice 609d147dca Automatic translation resources sync with Transifex 2016-09-11 15:56:33 +02:00
JosJuice fb6492e702 gettextize: Pipe list of file names to xgettext
This avoids an "Argument list too long" error with MINGW64 bash.
$CPP_FILE_LIST is tens of kilobytes large.
2016-08-28 17:20:10 +02:00
Dolphin i18n Bot b33a5e2510 Automatic translation resources update from Transifex 2016-07-02 08:48:02 +00:00
Dolphin i18n Bot 0e12bee9c7 Automatic translation resources update from Transifex 2016-06-24 08:03:53 +00:00
Dolphin i18n Bot 49dd4a9f1e Automatic translation resources update from Transifex 2016-06-23 11:07:44 +00:00
Dolphin i18n Bot 1f95ed004a Automatic translation resources update from Transifex 2016-06-23 07:48:23 +00:00
Dolphin i18n Bot eda2c1ee68 Automatic translation resources update from Transifex 2016-06-22 14:41:13 +00:00
Dolphin i18n Bot 3b5c30b4f4 Automatic translation resources update from Transifex 2016-06-21 22:57:58 +00:00
Dolphin i18n Bot bb23925572 Automatic translation resources update from Transifex 2016-06-21 07:15:04 +00:00
Dolphin i18n Bot ce4e6804a5 Automatic translation resources update from Transifex 2016-06-20 20:27:24 +00:00
Dolphin i18n Bot 058a61248b Automatic translation resources update from Transifex 2016-06-20 14:00:35 +00:00
Dolphin i18n Bot 4dc316750a Automatic translation resources update from Transifex 2016-06-19 16:44:26 +00:00
Dolphin i18n Bot a50ac27064 Automatic translation resources update from Transifex 2016-06-19 10:59:07 +00:00
Pierre Bourdon d9b687f5e2 Automatic translation template update 2016-06-19 04:25:32 +02:00
Pierre Bourdon 85a794a801 Automatic translation resources update from Transifex 2016-06-19 04:23:58 +02:00
Dolphin i18n Bot f3f158c08e Automatic translation resources sync with Transifex 2016-05-30 20:47:43 +00:00
Dolphin i18n Bot b56bfbd3c2 Automatic translation resources sync with Transifex 2016-05-30 20:31:11 +00:00
JosJuice 3d62b1ced7 Add more languages, and remove Hebrew because it's very incomplete 2016-05-25 23:33:18 +02:00
Dolphin i18n Bot 0af04a5b97 Automatic translation resources sync with Transifex 2016-05-15 20:31:10 +00:00
Dolphin i18n Bot 7fdf0c7b03 Automatic translation resources sync with Transifex 2016-05-09 20:52:10 +00:00
Dolphin i18n Bot d0def4714b Automatic translation resources update from Transifex 2016-04-30 20:04:28 +00:00
Dolphin i18n Bot 06047c1a4a Automatic translation resources sync with Transifex 2016-03-26 22:32:50 +00:00
Dolphin i18n Bot 965d1236d2 Automatic translation resources sync with Transifex 2016-03-06 01:10:49 +00:00
Dolphin i18n Bot 35c81df7aa Automatic translation template update 2016-02-24 19:49:19 +00:00
Dolphin i18n Bot 12f745092c Automatic translation template update 2016-01-12 19:56:43 +00:00
Dolphin i18n Bot 2ddf180ee8 Automatic translation resources update from Transifex 2015-12-17 02:04:09 +00:00
Dolphin i18n Bot 5944d5be82 Automatic translation template update 2015-12-17 02:03:16 +00:00
Dolphin i18n Bot 749fc3bccc Automatic translation template update 2015-12-15 19:36:44 +00:00
JosJuice 74ea765427 Mark more strings for translation 2015-11-20 11:33:47 +01:00
Dolphin i18n Bot 4826376f8c Automatic translation template update 2015-11-04 19:49:31 +00:00
Shawn Hoffman aa7208e270 [windows] Update projects to vs2015. 2015-09-03 04:23:01 -07:00
Dolphin i18n Bot baa72060dc Automatic translation resources update from Transifex 2015-06-10 07:29:30 +00:00
Dolphin i18n Bot 20fc6a68dd Automatic translation template update 2015-06-10 07:28:33 +00:00
Dolphin i18n Bot 5d5fceaa2d Automatic translation resources update from Transifex 2015-06-07 10:47:16 +00:00
Dolphin i18n Bot fd391ca078 Automatic translation template update 2015-06-07 10:44:23 +00:00
Dolphin i18n Bot 0047985d35 Automatic translation template update 2015-06-07 09:17:57 +00:00
Dolphin i18n Bot 3d9fdf57e8 Automatic translation resources update from Transifex 2015-06-06 01:33:25 +00:00
Dolphin i18n Bot dd8f66d1ae Automatic translation template update 2015-06-06 01:32:18 +00:00
Dolphin i18n Bot e70c9b44f5 Automatic translation resources update from Transifex 2015-06-04 21:35:15 +00:00
Dolphin i18n Bot 0113f09edf Automatic translation template update 2015-06-04 21:33:13 +00:00
Dolphin i18n Bot 98ed5881ab Automatic translation resources update from Transifex 2015-06-04 09:58:30 +00:00
Dolphin i18n Bot a7dad1b4cf Automatic translation template update 2015-06-04 09:48:38 +00:00
Dolphin i18n Bot 77043c249b Revert "Automatic translation resources update from Transifex"
This reverts commit 3270f49789.
2014-11-10 00:37:38 +00:00
Dolphin i18n Bot 3270f49789 Automatic translation resources update from Transifex 2014-11-10 00:26:13 +00:00
Dolphin i18n Bot abbed7f713 Automatic translation template update 2014-11-10 00:23:25 +00:00
Lioncash 8b13afbb8e Remove the 32-bit config platform from the VS solution and projects 2014-06-24 22:07:26 -04:00
Pierre Bourdon ddf539968f Translations: update from Transifex, switch Gamecube->GameCube to match changes in our codebase, fix some format string errors for ES and PL translations 2014-06-15 16:41:45 +02:00
Paul Olszewski 5d793881b0 Fix the capitalization of "GameCube" throughout the project. 2014-06-08 11:24:49 +09:00
Pierre Bourdon 7291d6697e Translation pull from Transifex 2014-06-07 01:14:56 +02:00
Dolphin i18n Bot 2b4464f8dd Automatic translation resources update from Transifex 2014-02-17 00:00:35 +00:00
Dolphin i18n Bot 47d17aef80 Automatic translation template update 2014-02-12 00:00:17 +00:00
Dolphin i18n Bot e57f02e68b Automatic translation resources update from Transifex 2014-02-10 00:00:47 +00:00
Dolphin i18n Bot 3ca1d0fce1 Automatic translation template update 2014-02-05 00:00:10 +00:00
Dolphin i18n Bot 9856110782 Automatic translation resources update from Transifex 2014-02-03 00:00:41 +00:00
Dolphin i18n Bot 4680d22ead Automatic translation resources update from Transifex 2014-02-01 11:30:34 +00:00
Dolphin i18n Bot 3b26bcfcdd Automatic translation template update 2014-02-01 11:29:37 +00:00
Dolphin i18n Bot ec8e17c50f Automatic translation resources update from Transifex 2014-01-27 00:00:40 +00:00
Dolphin i18n Bot eb29177c5a Automatic translation template update 2014-01-22 00:00:20 +00:00
Scott Mansell 8b2c540544 Finally Merge branch 'videosoftware-xfb'
This adds xfb support to the videosoftware backend, which increases it's
accuracy and more imporantly, enables the usage of many homebrew apps
which write directly to the xfb on the videosoftware backend.

Conflicts:
	Source/Core/VideoBackends/Software/SWRenderer.cpp
	Source/Core/VideoBackends/Software/SWmain.cpp
2014-01-21 00:10:00 +13:00
Dolphin i18n Bot 75020b9b51 Automatic translation resources update from Transifex 2014-01-20 00:00:51 +00:00
Dolphin i18n Bot 287ac90dc3 Automatic translation template update 2014-01-18 16:43:14 +00:00
Dolphin i18n Bot 127e78d846 Change the gettextize to not update .po files (Transifex will do that) 2014-01-18 16:40:28 +00:00
Dolphin i18n Bot a39be49c55 Automatic translation resources update from Transifex 2014-01-18 16:17:24 +00:00
Jasper St. Pierre 34692ab826 Remove unnecessary Src/ folders 2013-12-31 14:03:19 -05:00
Jasper St. Pierre 43e618682e Convert all vcxproj files to UNIX line endings 2013-12-31 14:03:18 -05:00
Glenn Rice a05733d6cc Update translation files to reflect recent changes in the code. 2013-11-03 08:53:20 -06:00
Shawn Hoffman ccd30024b3 Update to VS2013 and a slew of build-related updates. Notes:
* Currently there is no DEBUGFAST configuration. Defining DEBUGFAST as a preprocessor definition in Base.props (or a global header) enables it for now, pending a better method. This was done to make managing the build harder to screw up. However it may not even be an issue anymore with the new .props usage.
* D3DX11SaveTextureToFile usage is dropped and not replaced.
* If you have $(DXSDK_DIR) in your global property sheets (Microsoft.Cpp.$(PlatformName).user), you need to remove it. The build will error out with a message if it's configured incorrectly.
* If you are on Windows 8 or above, you no longer need the June 2010 DirectX SDK installed to build dolphin. If you are in this situation, it is still required if you want your built binaries to be able to use XAudio2 and XInput on previous Windows versions.
* GLew updated to 1.10.0
* compiler switches added: /volatile:iso, /d2Zi+
* LTCG available via msbuild property: DolphinRelease
* SDL updated to 2.0.0
* All Externals (excl. OpenAL and SDL) are built from source.
* Now uses STL version of std::{mutex,condition_variable,thread}
* Now uses Build as root directory for *all* intermediate files
* Binary directory is populated as post-build msbuild action
* .gitignore is simplified
* UnitTests project is no longer compiled
2013-10-26 17:55:38 -07:00
Glenn Rice d321aa7e7a Pull in translations from Transifex. 2013-09-21 11:24:33 -05:00
Glenn Rice 908963d601 Update the pot file and translation catalogues. This signifies the
string freeze has officially begun.
2013-09-09 06:28:14 -05:00
Glenn Rice 8190565313 Update translation pot file. 2013-08-17 09:31:38 -05:00
Pierre Bourdon 9ea01aa7a8 Use a multibyte-neutral codepage when calling *printf on Windows.
More explanation in code comments.

Fixes issue 4046.
2013-08-09 00:17:48 +02:00
Lioncash c2e0b9e070 Add Swedish to Windows build system. 2013-04-23 10:42:28 -04:00
Glenn Rice 9a50d055a1 Add Swedish translations. 2013-04-23 06:44:33 -05:00
Glenn Rice 79c0f5e6e2 Update translation files from Transifex, and update the pot file from
the source code again.
2013-04-18 23:02:41 -05:00
Glenn Rice 3fdc46877a Make the GUI show a translated "No audio output" sound backend string. 2013-04-03 09:22:39 -05:00
Glenn Rice c5a0104147 Pull updated translations from Transifex. 2013-04-02 18:16:41 -05:00
Glenn Rice 6371a6f15d Fix some more strings for translation, and update the catalog. 2013-04-02 17:44:27 -05:00
Glenn Rice 485bd70df2 Fix some strings for translation and update the pot file to include
those strings once again.
2013-03-29 11:05:22 -05:00
Glenn Rice e160218394 Update pot file for recent string changes in the code. 2013-03-10 08:57:16 -05:00
Glenn Rice 91a4c9d899 Update translations from transifex.
Also add the transifix client configuration directory to gitignore.
2013-03-10 08:55:52 -05:00
Glenn Rice c8c75dc9a3 Modify the gettextize script to add the header and dolphin license to
the dolphin-emu.pot file.  Also update the pot file once more.
2013-02-01 21:44:35 -06:00
Glenn Rice ec5fc54b5b Update Japanese language. 2013-01-22 21:40:48 -06:00
Glenn Rice 8a76b4a851 Update Arabic translations. 2013-01-22 15:33:47 -06:00
Glenn Rice 9f896b203c Update Spanish, French, Korean, and Brazilian Portuguese translations. 2013-01-21 19:32:02 -06:00
Glenn Rice 6f7f02aeaf Fix translations for the recent spelling error correction. Also update
the pot file while we are at it.
2013-01-16 21:42:01 -06:00
kostamarino@hotmail.com 6d61a54ef1 Update Greek language. 2012-12-24 11:52:20 +02:00
Glenn Rice 3a0782ff33 Update French and Spanish translations. 2012-12-22 23:05:02 -06:00
Glenn Rice cb54b822a6 Update Japanese translations. 2012-12-21 07:41:41 -06:00
Glenn Rice 9b7eb9cf35 Update Brazilian Portuguese translations. 2012-12-20 20:42:22 -06:00
Glenn Rice 05c6d11d48 Update Spanish translations. 2012-12-20 08:26:27 -06:00
Glenn Rice 9734eaedb1 Update Korean translations. 2012-12-18 08:30:05 -06:00
Glenn Rice 98bb0f1885 Oops. Forgot to sanitize these files. 2012-12-17 09:39:01 -06:00
Glenn Rice 42acee04aa Add updated translations for Polish, Farsi/Parsi/Persian??, and Czech
languages.
2012-12-17 09:32:25 -06:00
Glenn Rice db329bf027 Update translation pot file for changes in the code. 2012-12-11 08:14:34 -06:00
Glenn Rice ccba08f5ca Update po's from translators. 2012-06-26 20:05:11 -05:00
Glenn Rice fb77f0df2d Update pot file for recent changes to the code. 2012-06-06 06:28:09 -05:00
kostamarino@hotmail.com e09dd77914 Gameini database update for Monster Hunter Tri, WarioWare: Smooth Moves, Mario Party 9, Pandora's Tower,
MURAMASA: THE DEMON BLADE.
Fixes flickering with keyboard input in Monster Hunter Tri, a black square appearing in WarioWare: Smooth Moves
 during minigames, fixes a mini-game in Mario Party 9 not functioning properly and missing text
 in Pandora's Tower with default settings.
Also a language update..
2012-04-13 18:52:49 +03:00
Shawn Hoffman d9a7510937 forgot to add wxwidgets3 vcxproj to git, since it was masked by gitignore...
fix up misc warnings and build errors
2012-03-18 03:30:03 -07:00
Glenn Rice a7d142bed9 Rebase in preparation for merge. 2012-03-09 17:46:58 -06:00
Glenn Rice 1b1016ece7 Update the pot file to reflect recent changes in the code. 2012-03-09 17:46:38 -06:00
Glenn Rice d73f4d8240 Update Korean translations. 2012-03-09 17:46:35 -06:00
Glenn Rice 5c66c5b138 Update Hungarian translation. 2012-03-09 17:46:33 -06:00
Glenn Rice 685d02c0a6 Clean up Turkish translation file. 2012-03-09 17:46:30 -06:00
Glenn Rice 7306257c0f Update from master branch.
Update Arabic, Hungarian, and Spanish translations.
2012-03-09 17:46:28 -06:00
Glenn Rice 6961c2e553 Update Hungarian and Turkish translations. 2012-03-09 17:46:26 -06:00