mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Translate Aaru.Decoders to Spanish (Spain).
This commit is contained in:
@@ -469,7 +469,7 @@ public static class EVPD
|
||||
|
||||
break;
|
||||
default:
|
||||
sb.AppendFormat("\t" + Localization.Identifier_has_unknown_association_with_code__0_,
|
||||
sb.AppendFormat("\t" + Localization.Identifier_has_unknown_association_with_code_0,
|
||||
(byte)descriptor.Association).AppendLine();
|
||||
|
||||
break;
|
||||
|
||||
@@ -4009,7 +4009,7 @@ public static class Features
|
||||
sb.AppendLine("\t" + Localization.Drive_can_write_user_provided_data_in_the_R_W_subchannels);
|
||||
|
||||
if(ftr.CDRW)
|
||||
sb.AppendLine("\t" + Localization.Drive_can_write_CD_RWs);
|
||||
sb.AppendLine("\t" + Localization.Drive_can_write_CD_RW);
|
||||
|
||||
if(ftr.TestWrite)
|
||||
sb.AppendLine("\t" + Localization.Drive_can_do_a_test_writing);
|
||||
|
||||
@@ -138,7 +138,7 @@ public static partial class Modes
|
||||
switch(page.RPL)
|
||||
{
|
||||
case 0:
|
||||
sb.AppendLine("\t" + Localization.Spindle_synchronization_is_disable_or_unsupported);
|
||||
sb.AppendLine("\t" + Localization.Spindle_synchronization_is_disabled_or_unsupported);
|
||||
|
||||
break;
|
||||
case 1:
|
||||
|
||||
@@ -216,7 +216,7 @@ public static partial class Modes
|
||||
sb.AppendLine("\t" + Localization.CHECK_CONDITION_should_be_reported_rather_than_a_long_busy_condition);
|
||||
|
||||
if(page.SWP)
|
||||
sb.AppendLine("\t" + Localization.Software_write_protect_is_active);
|
||||
sb.AppendLine("\t" + Localization.Software_write_protect_is_enabled);
|
||||
|
||||
if(page.TAS)
|
||||
sb.AppendLine("\t" + Localization.
|
||||
|
||||
@@ -141,7 +141,7 @@ public static partial class Modes
|
||||
|
||||
break;
|
||||
case 1:
|
||||
sb.AppendLine("\t" + Localization.Power_On_Self_Test_is_disable);
|
||||
sb.AppendLine("\t" + Localization.Power_On_Self_Test_is_disabled);
|
||||
|
||||
break;
|
||||
default:
|
||||
|
||||
@@ -162,7 +162,7 @@ public static partial class Modes
|
||||
|
||||
break;
|
||||
case 3:
|
||||
sb.AppendLine("\t" + Localization.Port_A_uses_Parallel_SCSI_Ultra160_interface);
|
||||
sb.AppendLine("\t" + Localization.Port_A_uses_Parallel_SCSI_Ultra_160_interface);
|
||||
|
||||
break;
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user