diff options
| author | Arnold D. Robbins <arnold@skeeve.com> | 2023-09-23 22:17:00 -0400 |
|---|---|---|
| committer | Arnold D. Robbins <arnold@skeeve.com> | 2023-09-23 22:17:00 -0400 |
| commit | 3065f2276f5022ae3a5f88e71985f41601044722 (patch) | |
| tree | 5d6cdc9041544cbe5e26722b23e0cb78b427b15a | |
| parent | 3120300d4a63990c8cc219bcb3f5cb0779a7bbd5 (diff) | |
| download | gawk-3065f2276f5022ae3a5f88e71985f41601044722.tar.gz | |
Small fix in xhe.po.
| -rw-r--r-- | po/xhe.po | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -42,9 +42,9 @@ msgid "attempt to use array `%s' in a scalar context" msgstr "נסיון שימוש במערך `%s' בקונטקסט הדורש סקלאר" #: array.c:581 -#, fuzzy, c-format +#, c-format msgid "delete: index `%.*s' not in array `%s'" -msgstr "delete: מערך `%2$s' אינו מכיל מציין `%1$s'" +msgstr "delete: מציין `%.s' אינו נמצא במערך `%s'" #: array.c:595 #, c-format @@ -52,19 +52,19 @@ msgid "attempt to use scalar `%s[\"%.*s\"]' as an array" msgstr "שימוש שגוי בסקלאר `%s[\"%.*s\"]' כמערך" #: array.c:808 array.c:858 -#, fuzzy, c-format +#, c-format msgid "%s: first argument is not an array" -msgstr "asort: ארגומנט ראשון אינו מערך" +msgstr "%s: ארגומנט ראשון אינו מערך" #: array.c:850 -#, fuzzy, c-format +#, c-format msgid "%s: second argument is not an array" -msgstr "הארגומנט השני של `split' אינו מערך" +msgstr "%s: ארגומנט שני אינו מערך" #: array.c:853 field.c:1006 field.c:1100 -#, fuzzy, c-format +#, c-format msgid "%s: cannot use %s as second argument" -msgstr "or: ארגומנט שני אינו מספר" +msgstr "%s: אסור להשתמש ב-`%s' כארגומני שני" #: array.c:861 #, c-format |
