Skip to content

Commit

Permalink
Merge pull request #1494 from yosoygroot/patch-8
Browse files Browse the repository at this point in the history
Update stringtable.xml to afford Spanish
  • Loading branch information
commy2 committed Aug 9, 2021
2 parents d998c07 + 273200a commit c61154f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions addons/diagnostic/stringtable.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<Turkish>Community Base Addons - Teşhis</Turkish>
<Italian>Community Base Addons - Diagnostica</Italian>
<Czech>Community Base Addons - Diagnostika</Czech>
<Spanish>Community Base Addons - Diagnósticos</Spanish>
</Key>
<Key ID="STR_CBA_Diagnostic_ExtendedDebugConsole">
<English>Extended Debug Console</English>
Expand All @@ -26,6 +27,7 @@
<Turkish>Geliştirilmiş Debug Konsolu</Turkish>
<Italian>Console debug estesa</Italian>
<Czech>Rozšířená ladící konzole</Czech>
<Spanish>Consola Extendida de Depuración</Spanish>
</Key>
<Key ID="STR_CBA_Diagnostic_PrevStatement">
<English>Previous Statement</English>
Expand All @@ -39,6 +41,7 @@
<Turkish>Önceki İfade</Turkish>
<Italian>Espressione Prec.</Italian>
<Czech>Předchozí zpráva</Czech>
<Spanish>Expresión Anterior</Spanish>
</Key>
<Key ID="STR_CBA_Diagnostic_NextStatement">
<English>Next Statement</English>
Expand All @@ -52,6 +55,7 @@
<Turkish>Sonraki İfade</Turkish>
<Italian>Espressione Succ.</Italian>
<Czech>Následující zpráva</Czech>
<Spanish>Expresión Siguiente</Spanish>
</Key>
<Key ID="STR_CBA_Diagnostic_TargetExec">
<English>Target Exec</English>
Expand All @@ -65,6 +69,7 @@
<Turkish>Hedefte Çalıştır</Turkish>
<Italian>Esegui Remoto</Italian>
<Czech>Cílový exec</Czech>
<Spanish>Ejecutiva de Objetivo</Spanish>
</Key>
<Key ID="STR_CBA_Diagnostic_EnableTargetDebug">
<English>Enable Target Debugging</English>
Expand All @@ -78,6 +83,7 @@
<Turkish>Hedefte Çalıştırmayı Aktifleştir</Turkish>
<Italian>Attiva il debug remoto</Italian>
<Czech>Zapnout cílové ladění</Czech>
<Spanish>Activar Depuración de Objetivo</Spanish>
</Key>
<Key ID="STR_CBA_Diagnostic_EnableTargetDebug_tooltip">
<English>[CBA] Allows remote target debugging. Requires Debug Console.</English>
Expand All @@ -91,21 +97,25 @@
<Turkish>[CBA] Başka hedefte çalıştırmayı aktifleştirir. Debug konsolu gerektirir.</Turkish>
<Italian>[CBA] Abilita il debug remoto. Richiede la console di debug.</Italian>
<Czech>[CBA] Povoluje ladění vzdáleného cíle. Vyžaduje ladící konzoli.</Czech>
<Spanish>[CBA] Permite la depuración de objetivos remotos. Requiere consola de depuración.</Spanish>
</Key>
<Key ID="STR_CBA_Diagnostic_ConsoleIndentType">
<English>Debug Console Indentation</English>
<Polish>Indentacja w konsoli debugowania</Polish>
<French>Indentation dans la console de débogage</French>
<Spanish>Espaciado de la Consola de Depuración</Spanish>
</Key>
<Key ID="STR_CBA_Diagnostic_ConsoleIndentTypeTooltip">
<English>Type of indentation that can be added to expression in the debug console by pressing Tab key or removed by pressing Shift + Tab.</English>
<Polish>Rodzaj indentacji która może być dodana do wyrażenia w konsoli debugowania za pomocą klawisza Tab lub usunięta za pomocą Shift + Tab.</Polish>
<French>Type d'indentation qui peut être employée dans la console de débogage.\nTab ajoute une indentation, et Shift + Tab en supprime une.</French>
<Spanish>Tipo de sangría que se puede agregar a la expresión en la consola de depuración presionando la tecla Tab o eliminar presionando Shift + Tab</Spanish>
</Key>
<Key ID="STR_CBA_Diagnostic_ConsoleIndentSpaces">
<English>4 Spaces</English>
<Polish>4 Spacje</Polish>
<French>4 espaces</French>
<Spanish>4 Espacios</Spanish>
</Key>
</Package>
</Project>

0 comments on commit c61154f

Please sign in to comment.