mirror of https://github.com/GNOME/gimp.git
fixed a typo: s/occured/occurred/g
This commit is contained in:
parent
5c471f9c98
commit
d08ae844d3
|
@ -1,3 +1,12 @@
|
|||
2005-08-21 Jens Seidel <jseidel@cvs.gnome.org>
|
||||
|
||||
* libgimp/gimp.c
|
||||
* m4macros/gimp-2.0.m4
|
||||
* m4macros/gimpprint.m4
|
||||
* plug-ins/common/wind.c
|
||||
* plug-ins/uri/uri-backend-wget.c: Fixed the typo
|
||||
"occured" (also in all effected PO files to avoid fuzzyness)
|
||||
|
||||
2005-08-21 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* app/paint/gimppencil.h
|
||||
|
|
|
@ -335,7 +335,7 @@ gimp_convolve_motion (GimpPaintCore *paint_core,
|
|||
}
|
||||
else
|
||||
{
|
||||
/* TempBuf clipping has occured on at least one edge...
|
||||
/* TempBuf clipping has occurred on at least one edge...
|
||||
* Edge case: expand area under brush margin px on near edge(s), convolve
|
||||
* expanded buffers. copy src -> ovrsz1 convolve ovrsz1 -> ovrsz2
|
||||
* copy-with-crop ovrsz2 -> dest
|
||||
|
|
|
@ -466,7 +466,7 @@ gimp_iscissors_tool_button_press (GimpTool *tool,
|
|||
break;
|
||||
|
||||
default:
|
||||
/* Check if the mouse click occured on a vertex or the curve itself */
|
||||
/* Check if the mouse click occurred on a vertex or the curve itself */
|
||||
if (clicked_on_vertex (tool))
|
||||
{
|
||||
iscissors->nx = iscissors->x;
|
||||
|
|
|
@ -187,7 +187,7 @@ static GList * parse_path_data (const gchar *data);
|
|||
*
|
||||
* Imports one or more paths and basic shapes from a SVG file.
|
||||
*
|
||||
* Return value: %TRUE on success, %FALSE if an error occured
|
||||
* Return value: %TRUE on success, %FALSE if an error occurred
|
||||
**/
|
||||
gboolean
|
||||
gimp_vectors_import_file (GimpImage *image,
|
||||
|
@ -216,7 +216,7 @@ gimp_vectors_import_file (GimpImage *image,
|
|||
*
|
||||
* Imports one or more paths and basic shapes from a SVG file.
|
||||
*
|
||||
* Return value: %TRUE on success, %FALSE if an error occured
|
||||
* Return value: %TRUE on success, %FALSE if an error occurred
|
||||
**/
|
||||
gboolean
|
||||
gimp_vectors_import_buffer (GimpImage *image,
|
||||
|
|
|
@ -952,7 +952,7 @@ gimp_run_procedure2 (const gchar *name,
|
|||
break;
|
||||
|
||||
case GIMP_PDB_CALLING_ERROR:
|
||||
g_printerr ("a calling error occured while trying to run: \"%s\"", name);
|
||||
g_printerr ("a calling error occurred while trying to run: \"%s\"", name);
|
||||
break;
|
||||
|
||||
default:
|
||||
|
|
|
@ -159,7 +159,7 @@ GimpPlugInInfo PLUG_IN_INFO =
|
|||
echo "*** If you have an old version installed, it is best to remove it, although"
|
||||
echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"],
|
||||
[ echo "*** The test program failed to compile or link. See the file config.log for the"
|
||||
echo "*** exact error that occured. This usually means GIMP is incorrectly installed."])
|
||||
echo "*** exact error that occurred. This usually means GIMP is incorrectly installed."])
|
||||
CFLAGS="$ac_save_CFLAGS"
|
||||
LIBS="$ac_save_LIBS"
|
||||
fi
|
||||
|
|
|
@ -172,7 +172,7 @@ main ()
|
|||
echo "*** If you have an old version installed, it is best to remove it, although"
|
||||
echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH" ],
|
||||
[ echo "*** The test program failed to compile or link. See the file config.log for the"
|
||||
echo "*** exact error that occured. This usually means GIMP-PRINT was incorrectly"
|
||||
echo "*** exact error that occurred. This usually means GIMP-PRINT was incorrectly"
|
||||
echo "*** installed or that you have moved GIMP-PRINT since it was installed. In the"
|
||||
echo "*** latter case, you may want to edit the gimpprint-config script:"
|
||||
echo "*** $GIMPPRINT_CONFIG" ])
|
||||
|
|
|
@ -247,7 +247,7 @@ run (const gchar *name,
|
|||
if (render_effect (drawable, NULL) == -1)
|
||||
{
|
||||
status = GIMP_PDB_EXECUTION_ERROR;
|
||||
gimp_message ("An execution error occured.");
|
||||
gimp_message ("An execution error occurred.");
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
@ -1663,7 +1663,7 @@ FITS_HDU_LIST *fits_seek_image (FITS_FILE *ff, int picind)
|
|||
/* The function reads npix pixel values from the file, transforms them */
|
||||
/* checking for blank/NaN pixels and stores the transformed values in buf. */
|
||||
/* The number of transformed pixels is returned. If the returned value is */
|
||||
/* less than npix (or even -1), an error has occured. */
|
||||
/* less than npix (or even -1), an error has occurred. */
|
||||
/* hdulist must be a pointer returned by fits_seek_image(). Before starting */
|
||||
/* to read an image, fits_seek_image() must be called. Even for successive */
|
||||
/* images. */
|
||||
|
|
|
@ -860,7 +860,7 @@ xmp_model_get_scalar_property (XMPModel *xmp_model,
|
|||
*
|
||||
* Store a new value for the specified XMP property.
|
||||
*
|
||||
* Return value: %TRUE if the property was set, %FALSE if an error occured (for example, the @schema_name is invalid)
|
||||
* Return value: %TRUE if the property was set, %FALSE if an error occurred (for example, the @schema_name is invalid)
|
||||
**/
|
||||
gboolean
|
||||
xmp_model_set_scalar_property (XMPModel *xmp_model,
|
||||
|
|
|
@ -203,7 +203,7 @@ uri_backend_load_image (const gchar *uri,
|
|||
else if (! connected)
|
||||
{
|
||||
g_set_error (error, 0, 0,
|
||||
_("A network error occured: %s"), buf);
|
||||
_("A network error occurred: %s"), buf);
|
||||
|
||||
DEBUG (buf);
|
||||
|
||||
|
@ -236,7 +236,7 @@ uri_backend_load_image (const gchar *uri,
|
|||
else
|
||||
{
|
||||
g_set_error (error, 0, 0,
|
||||
_("A network error occured: %s"), buf);
|
||||
_("A network error occurred: %s"), buf);
|
||||
|
||||
DEBUG (buf);
|
||||
|
||||
|
|
|
@ -12076,7 +12076,7 @@ msgstr "S'està obrint el URI"
|
|||
#: ../plug-ins/uri/uri-backend-wget.c:206
|
||||
#: ../plug-ins/uri/uri-backend-wget.c:239
|
||||
#, c-format
|
||||
msgid "A network error occured: %s"
|
||||
msgid "A network error occurred: %s"
|
||||
msgstr "S'ha produït un error de xarxa: %s"
|
||||
|
||||
#: ../plug-ins/uri/uri-backend-wget.c:284
|
||||
|
|
|
@ -11661,7 +11661,7 @@ msgstr "Otvírám URI..."
|
|||
#: ../plug-ins/uri/uri-backend-wget.c:206
|
||||
#: ../plug-ins/uri/uri-backend-wget.c:239
|
||||
#, c-format
|
||||
msgid "A network error occured: %s"
|
||||
msgid "A network error occurred: %s"
|
||||
msgstr "Došlo k chybě sítě: %s"
|
||||
|
||||
#: ../plug-ins/uri/uri-backend-wget.c:284
|
||||
|
|
|
@ -13487,7 +13487,7 @@ msgstr "Fejl: XJT-egenskabsfilen \"%s\" er tom."
|
|||
#~ msgid "<Image>/Filters/Distorts/P_olar Coords..."
|
||||
#~ msgstr "<Image>/Filtre/Forvrængning/_Polære koordinater..."
|
||||
|
||||
#~ msgid "write error occured"
|
||||
#~ msgid "write error occurred"
|
||||
#~ msgstr "fejl under skrivning"
|
||||
|
||||
#~ msgid "_X-Offset:"
|
||||
|
@ -14376,7 +14376,7 @@ msgstr "Fejl: XJT-egenskabsfilen \"%s\" er tom."
|
|||
#~ msgid " to your xanim exporting program and restart gimp"
|
||||
#~ msgstr " til dit xanim eksportprogram og genstarte Gimp'en"
|
||||
|
||||
#~ msgid "An ERROR occured while trying to call xanim:"
|
||||
#~ msgid "An ERROR occurred while trying to call xanim:"
|
||||
#~ msgstr "En fejl opstod ved forsøg på at kalde xanim:"
|
||||
|
||||
#~ msgid "XANIM Information"
|
||||
|
|
|
@ -11861,7 +11861,7 @@ msgstr "URI wird geöffnet..."
|
|||
#: ../plug-ins/uri/uri-backend-wget.c:206
|
||||
#: ../plug-ins/uri/uri-backend-wget.c:239
|
||||
#, c-format
|
||||
msgid "A network error occured: %s"
|
||||
msgid "A network error occurred: %s"
|
||||
msgstr "Es ist ein Netzwerkfehler aufgetreten: %s"
|
||||
|
||||
#: ../plug-ins/uri/uri-backend-wget.c:284
|
||||
|
|
|
@ -11542,7 +11542,7 @@ msgstr "Opening URI..."
|
|||
|
||||
#: plug-ins/uri/uri-backend-wget.c:206 plug-ins/uri/uri-backend-wget.c:239
|
||||
#, c-format
|
||||
msgid "A network error occured: %s"
|
||||
msgid "A network error occurred: %s"
|
||||
msgstr "A network error occurred: %s"
|
||||
|
||||
#: plug-ins/uri/uri-backend-wget.c:284
|
||||
|
|
|
@ -11697,8 +11697,8 @@ msgstr "Opening URI..."
|
|||
#: ../plug-ins/uri/uri-backend-wget.c:206
|
||||
#: ../plug-ins/uri/uri-backend-wget.c:239
|
||||
#, c-format
|
||||
msgid "A network error occured: %s"
|
||||
msgstr "A network error occured: %s"
|
||||
msgid "A network error occurred: %s"
|
||||
msgstr "A network error occurred: %s"
|
||||
|
||||
#: ../plug-ins/uri/uri-backend-wget.c:284
|
||||
msgid "Downloading unknown amount of image data..."
|
||||
|
|
|
@ -11825,7 +11825,7 @@ msgstr "Abriendo URI..."
|
|||
#: ../plug-ins/uri/uri-backend-wget.c:206
|
||||
#: ../plug-ins/uri/uri-backend-wget.c:239
|
||||
#, c-format
|
||||
msgid "A network error occured: %s"
|
||||
msgid "A network error occurred: %s"
|
||||
msgstr "Ocurrió un error de red: %s"
|
||||
|
||||
#: ../plug-ins/uri/uri-backend-wget.c:284
|
||||
|
|
|
@ -11518,7 +11518,7 @@ msgstr "URI avamine..."
|
|||
#: ../plug-ins/uri/uri-backend-wget.c:206
|
||||
#: ../plug-ins/uri/uri-backend-wget.c:239
|
||||
#, c-format
|
||||
msgid "A network error occured: %s"
|
||||
msgid "A network error occurred: %s"
|
||||
msgstr "Tekkis arvutivõrgu viga: %s"
|
||||
|
||||
#: ../plug-ins/uri/uri-backend-wget.c:284
|
||||
|
|
|
@ -13359,7 +13359,7 @@ msgstr "Errorea: %s XJT propietate-fitxategia hutsik dago"
|
|||
#~ msgid "<Image>/Filters/Distorts/P_olar Coords..."
|
||||
#~ msgstr "<Image>/Iragazkiak/Distortsioak/_Koordenatu polarrak..."
|
||||
|
||||
#~ msgid "write error occured"
|
||||
#~ msgid "write error occurred"
|
||||
#~ msgstr "errorea gertatu da idaztean"
|
||||
|
||||
#~ msgid "_X-Offset:"
|
||||
|
|
|
@ -12679,7 +12679,7 @@ msgstr "Erreur : le fichier de propriétés XJT « %s » est vide."
|
|||
#~ msgid "<Image>/Filters/Distorts/P_olar Coords..."
|
||||
#~ msgstr "<Image>/Filtres/Distorsions/Coordo_nnées polaires..."
|
||||
|
||||
#~ msgid "write error occured"
|
||||
#~ msgid "write error occurred"
|
||||
#~ msgstr "une erreur d'écriture est survenue"
|
||||
|
||||
#~ msgid "_X-Offset:"
|
||||
|
|
|
@ -13306,7 +13306,7 @@ msgstr "Greška XJT datoteka %s je prazna."
|
|||
#~ msgid "<Image>/Filters/Distorts/P_olar Coords..."
|
||||
#~ msgstr "<Image>/Filteri/Izobličenja/Polarne koordinate..."
|
||||
|
||||
#~ msgid "write error occured"
|
||||
#~ msgid "write error occurred"
|
||||
#~ msgstr "pogreška pri zapisivanju"
|
||||
|
||||
#~ msgid "_X-Offset:"
|
||||
|
|
|
@ -11631,7 +11631,7 @@ msgstr "Apertura URI..."
|
|||
#: ../plug-ins/uri/uri-backend-wget.c:206
|
||||
#: ../plug-ins/uri/uri-backend-wget.c:239
|
||||
#, c-format
|
||||
msgid "A network error occured: %s"
|
||||
msgid "A network error occurred: %s"
|
||||
msgstr "Si è verificato un errore di rete: %s"
|
||||
|
||||
#: ../plug-ins/uri/uri-backend-wget.c:284
|
||||
|
|
|
@ -12303,7 +12303,7 @@ msgstr "'%s' を開いています..."
|
|||
#: ../plug-ins/uri/uri-backend-wget.c:206
|
||||
#: ../plug-ins/uri/uri-backend-wget.c:239
|
||||
#, fuzzy, c-format
|
||||
msgid "A network error occured: %s"
|
||||
msgid "A network error occurred: %s"
|
||||
msgstr "書き出しエラー発生"
|
||||
|
||||
#: ../plug-ins/uri/uri-backend-wget.c:284
|
||||
|
@ -14952,7 +14952,7 @@ msgstr "エラー: XJT プロパティファイル %s が空です"
|
|||
#~ msgid " to your xanim exporting program and restart gimp"
|
||||
#~ msgstr " gimp を再起動して下さい"
|
||||
|
||||
#~ msgid "An ERROR occured while trying to call xanim:"
|
||||
#~ msgid "An ERROR occurred while trying to call xanim:"
|
||||
#~ msgstr "xanim 呼び出し中にエラー発生"
|
||||
|
||||
#~ msgid "XANIM Information"
|
||||
|
|
|
@ -13903,7 +13903,7 @@ msgstr "읽기위해 \"%s\" 파일을 열수 없습니다!\n"
|
|||
#~ msgid "<Image>/Filters/Distorts/P_olar Coords..."
|
||||
#~ msgstr "<Image>/필터/색/색상화"
|
||||
|
||||
#~ msgid "write error occured"
|
||||
#~ msgid "write error occurred"
|
||||
#~ msgstr "쓰기 애러 발생"
|
||||
|
||||
#, fuzzy
|
||||
|
|
|
@ -12455,7 +12455,7 @@ msgstr "Отварам URI..."
|
|||
#: ../plug-ins/uri/uri-backend-wget.c:206
|
||||
#: ../plug-ins/uri/uri-backend-wget.c:239
|
||||
#, c-format
|
||||
msgid "A network error occured: %s"
|
||||
msgid "A network error occurred: %s"
|
||||
msgstr "Се случи грешка во мрежата: %s"
|
||||
|
||||
#: ../plug-ins/uri/uri-backend-wget.c:284
|
||||
|
|
|
@ -13437,7 +13437,7 @@ msgstr "Ralat: failciri XJT %s kosong"
|
|||
#~ msgid "<Image>/Filters/Distorts/P_olar Coords..."
|
||||
#~ msgstr "<Image>/Filters/Distorts/P_olar Coords..."
|
||||
|
||||
#~ msgid "write error occured"
|
||||
#~ msgid "write error occurred"
|
||||
#~ msgstr "ralat tulis berlaku"
|
||||
|
||||
#~ msgid "_X-Offset:"
|
||||
|
|
|
@ -13042,7 +13042,7 @@ msgstr "Feil: fil %s med egenskaper for XJT er tom"
|
|||
#~ msgid "<Image>/Filters/Distorts/P_olar Coords..."
|
||||
#~ msgstr "<Image>/Filtre/Forvrengning/Polare koordinater..."
|
||||
|
||||
#~ msgid "write error occured"
|
||||
#~ msgid "write error occurred"
|
||||
#~ msgstr "feil under skriving"
|
||||
|
||||
#~ msgid "_X-Offset:"
|
||||
|
|
|
@ -11501,7 +11501,7 @@ msgstr "युआरआइ खुल्दैछ..."
|
|||
|
||||
#: plug-ins/uri/uri-backend-wget.c:206 plug-ins/uri/uri-backend-wget.c:239
|
||||
#, c-format
|
||||
msgid "A network error occured: %s"
|
||||
msgid "A network error occurred: %s"
|
||||
msgstr "सञ्जालमा त्रुटि रहयो: %s"
|
||||
|
||||
#: plug-ins/uri/uri-backend-wget.c:284
|
||||
|
|
|
@ -12182,7 +12182,7 @@ msgstr "Bezig '%s' te openen..."
|
|||
#: ../plug-ins/uri/uri-backend-wget.c:206
|
||||
#: ../plug-ins/uri/uri-backend-wget.c:239
|
||||
#, fuzzy, c-format
|
||||
msgid "A network error occured: %s"
|
||||
msgid "A network error occurred: %s"
|
||||
msgstr "schrijffout vond plaats"
|
||||
|
||||
#: ../plug-ins/uri/uri-backend-wget.c:284
|
||||
|
|
|
@ -13042,7 +13042,7 @@ msgstr "Feil: fil %s med egenskaper for XJT er tom"
|
|||
#~ msgid "<Image>/Filters/Distorts/P_olar Coords..."
|
||||
#~ msgstr "<Image>/Filtre/Forvrengning/Polare koordinater..."
|
||||
|
||||
#~ msgid "write error occured"
|
||||
#~ msgid "write error occurred"
|
||||
#~ msgstr "feil under skriving"
|
||||
|
||||
#~ msgid "_X-Offset:"
|
||||
|
|
|
@ -11778,7 +11778,7 @@ msgstr "Otwieranie \"%s\"..."
|
|||
#: ../plug-ins/uri/uri-backend-wget.c:206
|
||||
#: ../plug-ins/uri/uri-backend-wget.c:239
|
||||
#, fuzzy, c-format
|
||||
msgid "A network error occured: %s"
|
||||
msgid "A network error occurred: %s"
|
||||
msgstr "Wystąpił błąd zapisu"
|
||||
|
||||
#: ../plug-ins/uri/uri-backend-wget.c:284
|
||||
|
|
|
@ -13354,7 +13354,7 @@ msgstr "Erro: ficheiro de propriedade XJT '%s' está vazio."
|
|||
#~ msgid "<Image>/Filters/Distorts/P_olar Coords..."
|
||||
#~ msgstr "<Image>/Filtros/Distorções/Coorden. P_olares..."
|
||||
|
||||
#~ msgid "write error occured"
|
||||
#~ msgid "write error occurred"
|
||||
#~ msgstr "ocorreu erro de escrita"
|
||||
|
||||
#~ msgid "_X-Offset:"
|
||||
|
|
|
@ -12846,7 +12846,7 @@ msgstr "Ошибка: файл свойств XJT '%s' пуст"
|
|||
#~ msgid "Preview (in image window, will modify image's undo history!)"
|
||||
#~ msgstr "Просмотр (в окне изображения, история отмен будт изменена!)"
|
||||
|
||||
#~ msgid "write error occured"
|
||||
#~ msgid "write error occurred"
|
||||
#~ msgstr "возникла ошибка записи"
|
||||
|
||||
#~ msgid "M_inimum Height:"
|
||||
|
|
|
@ -13923,7 +13923,7 @@ msgstr ""
|
|||
|
||||
#: plug-ins/uri/uri-backend-wget.c:206 plug-ins/uri/uri-backend-wget.c:239
|
||||
#, fuzzy, c-format
|
||||
msgid "A network error occured: %s"
|
||||
msgid "A network error occurred: %s"
|
||||
msgstr "A urusobe Ikosa"
|
||||
|
||||
#: plug-ins/uri/uri-backend-wget.c:284
|
||||
|
|
|
@ -11666,7 +11666,7 @@ msgstr "Otváranie URI..."
|
|||
#: ../plug-ins/uri/uri-backend-wget.c:206
|
||||
#: ../plug-ins/uri/uri-backend-wget.c:239
|
||||
#, c-format
|
||||
msgid "A network error occured: %s"
|
||||
msgid "A network error occurred: %s"
|
||||
msgstr "Vyskytla sa sieťová chyba: %s"
|
||||
|
||||
#: ../plug-ins/uri/uri-backend-wget.c:284
|
||||
|
|
|
@ -13559,7 +13559,7 @@ msgstr "Грешка: XЈТ датотека %s је празна"
|
|||
#~ msgid "Preview (in image window, will modify image's undo history!)"
|
||||
#~ msgstr "Преглед (у прозору за слике, измениће историјат поништавања слике!)"
|
||||
|
||||
#~ msgid "write error occured"
|
||||
#~ msgid "write error occurred"
|
||||
#~ msgstr "погрешка при записивању"
|
||||
|
||||
#
|
||||
|
|
|
@ -13559,7 +13559,7 @@ msgstr "Greška: XJT datoteka %s je prazna"
|
|||
#~ msgid "Preview (in image window, will modify image's undo history!)"
|
||||
#~ msgstr "Pregled (u prozoru za slike, izmeniće istorijat poništavanja slike!)"
|
||||
|
||||
#~ msgid "write error occured"
|
||||
#~ msgid "write error occurred"
|
||||
#~ msgstr "pogreška pri zapisivanju"
|
||||
|
||||
#
|
||||
|
|
|
@ -12695,7 +12695,7 @@ msgstr "Fel: XJT egenskapsfil \"%s\" är tom."
|
|||
#~ msgid "<Image>/Filters/Distorts/P_olar Coords..."
|
||||
#~ msgstr "<Image>/Filter/Störningar/_Polärkoordinater..."
|
||||
|
||||
#~ msgid "write error occured"
|
||||
#~ msgid "write error occurred"
|
||||
#~ msgstr "ett skrivfel har uppstått"
|
||||
|
||||
#~ msgid "_X-Offset:"
|
||||
|
|
|
@ -11483,7 +11483,7 @@ msgstr "Відкривається %s..."
|
|||
|
||||
#: plug-ins/uri/uri-backend-wget.c:192 plug-ins/uri/uri-backend-wget.c:215
|
||||
#, fuzzy, c-format
|
||||
msgid "A network error occured: %s"
|
||||
msgid "A network error occurred: %s"
|
||||
msgstr "Помилка при записуванні"
|
||||
|
||||
#: plug-ins/winicon/icodialog.c:123
|
||||
|
|
|
@ -12876,7 +12876,7 @@ msgstr "Lỗi: XJT propertyfile %s là rỗng"
|
|||
#~ msgid "<Image>/Filters/Distorts/P_olar Coords..."
|
||||
#~ msgstr "<Image>/Ảnh/Chế độ/Biên soạn..."
|
||||
|
||||
#~ msgid "write error occured"
|
||||
#~ msgid "write error occurred"
|
||||
#~ msgstr "xảy ra lỗi ghi"
|
||||
|
||||
#~ msgid "_X-Offset:"
|
||||
|
|
|
@ -12308,7 +12308,7 @@ msgstr "Ivula '%s'..."
|
|||
#: ../plug-ins/uri/uri-backend-wget.c:206
|
||||
#: ../plug-ins/uri/uri-backend-wget.c:239
|
||||
#, c-format
|
||||
msgid "A network error occured: %s"
|
||||
msgid "A network error occurred: %s"
|
||||
msgstr ""
|
||||
|
||||
#: ../plug-ins/uri/uri-backend-wget.c:284
|
||||
|
|
|
@ -11575,7 +11575,7 @@ msgstr "正在打开“%s”..."
|
|||
#: ../plug-ins/uri/uri-backend-wget.c:206
|
||||
#: ../plug-ins/uri/uri-backend-wget.c:239
|
||||
#, fuzzy, c-format
|
||||
msgid "A network error occured: %s"
|
||||
msgid "A network error occurred: %s"
|
||||
msgstr "出现写错误"
|
||||
|
||||
#: ../plug-ins/uri/uri-backend-wget.c:284
|
||||
|
|
|
@ -12434,7 +12434,7 @@ msgstr "錯誤:XJT 屬性檔‘%s’是空的。"
|
|||
#~ msgid "<Image>/Filters/Distorts/P_olar Coords..."
|
||||
#~ msgstr "<Image>/濾鏡/扭曲/極座標系統(_O)..."
|
||||
|
||||
#~ msgid "write error occured"
|
||||
#~ msgid "write error occurred"
|
||||
#~ msgstr "發生寫入錯誤"
|
||||
|
||||
#~ msgid "_X-Offset:"
|
||||
|
|
Loading…
Reference in New Issue