aboutsummaryrefslogtreecommitdiffhomepage
path: root/core/locales
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2016-06-15 08:52:26 -0400
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2016-06-15 08:52:26 -0400
commita09f1751c01d66a3b7519c72909746611d12a7f2 (patch)
tree0e1dc7d20b6f66100589e5e28f289dbeeed31d35 /core/locales
parent16bf7c94537afe0883b1e80b2dbdbfaf7e6d391a (diff)
Allow binary files to be encoded in something else.
UTF-16 files (and other encodings with null bytes) are initially recognized as binary files (no encoding). Allow encodings to be set for such files after load.
Diffstat (limited to 'core/locales')
-rw-r--r--core/locales/locale.ar.conf1
-rw-r--r--core/locales/locale.de.conf1
-rw-r--r--core/locales/locale.es.conf1
-rw-r--r--core/locales/locale.fr.conf1
-rw-r--r--core/locales/locale.it.conf1
-rw-r--r--core/locales/locale.pl.conf1
-rw-r--r--core/locales/locale.ru.conf1
-rw-r--r--core/locales/locale.sv.conf1
8 files changed, 0 insertions, 8 deletions
diff --git a/core/locales/locale.ar.conf b/core/locales/locale.ar.conf
index 97ccb0f5..5d241fdd 100644
--- a/core/locales/locale.ar.conf
+++ b/core/locales/locale.ar.conf
@@ -21,7 +21,6 @@ Undefined event name = اسم حدث غير معرّف
# core/file_io.lua
Open = افتح
Encoding conversion failed. = فشل تحويل الترميز.
-Cannot change binary file encoding = لا يمكن تغيير ترميز الملف الثنائي
Save = احفظ
Untitled = بدون-عنوان
Close without saving? = أَتُغلِق بدون حفظ؟
diff --git a/core/locales/locale.de.conf b/core/locales/locale.de.conf
index cf8b6afe..ffdb8d1a 100644
--- a/core/locales/locale.de.conf
+++ b/core/locales/locale.de.conf
@@ -21,7 +21,6 @@ Undefined event name = Undefinierter Eventname
# core/file_io.lua
Open = Öffnen
Encoding conversion failed. = Fehler bei der Umwandlung der Zeichenkodierung.
-Cannot change binary file encoding = Binäres Dateiformat kann nicht geändert werden
Save = Speichern
Untitled = Unbenannt
Close without saving? = Schließen ohne zu speichern?
diff --git a/core/locales/locale.es.conf b/core/locales/locale.es.conf
index 22b67098..db2a2d34 100644
--- a/core/locales/locale.es.conf
+++ b/core/locales/locale.es.conf
@@ -21,7 +21,6 @@ Undefined event name = Nombre de evento sin definir
# core/file_io.lua
Open = Abrir
Encoding conversion failed. = Error al convertir codificación.
-Cannot change binary file encoding = No se ha podido cambiar la codificación del fichero binario
Save = Guardar
Untitled = Sin Nombre
Close without saving? = ¿Cerrar sin guardar?
diff --git a/core/locales/locale.fr.conf b/core/locales/locale.fr.conf
index d71559f1..e01eeb47 100644
--- a/core/locales/locale.fr.conf
+++ b/core/locales/locale.fr.conf
@@ -22,7 +22,6 @@ Undefined event name = Nom d’évènement inconnu
# core/file_io.lua
Open = Ouvrir
Encoding conversion failed. = Échec de la conversion d’encodage
-Cannot change binary file encoding = Impossible de modifier l’encodage d’un fichier binaire
Save = Enregistrer
Untitled = Sans titre
Close without saving? = Fermer sans enregistrer?
diff --git a/core/locales/locale.it.conf b/core/locales/locale.it.conf
index 9a164a53..dd278e70 100644
--- a/core/locales/locale.it.conf
+++ b/core/locales/locale.it.conf
@@ -21,7 +21,6 @@ Undefined event name = Nome di evento indefinito
# core/file_io.lua
Open = Apri
Encoding conversion failed. = Cambio di codifica non riuscito
-Cannot change binary file encoding = Impossibile cambiare la codifica di un file binario
Save = Salva
Untitled = Senza titolo
Close without saving? = Chiudere senza salvare?
diff --git a/core/locales/locale.pl.conf b/core/locales/locale.pl.conf
index 5c437087..6864a64e 100644
--- a/core/locales/locale.pl.conf
+++ b/core/locales/locale.pl.conf
@@ -21,7 +21,6 @@ Undefined event name = Brak nazwy zdarzenia
# core/file_io.lua
Open = Otwórz
Encoding conversion failed. = Zmiana kodowania nie powiodła się.
-Cannot change binary file encoding = Nie można zmienić kodowania pliku binarnego
Save = Zapisz
Untitled = Bez nazwy
Close without saving? = Zamknąć bez zapisywania zmian?
diff --git a/core/locales/locale.ru.conf b/core/locales/locale.ru.conf
index 81792a32..55364fed 100644
--- a/core/locales/locale.ru.conf
+++ b/core/locales/locale.ru.conf
@@ -21,7 +21,6 @@ Undefined event name = Неизвестное название события
# core/file_io.lua
Open = Открыть
Encoding conversion failed. = Ошибка при преобразовании кодировки.
-Cannot change binary file encoding = Невозможно изменить кодировку двоичного файла
Save = Сохранить
Untitled = Безымянный
Close without saving? = Закрыть без сохранения?
diff --git a/core/locales/locale.sv.conf b/core/locales/locale.sv.conf
index 2269f334..e405964d 100644
--- a/core/locales/locale.sv.conf
+++ b/core/locales/locale.sv.conf
@@ -21,7 +21,6 @@ Undefined event name = Odefinierat event-namn
# core/file_io.lua
Open = Öppna
Encoding conversion failed. = Kunde inte konvertera teckenkodningen.
-Cannot change binary file encoding = Kan inte ändra binär filkodning
Save = Spara
Untitled = Namnlös
Close without saving? = Stäng utan att spara?