25 Commits

Author SHA1 Message Date
Chilung Chan
bcadc024b0
[TRANSLATION] Add Traditional Chinese (zh-TW) translation (#158)
Also fix minor whitespace problems and order of sections.
2022-10-16 20:06:33 +03:00
Mark Jansen
551e8cb957 Remove all Size entries 2021-10-03 16:32:54 +02:00
Mark Jansen
08d8db2698 Remove unused CDPath from all entries 2021-09-30 20:21:20 +02:00
Julen Urizar Compains
7046f941e3
[TRANSLATION] Spanish full revision of description and some names (#96)
* Jet40 SP8 for 9x/NT (KB829558) added.
* Adding MDAC28sp1 to the commit.
* Update watercolor.txt
* Update iqpuzzle.txt
2020-06-03 19:42:10 +02:00
Joachim Henze
c97d997b81 [RAPPS-DB] Upgrade from PdfSam 2.2.4 to 3.3.5 again
I was wrong.
A.S. convinced me and I double-checked on 0.4.10-RC-30-g51a70dc:
Java 8u11 *does* run currently, eventually it is important to *not*
activate any shims (what I did before when it failed for me).
I could install that Java version and afterwards
PdfSam 3.3.5 ran nicely. No reason to stick with the older version.
Still important to note, that Java 8u11 does explicitly warn about
lacking XP support.
2018-11-04 22:33:13 +01:00
Joachim Henze
1acb234648 [RAPPS-DB] Downgrade PdfSam 3.3.5 to 2.2.4
v3.3.5 requires Java 1.8.0 and that does not run yet on ReactOS and never did up
to now. Until we have the prerequisites running, it makes no sense to have
PdfSam 3.3.5 as a non.working app in rapps.
PdfSam 2.2.4 can be started up with both from our rapps Java versions:
Java 6u45 & 7u80. So let's stick with that older version for now.
2018-11-03 22:43:57 +01:00
Adam Słaboń
1d924c0891
[RAPPS-DB] Update applications, add improvements, add fixes
- Updated most applications to the latest versions (that are working on ReactOS), updated all non-working applications (only if the latest versions were failing due to the same reason), replaced all dead and dynamic links with the archive.org counterparts. Also done some other minor improvements and fixes.
- More reliable links for audacity, irfanview, irfanviewplugins. Fixed link for kindlepc, updated SHA1 hash for steam.
- Fix audacity link.
- Fix archive.org links
- Update VLC media player to version 3.0.3.
- Some of the current archive.org links lack the "if_" string. Will fix them later.
2018-06-13 20:24:44 +02:00
Adam Słaboń
e977f59f3a [TRANSLATION] Polish translation update
[TRANSLATION] Polish translation update.
2018-05-17 17:56:18 +02:00
Mark Jansen
63d67ffa28
[RAPPS-DB] Mass add the new SizeBytes field. 2018-04-08 13:56:46 +02:00
Li Keqing
2760e011a1 [RAPPS-DB] Update Simplified Chinese Translations (#19) 2018-03-25 19:02:57 +03:00
Colin Finck
9d55b8b694 Fix remaining text file line endings in the tree. (#18)
Based on https://stackoverflow.com/a/1511273

Also enforce CRLF for all *.xml files in our tree, because they are distributed with ReactOS.
2017-10-06 13:00:36 +00:00
Robert Naumann
2bdc9c132f [TRANSLATION] Massive resource maintenance update. 2 oatches by Ștefan Fulea. Thank you! CORE-12326
svn path=/trunk/reactos/media/rapps/; revision=73390
2016-11-27 00:15:02 +00:00
Daniel Reimer
f0becfb1f5 [RAPPS]
Bugfix to correctly identify the size of the programs in RAPPS for the Russian language by amber
CORE-11847 #resolve #comment Committed, thx.
App Manager - NirLauncher has a broken link by Ken Rochard
CORE-11718 #resolve #comment Committed, thx.
App Manager - Audacity has a broken link by Ken Rochard
CORE-11719 #resolve #comment Committed, thx.
Downgrade Python 3.5 to Python 3.4 (if it works) in Rapps by David Kleuker
CORE-11342 #resolve #comment Committed, thx.
App Manager - Libre Office 5.1.3 has a broken link by Ken Rochard
CORE-11670 #resolve #comment Committed, thx.
[RAPPS-DB] Click-N-Type Virtual Keyboard version is wrong by reactosfanboy
CORE-11243 #resolve #comment Committed, thx.

svn path=/trunk/reactos/media/rapps/; revision=72816
2016-09-26 18:42:16 +00:00
Daniel Reimer
e4c467a8a2 [RAPPS}
Fix structural errors, fix some dead links, fix wrong lang inclusions, fix trailing spaces etcetc
Some entries are dead, like nirlauncher, watercolor, tahoma and audacity. Feel free to fix em. (@holiday till monday now, cya)

svn path=/trunk/reactos/media/rapps/; revision=72205
2016-08-12 11:00:21 +00:00
Mark Jansen
920d53010c [TRANSLATION] Russian translations by Nikolay Burshtyn (amber). CORE-11567 #resolve #comment Thanks!
svn path=/trunk/reactos/media/rapps/; revision=71896
2016-07-11 19:02:48 +00:00
Daniel Reimer
01d772b555 [RAPPS]
Automatic Fixup of the whole RAPPS DB with a Python sync script from Christopher Reimer (based on the script from Ismael Ferreras Morezuelas): https://dl.dropboxusercontent.com/u/30053674/shaonificator.py
- Fixed ANY INI parsing errors like double language sections, missing braces, missing variable descriptions, typos...
- Fixed ANY sizes of downloads + all language specific alterations.
- Fixed ANY dead links.
- Fixed ANY SHA1 hashes.
- Comments are no more. All ppl who contributed and left their names in the comments of the files are now found in CONTRIBUTORS.
++ Removed offbyone.txt. The Browser is no more.

svn path=/trunk/reactos/media/rapps/; revision=71093
2016-04-03 13:38:29 +00:00
Daniel Reimer
df20452bab [RAPPS]
BOMS! EVERYWHERE!

svn path=/trunk/reactos/media/rapps/; revision=71074
2016-03-28 22:56:27 +00:00
Daniel Reimer
0da556a3d2 [RAPPS]
Database Update... incl. SHA1 hashes. Appreciate it! This took 5 hrs thx to the stupid and USELESS hashes!

svn path=/trunk/reactos/media/rapps/; revision=71067
2016-03-28 18:26:24 +00:00
Daniel Reimer
abca6a43ec [RAPPS]
These are ini files in theory, so the ending is by default CRLF. Explained here: http://www.nongnu.org/chmspec/latest/INI.html

svn path=/trunk/reactos/media/rapps/; revision=69502
2015-10-11 18:38:40 +00:00
Daniel Reimer
a54a8f6f72 [RAPPS]
Add SHA-1 digests to RAPPS DB packages by Ismael Ferreras Morasuelas (swyter)
CORE-10319 #resolve #comment Errr... sorry, I was just told that we already verify downloaded stuff in rapps... committed and thx for the work you spent in it...
/me hides

svn path=/trunk/reactos/media/rapps/; revision=69498
2015-10-11 15:41:55 +00:00
Daniel Reimer
938b027c2b [TRANSLATION]
Romanian resources maintenance by Ștefan Fulea
CORE-10042 #resolve #comment Committed, thx ^^

svn path=/trunk/reactos/media/rapps/; revision=69260
2015-09-17 17:26:52 +00:00
Daniel Reimer
e4576f7318 [RAPPS]
Adding New Apps for rapps and Removing Some Unneedful Spaces in aklepad.txt by Erdem Ersoy
CORE-9953 #comment Added Agat, Audacity, Gens, HexEdit, Shed, UltraISO and VBA-SDL because of the prove in image form that it works. Rest ist still not committed.
+ Removed the UTF BOMs again!
+ Added German Translations
+ Corrected the Coding to UTF-8

svn path=/trunk/reactos/media/rapps/; revision=68648
2015-08-09 09:31:12 +00:00
Daniel Reimer
a99c96fe25 [rapps]
Add zh-CN translation in RAPPS by Henry Tang Ih
CORE-9554 #resolve #comment Committed v4 and v5. Thx ^^

svn path=/trunk/reactos/media/rapps/; revision=68092
2015-06-09 16:12:17 +00:00
Daniel Reimer
ecb0d9ea33 [TRANSLATIONS]
Updating Turkish Translations by Erdem Ersoy
CORE-9587 #resolve #comment Committed, thx ^^

svn path=/trunk/reactos/base/applications/rapps/rapps/; revision=67928
2015-05-26 18:01:39 +00:00
Daniel Reimer
b6e2e26cc6 [RAPPS]
Add PDFSAM (split and merge) to rapps
CORE-9517 #resolve #comment Added, have fun ^^

svn path=/trunk/reactos/base/applications/rapps/rapps/; revision=67157
2015-04-11 11:51:38 +00:00