summaryrefslogtreecommitdiff
path: root/app/src/main/res/values-ja
AgeCommit message (Collapse)Author
2024-03-01Update l10n for app and app store meta data. Tweaks the tx config and the ↵kwadronaut
python script to pull all translations from Transifex and parse the meta data in a fastlane compatible format.
2023-08-04update store translationskwadronaut
2022-05-21pull translations, reinsert translations for ↵cyBerta
'warning_no_more_gateways_manual_gw_selection'
2022-05-20update translationscyBerta
2022-05-05add some lost strings after changing the transifex urlcyBerta
2022-05-05update translationscyBerta
2022-02-06remove duplicated stringscyBerta
2022-02-05update translationscyBerta
2021-11-30update translationscyBerta
2021-06-04update translationscyBerta
2021-05-21update translationscyBerta
2020-12-31update translationscyberta
2020-07-26update translationscyBerta
2019-11-19update translationscyBerta
2019-08-04update translations: ar, el, es, et, fr, he, it, ja, rucyBerta
2019-03-09update languagescyBerta
2018-10-19#8919 update dependenciescyBerta
2018-10-08#8927 update languagescyBerta
2018-02-19add current translationscyBerta
2018-02-01#8832 update resources and set to latest submodule commitscyBerta
2017-11-09#8786 rebrand log activitycyBerta
2017-09-21update ics-openvpn: add textual changescyBerta
2017-09-21update ics-openvpn: add plurals to bitmask resourcescyBerta
2016-04-02Update ics-openvpnParménides GV
2016-02-06Update ics-openvpnParménides GV
2015-06-04ics-openvpn as a submodule! beautifulParménides GV
ics-openvpn is now officially on GitHub, and they track openssl and openvpn as submodules, so it's easier to update everything. Just a git submodule update --recursive. I've also set up soft links to native modules from ics-openvpn in app, so that we don't copy files in Gradle (which was causing problems with the submodules .git* files, not being copied). That makes the repo cleaner.
2014-12-23Update ics-openvpn to 1006Parménides GV
2014-11-04Update ics-openvpn to rev 906.Parménides GV
2014-09-18Updated ics-openvpn, restart after 1' being killedParménides GV
Fixed notifications too (forgot to do it in another branch, it's #5964).
2014-07-31Updated ics-openvpn to rev 859 + no 2nd notification.Parménides GV
2014-05-28Resources merge correctly.Parménides GV
2014-05-15remove ics-openvpn strings from strings.xmlParménides GV
I privilege ics-openvpn translation to ours. If we need to change something, we can introduce a new xml element without any future compatibility problem with ics-openvpn.
2014-04-09Back to the standard "app" module.Parménides GV
This return to "app" instead of "bitmask_android" is due to this reading: https://developer.android.com/sdk/installing/studio-build.html#projectStructure I'll have to tweak the final apk name in build.gradle.
2014-04-08Rename app->bitmask_androidParménides GV
This way, gradle commands generate apks correctly named.
2014-04-08Next step: compile jni sources correctly.Parménides GV