Daniel Martí
6853f9a306
pull-trans: use team@ instead of admin@, typo fix
2015-09-17 19:37:42 -07:00
F-Droid Translatebot
c9448b1781
Pull translation updates from weblate
...
Translators:
Green Lunar Hebrew
Kiril LastName Bulgarian
Laura Arjona Reina Spanish
Lu Ca Sardinian
Marc Ringel German
Mladen Pejaković Serbian
Pablo Spanish
relan Russian
riotism Chinese (Hong Kong)
2015-09-17 19:30:32 -07:00
Daniel Martí
7440cf1b74
Add script to pull+squash from weblate. Fixes #140
2015-09-17 19:28:42 -07:00
Hans-Christoph Steiner
4fb173e364
Merge branch 'small-swap-fixes' into 'master'
...
Small swap fixes
These are a few fixes I found while debugging the new swap stuff. The `repo.fingerprint` commit is quite important since that is the code that provides the core of FDroid's security model.
See merge request !142
2015-09-16 17:53:42 +00:00
relan
8cf3dd39f9
Translated using Weblate (Russian)
...
Currently translated at 66.4% (200 of 301 strings)
2015-09-16 17:29:02 +02:00
Kiril LastName
1114af11ea
Translated using Weblate (Bulgarian)
...
Currently translated at 83.0% (250 of 301 strings)
2015-09-16 17:29:01 +02:00
Enol Puente
4cebbbd8a7
Translated using Weblate (Asturian)
...
Currently translated at 97.3% (293 of 301 strings)
2015-09-16 17:29:01 +02:00
Hans-Christoph Steiner
c8b64281c2
sync up logcat tags with the class names
2015-09-16 13:00:32 +02:00
Hans-Christoph Steiner
d37b473e10
temporary workaround to NPE crash on first install
...
The solution is really to get rid of the Fragment and do everything in the
Activity, especially since this nullguard will probably leave things in a
not good state. But that's better than a crash, I think.
W java.lang.NullPointerException
W at org.fdroid.fdroid.views.fragments.AvailableAppsFragment$CategoryObserver.onChange(AvailableAppsFragment.java:88)
W at org.fdroid.fdroid.views.fragments.AvailableAppsFragment$CategoryObserver.onChange(AvailableAppsFragment.java:103)
W at android.database.ContentObserver.dispatchChange(ContentObserver.java:163)
W at android.database.ContentObserver$Transport.onChange(ContentObserver.java:195)
W at android.database.IContentObserver$Stub.onTransact(IContentObserver.java:60)
W at android.os.Binder.execTransact(Binder.java:404)
W at dalvik.system.NativeStart.run(Native Method)
2015-09-16 13:00:32 +02:00
Hans-Christoph Steiner
69b210a4b8
fix swap to follow repo.fingerprint logic: null means unset
...
The repo.fingerprint logic is based on null meaning that the fingerprint
has not been set. This ensures that a "" does not sneak in somehow as a
valid fingerprint.
2015-09-16 13:00:32 +02:00
Hans-Christoph Steiner
03d074a0e8
always use Locale.ENGLISH for formatting Strings for the machine
...
For Strings that are meant to be displayed to humans, using the default
Locale makes sense. But this String is meant to be parsed by code, so it
should force the Locale to make sure the digits are always rendered in the
same format.
2015-09-16 12:48:33 +02:00
Hans-Christoph Steiner
003f5331fa
revert to previous, proven index.xml writing
...
It was added in c831cf77ccf9ecfa792d0ffdc84f272053fa945a and changed in
42d31eb0e6e5d5c9e7fe9c35435a56258ad90578
2015-09-16 12:48:33 +02:00
Pablo
ce2fa5cf80
Translated using Weblate (Spanish)
...
Currently translated at 99.0% (298 of 301 strings)
2015-09-16 00:19:11 +02:00
relan
fe50205eca
Translated using Weblate (Russian)
...
Currently translated at 65.7% (198 of 301 strings)
2015-09-16 00:19:11 +02:00
Thomas Lü
b625fa4fca
Translated using Weblate (German)
...
Currently translated at 71.0% (214 of 301 strings)
2015-09-16 00:19:11 +02:00
Kiril LastName
6a01145ab8
Translated using Weblate (Bulgarian)
...
Currently translated at 81.3% (245 of 301 strings)
2015-09-16 00:19:11 +02:00
Marcelo Santana
ada640c5f2
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (301 of 301 strings)
2015-09-15 13:50:59 +02:00
Sebastian Oliva
3d72425874
Translated using Weblate (Spanish)
...
Currently translated at 99.0% (298 of 301 strings)
2015-09-15 07:35:34 +02:00
Daniel Martí
cdfe1566fa
Give more context on some strings, split installed
...
As per !140 , some languages require different translations for an app being
installed and the tab name for installed apps. Namely, one is plural while the
other isn't. Separate the two.
2015-09-14 15:00:14 -07:00
agilob
46ebd0f276
Translated using Weblate (Polish)
...
Currently translated at 100.0% (300 of 300 strings)
2015-09-14 23:52:05 +02:00
Robert Martinez
df2adf8d06
Translated using Weblate (German)
...
Currently translated at 65.3% (196 of 300 strings)
2015-09-14 23:52:05 +02:00
Antoine Bolvy
ab891463f7
Translated using Weblate (French)
...
Currently translated at 53.6% (161 of 300 strings)
2015-09-14 23:52:05 +02:00
Kiril LastName
8d403866ed
Translated using Weblate (Bulgarian)
...
Currently translated at 61.0% (183 of 300 strings)
2015-09-14 23:52:05 +02:00
Osoitz
2e96a22d3d
Translated using Weblate (Basque)
...
Currently translated at 40.6% (122 of 300 strings)
2015-09-14 23:52:05 +02:00
agilob
98d2a1219b
Translated using Weblate (Polish)
...
Currently translated at 100.0% (300 of 300 strings)
2015-09-14 23:52:05 +02:00
Daniel Martí
5de0673df5
CONTRIBUTING: Android style, not Google's
2015-09-14 14:31:23 -07:00
Daniel Martí
b9aca242fd
README: Mention that CI runs the tests
2015-09-14 14:31:10 -07:00
Daniel Martí
1c362beafb
README: explain why translation MRs aren't okay
2015-09-14 14:30:27 -07:00
Daniel Martí
9aef0aad42
Merge remote-tracking branch 'upstream/unstableUpdates'
2015-09-14 10:18:19 -07:00
Alex Moonshine
6036b87a2a
Translated using Weblate (Ukrainian)
...
Currently translated at 19.1% (57 of 298 strings)
2015-09-14 19:14:47 +02:00
Pablo
46f5d7b9cd
Translated using Weblate (Spanish)
...
Currently translated at 98.6% (294 of 298 strings)
Missing context
2015-09-14 19:14:47 +02:00
Marcelo Santana
7e5fa235e2
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (298 of 298 strings)
2015-09-14 19:14:46 +02:00
Daniel Martí
57ae045d05
Translated using Weblate (French)
...
Currently translated at 53.6% (160 of 298 strings)
2015-09-14 19:14:46 +02:00
David Koňařík
2ef61b1c17
Translated using Weblate (Czech)
...
Currently translated at 59.3% (177 of 298 strings)
2015-09-14 19:14:46 +02:00
Daniel Martí
3109dff3c2
Translated using Weblate (Catalan)
...
Currently translated at 68.1% (203 of 298 strings)
2015-09-14 19:14:46 +02:00
Nico Alt
ab2c1d49b6
Prompt for unstable updates globally
2015-09-14 18:58:52 +02:00
Pablo
5d768188bc
Translated using Weblate (Spanish)
...
Currently translated at 97.9% (292 of 298 strings)
2015-09-14 16:31:54 +02:00
Laura Arjona Reina
e4c2589e07
Translated using Weblate (Spanish)
...
Currently translated at 76.1% (227 of 298 strings)
2015-09-14 16:06:18 +02:00
Marcelo Santana
1d0df6b5f0
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (298 of 298 strings)
2015-09-14 13:29:43 +02:00
Daniel Martí
a6bf0f4b7f
Translated using Weblate (Spanish)
...
Currently translated at 60.7% (181 of 298 strings)
2015-09-14 12:43:34 +02:00
Laura Arjona Reina
11095cf8c9
Translated using Weblate (Spanish)
...
Currently translated at 100% (0 of 0 strings)
Created new translation.
2015-09-14 12:42:48 +02:00
naofum
e34492a204
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (298 of 298 strings)
2015-09-14 10:04:35 +02:00
Marcelo Santana
b44529586b
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (298 of 298 strings)
2015-09-14 07:59:19 +02:00
Daniel Martí
85b8c9a0c2
Improve some strings as per #415
2015-09-13 22:57:54 -07:00
Daniel Martí
38075ae36d
Get rid of the last all caps strings. #415
...
If we really, really need all caps strings, do it in xml/java. Don't make
translators use all caps.
2015-09-13 16:43:44 -07:00
Daniel Martí
eb4782c50b
Remove duplicate scan_qr string. #415
...
The other one isn't capitalized, but we shouldn't expect translators to have
to use all caps anyway.
2015-09-13 16:42:29 -07:00
Daniel Martí
d2f41cd571
remove-unused-trans: no need to handle arrays.xml
2015-09-13 16:41:58 -07:00
Daniel Martí
b78ad7ea4f
Translated using Weblate (Catalan)
...
Currently translated at 67.8% (203 of 299 strings)
2015-09-14 01:28:19 +02:00
agilob
c00daa2462
Translated using Weblate (Polish)
...
Currently translated at 100.0% (1 of 1 strings)
2015-09-13 21:08:06 +02:00
Marcelo Santana
6942428b25
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (300 of 300 strings)
2015-09-13 21:08:06 +02:00