aboutsummaryrefslogtreecommitdiffstats
path: root/res/values-es
Commit message (Collapse)AuthorAgeFilesLines
* CMFM: ES translationsLorenzo M2014-02-023-412/+381
| | | | | | - Transifex export Change-Id: I5d49a5c045a3c83e4af1da584cc06f87f7c290ff
* CMFileManager: ES translationsLorenzo M2013-09-242-5/+8
| | | | Change-Id: Ie5145d2fa54a1841f020c2f8c3699b30833708a8
* CMFileManager: ES translationsdjMesias2013-07-311-0/+8
| | | | | | - Fix plurals Change-Id: Icc11388e25e18723deb91de1f25518fe162ab330
* CMFileManager: Simplify selection string creationHasso Tepper2013-07-301-4/+0
| | | | Change-Id: I583ca10561882a6768b8af91914bf4ca3224caa7
* CMFileManager: ES translationsdjMesias2013-07-222-3/+4
| | | | | | | - PatchSet #3-4: Rebase - PatchSet #5: Fix plurals Change-Id: I22831af0e77afad8387eaf04c55e795d831ce681
* CMFileManager: Make use of plurals correctlyHasso Tepper2013-07-222-9/+2
| | | | | | | | | | | | | | | * Make selection strings use of plurals allowing to translate these into languages where the logic of plurals is different than in English. * Rename some plurals as these are not used only in properties dialog any more. * Remove quantity="zero" cases from plurals as these are never used in English. * Remove now unused strings from translations and rename plurals. Change-Id: I8c07f1ba85b208d37626106e0e2f691468c1cbc4
* CMFileManager: ES translationsdjMesias2013-05-181-7/+8
| | | | | | | - Add missing string - From 3rd to 2nd person Change-Id: Ib4d28087885ec7351edb5c2623c8e03fbcf4115f
* CMFileManager: ES translationsdjMesias2013-05-101-4/+8
| | | | | | | | - file sizes Patchset 3: Remove Cid review Change-Id: I11b38843a9b99e5e10fc8239a23a84e033499a4f
* CMFM: es_ES: Styling fixesJorge Ruesga2013-05-052-15/+33
| | | | | Change-Id: I784852cca42916c851e423daae02661e3a4dbbe1 Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
* CMFileManager: ES translationsdjMesias2013-04-211-3/+13
| | | | | | | - Add user-defined date/time format - Add missing translations Change-Id: I134114b17cb6afb6638c39e3a554debb6fa96da3
* es_ES: Add spanish translationsdjMesias2013-04-021-0/+26
| | | | | | | | - Hightlight support and other features Patchset 4: Typo Change-Id: I60f7f885d3bb790f5d1b5be2cae251cf0999c757
* es_ES: Add spanish translationsdjMesias2013-03-241-0/+6
| | | | Change-Id: Ia07acbadf42644c55e7573b42d18ec9ee007699d
* es_ES: Add spanish translationsdjMesias2013-03-181-307/+315
| | | | | | | | - Add new translations - Replace double quotes to angle quotes - Text indent to 4 blanks Change-Id: I3a70675c6381c29134acae2a1f3cf891587e2371
* es_ES: Added spanish translationsdjMesias2013-02-111-0/+1
| | | | Change-Id: Ib1c906006c2a4d6d77d2c58a9ba1816f0ed447f7
* CMFM: es_ES: missing translationsJorge Ruesga2013-01-251-0/+2
| | | | | | | Patchset 2: Added suggestions Change-Id: Idfe1ca6f3ce6b44bc92dce6968adcca49e886c50 Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
* es_ES: Added spanish translationsdjMesias2013-01-121-0/+7
| | | | Change-Id: I3a1646d00ba86d73e0b39c063f0135ea24f079a5
* CMFM: es_ES - update missing translationsJorge Ruesga2013-01-071-3/+6
| | | | | Change-Id: I47c6f5c9d9958b294068092539b7257e43178ce7 Signed-off-by: jruesga <jorge@ruesga.com>
* CMFM: Display new fso datetimes propsJorge Ruesga2013-01-071-1/+0
| | | | | | | | | | | | Add to FsoPropertiesDialog the new fso datetimes properties: - Last accessed - Last modified - Last changed Remove old fso_properties_dialog_date string from translations. Change-Id: I881658ae0fbc6c935995ffb4ad7a02172d06bb2c Signed-off-by: jruesga <jorge@ruesga.com>
* CMFM: Fixes and ImprovementsJorge Ruesga2013-01-051-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Some performance improvements: - Use stat instead of ls. This allow improve listing of directories with symlinks. Symlinks are resolved by File.getCanonicalFile. - Simplify ls, fileinfo, find and readlink command - Simplify the parsing of FolderUsage (only type, size and category is required), and avoid to load a lot of on unused objects - Add new file datetime information from stat: access, change and modify - Improve list, find and resolvelink java commands * FadeEffect and symlink handling * Remove context from AIDHelper and add new helpful methods * New getAbsolutePath method * Use file separator for paths and ROOT_DIRECTORY for root directory path * Organize startup - Initialize variables prior to register receivers - Load AID data for improve performance through caching - Load the theme base used by AOSP widgets * Allow Editor to show zero-length files Allow the editor to load zero-length files (like /proc/mounts) and change the buffer type to no editable in binary files. * Invert allowed mount points detection. This change inverts the algorithm for prevent unmount needed rw filesystems. Now uses known restricted filesystems instead of known allowed filesystems. Now filesystems like yaffs2, fuse, and other linux filesystems are allowed by default. * Remove unused xliff namespace * Add flagNoFullscreen to EditText widgets * Fix listview selectors of history and bookmarks * Fix race condition When the command was executed prior to block the execution, the thread wait for the timeout. Add a sync access check to ensure that prior to lock and wait the program executed is not finished. * Fix for async programs When the partial buffer received for an async program is not complete (ends with a EOL), the partial buffer was discarded. Add a new buffer with this lost chars to complete this bytes next time * Fix list command Use -n1 for xargs in list command to prevent "argument line too long" * If parent is null then assume that it is the root folder * Use only name and parent for equals method on FileSystemObject A FileSystemObject is the same if his name and path are the same. * Increase performance of adapters Use argument data when possible to avoid call the adapter methods * Do not clear selection on some actions Actions like create new file/folder, show properties and other actions that explicit requires clear the active selection, shouldn't removed the active selection. * Add a new additional line to dialog messages to fill the dialog * Fix spanish translations * Fix theme roulette on tablets * Clean NLS and Override warnings * Fix parse size data with dots * Add listeners after set the values to avoid raising triggers * Increase performance of adapters. Notify the data changed at the end of the changes, and only to super adapters (the internal structure has already been updated) * Ensure that all the Cursor references were closed after used them. * Remove unused SuppressLint * Clean up Change-Id: I4326e97cbc942c767829f1a0ff6b380ad768cfef Signed-off-by: jruesga <jorge@ruesga.com>
* es_ES: Added new translationsdjMesias2012-11-121-0/+8
| | | | | | | PatchSet 2: Added Dark Theme translations PatchSet 3: Translated theme's names Change-Id: I9f965829b168c500fe4eba54c099dc7829de6612
* CMFileManager: Fix translation stringsJorge Ruesga2012-11-101-1/+1
| | | | | | Fix translation strings (license, ellips, ...) Change-Id: Ie9270f93cf1f991372c2407702f67f1b3751c002
* CMFileManager : es_ES translation fixesJorge Ruesga2012-11-041-6/+6
| | | | | | Patch 2: Fix compile warnings Change-Id: I6775baa20bc9ad04dbc34b0afe846133d3107b45
* es_ES: Added initial translationsdjMesias2012-11-021-0/+318
PatchSet 2: Integrated changes of: http://review.cyanogenmod.com/#/c/25800/ http://review.cyanogenmod.com/#/c/25825/ Changed some strings for better appearance PatchSet 3: Added some suggestions of Jorge Ruesga PatchSet 4: Fixed "filesystem_info_dialog_tab_disk_usage" Change-Id: Ib3d6b02a7b2aed121c425eac210de89a3b421732