diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2024-05-18 09:16:47 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2024-05-18 09:16:47 +0200 |
commit | 2423fdbf2d66d241c809f797f75afd65dff91568 (patch) | |
tree | d2eb301585f6591c0d710b35c26383f7ba4acb01 /po/de.po | |
parent | 839ffc4b0c6d575b97f834fbc33a49bcbd8f099f (diff) | |
download | weechat-2423fdbf2d66d241c809f797f75afd65dff91568.zip |
core: add option weechat.look.config_permissions (closes #2057)
Diffstat (limited to 'po/de.po')
-rw-r--r-- | po/de.po | 26 |
1 files changed, 19 insertions, 7 deletions
@@ -26,7 +26,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2024-05-14 22:20+0200\n" +"POT-Creation-Date: 2024-05-18 09:15+0200\n" "PO-Revision-Date: 2024-05-15 18:07+0200\n" "Last-Translator: Nils Görs <weechatter@arcor.de>\n" "Language-Team: German <kde-i18n-de@kde.org>\n" @@ -4959,6 +4959,16 @@ msgstr "" "akzeptiert, zum Beispiel /he für /help" msgid "" +"permissions for configuration files (*.conf), as octal value (see man " +"chmod); it must be a number with 3 digits, each digit can be 0 (no " +"permissions), 2 (write only), 4 (read only) or 6 (read and write); the first " +"digit must be 6 so that the user can read and write the file; by default " +"configuration files can be read and written by the user only, for security " +"reasons; for example 660 = \"rw-rw-r--\" = file readable and writable by the " +"user and members of the group" +msgstr "" + +msgid "" "if set, /quit command must be confirmed with extra argument \"-yes\" (see /" "help quit)" msgstr "" @@ -6223,6 +6233,11 @@ msgstr "(Standardeinstellungen)" msgid "%sCannot create file \"%s\"" msgstr "%sDie Datei \"%s\" kann nicht erstellt werden" +#, fuzzy, c-format +#| msgid "%sWARNING: failed to read configuration file \"%s\" (%s)" +msgid "%sWARNING: failed to set permissions on configuration file \"%s\" (%s)" +msgstr "%sWARNUNG: Konfigurationsdatei \"%s\" konnte nicht geladen werden (%s)" + #, c-format msgid "%sError writing configuration file \"%s\"" msgstr "" @@ -7097,6 +7112,9 @@ msgstr "Tastatur- und Maus-Debug ('q' zum Verlassen des Debug-Modus)" msgid "%s-MORE(%d)-" msgstr "%s-MEHR(%d)-" +msgid "Lag" +msgstr "Lag" + msgid "away" msgstr "abwesend" @@ -9337,9 +9355,6 @@ msgstr "%s%s: Das Skript \"%s\" wurde nicht installiert" msgid "server" msgstr "Server" -msgid "Lag" -msgstr "Lag" - #. TRANSLATORS: this is displayed in a bar item and must be as short as possible msgid "cleartext" msgstr "Klartext" @@ -15630,7 +15645,6 @@ msgstr "" "url: URL des Remote-Relays im Format https://example.com:9000 oder http://" "example.com:9000 (Klartext-Verbindung, nicht empfohlen)" -#| msgid "option: extra option, for some servers" msgid "option: set option for remote relay" msgstr "option: zusätzliche Einstellung, für ein Remote-Relay" @@ -15717,7 +15731,6 @@ msgstr "" "example.com:9000 oder http://example.com:9000 (Klartext-Verbindung, nicht " "empfohlen)" -#| msgid "raw[connect]: connect to a remote relay server" msgid "auto-connect to the remote relay" msgstr "automatische Verbindung zu einem Remote-Relay herstellen" @@ -18419,4 +18432,3 @@ msgstr "" #~ msgid "color for channel modes, near channel name" #~ msgstr "Farbe der Kanal-Modes (neben des Kanalnamens)" - |