aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/values-pt
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'release' into upstreamSamuel Tardieu2012-12-131-0/+1
|\ | | | | | | | | Conflicts: main/src/cgeo/geocaching/enumerations/LogType.java
| * fix #2253: missing "unarchived" log typeSamuel Tardieu2012-12-131-0/+1
| |
* | refactoring: removed all unused stringsBananeweizen2012-12-011-36/+6
| |
* | refactoring: cleanup of resourcesBananeweizen2012-11-301-2/+0
| | | | | | | | * deleted unused drawables, images, styles, strings * moved default drawables to mdpi folder by Android convention
* | cleanup: remove some unused stringsBananeweizen2012-11-291-5/+0
| |
* | refactoring: have non translatable strings separatedBananeweizen2012-11-271-1/+0
| |
* | Removed some more string not to translatersudev2012-11-271-27/+0
| |
* | update pt localizationseromenho2012-11-271-5/+4
| |
* | Merge remote-tracking branch 'upstream/release' into pr2206mrsudev2012-11-271-6/+155
|\ \ | |/
| * Removed items not to translatersudev2012-11-271-3/+0
| |
| * update pt localizationseromenho2012-11-271-7/+159
| |
* | fix #2175: Navigation for walkingBananeweizen2012-11-191-1/+0
|/ | | | | * split navigation into two different apps (driving and walking) * also split the maps directions into separate app and removed option from the settings screen
* Correctly place translation in fileSamuel Tardieu2012-11-141-1/+1
|
* Update main/res/values-pt/strings.xmltm07022012-11-141-2/+2
| | | I am portuguese and I have found some errors in the translation to portuguese. I have corrected them.
* refactoring: Lint cleanupsBananeweizen2012-11-111-1/+0
|
* fixes #2129 - log details user caches correctedMarco Jacob2012-11-031-1/+1
|
* Fix #2111: pt translation critical mistakeSammysHP2012-10-241-1/+1
|
* GH_996 use the <plurals> mechanismHeiko W. Rupp2012-09-091-5/+9
|
* Revise german translation and make constant name more precise.Heiko W. Rupp2012-09-081-14/+14
|
* fix #1893: remove go4cacheBananeweizen2012-08-261-12/+0
|
* Allow sorting by date logged in listscampbeb2012-06-091-1/+1
|
* Remove unused stringscampbeb2012-05-261-1/+0
|
* Remove more unused stringscampbeb2012-03-181-8/+0
|
* Remove unused stringscampbeb2012-03-181-1/+0
|
* Move event strings to calendar add-on and remove from main programcampbeb2012-03-171-4/+0
|
* Fixes #1211, Remove osmarender map layerrsudev2012-03-021-9/+0
|
* Change label for unknown cache size - Unknown instead of Unknown Errorcampbeb2012-02-241-1/+2
|
* Merge remote-tracking branch 'seromenho/master'Bananeweizen2012-02-161-86/+207
|\ | | | | | | | | Conflicts: main/res/values-pt/strings.xml
| * pt-pt translation terminated.Ricardo Seromenho2012-02-161-22/+40
| |
| * updated values-ptRicardo Seromenho2012-02-101-3/+63
| |
| * Added more translations. 50% complete.Ricardo Seromenho2012-02-101-5/+31
| |
| * Update /main/res/values-pt/strings.xml. Updated until line 250.Ricardo Seromenho2012-02-101-79/+95
| |
* | Check if calendar add-on is available. Fixes #1017blafoo2012-02-121-1/+0
|/
* refactoring: remove superfluous blanks in localizationBananeweizen2012-01-281-2/+2
|
* Remove unused translations.SammysHP2011-11-271-3/+0
| | | cache_inventory_loading is kept because it may be helpful for #753.
* cleaned up resource strings for importing gpxStephan Merker2011-11-051-1/+0
| | | | | - gpx_import_loading -> gpx_import_loading_caches - removed gpx_import_loading_stored - cleaned up consistently through all translations
* Remove unused translationSammysHP2011-11-051-1/+0
| | | "gpx_import_loading_stored"
* remove useless version comments from stringsBananeweizen2011-11-011-17/+17
|
* Fixed Portugal translation - suggested on FBmucek42011-10-181-1/+1
|
* refactoring: remove duplicated cache type stringsBananeweizen2011-10-171-15/+0
| | | | The filter labels are the same as the cache type names, so they can be removed.
* Remove unexistent strings from translationsSamuel Tardieu2011-10-131-3/+0
|
* Reinstall computationally computed attribute_*_no stringsSamuel Tardieu2011-10-081-0/+65
|
* Remove unused strings in XML strings resourcesSamuel Tardieu2011-10-081-116/+0
| | | | Closes #632.
* Translate individual map sources strings rather than the arraySamuel Tardieu2011-10-071-8/+6
|
* Use more generic error string when loading images is impossibleSamuel Tardieu2011-09-261-2/+0
| | | | | There is little gain in repeating the type of images we were trying to load just after the user chose this type.
* Unified capitalized name Geocaching.com in localisationsPavol Babincak2011-09-201-4/+4
| | | | | | It seems that capitalized version of Geocaching.com is most common used on http://www.geocaching.com/. Contrary URL www.geocaching.com is intentionally left without any change.
* Move sources into the main directorySamuel Tardieu2011-09-161-0/+879
This prepares the inclusion of tests into the same repository.