VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/Translations/Language.es.xml
AgeCommit message (Collapse)AuthorFilesLines
2024-11-20Windows driver: use correct WDM type. Increment version to 1.26.17Mounir IDRASSI1-1/+1
2024-11-18Increment version to 1.26.16. Update Release Notes. Update signed Windows ↵Mounir IDRASSI1-1/+1
drivers.
2024-09-01Windows: Fix MSI not installing all new documentation file. Remove old files ↵Mounir IDRASSI1-1/+1
left from old versions. Increment version to 1.26.15.
2024-08-25Increment version to 1.26.14. Set release date to August 25th.Mounir IDRASSI1-1/+1
2024-08-11Fix another typo of "CPLC" is language files including English one.Mounir IDRASSI1-1/+1
2024-08-11Fix typo of "CPLC" is language files including English one.Mounir IDRASSI1-1/+1
2024-08-10Translations: Update Spanish translationMounir IDRASSI1-102/+102
2024-08-02Increment version to 1.26.13. Update release notes. Update signed Windows ↵Mounir IDRASSI1-1/+1
drivers.
2024-08-02Translations: Add newly added string for XTS vulnerability detectionMounir IDRASSI1-0/+3
2024-06-23Increment version to 1.26.12Mounir IDRASSI1-1/+1
2024-06-23Increment version to 1.26.11. Update Release Notes.Mounir IDRASSI1-1/+1
2024-04-10Spanish translation file: fix minor punctuation error (double period)Mounir IDRASSI1-1/+1
2024-04-1007Feb23-Update Language.es.xml (#1301)MayanTigger1-11/+11
2023-12-16Translations: Update Spanish translationMounir IDRASSI1-79/+79
2023-12-15Spanish Translation: fix typos and enhancementsMounir IDRASSI1-3/+3
2023-12-15Update Language.es-22Nov23.xml (#1261)MayanTigger1-10/+10
Hello: I think of there were a regression of the fields already translated. Now translated 1441, 1443 up to 1451 Have a great day!
2023-11-19Linux/FreeBSD/macOS: Implement language selection settings (#1253)Jertzukka1-0/+3
* Implement Language selection into settings Initial commit to create a new tab in PreferencesNotebook for Language selection. By default, if nothing is chosen, it uses the current behaviour of using the language from system environment variables. If another language is chosen from the settings, it is saved into the Configuration.xml and this is used instead. * Fix SetStringSelection() assert issue on macOS * Add header include to fix build * Add current language pack, authors and way to use literal strings * Translations also for FreeBSD * Minimal GTK3 WX build on FreeBSD requires wxGraphicsContext * Get Preferences properly instead of workaround function * Use WrapSizer instead of BoxSizer for author line This forces long author lists to be put on a new line, reducing the need to increase window width. * Update Finnish translation * Borrow translation from IDM_LANGUAGE where it makes sense * Remove colon and thus unneeded function * Simplify Language tab layout * Reintroduce macOS specific fixes to Forms.cpp * cleanup
2023-11-09Increment version to 1.26.10. Update signed Windows drivers.Mounir IDRASSI1-1/+1
2023-11-0302Nov23-Update Language.es.xml (#1241)MayanTigger1-10/+10
I'm not sure of the changes will remain, two times of I have to re do the translations. Please confirm of the translations are "as it should be".
2023-10-11Increment version to 1.26.9Mounir IDRASSI1-1/+1
2023-10-10Increment version to 1.26.8Mounir IDRASSI1-1/+1
2023-09-30Increment version to 1.26.7. Set release date to October 1st. Update Windows ↵Mounir IDRASSI1-1/+1
signed driver files.
2023-09-24Windows: Add tooltip message and help button for new option to disable ↵Mounir IDRASSI1-1/+2
memory protection Also a dedicated page in the documentation was added for it.
2023-09-21Update Release Notes. Increment version to 1.26.6.Mounir IDRASSI1-1/+1
2023-09-21Translations: Add newly added string entry IDC_DISABLE_MEMORY_PROTECTIONMounir IDRASSI1-0/+1
2023-09-10Translations: Add new field IDC_LINK_KEYFILES_EXTENSIONS_WARNING to language ↵Mounir IDRASSI1-0/+1
files
2023-09-06Windows: remove recommendation of keyfiles files extensions and update ↵Mounir IDRASSI1-1/+1
documentation to mention risks of third-party file extensions. This commit also adds red color to the warning text about keyfiles in keyfiles dialogs.
2023-08-14Increment version to 1.26.5. Update signed Windows drivers.Mounir IDRASSI1-1/+1
2023-08-14Translations: Add new entry "PARTIAL_SYSENC_MOUNT_READONLY"Mounir IDRASSI1-0/+1
2023-07-23XML Language files: remove \r from new entries as it is automatically added ↵Mounir IDRASSI1-7/+7
by code
2023-07-23Translations: Add new entries. update Russian XML file by Dmitry Yerokhin. ↵Mounir IDRASSI1-1/+9
Increment version to 1.26.4
2023-07-01Windows: Fix formatting issue during volume creation by using /Y for ↵Mounir IDRASSI1-0/+2
format.com and specifying removal parameter in FormatEx The usage of /Y parameter in format.com simplifies the logic and makes the code robust since we don't need to send \n to the format.com process. Specifying RemovableMedia parameter to FormatEx fixes its failure in Windows 10 and later to perform quick format. This is also more adequate since we are mounting the volume as removable media for the formatting process. We also add better error management in order to display adequate error message to the user in case of failure
2023-06-30Increment version to 1.26.3 in XML language filesMounir IDRASSI1-1/+1
2023-06-29Translations: Add new messages related to EMV to XML filesMounir IDRASSI1-0/+13
2023-06-28Windows: Add comboxbox to Format wizard to choose ↵Mounir IDRASSI1-0/+3
QuickFormat/FastCreate/FullFormat This required changes to internal logic and addition of new UI strings
2023-06-27Translations: Add new messages to XML files where it was missingMounir IDRASSI1-0/+1
2023-06-25Update language XML files with new Expander entriesMounir IDRASSI1-0/+31
2023-06-25Windows: Better language localization support for Expander.Mounir IDRASSI1-0/+2
More work is needed to localize remaining string resources
2023-06-20Windows: Allow selecting size unit (KB/MB/GB) for generated keyfilesMounir IDRASSI1-2/+2
This change also makes it possible to generate keyfiles larger than 1 MiB although only the first 1 MiB will be taken into account by VeraCrypt. Update strings in XML files
2023-06-04Increment version to 1.26.2. Update Release NotesMounir IDRASSI1-1/+1
2023-06-02Windows: Add dropdown menu to Mount button to allow mounting without cacheMounir IDRASSI1-0/+1
2023-06-01Fix issues launching fsck via terminal on Linux (#1086)Jertzukka1-1/+2
Currently on a system without xterm or konsole (like fresh Ubuntu install) the fsck check will not launch. Added gnome-terminal as an alternative and fixed an issue where konsole will always error out as --title and --caption are no longer valid arguments. Previously the error message was simply "xterm not found", so new LangString LINUX_EX2MSG_TERMINALNOTFOUND was added to let the user knows which programs they need to get the feature working.
2023-05-18Add a new LangString 'LINUX_VOL_MOUNTED' to show when volume mounted. Fixes ↵Jertzukka1-0/+1
(#1029) the issue of 'LINUX_VOL_DISMOUNTED' being shown even when not dismounting.
2022-03-21Language XML files: Add newly added entry to the XML files of supported ↵Mounir IDRASSI1-0/+1
languages
2022-03-21Increment version to 1.26 and update windows driver and MBR bootloader filesMounir IDRASSI1-1/+1
2022-02-19Increment version to 1.25.9 and update Release Notes.Mounir IDRASSI1-1/+1
2022-02-05Increment version to 1.25.8Mounir IDRASSI1-1/+1
2022-01-07Increment version to 1.25.7 and update Release NotesMounir IDRASSI1-1/+1
2021-12-27Increment version to 1.25.6. Update Release Notes and add signed Windows driver.Mounir IDRASSI1-1/+1
2021-12-20Increment version to 1.25.5 and update release notesMounir IDRASSI1-1/+1
'#n848'>848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200