aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/values-es
Commit message (Collapse)AuthorAgeFilesLines
* refactoring: apply android formatter to all XML filesBananeweizen2013-06-021-789/+778
| | | * makes it easier to compare and find duplicate code
* fix #2817: OSM:Offline map name won't fit the boxBananeweizen2013-06-011-1/+1
|
* fix #2801: remove lint warningsBananeweizen2013-05-301-3/+0
|
* Menu tuningrsudev2013-05-261-0/+1
| | | | | | Added refresh to cache context menu in lists Switched 'Store offline' to 'Refresh' in history Added 'Clear offline logs' to history
* Fix #2721 - Correct link to manualcampbeb2013-05-151-5/+6
| | | | | Also, removed unused links from strings.xml files to make it clear where the link is coming from
* fix #1781: Remove help functionBananeweizen2013-05-091-2/+0
|
* fix #2599: Typos in `strings.xml`Bananeweizen2013-05-041-1/+1
|
* Localization review according to regular Spanish and GC.com in Spanish (1st ↵nebursc2013-04-291-30/+58
| | | | | | | | | | | | | | part) This is the first part of my review for the Spanish localization. I have done three actions: add missed strings in Spanish from English XML; review existing strings to adapt them to "usual Spanish spoken in Spain" and used at GC.com in Spanish; and fix some little errors (misprints). My main skills to do this: I'm Spanish from Spain and I play geocaching since 2006 (user: Nebur). Of course, I'm also a programmer in several languages :) Modules reviewed in this proposal: - Basics - Caches - Cache sizes - Waypoints - Logs
* One string translated and one fixednebursc2013-04-271-1/+2
| | | I added one string that was not translated until now.
* Replace progress dialog by individual progress bars when loading imagesSamuel Tardieu2013-04-071-2/+0
|
* change wording from "GC code" to "geo code"Bananeweizen2013-02-011-3/+3
|
* lint cleanupsBananeweizen2013-01-281-1/+0
| | | | * unused resources * textIsSelectable
* refactoring: removed all unused stringsBananeweizen2012-12-011-22/+0
|
* 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-4/+0
|
* 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
* code cleanup: fix some Lint warnings Bananeweizen2012-11-161-2/+2
|
* refactoring: Lint cleanupsBananeweizen2012-11-111-1/+0
|
* fixes #2129 - log details user caches correctedMarco Jacob2012-11-031-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-24/+24
|
* Update main/res/values-es/strings.xmlLars2012-08-301-1/+1
|
* fix #1893: remove go4cacheBananeweizen2012-08-261-3/+0
|
* Better strings for GPS / Compass switch (span)Lars2012-08-051-2/+2
|
* Allow sorting by date logged in listscampbeb2012-06-091-1/+1
|
* Remove unused stringscampbeb2012-05-261-1/+0
|
* Remove more unused stringscampbeb2012-03-181-7/+0
|
* Remove unused stringscampbeb2012-03-181-2/+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-1/+0
|
* Change label for unknown cache size - Unknown instead of Unknown Errorcampbeb2012-02-241-1/+2
|
* Check if calendar add-on is available. Fixes #1017blafoo2012-02-121-1/+0
|
* refactoring: remove superfluous blanks in localizationBananeweizen2012-01-281-1/+1
|
* 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/+1
| | | | | - 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
|
* 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
|
* Remove duplicated strings for "waypoint_coordinate_formats"SammysHP2011-10-071-8/+1
| | | Now only "plain" is translated.
* Unified indenting by replacing tabs with spacesPavol Babincak2011-10-061-2/+2
|
* More localizationSamuel Tardieu2011-09-261-0/+1
|
* 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/+896
This prepares the inclusion of tests into the same repository.