2007-06-24 11:46:28 +02:00
|
|
|
# JOE german translation
|
|
|
|
# Copyright (C) 2006 Joseph H Allen
|
|
|
|
# This file is distributed under the same license as the PACKAGE package.
|
|
|
|
# Joe Allen
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
# Copyright © Philipp Thomas 2006, 2016
|
2007-06-24 11:46:28 +02:00
|
|
|
#
|
|
|
|
msgid ""
|
|
|
|
msgstr ""
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
"Project-Id-Version: joe 4.3\n"
|
|
|
|
"Report-Msgid-Bugs-To: \n"
|
|
|
|
"POT-Creation-Date: 2006-06-15 14:12-0400\n"
|
2015-07-08 16:37:15 +02:00
|
|
|
"PO-Revision-Date: 2015-07-08 13:58+0100\n"
|
2009-10-26 16:55:32 +01:00
|
|
|
"Last-Translator: Philipp Thomas <pth@suse.de>\n"
|
2015-07-08 16:37:15 +02:00
|
|
|
"Language-Team: German <translation-team-de@lists.sourceforge.net>\n"
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
"Language: de\n"
|
2007-06-24 11:46:28 +02:00
|
|
|
"MIME-Version: 1.0\n"
|
2009-10-26 16:55:32 +01:00
|
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
2007-06-24 11:46:28 +02:00
|
|
|
"Content-Transfer-Encoding: 8bit\n"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: b.c:31
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "No error"
|
|
|
|
msgstr "Kein Fehler"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: b.c:32
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "New File"
|
|
|
|
msgstr "Neue Datei"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: b.c:33
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Error reading file"
|
|
|
|
msgstr "Fehler beim Lesen der Datei"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: b.c:34
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Error seeking file"
|
2009-10-26 16:55:32 +01:00
|
|
|
msgstr "Fehler beim Springen (Seek) in der Datei"
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: b.c:35
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Error opening file"
|
|
|
|
msgstr "Fehler beim Öffnen der Datei"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: b.c:36
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Error writing file"
|
|
|
|
msgstr "Fehler beim Schreiben der Datei"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: b.c:37
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "File on disk is newer"
|
2009-10-26 16:55:32 +01:00
|
|
|
msgstr "Datei auf dem Datenträger ist neuer"
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: b.c:2736
|
|
|
|
#, c-format
|
|
|
|
msgid ""
|
|
|
|
"\n"
|
|
|
|
"*** These modified files were found in JOE when it aborted on %s"
|
|
|
|
msgstr ""
|
|
|
|
"\n"
|
|
|
|
"*** Diese geänderten Dateien wurden nach Abbruch von %s in JOE gefunden"
|
|
|
|
|
|
|
|
#: b.c:2738
|
|
|
|
#, c-format
|
|
|
|
msgid "*** JOE was aborted by UNIX signal %d\n"
|
|
|
|
msgstr "*** JOE wurde durch UNIX-Signal %d abgebrochen\n"
|
|
|
|
|
|
|
|
#: b.c:2740
|
|
|
|
msgid "*** JOE was aborted because the terminal closed\n"
|
|
|
|
msgstr "*** JOE wurde durch Schließen des Terminals abgebrochen\n"
|
|
|
|
|
|
|
|
#: b.c:2745
|
2007-06-24 11:46:28 +02:00
|
|
|
#, c-format
|
|
|
|
msgid ""
|
|
|
|
"\n"
|
|
|
|
"*** File '%s'\n"
|
|
|
|
msgstr ""
|
|
|
|
"\n"
|
2015-07-08 16:37:15 +02:00
|
|
|
"*** Datei „%s“\n"
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: b.c:2747
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid ""
|
|
|
|
"\n"
|
|
|
|
"*** File '(Unnamed)'\n"
|
|
|
|
msgstr ""
|
|
|
|
"\n"
|
2015-07-08 16:37:15 +02:00
|
|
|
"*** Datei „(Unbenannt)“\n"
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: bw.c:1274
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "** Line %ld Col %ld Offset %s(0x%s) **"
|
|
|
|
msgstr "** Zeile %ld Spalte %ld Offset %s(0x%s) **"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: bw.c:1276
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "** Line %ld Col %ld Offset %s(0x%s) %s %d(0%o/0x%X) Width %d **"
|
2009-01-21 14:09:50 +01:00
|
|
|
msgstr ""
|
|
|
|
"** Zeile %ld Spalte %ld Offset %s(0x%s) %s %d(0%o/0x%X) Breite %d **"
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: cmd.c:211
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Could not create lock. (I) edit anyway, (Q) cancel edit? "
|
2009-10-26 16:55:32 +01:00
|
|
|
msgstr "Konnte Lock nicht erstellen. (I)trotzem editieren, (Q)abbrechen? "
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: cmd.c:212
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Locked by %s. (S)teal lock, (I) edit anyway, (Q) cancel edit? "
|
2009-01-21 14:09:50 +01:00
|
|
|
msgstr ""
|
|
|
|
"Gesperrt durch %s. (S)perre stehlen, (I)trotzdem editieren, (Q)abbrechen? "
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: cmd.c:214
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "|steal the lock|sS"
|
|
|
|
msgstr "|Sperre stehlen|sS"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: cmd.c:215
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "|cancel edit due to lock|qQ"
|
|
|
|
msgstr "|Editieren wegen Sperre abbrechen|qQ"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: cmd.c:216
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "|ignore lock, continue with edit|iI"
|
|
|
|
msgstr "|Sperre ignorieren, mit Editieren fortfahren|iI"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: cmd.c:265
|
|
|
|
msgid "Notice: File on disk changed! (hit %{abort} to continue) "
|
|
|
|
msgstr "Hinweis: Datei auf dem Datenträger hat sich geändert! (Fortfahren mit %{abort}) "
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: cmd.c:325
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Modify other window first for macro"
|
|
|
|
msgstr "Ändern Sie für das Makro zuerst das andere Fenster"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: cmd.c:333
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Other buffer is read only"
|
|
|
|
msgstr "Der andere Puffer ist schreibgeschützt"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: cmd.c:348 rc.c:340
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Read only"
|
|
|
|
msgstr "Schreibgeschützt"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: cmd.c:542 cmd.c:552
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "No such command"
|
|
|
|
msgstr "Unbekannter Befehl"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: cmd.c:569
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Command: "
|
|
|
|
msgstr "Befehl: "
|
|
|
|
|
|
|
|
#: help.c:77
|
|
|
|
#, c-format
|
|
|
|
msgid ""
|
|
|
|
"\n"
|
|
|
|
"%d: EOF before end of help text\n"
|
|
|
|
msgstr ""
|
|
|
|
"\n"
|
|
|
|
"%d: EOF vor Ende des Hilfetextes\n"
|
|
|
|
|
|
|
|
#: kbd.c:352
|
|
|
|
msgid "No such keymap"
|
|
|
|
msgstr "Unbekannte Keymap"
|
|
|
|
|
|
|
|
#: kbd.c:381
|
|
|
|
msgid "Change keymap: "
|
|
|
|
msgstr "Keymap ändern: "
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: macro.c:662
|
|
|
|
msgid "Macro to record (0-9 or %{abort} to abort): "
|
|
|
|
msgstr "Aufzunehmendes Makro (Abbrechen mit 0-9 oder %{abort}): "
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: macro.c:764
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Play-"
|
2009-01-21 14:09:50 +01:00
|
|
|
msgstr "Abspielen-"
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: macro.c:791
|
|
|
|
msgid "No. times to repeat next command (%{abort} to abort): "
|
|
|
|
msgstr "Anzahl der Widerholungen für nächsten Befehl (Abbrechen mit %{abort}): "
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: macro.c:819
|
|
|
|
msgid "If (%{abort} to abort): "
|
|
|
|
msgstr "If (Abbrechen mit %{abort}): "
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: macro.c:826
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Elsif without if"
|
|
|
|
msgstr "Elsif ohne if"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: macro.c:832
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Else if: "
|
|
|
|
msgstr "Else if: "
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: macro.c:841
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Else without if"
|
|
|
|
msgstr "Else ohne if"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: macro.c:852
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Endif without if"
|
|
|
|
msgstr "Endif ohne if"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: macro.c:895
|
2007-06-24 11:46:28 +02:00
|
|
|
#, c-format
|
|
|
|
msgid "Repeat %s%d"
|
|
|
|
msgstr "Repeat %s%d"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: macro.c:908
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Repeat"
|
|
|
|
msgstr "Repeat"
|
|
|
|
|
|
|
|
#: main.c:207
|
|
|
|
msgid "Couldn't load termcap/terminfo entry\n"
|
|
|
|
msgstr "Konnte termcap/terminfo-Eintrag nicht laden\n"
|
|
|
|
|
|
|
|
#: main.c:222 main.c:239
|
|
|
|
#, c-format
|
|
|
|
msgid "There were errors in '%s'. Use it anyway?"
|
2015-07-08 16:37:15 +02:00
|
|
|
msgstr "Fehler in „%s“. Trotzdem verwenden?"
|
2007-06-24 11:46:28 +02:00
|
|
|
|
|
|
|
#: main.c:294
|
|
|
|
#, c-format
|
|
|
|
msgid "Warning: %s is newer than your %s.\n"
|
|
|
|
msgstr "Warnung: %s ist neuer als Ihr %s.\n"
|
|
|
|
|
|
|
|
#: main.c:295
|
|
|
|
#, c-format
|
|
|
|
msgid "You should update or delete %s\n"
|
|
|
|
msgstr "%s sollte aktualisiert oder gelöscht werden\n"
|
|
|
|
|
|
|
|
#: main.c:296
|
|
|
|
#, c-format
|
|
|
|
msgid "Hit enter to continue with %s "
|
|
|
|
msgstr "Drücken Sie ENTER um mit %s fortzufahren "
|
|
|
|
|
|
|
|
#: main.c:309 main.c:328 main.c:345
|
|
|
|
#, c-format
|
|
|
|
msgid "There were errors in '%s'. Use it anyway (y,n)? "
|
2015-07-08 16:37:15 +02:00
|
|
|
msgstr "Fehler in „%s“. Trotzdem verwenden (y,n)? "
|
2007-06-24 11:46:28 +02:00
|
|
|
|
|
|
|
#: main.c:353
|
|
|
|
#, c-format
|
|
|
|
msgid "Couldn't open '%s'\n"
|
2015-07-08 16:37:15 +02:00
|
|
|
msgstr "Konnte „%s“ nicht öffnen\n"
|
2007-06-24 11:46:28 +02:00
|
|
|
|
|
|
|
#: main.c:359
|
|
|
|
msgid "rc file has no :main key binding section or no bindings. Bye.\n"
|
2009-01-21 14:09:50 +01:00
|
|
|
msgstr ""
|
|
|
|
"RC-Datei hat keine :main Tastenbelegungs-Sektion oder gar keine Belegungen.\n"
|
2007-06-24 11:46:28 +02:00
|
|
|
|
|
|
|
#: main.c:372
|
|
|
|
#, c-format
|
|
|
|
msgid "Unknown option '%s'\n"
|
2015-07-08 16:37:15 +02:00
|
|
|
msgstr "Unbekannte Option „%s“\n"
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: main.c:508
|
2007-06-24 11:46:28 +02:00
|
|
|
#, c-format
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
msgid "\\i** Joe's Own Editor v%s ** (%s) ** Copyright %s 2006 **\\i"
|
2009-10-26 16:55:32 +01:00
|
|
|
msgstr "\\i** Joe's Own Editor v%s ** (%s) ** Copyright %s 2006 **\\i"
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:295
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Overtype mode"
|
|
|
|
msgstr "Überschreib-Modus"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:295
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Insert mode"
|
|
|
|
msgstr "Einfüge-Modus"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:295
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "T Overtype "
|
|
|
|
msgstr "T Überschreiben "
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:296
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Hex edit mode"
|
|
|
|
msgstr "Hexedit-Modus"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:296
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Text edit mode"
|
|
|
|
msgstr "Textedit-Modus"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:296
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid " Hex edit mode "
|
|
|
|
msgstr " Hexedit-Modus "
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:297
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Autoindent enabled"
|
|
|
|
msgstr "Automatische Einrückung aktiviert"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:297
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Autoindent disabled"
|
|
|
|
msgstr "Automatische Einrückung deaktiviert"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:297
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "I Autoindent "
|
|
|
|
msgstr "I Einrückung "
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:298
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Wordwrap enabled"
|
|
|
|
msgstr "Zeilenumbruch aktiviert"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:298
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Wordwrap disabled"
|
|
|
|
msgstr "Zeilenumbruch deaktiviert"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:298
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "W Word wrap "
|
|
|
|
msgstr "W Zeilenumbruch "
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:299
|
2007-06-24 11:46:28 +02:00
|
|
|
#, c-format
|
|
|
|
msgid "Tab width (%d): "
|
|
|
|
msgstr "Tabulator-Breite (%d): "
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:299
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "D Tab width "
|
|
|
|
msgstr "D Tab-Breite "
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:300
|
2007-06-24 11:46:28 +02:00
|
|
|
#, c-format
|
|
|
|
msgid "Left margin (%d): "
|
|
|
|
msgstr "Linker Einzug (%d): "
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:300
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "L Left margin "
|
|
|
|
msgstr "L Linker Einzug "
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:301
|
2007-06-24 11:46:28 +02:00
|
|
|
#, c-format
|
|
|
|
msgid "Right margin (%d): "
|
|
|
|
msgstr "Rechter Einzug (%d): "
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:301
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "R Right margin "
|
|
|
|
msgstr "R Rechter Einzug"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:302
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Restore cursor position when files loaded"
|
|
|
|
msgstr "Springe beim Öffnen von Dateien an die letzte Cursorposition"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:302
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Don't restore cursor when files loaded"
|
|
|
|
msgstr "Springe beim Öffnen von Dateien NICHT an die letzte Cursorposition"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:302
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid " Restore cursor "
|
|
|
|
msgstr " Springe zu Cursorpos. "
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:303
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Rectangle mode"
|
|
|
|
msgstr "Rechteck-Modus"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:303
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Text-stream mode"
|
|
|
|
msgstr "Textstrom-Modus"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:303
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "X Rectangle mode "
|
|
|
|
msgstr "X Rechteck-Modus "
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:304
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Search ignores case by default"
|
|
|
|
msgstr "Suche ignoriert standardmäßig Groß-/Kleinschreibung"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:304
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Case sensitive search by default"
|
|
|
|
msgstr "Suche beachtet Groß-/Kleinschreibung"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:304
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid " Case insensitivity "
|
|
|
|
msgstr " Groß-/Kleinschr. beachten "
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:305
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Search wraps"
|
|
|
|
msgstr "Suche wird am Anfang fortgesetzt"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:305
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Search doesn't wrap"
|
|
|
|
msgstr "Surche wird nicht am Anfang fortgesetzt"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:305
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid " Search wraps "
|
|
|
|
msgstr " Suche durch ganzes Dokument "
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:306
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Menu explorer mode"
|
|
|
|
msgstr "Menü-Explorer-Modus"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:306
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Simple completion mode"
|
|
|
|
msgstr "Einfache Vervollständigung"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:306
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid " Menu explorer "
|
|
|
|
msgstr " Menü-Explorer "
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:307
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Menu above prompt"
|
|
|
|
msgstr "Menü über Prompt"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:307
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Menu below prompt"
|
|
|
|
msgstr "Menü unter Prompt"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:307
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid " Menu position "
|
|
|
|
msgstr " Menüposition "
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:308
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Search prompting on"
|
2009-10-26 16:55:32 +01:00
|
|
|
msgstr "Suche erfragen an"
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:308
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Search prompting off"
|
2009-10-26 16:55:32 +01:00
|
|
|
msgstr "Suche erfragen aus"
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:308
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid " Search prompting "
|
2009-10-26 16:55:32 +01:00
|
|
|
msgstr " Suche erfragen "
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:309
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Jump into menu is on"
|
2009-10-26 16:55:32 +01:00
|
|
|
msgstr "In Menü springen is an"
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:309
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Jump into menu is off"
|
2009-10-26 16:55:32 +01:00
|
|
|
msgstr "In Menü springen is aus"
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:309
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid " Jump into menu "
|
2009-10-26 16:55:32 +01:00
|
|
|
msgstr " In Menü springen"
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:310
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Autoswap ^KB and ^KK"
|
|
|
|
msgstr "^KB und ^KK automatisch tauschen"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:310
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Autoswap off "
|
|
|
|
msgstr "Automatisher Tausch von ^KB und ^KK deaktiviert "
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:310
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid " Autoswap mode "
|
|
|
|
msgstr " Autoswap-Modus "
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:311
|
2007-06-24 11:46:28 +02:00
|
|
|
#, c-format
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
msgid "Indent char %d (SPACE=32, TAB=9, %{abort} to abort): "
|
|
|
|
msgstr "Einrückungszeichen %d (SPACE=32, TAB=9, Abbrechen mit %{abort}): "
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:311
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid " Indent char "
|
|
|
|
msgstr " Einrückungszeichen "
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:312
|
2007-06-24 11:46:28 +02:00
|
|
|
#, c-format
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
msgid "Indent step %d (%{abort} to abort): "
|
|
|
|
msgstr "Einrückungsschritt %d (Abbrechen mit %{abort}): "
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:312
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid " Indent step "
|
|
|
|
msgstr " Einrückungsschritt "
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:313
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "One space after periods for paragraph reformat"
|
2009-10-26 16:55:32 +01:00
|
|
|
msgstr "Ein Leerzeichen nach dem Punkt beim Neuformatieren eines Absatzes"
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:313
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Two spaces after periods for paragraph reformat"
|
2009-10-26 16:55:32 +01:00
|
|
|
msgstr "Zwei Leerzeichen nach dem Punkt beim Neuformatieren eines Absatzes"
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:313
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid " French spacing "
|
2009-10-26 16:55:32 +01:00
|
|
|
msgstr " Französische Abstände "
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:314
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Highlighting enabled"
|
2009-10-26 16:55:32 +01:00
|
|
|
msgstr "Highlighting aktiviert"
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:314
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Highlighting disabled"
|
2009-10-26 16:55:32 +01:00
|
|
|
msgstr "Highlighting deaktiviert"
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:314
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "H Highlighting "
|
|
|
|
msgstr "H Highlighting "
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:315
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Inserting spaces when tab key is hit"
|
2009-10-26 16:55:32 +01:00
|
|
|
msgstr "Bei Drücken der Tab Taste werden Leerzeichen eingefügt"
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:315
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Inserting tabs when tab key is hit"
|
2009-10-26 16:55:32 +01:00
|
|
|
msgstr "Bei Drücken der Tab Taste werden Tabulatoren eingefügt"
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:315
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid " No tabs "
|
2009-10-26 16:55:32 +01:00
|
|
|
msgstr " Keine Tabs "
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:316
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Cursor will be recentered on scrolls"
|
2009-10-26 16:55:32 +01:00
|
|
|
msgstr "Cursor wird beim Rollen neu zentriert"
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:316
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Cursor will not be recentered on scroll"
|
2009-10-26 16:55:32 +01:00
|
|
|
msgstr "Cursor wird beim Rollen nicht neu zentriert"
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:316
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "C Center on scroll "
|
|
|
|
msgstr "Z Zentrieren beim Blättern "
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:317
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Automatically detect MS-DOS files"
|
|
|
|
msgstr "Automatische Erkennung von MS-DOS-Dateien"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:317
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Do not automatically detect MS-DOS files"
|
|
|
|
msgstr "Keine automatische Erkennung von MS-DOS-Dateien"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:317
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid " Auto detect CR-LF "
|
|
|
|
msgstr " CR-LF automatisch erkennen "
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:318
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Automatically detect indentation"
|
|
|
|
msgstr "Einrückung wird automatisch erkannt"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:318
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Do not automatically detect indentation"
|
|
|
|
msgstr "Einrückung wird nicht automatisch erkannt"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:318
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid " Guess indent "
|
2009-10-26 16:55:32 +01:00
|
|
|
msgstr " Einrückung erkennen "
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:319
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Automatically detect non-UTF-8 in UTF-8 locale"
|
|
|
|
msgstr "Automatische Erkennung von nicht-UTF-8 in UTF-8-Umgebung"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:319
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Do not automatically detect non-UTF-8"
|
|
|
|
msgstr "Keine Automatische Erkennung von nicht-UTF-8"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:319
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid " Guess non-UTF-8 "
|
|
|
|
msgstr " Rate nicht-UTF-8 "
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:320
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Automatically detect UTF-8 in non-UTF-8 locale"
|
|
|
|
msgstr "Automatische Erkennung von UTF-8 in nicht-UTF-8-Umgebung"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:320
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Do not automatically detect UTF-8"
|
|
|
|
msgstr "Keine Automatische Erkennung von UTF-8"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:320
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid " Guess UTF-8 "
|
2009-10-26 16:55:32 +01:00
|
|
|
msgstr " Rate UTF-8 "
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:321
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Menu is transposed"
|
|
|
|
msgstr "Menüelemente werden umgeordnet"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:321
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Menus are not transposed"
|
|
|
|
msgstr "Menüelemente werden nicht umgeordnet"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:321
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid " Transpose menus "
|
|
|
|
msgstr " Menüs umordnen "
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:322
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "CR-LF is line terminator"
|
|
|
|
msgstr "CR-LF ist Zeilenbegrenzer"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:322
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "LF is line terminator"
|
|
|
|
msgstr "LF ist Zeilenbegrenzer"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:322
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Z CR-LF (MS-DOS) "
|
|
|
|
msgstr "Z CR-LF (MS-DOS) "
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:323
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Line numbers enabled"
|
|
|
|
msgstr "Zeilennummern aktiviert"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:323
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Line numbers disabled"
|
|
|
|
msgstr "Zeilennummern deaktiviert"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:323
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "N Line numbers "
|
|
|
|
msgstr "N Zeilennummern "
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:324
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Anchored block marking on"
|
2009-10-26 16:55:32 +01:00
|
|
|
msgstr "Markieren verankerter Blöcke an"
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:324
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Anchored block marking off"
|
2009-10-26 16:55:32 +01:00
|
|
|
msgstr "Markieren verankerter Blöcke aus"
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:324
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid " Marking "
|
2009-10-26 16:55:32 +01:00
|
|
|
msgstr " Markieren "
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:325
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Characters above 127 shown as-is"
|
2009-10-26 16:55:32 +01:00
|
|
|
msgstr "Zeichen über 127 so-wie-sie-sind anzeigen"
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:325
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Characters above 127 shown in inverse"
|
|
|
|
msgstr "Zeichen über 127 invertiert anzeigen"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:325
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid " Meta chars as-is "
|
2009-10-26 16:55:32 +01:00
|
|
|
msgstr " Meta-Zeichen unverändert "
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:326
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Last line forced to have NL when file saved"
|
2009-10-26 16:55:32 +01:00
|
|
|
msgstr "Am Ende der letzten Zeile wird beim Sichern ein NL erzwungen"
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:326
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Last line not forced to have NL"
|
2009-10-26 16:55:32 +01:00
|
|
|
msgstr "Am Ende der letzten Zeile wird beim Sichern ein NL nicht erzwungen"
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:326
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid " Force last NL "
|
2009-10-26 16:55:32 +01:00
|
|
|
msgstr " Erzwinge letztes NL "
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:327
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "~/.joe_state file will be updated"
|
|
|
|
msgstr "Datei ~/.joe_state wird aktualisiert"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:327
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "~/.joe_state file will not be updated"
|
|
|
|
msgstr "Datei ~/.joe_state wird nicht aktualisiert"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:327
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid " Joe_state file "
|
|
|
|
msgstr " joe_state-Datei "
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:328
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Backup files will not be made"
|
2009-10-26 16:55:32 +01:00
|
|
|
msgstr "Keine Erstellung von Backup-Dateien"
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:328
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Backup files will be made"
|
2009-10-26 16:55:32 +01:00
|
|
|
msgstr "Erstellung von Backup-Dateien"
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:328
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid " Disable backups "
|
|
|
|
msgstr " Backups deaktivieren "
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:329
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Files will not be locked"
|
|
|
|
msgstr "Dateien werden nicht gesperrt"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:329
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Files will be locked"
|
|
|
|
msgstr "Dateien werden gesperrt"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:329
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid " Disable locks "
|
2009-10-26 16:55:32 +01:00
|
|
|
msgstr " Sperren deaktivieren "
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:330
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "No file modification time check"
|
|
|
|
msgstr "Keine Prüfung der Änderungszeit von Dateien"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:330
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "File modification time checking enabled"
|
2009-10-26 16:55:32 +01:00
|
|
|
msgstr "Prüfung der Änderungszeit von Dateien"
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:330
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid " Disable mtime check "
|
|
|
|
msgstr " Deaktiviere mtime-Prüfung "
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:331
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "No current dir"
|
|
|
|
msgstr "Kein aktuelles Verzeichnis"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:331
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Current dir enabled"
|
2009-01-21 14:09:50 +01:00
|
|
|
msgstr "Aktuelles Verzeichnis aktiviert"
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:331
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid " Disable current dir "
|
2009-10-26 16:55:32 +01:00
|
|
|
msgstr " Deaktiviere aktuelles Verzeichnis "
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:332
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Hardlinks will be broken"
|
|
|
|
msgstr "Hardlinks werden gebrochen"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:332
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Hardlinks not broken"
|
|
|
|
msgstr "Hardlinks werden nicht gebrochen"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:332
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid " Break hard links "
|
|
|
|
msgstr " Hardlinks brechen "
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:333
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Highlighting turned off after block operations"
|
|
|
|
msgstr "Blockmarkierung nach Operationen aufheben"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:333
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Highlighting not turned off after block operations"
|
|
|
|
msgstr "Blockmarkierung wird nach Operationen nicht aufgehoben"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:333
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid " Auto unmark "
|
|
|
|
msgstr " Markierung aufheben "
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:334
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Prompt for filename in save & exit command"
|
|
|
|
msgstr "Prompt für Dateiname bei Speichern+Beenden-Befehl"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:334
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Don't prompt for filename in save & exit command"
|
|
|
|
msgstr "Kein Prompt für Dateiname bei Speichern+Beenden-Befehl"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:334
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid " Exit ask "
|
|
|
|
msgstr " Ende-Frage "
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:335
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Warning bell enabled"
|
2009-10-26 16:55:32 +01:00
|
|
|
msgstr "Warnsignal aktiviert"
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:335
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Warning bell disabled"
|
2009-10-26 16:55:32 +01:00
|
|
|
msgstr "Warnsignal deaktiviert"
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:335
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "B Beeps "
|
|
|
|
msgstr "B Beeps "
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:336
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Top-most status line disabled"
|
2009-10-26 16:55:32 +01:00
|
|
|
msgstr "Statuszeile am oberen Rand deaktiviert"
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:336
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Top-most status line enabled"
|
2009-10-26 16:55:32 +01:00
|
|
|
msgstr "Statuszeile am oberen Rand aktiviert"
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:336
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid " Disable status line "
|
2009-10-26 16:55:32 +01:00
|
|
|
msgstr " Statuszeile deaktivieren "
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:337
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Status line updated constantly"
|
2009-10-26 16:55:32 +01:00
|
|
|
msgstr "Statuszeile dauerhaft aktualisiert"
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:337
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Status line updated once/sec"
|
2009-10-26 16:55:32 +01:00
|
|
|
msgstr "Statuszeile einmal pro Sekunde aktualisiert"
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:337
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid " Fast status line "
|
|
|
|
msgstr " Schnelle Statuszeile "
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:338
|
2007-06-24 11:46:28 +02:00
|
|
|
#, c-format
|
|
|
|
msgid "Lines to keep for PgUp/PgDn or -1 for 1/2 window (%d): "
|
|
|
|
msgstr ""
|
2009-10-26 16:55:32 +01:00
|
|
|
"Bei Bild hoch/Bild runter anzuzeigende Zeilen oder -1 für 1/2 Fenster (%d): "
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:338
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid " No. PgUp/PgDn lines "
|
2009-10-26 16:55:32 +01:00
|
|
|
msgstr " Anz. Bild hoch/Bild runter Zeilen "
|
2009-01-21 14:09:50 +01:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:339
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Start search after a search repeats previous search"
|
2009-10-26 16:55:32 +01:00
|
|
|
msgstr "Das Starten einer Suche nach einer Suche wiederholt die letzte Suche"
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:339
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Start search always starts a new search"
|
2009-10-26 16:55:32 +01:00
|
|
|
msgstr "Das Starten einer Suche nach einer Suche startet immer eine neue Suche"
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:339
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid " Continued search "
|
2009-10-26 16:55:32 +01:00
|
|
|
msgstr " Fortgesetzte Suche "
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:340
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Full editing"
|
2009-10-26 16:55:32 +01:00
|
|
|
msgstr "Volles editieren"
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:340
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "O Read only "
|
2009-10-26 16:55:32 +01:00
|
|
|
msgstr "O Nur Lesen "
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:341
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Smart home key enabled"
|
|
|
|
msgstr "Smarte Pos1-Taste aktiviert"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:341
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Smart home key disabled"
|
|
|
|
msgstr "Smarte Pos1-Taste deaktiviert"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:341
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid " Smart home key "
|
|
|
|
msgstr " Smarte Pos1-Taste "
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:342
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Smart home goes to indentation first"
|
|
|
|
msgstr "Smart Pos1 geht zuerst zur Einrückung"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:342
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Smart home goes home first"
|
|
|
|
msgstr "Smart Pos1 geht zuerst an den Anfang"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:342
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid " To indent first "
|
|
|
|
msgstr " Pos1 z.Einrückung "
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:343
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Smart backspace key enabled"
|
|
|
|
msgstr "Smartes Backspace aktiviert"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:343
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Smart backspace key disabled"
|
|
|
|
msgstr "Smartes Backspace deaktiviert"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:343
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid " Smart backspace "
|
|
|
|
msgstr " Smartes Backspace "
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:344
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Indentation clean up enabled"
|
|
|
|
msgstr "Einrückungen werden automatisch gesäubert"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:344
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Indentation clean up disabled"
|
|
|
|
msgstr "Einrückungen werden nicht automatisch gesäubert"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:344
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid " Clean up indents "
|
|
|
|
msgstr " Einrückungen säubern "
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:345
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Picture drawing mode enabled"
|
|
|
|
msgstr "Bildzeichnermodus aktiviert"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:345
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Picture drawing mode disabled"
|
|
|
|
msgstr "Bildzeichnermodus deaktiviert"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:345
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "P Picture mode "
|
|
|
|
msgstr "P Bildmodus "
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:346
|
2007-06-24 11:46:28 +02:00
|
|
|
#, c-format
|
|
|
|
msgid "Backup files stored in (%s): "
|
|
|
|
msgstr "Backupdateien speichern in (%s): "
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:346
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid " Path to backup files "
|
|
|
|
msgstr " Pfad zu Backupdateien "
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:347
|
|
|
|
msgid "Select syntax (%{abort} to abort): "
|
|
|
|
msgstr "Syntax auswählen (Abbrechen mit %{abort}): "
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:347
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Y Syntax"
|
|
|
|
msgstr "Y Syntax"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:348
|
|
|
|
msgid "Select file character set (%{abort} to abort): "
|
|
|
|
msgstr "Dateikodierung (Abbrechen mit %{abort}): "
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:348
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "E Encoding "
|
|
|
|
msgstr "E Kodierung "
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:349
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Single quoting enabled"
|
|
|
|
msgstr "Einfache Anführungszeichen aktiviert"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:349
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Single quoting disabled"
|
|
|
|
msgstr "Einfache Anführungszeichen deaktiviert"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:349
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid " ^G ignores '... ' "
|
2015-07-08 16:37:15 +02:00
|
|
|
msgstr " ^G ignoriert „… “ "
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:350
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "/* comments enabled"
|
|
|
|
msgstr "/* */ Kommentare aktiviert"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:350
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "/* comments disabled"
|
|
|
|
msgstr "/* */ Kommentare deaktiviert"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:350
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid " ^G ignores /*...*/ "
|
2015-07-08 16:37:15 +02:00
|
|
|
msgstr " ^G ignoriert /*…*/ "
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:351
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "// comments enabled"
|
|
|
|
msgstr "// Kommentare aktiviert"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:351
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "// comments disabled"
|
|
|
|
msgstr "// Kommentare deaktiviert"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:351
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid " ^G ignores //... "
|
2015-07-08 16:37:15 +02:00
|
|
|
msgstr " ^G ignoriert //… "
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:352
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "# comments enabled"
|
|
|
|
msgstr "# Kommentare aktiviert"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:352
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "# comments disabled"
|
|
|
|
msgstr "# Kommentare deaktiviert"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:352
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid " ^G ignores #... "
|
2015-07-08 16:37:15 +02:00
|
|
|
msgstr " ^G ignoriert #… "
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:353
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "-- comments enabled"
|
|
|
|
msgstr "-- Kommentare aktiviert"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:353
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "-- comments disabled"
|
|
|
|
msgstr "-- Kommmentare deaktiviert"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:353
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid " ^G ignores --... "
|
2015-07-08 16:37:15 +02:00
|
|
|
msgstr " ^G ignoriert --… "
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:354
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "; comments enabled"
|
|
|
|
msgstr "; Kommentare aktiviert"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:354
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "; comments disabled"
|
|
|
|
msgstr "; Kommentare deaktiviert"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:354
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid " ^G ignores ;... "
|
2015-07-08 16:37:15 +02:00
|
|
|
msgstr " ^G ignoriert ;… "
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:355
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Text delimiters (%s): "
|
|
|
|
msgstr "Textbregrenzer (%s): "
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:355
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid " Text delimiters "
|
|
|
|
msgstr " Textbegrenzer "
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:356
|
2007-06-24 11:46:28 +02:00
|
|
|
#, c-format
|
|
|
|
msgid "Language (%s): "
|
|
|
|
msgstr "Sprache (%s): "
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:356
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "V Language "
|
|
|
|
msgstr "V Sprache "
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:357
|
2007-06-24 11:46:28 +02:00
|
|
|
#, c-format
|
|
|
|
msgid "Characters which can indent paragraphs (%s): "
|
|
|
|
msgstr "Zeichen, die Absätze einrücken können (%s): "
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:357
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid " Paragraph indent chars "
|
|
|
|
msgstr " Absatzeinrückungszeichen "
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:358
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Clicking can move the cursor past end of line"
|
2009-10-26 16:55:32 +01:00
|
|
|
msgstr "Klicken kann den Cursor jenseits des Zeilenendes bewegen"
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:358
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Clicking past end of line moves cursor to the end"
|
2009-10-26 16:55:32 +01:00
|
|
|
msgstr "Klicken jenseits des Zeilenendes bewegt den Cursor zum Ende"
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:358
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid " Click past end "
|
2009-10-26 16:55:32 +01:00
|
|
|
msgstr " Jenseits Ende klicken "
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:359
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Mouse action is done with the right button"
|
|
|
|
msgstr "Mausaktion wird mit der rechten Taste durchgeführt"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:359
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Mouse action is done with the left button"
|
|
|
|
msgstr "Mausaktion wird mit der linken Taste durchgeführt"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:359
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid " Right button "
|
|
|
|
msgstr " Rechte Maustaste "
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:669 rc.c:688 rc.c:700
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Value out of range"
|
|
|
|
msgstr "Wert außerhalb des zulässigen Bereiches"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:724
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Syntax definition file not found"
|
|
|
|
msgstr "Syntax-Definitionsdatei nicht gefunden"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:799
|
2007-06-24 11:46:28 +02:00
|
|
|
#, c-format
|
|
|
|
msgid "%s encoding assumed for this file"
|
|
|
|
msgstr "Kodierung %s für diese Datei geraten"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:802
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Character set not found"
|
|
|
|
msgstr "Zeichenkodierung nicht gefunden"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:1010
|
2007-06-24 11:46:28 +02:00
|
|
|
#, c-format
|
|
|
|
msgid "Processing '%s'..."
|
2015-07-08 16:37:15 +02:00
|
|
|
msgstr "Bearbeite „%s“…"
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:1066
|
2007-06-24 11:46:28 +02:00
|
|
|
#, c-format
|
|
|
|
msgid ""
|
|
|
|
"\n"
|
|
|
|
"%s %d: Unknown option %s"
|
|
|
|
msgstr ""
|
|
|
|
"\n"
|
|
|
|
"%s %d: Unbekannte Option %s"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:1099
|
2007-06-24 11:46:28 +02:00
|
|
|
#, c-format
|
|
|
|
msgid ""
|
|
|
|
"\n"
|
|
|
|
"%s %d: macro missing from :def"
|
|
|
|
msgstr ""
|
|
|
|
"\n"
|
|
|
|
"%s %d: Makro fehlt in :def"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:1103
|
2007-06-24 11:46:28 +02:00
|
|
|
#, c-format
|
|
|
|
msgid ""
|
|
|
|
"\n"
|
|
|
|
"%s %d: command name missing from :def"
|
|
|
|
msgstr ""
|
|
|
|
"\n"
|
|
|
|
"%s %d: Befehlsname fehlt in :def"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:1114
|
2007-06-24 11:46:28 +02:00
|
|
|
#, c-format
|
|
|
|
msgid ""
|
|
|
|
"\n"
|
|
|
|
"%s %d: context name missing from :inherit"
|
|
|
|
msgstr ""
|
|
|
|
"\n"
|
|
|
|
"%s %d: Kontextname fehlt in :inherit"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:1118
|
2007-06-24 11:46:28 +02:00
|
|
|
#, c-format
|
|
|
|
msgid ""
|
|
|
|
"\n"
|
|
|
|
"%s %d: No context selected for :inherit"
|
|
|
|
msgstr ""
|
|
|
|
"\n"
|
|
|
|
"%s %d: Kein Kontext für :inherit ausgewählt"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:1146
|
2007-06-24 11:46:28 +02:00
|
|
|
#, c-format
|
|
|
|
msgid ""
|
|
|
|
"\n"
|
|
|
|
"%s %d: Couldn't open %s"
|
|
|
|
msgstr ""
|
|
|
|
"\n"
|
|
|
|
"%s %d: Konnte %s nicht öffnen"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:1154
|
2007-06-24 11:46:28 +02:00
|
|
|
#, c-format
|
|
|
|
msgid ""
|
|
|
|
"\n"
|
|
|
|
"%s %d: :include missing file name"
|
|
|
|
msgstr ""
|
|
|
|
"\n"
|
|
|
|
"%s %d: :include fehlt der Dateiname"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:1167
|
2007-06-24 11:46:28 +02:00
|
|
|
#, c-format
|
|
|
|
msgid ""
|
|
|
|
"\n"
|
|
|
|
"%s %d: No context selected for :delete"
|
|
|
|
msgstr ""
|
|
|
|
"\n"
|
|
|
|
"%s %d: Kein Kontext für :delete ausgewählt"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:1174
|
2007-06-24 11:46:28 +02:00
|
|
|
#, c-format
|
|
|
|
msgid ""
|
|
|
|
"\n"
|
|
|
|
"%s %d: Invalid context name"
|
|
|
|
msgstr ""
|
|
|
|
"\n"
|
|
|
|
"%s %d: Ungültiger Kontextname"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:1185
|
2007-06-24 11:46:28 +02:00
|
|
|
#, c-format
|
|
|
|
msgid ""
|
|
|
|
"\n"
|
|
|
|
"%s %d: No context selected for macro to key-sequence binding"
|
|
|
|
msgstr ""
|
2009-01-21 14:09:50 +01:00
|
|
|
"\n"
|
2009-10-26 16:55:32 +01:00
|
|
|
"%s %d: Kein Kontext für die Verknüpfung von Makro zu Tastenfolge ausgewählt"
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:1194
|
2007-06-24 11:46:28 +02:00
|
|
|
#, c-format
|
|
|
|
msgid ""
|
|
|
|
"\n"
|
|
|
|
"%s %d: Unknown command in macro"
|
|
|
|
msgstr ""
|
|
|
|
"\n"
|
|
|
|
"%s %d: Unbekannter Befehl in Makro"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:1210
|
2007-06-24 11:46:28 +02:00
|
|
|
#, c-format
|
|
|
|
msgid ""
|
|
|
|
"\n"
|
|
|
|
"%s %d: Bad key sequence '%s'"
|
|
|
|
msgstr ""
|
2009-10-26 16:55:32 +01:00
|
|
|
"\n"
|
2015-07-08 16:37:15 +02:00
|
|
|
"%s %d: Ungültige Tastenfolge „%s“"
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:1221
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid ""
|
|
|
|
"\n"
|
|
|
|
"done\n"
|
|
|
|
msgstr ""
|
|
|
|
"\n"
|
|
|
|
"fertig\n"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: rc.c:1223
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "done\n"
|
|
|
|
msgstr "fertig\n"
|
|
|
|
|
|
|
|
#: scrn.c:720
|
|
|
|
msgid ""
|
|
|
|
"Sorry, your terminal can't do absolute cursor positioning.\n"
|
|
|
|
"It's broken\n"
|
2009-01-21 14:09:50 +01:00
|
|
|
msgstr "Das Terminal kann keine absolute Cursorpositionierung vornehmen.\n"
|
2007-06-24 11:46:28 +02:00
|
|
|
|
|
|
|
#: selinux.c:35 selinux.c:84 selinux.c:141
|
|
|
|
#, c-format
|
|
|
|
msgid "Could not get security context for %s"
|
|
|
|
msgstr "Konnte Sicherheitskontext für %s nicht holen"
|
|
|
|
|
|
|
|
#: selinux.c:41
|
|
|
|
msgid ""
|
|
|
|
"\n"
|
|
|
|
"Could not get security context for "
|
|
|
|
msgstr ""
|
|
|
|
"\n"
|
2009-10-26 16:55:32 +01:00
|
|
|
"Konnte keinen Sicherheitskontext bekommen für "
|
2007-06-24 11:46:28 +02:00
|
|
|
|
|
|
|
#: selinux.c:51
|
|
|
|
#, c-format
|
|
|
|
msgid "Could not set security context for %s"
|
|
|
|
msgstr "Konnte Sicherheitskontext für %s nicht setzen"
|
|
|
|
|
|
|
|
#: selinux.c:91
|
|
|
|
#, c-format
|
|
|
|
msgid "Could not set default security context for %s"
|
|
|
|
msgstr "Konnte den Default-Sicherheitskontext für %s nicht setzen"
|
|
|
|
|
|
|
|
#: selinux.c:113
|
|
|
|
msgid "Could not reset default security context"
|
|
|
|
msgstr "Konnte den Default-Sicherheitskontext nicht zurücksetzen"
|
|
|
|
|
|
|
|
#: selinux.c:146
|
|
|
|
#, c-format
|
|
|
|
msgid "%s Security Context %s"
|
|
|
|
msgstr "%s Sicherheitskontext %s"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: syntax.c:259
|
2007-06-24 11:46:28 +02:00
|
|
|
#, c-format
|
|
|
|
msgid "%s %d: Class already defined\n"
|
|
|
|
msgstr "%s %d: Klasse bereits definiert\n"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: syntax.c:339
|
2007-06-24 11:46:28 +02:00
|
|
|
#, c-format
|
|
|
|
msgid "%s %d: Missing )\n"
|
|
|
|
msgstr "%s %d: Fehlende )\n"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: syntax.c:411
|
2007-06-24 11:46:28 +02:00
|
|
|
#, c-format
|
|
|
|
msgid "%s %d: missing parameter for ifdef\n"
|
|
|
|
msgstr "%s %d: fehlender Parameter für ifdef\n"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: syntax.c:421
|
2007-06-24 11:46:28 +02:00
|
|
|
#, c-format
|
|
|
|
msgid "%s %d: else with no matching if\n"
|
|
|
|
msgstr "%s %d: else with no matching if\n"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: syntax.c:428
|
2007-06-24 11:46:28 +02:00
|
|
|
#, c-format
|
|
|
|
msgid "%s %d: endif with no matching if\n"
|
|
|
|
msgstr "%s %d: endif ohne passendes if\n"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: syntax.c:432 syntax.c:560
|
|
|
|
#, c-format
|
|
|
|
msgid "%s %d: Missing subroutine name\n"
|
|
|
|
msgstr "%s %d: Fehlender Subroutinen-Name\n"
|
|
|
|
|
|
|
|
#: syntax.c:447
|
2007-06-24 11:46:28 +02:00
|
|
|
#, c-format
|
|
|
|
msgid "%s %d: Unknown control statement\n"
|
|
|
|
msgstr "%s %d: Unbekannte Kontrollanweisung\n"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: syntax.c:450
|
2007-06-24 11:46:28 +02:00
|
|
|
#, c-format
|
|
|
|
msgid "%s %d: Missing control statement name\n"
|
2009-10-26 16:55:32 +01:00
|
|
|
msgstr "%s %d: Felender Kontrollanweisunsname\n"
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: syntax.c:477
|
2007-06-24 11:46:28 +02:00
|
|
|
#, c-format
|
|
|
|
msgid "%s %d: Unknown class\n"
|
|
|
|
msgstr "%s %d: Unbekannte Klasse\n"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: syntax.c:480
|
2007-06-24 11:46:28 +02:00
|
|
|
#, c-format
|
|
|
|
msgid "%s %d: Missing color for state definition\n"
|
|
|
|
msgstr "%s %d: Fehlende Farbe für Zustandsdefinition\n"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: syntax.c:482 syntax.c:610
|
|
|
|
#, c-format
|
|
|
|
msgid "%s %d: Missing state name\n"
|
|
|
|
msgstr "%s %d: Fehlender Zustandsname\n"
|
|
|
|
|
|
|
|
#: syntax.c:503
|
2007-06-24 11:46:28 +02:00
|
|
|
#, c-format
|
|
|
|
msgid "%s %d: Bad string\n"
|
|
|
|
msgstr "%s %d: Inakzeptable Zeichenkette\n"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: syntax.c:543 syntax.c:545 syntax.c:554 syntax.c:568 syntax.c:604
|
|
|
|
#: syntax.c:606
|
|
|
|
#, c-format
|
|
|
|
msgid "%s %d: Missing value for option\n"
|
|
|
|
msgstr "%s %d: Fehlender Wert für option\n"
|
|
|
|
|
|
|
|
#: syntax.c:608 syntax.c:624
|
|
|
|
#, c-format
|
|
|
|
msgid "%s %d: Unknown option\n"
|
|
|
|
msgstr "%s %d: Unbekannte Option\n"
|
|
|
|
|
|
|
|
#: syntax.c:612
|
|
|
|
#, c-format
|
|
|
|
msgid "%s %d: Missing string\n"
|
|
|
|
msgstr "%s %d: Fehlende Zeichenkette\n"
|
|
|
|
|
|
|
|
#: syntax.c:633
|
2007-06-24 11:46:28 +02:00
|
|
|
#, c-format
|
|
|
|
msgid "%s %d: Missing jump\n"
|
|
|
|
msgstr "%s %d: Fehlender Sprung\n"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: syntax.c:635
|
2007-06-24 11:46:28 +02:00
|
|
|
#, c-format
|
|
|
|
msgid "%s %d: No state\n"
|
|
|
|
msgstr "%s %d: Kein Zustand\n"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: syntax.c:637
|
2007-06-24 11:46:28 +02:00
|
|
|
#, c-format
|
|
|
|
msgid "%s %d: Unknown character\n"
|
|
|
|
msgstr "%s %d: Unbekanntes Zeichen\n"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: syntax.c:644
|
2007-06-24 11:46:28 +02:00
|
|
|
#, c-format
|
|
|
|
msgid "%s %d: ifdef with no matching endif\n"
|
|
|
|
msgstr "%s %d: ifdef ohne passendes endif\n"
|
|
|
|
|
|
|
|
#: tab.c:212 tab.c:271
|
|
|
|
msgid "Couldn't read directory "
|
2009-10-26 16:55:32 +01:00
|
|
|
msgstr "Konnte Verzeichnis nicht lesen "
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: termcap.c:219
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Couldn't load termcap entry. Using ansi default\n"
|
2009-10-26 16:55:32 +01:00
|
|
|
msgstr "Konnte termcap-Eintrag nicht laden. Verwende ANSI-Default\n"
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: termcap.c:240
|
2007-06-24 11:46:28 +02:00
|
|
|
#, c-format
|
|
|
|
msgid "%s is out of date\n"
|
|
|
|
msgstr "%s ist veraltet\n"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: tty.c:314
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Couldn't open /dev/tty\n"
|
2009-10-26 16:55:32 +01:00
|
|
|
msgstr "Konnte /dev/tty nicht öffnen\n"
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: tty.c:731
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "You are at the command shell. Type 'exit' to return\n"
|
2015-07-08 16:37:15 +02:00
|
|
|
msgstr "Befehlszeilenmodus. „exit“ eingeben um zurückzukehren\n"
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: tty.c:795
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "You have suspended the program. Type 'fg' to return\n"
|
2015-07-08 16:37:15 +02:00
|
|
|
msgstr "Das Program wurde unterbrochen. „fg“ eingeben um zurückzukehren\n"
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: tty.c:1146
|
2007-06-24 11:46:28 +02:00
|
|
|
#, c-format
|
|
|
|
msgid "Couldn't execute shell '%s'\n"
|
2015-07-08 16:37:15 +02:00
|
|
|
msgstr "Konnte Shell „%s“ nicht ausführen\n"
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: tw.c:213
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Unnamed"
|
|
|
|
msgstr "Unbenannt"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: tw.c:219
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "(Modified)"
|
|
|
|
msgstr "(Geändert)"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: tw.c:223
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "(Read only)"
|
|
|
|
msgstr "(Schreibgeschützt)"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: tw.c:329
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "*SHELL*"
|
|
|
|
msgstr "*SHELL*"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: tw.c:333
|
2007-06-24 11:46:28 +02:00
|
|
|
#, c-format
|
|
|
|
msgid "(Macro %d recording...)"
|
2015-07-08 16:37:15 +02:00
|
|
|
msgstr "(Makro %d wird aufgenommen…)"
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: tw.c:558 tw.c:584 ufile.c:1010
|
|
|
|
msgid "Lose changes to this file (y,n,%{abort})? "
|
|
|
|
msgstr "Änderungen an dieser Datei verwerfen (y,n,%{abort})? "
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: ublock.c:284
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Selection cleared."
|
2009-10-26 16:55:32 +01:00
|
|
|
msgstr "Markierung aufgehoben."
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: ublock.c:292 ublock.c:309
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Selection started."
|
2009-10-26 16:55:32 +01:00
|
|
|
msgstr "Markierung gestartet."
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: ublock.c:417 ublock.c:503 ublock.c:559 ublock.c:887 ublock.c:921
|
|
|
|
#: ublock.c:1083 ufile.c:435 umath.c:177 undo.c:455
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "No block"
|
|
|
|
msgstr "Nichts markiert"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: ublock.c:756 ublock.c:839
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Selected lines not properly indented"
|
2009-10-26 16:55:32 +01:00
|
|
|
msgstr "Markierte Zeilen sind nicht korrekt eingerückt"
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: ublock.c:1067 ushell.c:86
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Sorry, no sub-processes in DOS (yet)"
|
2009-10-26 16:55:32 +01:00
|
|
|
msgstr "Keine Subprozesse in DOS (bisher)"
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: ublock.c:1072
|
|
|
|
msgid "Command to filter block through (%{abort} to abort): "
|
|
|
|
msgstr "Filterbefehl für Block (Abbrechen mit %{abort}): "
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: ublock.c:1077
|
|
|
|
msgid "Command to filter file through (%{abort} to abort): "
|
|
|
|
msgstr "Filterbefehl für Datei (Abbrechen mit %{abort}): "
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: uedit.c:1388 utag.c:73
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Invalid line number"
|
2009-10-26 16:55:32 +01:00
|
|
|
msgstr "Ungültige Zeilennummer"
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: uedit.c:1395
|
|
|
|
msgid "Go to line (%{abort} to abort): "
|
|
|
|
msgstr "Gehe zu Zeile (Abbrechen mit %{abort}): "
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: uedit.c:1424
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Invalid column number"
|
2009-10-26 16:55:32 +01:00
|
|
|
msgstr "Ungültige Spaltennummer"
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: uedit.c:1431
|
|
|
|
msgid "Go to column (%{abort} to abort): "
|
|
|
|
msgstr "Gehe zu Spalte (Abbrechen mit %{abort}): "
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: uedit.c:1460
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Invalid byte number"
|
2009-10-26 16:55:32 +01:00
|
|
|
msgstr "Ungültige Byteposition"
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: uedit.c:1467
|
|
|
|
msgid "Go to byte (%{abort} to abort): "
|
|
|
|
msgstr "Gehe zu Byte (Abbrechen mit %{abort}): "
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: uedit.c:1911
|
|
|
|
msgid "Unicode (ISO-10646) character in hex (%{abort} to abort): "
|
|
|
|
msgstr "Unicode-Zeichen (ISO-10646) in Hex (Abbrechen mit %{abort}): "
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: uedit.c:2036
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Ctrl- (or 0-9 for dec. ascii, x for hex, or o for octal)"
|
|
|
|
msgstr "Strg- (oder 0-9 für dez. ASCII, x für hex, oder o für oktal)"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: uedit.c:2099
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Quote"
|
|
|
|
msgstr "Quote"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: uedit.c:2166
|
2007-06-24 11:46:28 +02:00
|
|
|
#, c-format
|
|
|
|
msgid "Mark %d set"
|
2009-10-26 16:55:32 +01:00
|
|
|
msgstr "Marker %d gesetzt"
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: uedit.c:2180
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Set mark (0-9):"
|
2009-10-26 16:55:32 +01:00
|
|
|
msgstr "Setze Marker (0-9):"
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: uedit.c:2198
|
2007-06-24 11:46:28 +02:00
|
|
|
#, c-format
|
|
|
|
msgid "Mark %d not set"
|
2009-10-26 16:55:32 +01:00
|
|
|
msgstr "Marker %d nicht gesetzt"
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: uedit.c:2211
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Goto bookmark (0-9):"
|
2009-10-26 16:55:32 +01:00
|
|
|
msgstr "Gehe zu Lesezeichen (0-9):"
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: uedit.c:2243 usearch.c:995 utag.c:107
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Not found"
|
2009-10-26 16:55:32 +01:00
|
|
|
msgstr "Nicht gefunden"
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: uedit.c:2259
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Forward to char: "
|
2009-10-26 16:55:32 +01:00
|
|
|
msgstr "Vorwärts bis Zeichen: "
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: uedit.c:2270
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Backward to char: "
|
2009-10-26 16:55:32 +01:00
|
|
|
msgstr "Rückwärts bis Zeichen: "
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: uedit.c:2290
|
|
|
|
msgid "Message (%{abort} to abort): "
|
|
|
|
msgstr "Meldung (Abbrechen mit %{abort}): "
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: uedit.c:2312
|
|
|
|
msgid "Insert (%{abort} to abort): "
|
|
|
|
msgstr "Einfügen (Abbrechen mit %{abort}): "
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: uerror.c:330 uerror.c:344
|
2007-06-24 11:46:28 +02:00
|
|
|
#, c-format
|
|
|
|
msgid "%d messages found"
|
|
|
|
msgstr "%d Meldungen gefunden"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: uerror.c:332 uerror.c:346
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "No messages found"
|
2009-10-26 16:55:32 +01:00
|
|
|
msgstr "Keine Meldungen gefunden"
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: uerror.c:377
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "No messages"
|
|
|
|
msgstr "Keine Meldungen"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: uerror.c:432 uerror.c:443
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "No more errors"
|
|
|
|
msgstr "Keine weiteren Fehler"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: ufile.c:39
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "(Unnamed)"
|
|
|
|
msgstr "(Unbenannt)"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: ufile.c:44 ufile.c:51
|
2007-06-24 11:46:28 +02:00
|
|
|
#, c-format
|
|
|
|
msgid "File %s saved"
|
2009-10-26 16:55:32 +01:00
|
|
|
msgstr "Datei %s gespeichert"
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: ufile.c:46 ufile.c:49
|
2007-06-24 11:46:28 +02:00
|
|
|
#, c-format
|
|
|
|
msgid "File %s not saved"
|
2009-10-26 16:55:32 +01:00
|
|
|
msgstr "Datei %s nicht saved"
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: ufile.c:53
|
2007-06-24 11:46:28 +02:00
|
|
|
#, c-format
|
|
|
|
msgid "File %s not changed so no update needed"
|
2009-10-26 16:55:32 +01:00
|
|
|
msgstr "Datei %s nicht geändert, daher keine Aktualisierung notwendig"
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: ufile.c:67
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Some files have not been saved."
|
|
|
|
msgstr "Einige Dateien wurden nicht gespeichert."
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: ufile.c:69
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "All modified files have been saved."
|
|
|
|
msgstr "Alle geänderten Dateien wurden gespeichert."
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: ufile.c:71
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "No modified files, so no updates needed."
|
|
|
|
msgstr "Keine geänderten Dateien, daher keine Aktualisierung notwendig."
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: ufile.c:107
|
|
|
|
msgid "System (%{abort} to abort): "
|
|
|
|
msgstr "System (Abbrechen mit %{abort}): "
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: ufile.c:273
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "|yes|yY"
|
2009-10-26 16:55:32 +01:00
|
|
|
msgstr "|Ja|yY"
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: ufile.c:274
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "|no|nN"
|
|
|
|
msgstr "|Nein|nN"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: ufile.c:309
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Couldn't make backup file... file not saved"
|
2015-07-08 16:37:15 +02:00
|
|
|
msgstr "Konnte Backupdatei nicht erstellen… Datei nicht gespeichert"
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: ufile.c:321
|
|
|
|
msgid "Could not make backup file. Save anyway (y,n,%{abort})? "
|
|
|
|
msgstr "Konnte Backupdatei nicht erstellen. Trotzdem speichern (y,n,%{abort})? "
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: ufile.c:409 ufile.c:425
|
2007-06-24 11:46:28 +02:00
|
|
|
#, c-format
|
|
|
|
msgid "Block written to file %s"
|
2009-10-26 16:55:32 +01:00
|
|
|
msgstr "Block nach Datei %s geschrieben"
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: ufile.c:488
|
|
|
|
msgid "File exists. Overwrite (y,n,%{abort})? "
|
|
|
|
msgstr "Datei existiert. Überschreiben (y,n,%{abort})? "
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: ufile.c:495
|
|
|
|
msgid "File on disk is newer. Overwrite (y,n,%{abort})? "
|
|
|
|
msgstr "Datei auf Datenträger ist neuer. Überschreiben (y,n,%{abort})? "
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: ufile.c:510 ufile.c:899 ufile.c:1103
|
|
|
|
msgid "Name of file to save (%{abort} to abort): "
|
|
|
|
msgstr "Name der zu speichernden Datei (Abbrechen mit %{abort}): "
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: ufile.c:538
|
|
|
|
msgid "Name of file to write (%{abort} to abort): "
|
|
|
|
msgstr "Name der zu schreibenden Datei (Abbrechen mit %{abort}): "
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: ufile.c:654
|
|
|
|
msgid "Load original file from disk (y,n,%{abort})? "
|
|
|
|
msgstr "Originaldatei von Datenträger laden (y,n,%{abort})? "
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: ufile.c:684
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Can't replace modified file"
|
|
|
|
msgstr "Kann geänderte Datei nicht ersetzen"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: ufile.c:693
|
|
|
|
msgid "Name of file to edit (%{abort} to abort): "
|
|
|
|
msgstr "Name der zu editierenden Datei (Abbrechen mit %{abort}): "
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: ufile.c:708 ufile.c:1085
|
|
|
|
msgid "Name of buffer to edit (%{abort} to abort): "
|
|
|
|
msgstr "Name des zu editierenden Puffers (Abbrechen mit %{abort}): "
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: ufile.c:764
|
|
|
|
msgid "Name of scratch buffer to edit (%{abort} to abort): "
|
|
|
|
msgstr "Name des zu editierenden temp. Puffers (Abbrechen mit %{abort}): "
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: ufile.c:865
|
|
|
|
msgid "Name of file to insert (%{abort} to abort): "
|
|
|
|
msgstr "Name der einzufügenden Datei (Abbrechen mit %{abort}): "
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: ufile.c:933
|
|
|
|
msgid "Save changes to this file (y,n,%{abort})? "
|
|
|
|
msgstr "Änderungen an dieser Datei speichern (y,n,%{abort})? "
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: ufile.c:1137
|
2007-06-24 11:46:28 +02:00
|
|
|
#, c-format
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
msgid "File %s has been modified. Save it (y,n,%{abort})? "
|
|
|
|
msgstr "Datei %s wurde geändert. Speichern (y,n,%{abort})? "
|
2007-06-24 11:46:28 +02:00
|
|
|
|
|
|
|
#: uisrch.c:267
|
|
|
|
msgid "I-find: "
|
2009-10-26 16:55:32 +01:00
|
|
|
msgstr "I-Suche: "
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: umath.c:19
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Float point exception"
|
|
|
|
msgstr "Gleitkomma-Ausnahme"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: umath.c:93 umath.c:195 umath.c:214
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Missing )"
|
|
|
|
msgstr "Fehlende )"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: umath.c:104
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Syntax error in macro"
|
|
|
|
msgstr "Syntaxfehler in Makro"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: umath.c:111
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Missing ("
|
|
|
|
msgstr "Fehlende ("
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: umath.c:140 umath.c:146 umath.c:153 umath.c:162
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "No numbers in block"
|
2009-10-26 16:55:32 +01:00
|
|
|
msgstr "Keine Nummern im Block"
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: umath.c:220
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Called object is not a function"
|
2009-10-26 16:55:32 +01:00
|
|
|
msgstr "Aufgerufenes Objekt ist keine Funktion"
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: umath.c:234
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Factorial can only take positive integers"
|
2009-10-26 16:55:32 +01:00
|
|
|
msgstr "Fakultät can nur von positive Ganzzahlen genommen werden"
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: umath.c:332
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Left side of = is not an l-value"
|
|
|
|
msgstr "Linke Seite von = ist keine Lvalue"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: umath.c:346
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Recursion depth exceeded"
|
2009-10-26 16:55:32 +01:00
|
|
|
msgstr "Rekursionstiefe überschritten"
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: umath.c:366
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Extra junk after end of expr"
|
2009-10-26 16:55:32 +01:00
|
|
|
msgstr "Extrakrempel nach Ende des Ausdrucks"
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: undo.c:438
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Modified flag cleared"
|
2009-10-26 16:55:32 +01:00
|
|
|
msgstr "Geändert-Flag entfernt"
|
2007-06-24 11:46:28 +02:00
|
|
|
|
|
|
|
#: usearch.c:281 usearch.c:350
|
|
|
|
msgid "Wrapped"
|
2009-10-26 16:55:32 +01:00
|
|
|
msgstr "Gesprungen"
|
2007-06-24 11:46:28 +02:00
|
|
|
|
|
|
|
#: usearch.c:553
|
|
|
|
msgid "|all files|aA"
|
|
|
|
msgstr "|alle Dateien|aA"
|
|
|
|
|
|
|
|
#: usearch.c:554
|
|
|
|
msgid "|error list files|eE"
|
2009-10-26 16:55:32 +01:00
|
|
|
msgstr "|Dateien mit Fehlerlisten|eE"
|
2007-06-24 11:46:28 +02:00
|
|
|
|
|
|
|
#: usearch.c:555
|
|
|
|
msgid "|search and replace|rR"
|
|
|
|
msgstr "|Suchen und Ersetzen|rR"
|
|
|
|
|
|
|
|
#: usearch.c:556
|
|
|
|
msgid "|backwards|bB"
|
|
|
|
msgstr "|rückwärts|bB"
|
|
|
|
|
|
|
|
#: usearch.c:557
|
|
|
|
msgid "|ignore case|iI"
|
|
|
|
msgstr "|Groß-/Kleinschreibung ignorieren|iI"
|
|
|
|
|
|
|
|
#: usearch.c:558
|
|
|
|
msgid "|restrict to highlighted block|kK"
|
2009-10-26 16:55:32 +01:00
|
|
|
msgstr "|nur innerhalb Markierung|kK"
|
2007-06-24 11:46:28 +02:00
|
|
|
|
|
|
|
#: usearch.c:559
|
|
|
|
msgid "|don't ignore case|sS"
|
|
|
|
msgstr "|Groß-/Kleinschreibung beachten|sS"
|
|
|
|
|
|
|
|
#: usearch.c:560
|
|
|
|
msgid "|wrap|wW"
|
|
|
|
msgstr "|springen|wW"
|
|
|
|
|
|
|
|
#: usearch.c:561
|
|
|
|
msgid "|don't wrap|nN"
|
|
|
|
msgstr "|nicht springen|nN"
|
|
|
|
|
|
|
|
#: usearch.c:618
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
msgid "Replace with (%{abort} to abort): "
|
|
|
|
msgstr "Ersetzen durch (Abbrechen mit %{abort}): "
|
2007-06-24 11:46:28 +02:00
|
|
|
|
|
|
|
#: usearch.c:633
|
|
|
|
msgid ""
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
"case (S)ensitive (R)eplace (B)ackwards Bloc(K) (A)ll files NNN (%{abort} to "
|
2007-06-24 11:46:28 +02:00
|
|
|
"abort): "
|
|
|
|
msgstr ""
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
"case-(s)ensitiv e(R)setzen (B)rückwärts Bloc(K) (A)lle Dateien NNN (o.%{abort}) "
|
2007-06-24 11:46:28 +02:00
|
|
|
|
|
|
|
#: usearch.c:635
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
msgid ""
|
|
|
|
"(I)gnore (R)eplace (B)ackwards Bloc(K) (A)ll files NNN (%{abort} to abort): "
|
|
|
|
msgstr "(I)gn. e(R)setzen (B)rückwärts Bloc(K) (A)lle Dateien NNN (od.%{abort}): "
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: usearch.c:717
|
2007-06-24 11:46:28 +02:00
|
|
|
#, c-format
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
msgid "Find (%{abort} to abort) [%s]: "
|
|
|
|
msgstr "Suchen (Abbrechen mit %{abort}) [%s]: "
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: usearch.c:719
|
|
|
|
#fuzzy
|
|
|
|
msgid "Find (%{abort} to abort): "
|
|
|
|
msgstr "Suchen (Abbrechen mit %{abort}): "
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: usearch.c:813
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "|rest of file|rR"
|
|
|
|
msgstr "|Rest der Datei|rR"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: usearch.c:814
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "|backup|bB"
|
|
|
|
msgstr "|Backup|bB"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: usearch.c:845
|
|
|
|
msgid "Replace (Y)es (N)o (R)est (B)ackup (%{abort} to abort)?"
|
|
|
|
msgstr "Ersetzen (Y)Ja (N)ein (R)est (B)ackup (Abbrechen mit %{abort})?"
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: usearch.c:993
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Not found (search restricted to marked block)"
|
|
|
|
msgstr "Nicht gefunden (Suche auf Markierung begrenzt)"
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: usearch.c:1000
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Infinite loop aborted: your search repeatedly matched same place"
|
2009-10-26 16:55:32 +01:00
|
|
|
msgstr "Unendliche Schleife abgebrochen: Suche traf gleiche Stelle mehrmals"
|
2007-06-24 11:46:28 +02:00
|
|
|
|
|
|
|
#: ushell.c:95
|
|
|
|
msgid "Program already running in this window"
|
2009-10-26 16:55:32 +01:00
|
|
|
msgstr "Programm läuft bereits im Fenster"
|
2007-06-24 11:46:28 +02:00
|
|
|
|
|
|
|
#: ushell.c:103
|
|
|
|
msgid "No ptys available"
|
2009-10-26 16:55:32 +01:00
|
|
|
msgstr "Keine pyts verfügbar"
|
2007-06-24 11:46:28 +02:00
|
|
|
|
|
|
|
#: ushell.c:128
|
|
|
|
msgid "\"SHELL\" environment variable not defined or exported"
|
2009-10-26 16:55:32 +01:00
|
|
|
msgstr "\"SHELL\" Umgebungsvariable nicht definiert oder exportiert"
|
2007-06-24 11:46:28 +02:00
|
|
|
|
|
|
|
#: ushell.c:164
|
|
|
|
msgid "Program to run: "
|
|
|
|
msgstr "Auszufürendes Programm: "
|
|
|
|
|
|
|
|
#: ushell.c:188
|
|
|
|
msgid "Build command: "
|
|
|
|
msgstr "Build-Befehl: "
|
|
|
|
|
|
|
|
#: ushell.c:197
|
|
|
|
msgid "Enter build command (for example, 'make'): "
|
2015-07-08 16:37:15 +02:00
|
|
|
msgstr "Buildbefehl eingeben (z.B. „make“): "
|
2007-06-24 11:46:28 +02:00
|
|
|
|
|
|
|
#: ushell.c:212
|
|
|
|
msgid "Grep command: "
|
2009-10-26 16:55:32 +01:00
|
|
|
msgstr "grep-Befehl: "
|
2007-06-24 11:46:28 +02:00
|
|
|
|
|
|
|
#: ushell.c:221
|
|
|
|
msgid "Enter grep command (for example, 'grep -n foo *.c'): "
|
2015-07-08 16:37:15 +02:00
|
|
|
msgstr "grep-Befehl eingeben (z.B. „grep -n foo *.c“): "
|
2007-06-24 11:46:28 +02:00
|
|
|
|
|
|
|
#: ushell.c:250
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
msgid "Kill program (y,n,%{abort})?"
|
|
|
|
msgstr "Programm abbrechen (y,n,%{abort})?"
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: utag.c:26
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Couldn't open tags file"
|
2009-10-26 16:55:32 +01:00
|
|
|
msgstr "Konnte Tags-Datei nicht öffnen"
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: utag.c:168
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "Tag search: "
|
|
|
|
msgstr "Tag-Suche: "
|
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: vfile.c:174
|
2007-06-24 11:46:28 +02:00
|
|
|
msgid "vfile: out of memory\n"
|
2009-10-26 16:55:32 +01:00
|
|
|
msgstr "vfile: Kein Speicher mehr verfügbar\n"
|
2007-06-24 11:46:28 +02:00
|
|
|
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
#: vfile.c:229
|
2007-06-24 11:46:28 +02:00
|
|
|
#, c-format
|
|
|
|
msgid "Couldn't open file '%s'\n"
|
2015-07-08 16:37:15 +02:00
|
|
|
msgstr "Konnte „%s“ nicht öffnen\n"
|
2007-06-24 11:46:28 +02:00
|
|
|
|
|
|
|
#: w.c:822
|
|
|
|
msgid "There is no message buffer"
|
|
|
|
msgstr "Kein Nachrichtenpuffer vorhanden"
|
- Update to 4.2:
* New or improved syntax files for the following languages:
* Dockerfile
* Usability Enhancements
* The top Google help searches for JOE include:
* How do I save and exit? The startup copyright notice
has been replaced with basic help for beginners
* How do I dismiss the region highlighting?
Changed to Ctrl-C will do it.
* How do I close all files and exit? Now Ctrl-K Q does this.
* Restyle the help screens.
* Remove time and "Ctrl-K H for help" message from status bar.
* Add ^KH for help to search and replace prompts.
* Provide aborthint and helphint options
* Enable -noxon by default (disable ^S/^Q flow control).
* Document ESC X (command prompt) in the help screens.
* "joe --help" now prints all command line options.
* Other Enhancements
* Tags search now tries to find the tags file in parent directories
if it does not exist in the current directory and if the TAGS
environment variable was not set.
* Built-in calculator can now print and accept numbers in binary,
octal and engineering formats:
__dec__ 12_345
__eng__ 12.345_0e3
__bin__ 0b11_0000_0011_1001
__oct__ 0o3_0071
__hex__ 0x3039
* Built-in calculator now prints and accepts separating underscores
for clarity.
* Enhanced calculator statistics functions:
* __dev__ computes standard deviation with full population
* __samp__ computes standard deviation with sample of population
* Linear regression analysis. Select a region of x
and y values, then:
* __lr__(x) provide estimate of y given x
* __rlr__(y) provide estimate of x given y
* __Lr__, __lR__, __LR__: log, exponential, power regression
* Calculator region functions now assume the entire buffer if no
region is set.
* Tab completion now works at the calculator prompt (and in all
prompts which allow numeric input, such as ^KL- go to line).
* Make new regex engine (from JOE 4.1) more compatible with the
classic engine. \\y is now shorthand for \\(\\.\\\*\\), so that it does
what \\\* did in the old engine. Also:
* \\. no longer matches newline.
* \\\* matches shortest match, not longest match.
* Add -left and -right options to control the amount scrolling when
the cursor moves past the left or right edge of the screen.
* Bugs fixed
* Fix use after free bug which shows up as a crash in OpenBSD
* Fix bug where indent step value was not shown on ^T menu
* Fix bug where setting margin doesn't work on big-endian systems
* Fix issue where highest valued unicode character equivalent was
not translating to its corresponding 8-bit character. Effect
of this was that Delete key was not working in shell windows in
ASCII character set.
* Standard deviation calculator function was not producing correct
results.
* Allow koi8r and koi8-r for KOI8-R in joe_getcodeset (which is only
used if there is no setlocale).
* Guess_crlf forced UNIX line endings for new files even though
crlf was set. Now crlf is left alone if guess_crlf can not
determine the line ending.
* If cursor was at end of a long line and you switched to hex dump
display mode, then hex dump was scrolled. Now scroll offset is
reset when you switch to hex display mode.
- Resynched patches:
joe-3.3-warnings.patch
joe-3.7-spec_association.patch
- Update German translations
OBS-URL: https://build.opensuse.org/package/show/editors/joe?expand=0&rev=26
2016-05-02 10:57:57 +02:00
|
|
|
|