|
84.
|
|
|
Vietnamese
|
|
|
|
(no translation yet)
|
|
|
|
Located in
gtksourceview/gtksourceencoding.c:259 gtksourceview/gtksourceencoding.c:265
gtksourceview/gtksourceencoding.c:284
|
|
85.
|
|
|
Thai
|
|
|
|
(no translation yet)
|
|
|
|
Located in
gtksourceview/gtksourceencoding.c:261
|
|
86.
|
|
|
Unknown
|
|
|
|
(no translation yet)
|
|
|
|
Located in
gtksourceview/gtksourceencoding.c:495
|
|
87.
|
|
|
['UTF-8', 'CURRENT', 'ISO-8859-15', 'UTF-16']
|
|
|
Translators: This is the sorted list of encodings used by
* GtkSourceView for automatic detection of the file encoding. You may
* want to customize it adding encodings that are common in your
* country, for instance the GB18030 encoding for the Chinese
* translation. You may also want to remove the ISO-8859-15 encoding
* (covering English and most Western European languages) if you think
* people in your country will rarely use it. "CURRENT" is a magic
* value used by GtkSourceView and it represents the encoding for the
* current locale, so please don't translate the "CURRENT" term. Only
* recognized encodings are used. See
* https://git.gnome.org/browse/gtksourceview/tree/gtksourceview/gtksourceencoding.c#n147
* for a list of supported encodings.
* Keep the same format: square brackets, single quotes, commas.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
gtksourceview/gtksourceencoding.c:639
|
|
88.
|
|
|
There was a character encoding conversion error and it was needed to use a fallback character.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
gtksourceview/gtksourcefileloader.c:516
|
|
89.
|
|
|
File too big.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
gtksourceview/gtksourcefileloader.c:623
|
|
90.
|
|
|
Not a regular file.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
gtksourceview/gtksourcefileloader.c:777
|
|
91.
|
|
|
The file is externally modified.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
gtksourceview/gtksourcefilesaver.c:976
|
|
92.
|
|
|
The buffer contains invalid characters.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
gtksourceview/gtksourcefilesaver.c:1428
|
|
93.
|
|
|
Others
|
|
|
*
* SECTION:language
* @Short_description: Represents a syntax highlighted language
* @Title: GtkSourceLanguage
* @See_also: #GtkSourceLanguageManager
*
* A #GtkSourceLanguage represents a programming or markup language, affecting
* syntax highlighting and [context classes][context-classes].
*
* Use #GtkSourceLanguageManager to obtain a #GtkSourceLanguage instance, and
* gtk_source_buffer_set_language() to apply it to a #GtkSourceBuffer.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
gtksourceview/gtksourcelanguage.c:56
|