Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
GIMP
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2,764
Issues
2,764
List
Boards
Labels
Service Desk
Milestones
Merge Requests
39
Merge Requests
39
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
External Wiki
External Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GNOME
GIMP
Commits
d08ae844
Commit
d08ae844
authored
Aug 21, 2005
by
Jens Seidel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed a typo: s/occured/occurred/g
parent
5c471f9c
Changes
44
Hide whitespace changes
Inline
Side-by-side
Showing
44 changed files
with
57 additions
and
48 deletions
+57
-48
ChangeLog
ChangeLog
+9
-0
app/paint/gimpconvolve.c
app/paint/gimpconvolve.c
+1
-1
app/tools/gimpiscissorstool.c
app/tools/gimpiscissorstool.c
+1
-1
app/vectors/gimpvectors-import.c
app/vectors/gimpvectors-import.c
+2
-2
libgimp/gimp.c
libgimp/gimp.c
+1
-1
m4macros/gimp-2.0.m4
m4macros/gimp-2.0.m4
+1
-1
m4macros/gimpprint.m4
m4macros/gimpprint.m4
+1
-1
plug-ins/common/wind.c
plug-ins/common/wind.c
+1
-1
plug-ins/fits/fitsrw.c
plug-ins/fits/fitsrw.c
+1
-1
plug-ins/metadata/xmp-model.c
plug-ins/metadata/xmp-model.c
+1
-1
plug-ins/uri/uri-backend-wget.c
plug-ins/uri/uri-backend-wget.c
+2
-2
po-plug-ins/ca.po
po-plug-ins/ca.po
+1
-1
po-plug-ins/cs.po
po-plug-ins/cs.po
+1
-1
po-plug-ins/da.po
po-plug-ins/da.po
+2
-2
po-plug-ins/de.po
po-plug-ins/de.po
+1
-1
po-plug-ins/en_CA.po
po-plug-ins/en_CA.po
+1
-1
po-plug-ins/en_GB.po
po-plug-ins/en_GB.po
+2
-2
po-plug-ins/es.po
po-plug-ins/es.po
+1
-1
po-plug-ins/et.po
po-plug-ins/et.po
+1
-1
po-plug-ins/eu.po
po-plug-ins/eu.po
+1
-1
po-plug-ins/fr.po
po-plug-ins/fr.po
+1
-1
po-plug-ins/hr.po
po-plug-ins/hr.po
+1
-1
po-plug-ins/it.po
po-plug-ins/it.po
+1
-1
po-plug-ins/ja.po
po-plug-ins/ja.po
+2
-2
po-plug-ins/ko.po
po-plug-ins/ko.po
+1
-1
po-plug-ins/mk.po
po-plug-ins/mk.po
+1
-1
po-plug-ins/ms.po
po-plug-ins/ms.po
+1
-1
po-plug-ins/nb.po
po-plug-ins/nb.po
+1
-1
po-plug-ins/ne.po
po-plug-ins/ne.po
+1
-1
po-plug-ins/nl.po
po-plug-ins/nl.po
+1
-1
po-plug-ins/no.po
po-plug-ins/no.po
+1
-1
po-plug-ins/pl.po
po-plug-ins/pl.po
+1
-1
po-plug-ins/pt.po
po-plug-ins/pt.po
+1
-1
po-plug-ins/ru.po
po-plug-ins/ru.po
+1
-1
po-plug-ins/rw.po
po-plug-ins/rw.po
+1
-1
po-plug-ins/sk.po
po-plug-ins/sk.po
+1
-1
po-plug-ins/sr.po
po-plug-ins/sr.po
+1
-1
po-plug-ins/sr@Latn.po
po-plug-ins/sr@Latn.po
+1
-1
po-plug-ins/sv.po
po-plug-ins/sv.po
+1
-1
po-plug-ins/uk.po
po-plug-ins/uk.po
+1
-1
po-plug-ins/vi.po
po-plug-ins/vi.po
+1
-1
po-plug-ins/xh.po
po-plug-ins/xh.po
+1
-1
po-plug-ins/zh_CN.po
po-plug-ins/zh_CN.po
+1
-1
po-plug-ins/zh_TW.po
po-plug-ins/zh_TW.po
+1
-1
No files found.
ChangeLog
View file @
d08ae844
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
...
...
app/paint/gimpconvolve.c
View file @
d08ae844
...
...
@@ -335,7 +335,7 @@ gimp_convolve_motion (GimpPaintCore *paint_core,
}
else
{
/* TempBuf clipping has occured on at least one edge...
/* TempBuf clipping has occur
r
ed 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
...
...
app/tools/gimpiscissorstool.c
View file @
d08ae844
...
...
@@ -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 occur
r
ed on a vertex or the curve itself */
if
(
clicked_on_vertex
(
tool
))
{
iscissors
->
nx
=
iscissors
->
x
;
...
...
app/vectors/gimpvectors-import.c
View file @
d08ae844
...
...
@@ -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 occur
r
ed
**/
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 occur
r
ed
**/
gboolean
gimp_vectors_import_buffer
(
GimpImage
*
image
,
...
...
libgimp/gimp.c
View file @
d08ae844
...
...
@@ -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 occur
r
ed while trying to run:
\"
%s
\"
"
,
name
);
break
;
default:
...
...
m4macros/gimp-2.0.m4
View file @
d08ae844
...
...
@@ -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 occur
r
ed. This usually means GIMP is incorrectly installed."])
CFLAGS="$ac_save_CFLAGS"
LIBS="$ac_save_LIBS"
fi
...
...
m4macros/gimpprint.m4
View file @
d08ae844
...
...
@@ -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 occur
r
ed. 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" ])
...
...
plug-ins/common/wind.c
View file @
d08ae844
...
...
@@ -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 occur
r
ed."
);
}
else
{
...
...
plug-ins/fits/fitsrw.c
View file @
d08ae844
...
...
@@ -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 occur
ed.
*/
/* less than npix (or even -1), an error has occur
red.
*/
/* 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. */
...
...
plug-ins/metadata/xmp-model.c
View file @
d08ae844
...
...
@@ -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 occur
r
ed (for example, the @schema_name is invalid)
**/
gboolean
xmp_model_set_scalar_property
(
XMPModel
*
xmp_model
,
...
...
plug-ins/uri/uri-backend-wget.c
View file @
d08ae844
...
...
@@ -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 occur
r
ed: %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 occur
r
ed: %s"
),
buf
);
DEBUG
(
buf
);
...
...
po-plug-ins/ca.po
View file @
d08ae844
...
...
@@ -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 occur
r
ed: %s"
msgstr "S'ha produït un error de xarxa: %s"
#: ../plug-ins/uri/uri-backend-wget.c:284
...
...
po-plug-ins/cs.po
View file @
d08ae844
...
...
@@ -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 occur
r
ed: %s"
msgstr "Došlo k chybě sítě: %s"
#: ../plug-ins/uri/uri-backend-wget.c:284
...
...
po-plug-ins/da.po
View file @
d08ae844
...
...
@@ -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 occur
r
ed"
#~ 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 occur
r
ed while trying to call xanim:"
#~ msgstr "En fejl opstod ved forsøg på at kalde xanim:"
#~ msgid "XANIM Information"
...
...
po-plug-ins/de.po
View file @
d08ae844
...
...
@@ -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 occur
r
ed: %s"
msgstr "Es ist ein Netzwerkfehler aufgetreten: %s"
#: ../plug-ins/uri/uri-backend-wget.c:284
...
...
po-plug-ins/en_CA.po
View file @
d08ae844
...
...
@@ -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 occur
r
ed: %s"
msgstr "A network error occurred: %s"
#: plug-ins/uri/uri-backend-wget.c:284
...
...
po-plug-ins/en_GB.po
View file @
d08ae844
...
...
@@ -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 occur
r
ed: %s"
msgstr "A network error occur
r
ed: %s"
#: ../plug-ins/uri/uri-backend-wget.c:284
msgid "Downloading unknown amount of image data..."
...
...
po-plug-ins/es.po
View file @
d08ae844
...
...
@@ -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 occur
r
ed: %s"
msgstr "Ocurrió un error de red: %s"
#: ../plug-ins/uri/uri-backend-wget.c:284
...
...
po-plug-ins/et.po
View file @
d08ae844
...
...
@@ -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 occur
r
ed: %s"
msgstr "Tekkis arvutivõrgu viga: %s"
#: ../plug-ins/uri/uri-backend-wget.c:284
...
...
po-plug-ins/eu.po
View file @
d08ae844
...
...
@@ -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 occur
r
ed"
#~ msgstr "errorea gertatu da idaztean"
#~ msgid "_X-Offset:"
...
...
po-plug-ins/fr.po
View file @
d08ae844
...
...
@@ -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 occur
r
ed"
#~ msgstr "une erreur d'écriture est survenue"
#~ msgid "_X-Offset:"
...
...
po-plug-ins/hr.po
View file @
d08ae844
...
...
@@ -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 occur
r
ed"
#~ msgstr "pogreška pri zapisivanju"
#~ msgid "_X-Offset:"
...
...
po-plug-ins/it.po
View file @
d08ae844
...
...
@@ -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 occur
r
ed: %s"
msgstr "Si è verificato un errore di rete: %s"
#: ../plug-ins/uri/uri-backend-wget.c:284
...
...
po-plug-ins/ja.po
View file @
d08ae844
...
...
@@ -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 occur
r
ed: %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 occur
r
ed while trying to call xanim:"
#~ msgstr "xanim 呼び出し中にエラー発生"
#~ msgid "XANIM Information"
...
...
po-plug-ins/ko.po
View file @
d08ae844
...
...
@@ -13903,7 +13903,7 @@ msgstr "읽기위해 \"%s\" 파일을 열수 없습니다!\n"
#~ msgid "<Image>/Filters/Distorts/P_olar Coords..."
#~ msgstr "<Image>/필터/색/색상화"
#~ msgid "write error occured"
#~ msgid "write error occur
r
ed"
#~ msgstr "쓰기 애러 발생"
#, fuzzy
...
...
po-plug-ins/mk.po
View file @
d08ae844
...
...
@@ -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 occur
r
ed: %s"
msgstr "Се случи грешка во мрежата: %s"
#: ../plug-ins/uri/uri-backend-wget.c:284
...
...
po-plug-ins/ms.po
View file @
d08ae844
...
...
@@ -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 occur
r
ed"
#~ msgstr "ralat tulis berlaku"
#~ msgid "_X-Offset:"
...
...
po-plug-ins/nb.po
View file @
d08ae844
...
...
@@ -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 occur
r
ed"
#~ msgstr "feil under skriving"
#~ msgid "_X-Offset:"
...
...
po-plug-ins/ne.po
View file @
d08ae844
...
...
@@ -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 occur
r
ed: %s"
msgstr "सञ्जालमा त्रुटि रहयो: %s"
#: plug-ins/uri/uri-backend-wget.c:284
...
...
po-plug-ins/nl.po
View file @
d08ae844
...
...
@@ -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 occur
r
ed: %s"
msgstr "schrijffout vond plaats"
#: ../plug-ins/uri/uri-backend-wget.c:284
...
...
po-plug-ins/no.po
View file @
d08ae844
...
...
@@ -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 occur
r
ed"
#~ msgstr "feil under skriving"
#~ msgid "_X-Offset:"
...
...
po-plug-ins/pl.po
View file @
d08ae844
...
...
@@ -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 occur
r
ed: %s"
msgstr "Wystąpił błąd zapisu"
#: ../plug-ins/uri/uri-backend-wget.c:284
...
...
po-plug-ins/pt.po
View file @
d08ae844
...
...
@@ -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 occur
r
ed"
#~ msgstr "ocorreu erro de escrita"
#~ msgid "_X-Offset:"
...
...
po-plug-ins/ru.po
View file @
d08ae844
...
...
@@ -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 occur
r
ed"
#~ msgstr "возникла ошибка записи"
#~ msgid "M_inimum Height:"
...
...
po-plug-ins/rw.po
View file @
d08ae844
...
...
@@ -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 occur
r
ed: %s"
msgstr "A urusobe Ikosa"
#: plug-ins/uri/uri-backend-wget.c:284
...
...
po-plug-ins/sk.po
View file @
d08ae844
...
...
@@ -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 occur
r
ed: %s"
msgstr "Vyskytla sa sieťová chyba: %s"
#: ../plug-ins/uri/uri-backend-wget.c:284
...
...
po-plug-ins/sr.po
View file @
d08ae844
...
...
@@ -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 occur
r
ed"
#~ msgstr "погрешка при записивању"
#
...
...
po-plug-ins/sr@Latn.po
View file @
d08ae844
...
...
@@ -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 occur
r
ed"
#~ msgstr "pogreška pri zapisivanju"
#
...
...
po-plug-ins/sv.po
View file @
d08ae844
...
...
@@ -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 occur
r
ed"
#~ msgstr "ett skrivfel har uppstått"
#~ msgid "_X-Offset:"
...
...
po-plug-ins/uk.po
View file @
d08ae844
...
...
@@ -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 occur
r
ed: %s"
msgstr "Помилка при записуванні"
#: plug-ins/winicon/icodialog.c:123
...
...
po-plug-ins/vi.po
View file @
d08ae844
...
...
@@ -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 occur
r
ed"
#~ msgstr "xảy ra lỗi ghi"
#~ msgid "_X-Offset:"
...
...
po-plug-ins/xh.po
View file @
d08ae844
...
...
@@ -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 occur
r
ed: %s"
msgstr ""
#: ../plug-ins/uri/uri-backend-wget.c:284
...
...
po-plug-ins/zh_CN.po
View file @
d08ae844
...
...
@@ -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 occur
r
ed: %s"
msgstr "出现写错误"
#: ../plug-ins/uri/uri-backend-wget.c:284
...
...
po-plug-ins/zh_TW.po
View file @
d08ae844
...
...
@@ -12434,7 +12434,7 @@ msgstr "錯誤:XJT 屬性檔‘%s’是空的。"
#~ msgid "<Image>/Filters/Distorts/P_olar Coords..."
#~ msgstr "<Image>/濾鏡/扭曲/極座標系統(_O)..."
#~ msgid "write error occured"
#~ msgid "write error occur
r
ed"
#~ msgstr "發生寫入錯誤"
#~ msgid "_X-Offset:"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment