mirror of
https://github.com/wizbright/waybox.git
synced 2025-10-29 05:40:20 -04:00
Merge pull request #19 from keithbowes/gettext
* Added gettext catalogs * Adapted from Openbox to hopefully give us a lot of mostly complete translations immediately. * Added building the .pot and .gmo files * Prepared strings for translation * Using wlr_log() instead of printf() for logging messages * A hopefully acceptable solution * Openbox-esque help * Cut down the blank lines in the debug logs * It seems that wlr_log already outputs an end-of-line character * Removed the messages which make no sense in Wayland * Cleaned up the .po files * Proper translation notes and where to report bugs * More debugging messages
This commit is contained in:
commit
ab16a76696
51 changed files with 16878 additions and 17 deletions
|
|
@ -19,6 +19,11 @@
|
|||
#include <wlr/types/wlr_primary_selection_v1.h>
|
||||
#include <wlr/types/wlr_output_layout.h>
|
||||
#include <wlr/types/wlr_xdg_shell.h>
|
||||
#include <wlr/util/log.h>
|
||||
|
||||
#include <libintl.h>
|
||||
#include <locale.h>
|
||||
#define _ gettext
|
||||
|
||||
#include "waybox/output.h"
|
||||
#include "waybox/cursor.h"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
project(
|
||||
'waybox',
|
||||
'Waybox',
|
||||
'c',
|
||||
version: '0.0.1',
|
||||
license: 'MIT',
|
||||
|
|
@ -28,5 +28,6 @@ wayland_server = dependency('wayland-server', version: '>=1.15')
|
|||
wayland_protos = dependency('wayland-protocols', version: '>=1.17')
|
||||
xkbcommon = dependency('xkbcommon')
|
||||
|
||||
subdir('po')
|
||||
subdir('protocol')
|
||||
subdir('waybox')
|
||||
|
|
|
|||
40
po/LINGUAS
Normal file
40
po/LINGUAS
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
af
|
||||
ar
|
||||
be
|
||||
bn_IN
|
||||
ca
|
||||
cs
|
||||
da
|
||||
de
|
||||
el
|
||||
eo
|
||||
es
|
||||
et
|
||||
eu
|
||||
fi
|
||||
fr
|
||||
gl_ES
|
||||
he
|
||||
hr
|
||||
hu
|
||||
ia
|
||||
it
|
||||
ja
|
||||
lt
|
||||
lv
|
||||
nl
|
||||
no
|
||||
pl
|
||||
pt_BR
|
||||
pt
|
||||
ro
|
||||
ru
|
||||
sk
|
||||
sr@latin
|
||||
sr
|
||||
sv
|
||||
tr
|
||||
uk
|
||||
vi
|
||||
zh_CN
|
||||
zh_TW
|
||||
2
po/POTFILES.in
Normal file
2
po/POTFILES.in
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
waybox/main.c
|
||||
waybox/server.c
|
||||
407
po/af.po
Normal file
407
po/af.po
Normal file
|
|
@ -0,0 +1,407 @@
|
|||
# Afrikaans translation of Waybox.
|
||||
# Copyright (C) 2020 Joe Wisdom
|
||||
# This file is distributed under the same license as the Waybox package.
|
||||
#
|
||||
# Nicolaas van der Merwe <aspersieman@gmail.com>, 2012.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Waybox 0.0.1\n"
|
||||
"Report-Msgid-Bugs-To: https://github.com/wizbright/waybox/issues\n"
|
||||
"POT-Creation-Date: 2008-11-15 22:28+0100\n"
|
||||
"PO-Revision-Date: 2020-03-10 14:03-0400\n"
|
||||
"Last-Translator: aspersieman <aspersieman@gmail.com>\n"
|
||||
"Language-Team: Afrikaans\n"
|
||||
"Language: af\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: openbox/actions.c:149
|
||||
#, c-format
|
||||
msgid "Invalid action \"%s\" requested. No such action exists."
|
||||
msgstr "Ongeldige aksie \"%s\" versoek. Daar is geen sodanige aksie nie."
|
||||
|
||||
#: openbox/actions/execute.c:128
|
||||
msgid "No"
|
||||
msgstr "Nee"
|
||||
|
||||
#: openbox/actions/execute.c:129
|
||||
msgid "Yes"
|
||||
msgstr "Ja"
|
||||
|
||||
#: openbox/actions/execute.c:133
|
||||
msgid "Execute"
|
||||
msgstr "Voer uit"
|
||||
|
||||
#: openbox/actions/execute.c:142
|
||||
#, c-format
|
||||
msgid "Failed to convert the path \"%s\" from utf8"
|
||||
msgstr "Versuim om die pad \"%s\" vanaf utf8 te omskep."
|
||||
|
||||
#: openbox/actions/exit.c:52 openbox/actions/session.c:64 openbox/client.c:3465
|
||||
msgid "Cancel"
|
||||
msgstr "Kanselleer"
|
||||
|
||||
#: openbox/actions/exit.c:53
|
||||
msgid "Exit"
|
||||
msgstr "Verlaat"
|
||||
|
||||
#: openbox/actions/exit.c:56
|
||||
msgid "Are you sure you want to exit Waybox?"
|
||||
msgstr "Is jy seker jy wil Waybox verlaat?"
|
||||
|
||||
#: openbox/actions/exit.c:57
|
||||
msgid "Exit Waybox"
|
||||
msgstr "Verlaat Waybox"
|
||||
|
||||
#. TRANSLATORS: Don't translate the word "SessionLogout" as it's the
|
||||
#. name of the action you write in rc.xml
|
||||
#: openbox/actions/session.c:43
|
||||
msgid ""
|
||||
"The SessionLogout action is not available since Waybox was built without "
|
||||
"session management support"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/actions/session.c:65 openbox/actions/session.c:70
|
||||
msgid "Log Out"
|
||||
msgstr "Teken Uit"
|
||||
|
||||
#: openbox/actions/session.c:69
|
||||
msgid "Are you sure you want to log out?"
|
||||
msgstr "Is jy seker jy wil uit teken?"
|
||||
|
||||
#: openbox/client.c:2012
|
||||
msgid "Unnamed Window"
|
||||
msgstr "Naamlose Venster"
|
||||
|
||||
#: openbox/client.c:2026 openbox/client.c:2058
|
||||
msgid "Killing..."
|
||||
msgstr "Beëindig..."
|
||||
|
||||
#: openbox/client.c:3462
|
||||
msgid "Disconnect"
|
||||
msgstr "Sluit Af"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:87 openbox/client_list_menu.c:91
|
||||
msgid "Go there..."
|
||||
msgstr "Gaan daarna..."
|
||||
|
||||
#: openbox/client_list_combined_menu.c:94
|
||||
msgid "Manage desktops"
|
||||
msgstr "Beheer werksareas"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:95 openbox/client_list_menu.c:155
|
||||
msgid "_Add new desktop"
|
||||
msgstr "Voeg _nuwe werksarea by"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:96 openbox/client_list_menu.c:156
|
||||
msgid "_Remove last desktop"
|
||||
msgstr "_Verwyder vorige werksarea"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:149
|
||||
msgid "Windows"
|
||||
msgstr "Vensters"
|
||||
|
||||
#: openbox/client_list_menu.c:203
|
||||
msgid "Desktops"
|
||||
msgstr "Werksareas"
|
||||
|
||||
#: openbox/client_menu.c:258
|
||||
msgid "All desktops"
|
||||
msgstr "Alle werksareas"
|
||||
|
||||
#: openbox/client_menu.c:370
|
||||
msgid "_Layer"
|
||||
msgstr "_Laag"
|
||||
|
||||
#: openbox/client_menu.c:375
|
||||
msgid "Always on _top"
|
||||
msgstr "Altyd _bo op"
|
||||
|
||||
#: openbox/client_menu.c:376
|
||||
msgid "_Normal"
|
||||
msgstr "_Normaal"
|
||||
|
||||
#: openbox/client_menu.c:377
|
||||
msgid "Always on _bottom"
|
||||
msgstr "Altyd _onder"
|
||||
|
||||
#: openbox/client_menu.c:379
|
||||
msgid "_Send to desktop"
|
||||
msgstr "_Stuur na werksarea"
|
||||
|
||||
#: openbox/client_menu.c:383
|
||||
msgid "Client menu"
|
||||
msgstr "Kliënt spyskaart"
|
||||
|
||||
#: openbox/client_menu.c:393
|
||||
msgid "R_estore"
|
||||
msgstr "_Herstel"
|
||||
|
||||
#: openbox/client_menu.c:397
|
||||
msgid "_Move"
|
||||
msgstr "_Skuif"
|
||||
|
||||
#: openbox/client_menu.c:399
|
||||
msgid "Resi_ze"
|
||||
msgstr "V_erstel Grootte"
|
||||
|
||||
#: openbox/client_menu.c:401
|
||||
msgid "Ico_nify"
|
||||
msgstr "M_inimaliseer"
|
||||
|
||||
#: openbox/client_menu.c:405
|
||||
msgid "Ma_ximize"
|
||||
msgstr "M_aksimeer"
|
||||
|
||||
#: openbox/client_menu.c:409
|
||||
msgid "_Roll up/down"
|
||||
msgstr "_Rol op/af"
|
||||
|
||||
#: openbox/client_menu.c:411
|
||||
msgid "Un/_Decorate"
|
||||
msgstr "Ve_rsier/Nie-versier"
|
||||
|
||||
#: openbox/client_menu.c:415
|
||||
msgid "_Close"
|
||||
msgstr "_Sluit"
|
||||
|
||||
#: openbox/config.c:781
|
||||
#, c-format
|
||||
msgid "Invalid button \"%s\" specified in config file"
|
||||
msgstr "Ongeldige knoppie \"%s\" is gespesifiseer in die konfigurasielêer"
|
||||
|
||||
#: openbox/config.c:956
|
||||
msgid ""
|
||||
"Waybox was compiled without image loading support. Icons in menus will not "
|
||||
"be loaded."
|
||||
msgstr ""
|
||||
|
||||
#: openbox/keyboard.c:157
|
||||
msgid "Conflict with key binding in config file"
|
||||
msgstr "Konflik met sleutelbinding in konfigurasielêer"
|
||||
|
||||
#: openbox/menu.c:102 openbox/menu.c:110
|
||||
#, c-format
|
||||
msgid "Unable to find a valid menu file \"%s\""
|
||||
msgstr "Kan nie die geldige spyskaart lêer \"%s\" vind nie"
|
||||
|
||||
#: openbox/menu.c:170
|
||||
#, c-format
|
||||
msgid "Failed to execute command for pipe-menu \"%s\": %s"
|
||||
msgstr "Versuim om die bevel uit te voer vir die pyp-spyskaart \"%s\": %s"
|
||||
|
||||
#: openbox/menu.c:184
|
||||
#, c-format
|
||||
msgid "Invalid output from pipe-menu \"%s\""
|
||||
msgstr "Ongeldige uitvoer van pyp-spyskaart \"%s\""
|
||||
|
||||
#: openbox/menu.c:197
|
||||
#, c-format
|
||||
msgid "Attempted to access menu \"%s\" but it does not exist"
|
||||
msgstr "Gepoog vir toegang tot spyskaart \"%s\", maar dit bestaan nie"
|
||||
|
||||
#: openbox/menu.c:367 openbox/menu.c:368
|
||||
msgid "More..."
|
||||
msgstr "Meer..."
|
||||
|
||||
#: openbox/mouse.c:373
|
||||
#, c-format
|
||||
msgid "Invalid button \"%s\" in mouse binding"
|
||||
msgstr "Ongeldige knoppie \"%s\" in die muis binding"
|
||||
|
||||
#: openbox/mouse.c:379
|
||||
#, c-format
|
||||
msgid "Invalid context \"%s\" in mouse binding"
|
||||
msgstr "Ongeldige konteks \"%s\" in die muis binding"
|
||||
|
||||
#: openbox/openbox.c:133
|
||||
#, c-format
|
||||
msgid "Unable to change to home directory \"%s\": %s"
|
||||
msgstr "Kan nie verander na die tuis gids \"%s\" nie: %s"
|
||||
|
||||
#: openbox/openbox.c:263
|
||||
msgid "Unable to find a valid config file, using some simple defaults"
|
||||
msgstr ""
|
||||
"Kan nie 'n geldige konfigurasielêer, gebruik eenvoudige verstek waardes"
|
||||
|
||||
#: openbox/openbox.c:297
|
||||
msgid "Unable to load a theme."
|
||||
msgstr "Kanie 'n tema laai nie."
|
||||
|
||||
#: openbox/openbox.c:377
|
||||
#, c-format
|
||||
msgid ""
|
||||
"One or more XML syntax errors were found while parsing the Waybox "
|
||||
"configuration files. See stdout for more information. The last error seen "
|
||||
"was in file \"%s\" line %d, with message: %s"
|
||||
msgstr ""
|
||||
"Een of meer XML sintaksfoute is gevind tydens die ontleding van die Waybox "
|
||||
"konfigurasielêers. Sien stdout vir meer informasie. Die laaste fout gesien "
|
||||
"was in die lêer \"%s\" lyn %d, met die boodskap: %s"
|
||||
|
||||
#: openbox/openbox.c:379
|
||||
msgid "Waybox Syntax Error"
|
||||
msgstr "Waybox Sintaksfout"
|
||||
|
||||
#: openbox/openbox.c:379
|
||||
msgid "Close"
|
||||
msgstr "Sluit"
|
||||
|
||||
#: openbox/openbox.c:448
|
||||
#, c-format
|
||||
msgid "Restart failed to execute new executable \"%s\": %s"
|
||||
msgstr "Herlaai het versuim om die nuwe uitvoering \"%s\" uit te voer: %s"
|
||||
|
||||
#: openbox/openbox.c:518 openbox/openbox.c:520
|
||||
msgid "Copyright (c)"
|
||||
msgstr "Kopiereg (c)"
|
||||
|
||||
#: openbox/openbox.c:529
|
||||
msgid "Syntax: openbox [options]\n"
|
||||
msgstr "Sintaks: openbox [opsies]\n"
|
||||
|
||||
#: openbox/openbox.c:530
|
||||
msgid ""
|
||||
"\n"
|
||||
"Options:\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"Opsies:\n"
|
||||
|
||||
#: openbox/openbox.c:531
|
||||
msgid " --help Display this help and exit\n"
|
||||
msgstr " --help Vertoon die help en verlaat\n"
|
||||
|
||||
#: openbox/openbox.c:532
|
||||
msgid " --version Display the version and exit\n"
|
||||
msgstr " --version Vertoon die weergawe en verlaat\n"
|
||||
|
||||
#. TRANSLATORS: if you translate "FILE" here, make sure to keep the "Specify..."
|
||||
#. aligned still, if you have to, make a new line with \n and 22 spaces. It's
|
||||
#. fine to leave it as FILE though.
|
||||
#: openbox/openbox.c:537
|
||||
msgid " --config-file FILE Specify the path to the config file to use\n"
|
||||
msgstr ""
|
||||
" --config-file FILE Spesifiseer die pad na die konfigurasielêers om te "
|
||||
"gebruik\n"
|
||||
|
||||
#: openbox/openbox.c:538
|
||||
msgid " --sm-disable Disable connection to the session manager\n"
|
||||
msgstr ""
|
||||
" --sm-disable Skakel die konneksie na die sessie bestuurder af\n"
|
||||
|
||||
#: openbox/openbox.c:543
|
||||
msgid ""
|
||||
"\n"
|
||||
"Debugging options:\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"Ontfouting opsies:\n"
|
||||
|
||||
#: openbox/openbox.c:544
|
||||
msgid " --sync Run in synchronous mode\n"
|
||||
msgstr " --sync Loop in gelyktydige mode\n"
|
||||
|
||||
#: openbox/openbox.c:545
|
||||
msgid " --debug Display debugging output\n"
|
||||
msgstr " --debug Vertoon ontfouting afvoere\n"
|
||||
|
||||
#: openbox/openbox.c:546
|
||||
msgid " --debug-focus Display debugging output for focus handling\n"
|
||||
msgstr " --debug-focus Vertoon ontfouting afvoer vir fokus hantering\n"
|
||||
|
||||
#: openbox/openbox.c:548
|
||||
msgid " --startup CMD Run CMD after starting\n"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/openbox.c:551
|
||||
msgid " --debug-session Display debugging output for session management\n"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/openbox.c:548
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
"Please report bugs at %s\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"Rapporteer asseblief foute aan %s\n"
|
||||
|
||||
#: openbox/openbox.c:617
|
||||
msgid "%s requires an argument\n"
|
||||
msgstr "%s benodig 'n argument\n"
|
||||
|
||||
#: openbox/openbox.c:660
|
||||
#, c-format
|
||||
msgid "Invalid command line argument \"%s\"\n"
|
||||
msgstr "Ongeldige opdrag lyn argument \"%s\"\n"
|
||||
|
||||
#. TRANSLATORS: If you need to specify a different order of the
|
||||
#. arguments, you can use %1$d for the first one and %2$d for the
|
||||
#. second one. For example,
|
||||
#. "The current session has %2$d desktops, but Waybox is configured for %1$d ..."
|
||||
#: openbox/screen.c:412
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Waybox is configured for %d desktop, but the current session has %d. "
|
||||
"Overriding the Waybox configuration."
|
||||
msgid_plural ""
|
||||
"Waybox is configured for %d desktops, but the current session has %d. "
|
||||
"Overriding the Waybox configuration."
|
||||
msgstr[0] ""
|
||||
"Waybox is gekonfigureer vir %d werksarea, maar die huidige sessie het %d. "
|
||||
"Oorheers die Waybox konfigurasie."
|
||||
msgstr[1] ""
|
||||
"Waybox is gekonfigureer vir %d werksareas, maar die huidige sessie het %d. "
|
||||
"Oorheers die Waybox konfigurasie."
|
||||
|
||||
#: openbox/screen.c:1180
|
||||
#, c-format
|
||||
msgid "desktop %i"
|
||||
msgstr "werksarea %i"
|
||||
|
||||
#: openbox/session.c:104
|
||||
#, fuzzy, c-format
|
||||
msgid "Unable to make directory \"%s\": %s"
|
||||
msgstr "Kan nie verander na die tuis gids \"%s\" nie: %s"
|
||||
|
||||
#: openbox/session.c:466
|
||||
#, fuzzy, c-format
|
||||
msgid "Unable to save the session to \"%s\": %s"
|
||||
msgstr "Kan nie verander na die tuis gids \"%s\" nie: %s"
|
||||
|
||||
#: openbox/session.c:605
|
||||
#, c-format
|
||||
msgid "Error while saving the session to \"%s\": %s"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/session.c:842
|
||||
msgid "Not connected to a session manager"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/startupnotify.c:243
|
||||
#, c-format
|
||||
msgid "Running %s"
|
||||
msgstr "Loop %s"
|
||||
|
||||
#: openbox/translate.c:59
|
||||
#, c-format
|
||||
msgid "Invalid modifier key \"%s\" in key/mouse binding"
|
||||
msgstr "Ongeldige wysiger sleutel \"%s\" in die sleutel/muis binding"
|
||||
|
||||
#: openbox/translate.c:138
|
||||
#, c-format
|
||||
msgid "Invalid key code \"%s\" in key binding"
|
||||
msgstr "Ongeldige sleutel kode \"%s\" in die sleutel binding"
|
||||
|
||||
#: openbox/translate.c:145
|
||||
#, c-format
|
||||
msgid "Invalid key name \"%s\" in key binding"
|
||||
msgstr "Ongeldige sleutel naam \"%s\" in die sleutel binding"
|
||||
|
||||
#: openbox/prompt.c:200
|
||||
msgid "OK"
|
||||
msgstr "OK"
|
||||
401
po/ar.po
Normal file
401
po/ar.po
Normal file
|
|
@ -0,0 +1,401 @@
|
|||
# translation of openbox.pot to Arabic
|
||||
# Copyright (C) 2020 Joe Wisdom
|
||||
# This file is distributed under the same license as the Waybox package.
|
||||
#
|
||||
# Khaled Hosny <khaledhosny@eglug.org>, 2007.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Waybox 0.0.1\n"
|
||||
"Report-Msgid-Bugs-To: https://github.com/wizbright/waybox/issues\n"
|
||||
"POT-Creation-Date: 2008-11-15 22:28+0100\n"
|
||||
"PO-Revision-Date: 2020-03-10 14:03-0400\n"
|
||||
"Last-Translator: كريم اولاد الشلحة <herr.linux88@gmail.com>\n"
|
||||
"Language-Team: Arabic <herr.linux88@gmail.com>\n"
|
||||
"Language: ar\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Generator: KBabel 1.11.4\n"
|
||||
"Plural-Forms: nplurals=4; plural=n==1 ? 0 : n==2 ? 1 : n>=3 && n<=10 ? 2 : "
|
||||
"3\n"
|
||||
"X-Poedit-Language: Arabic\n"
|
||||
"X-Poedit-Country: Morocco\n"
|
||||
|
||||
#: openbox/actions.c:149
|
||||
#, c-format
|
||||
msgid "Invalid action \"%s\" requested. No such action exists."
|
||||
msgstr ""
|
||||
|
||||
#: openbox/actions/execute.c:128
|
||||
msgid "No"
|
||||
msgstr "لا"
|
||||
|
||||
#: openbox/actions/execute.c:129
|
||||
msgid "Yes"
|
||||
msgstr "نعم"
|
||||
|
||||
#: openbox/actions/execute.c:133
|
||||
msgid "Execute"
|
||||
msgstr "تنفيذ"
|
||||
|
||||
#: openbox/actions/execute.c:142
|
||||
#, c-format
|
||||
msgid "Failed to convert the path \"%s\" from utf8"
|
||||
msgstr "فشلت في تحويل المسار \"%s\" من utf8"
|
||||
|
||||
#: openbox/actions/exit.c:52 openbox/actions/session.c:64 openbox/client.c:3465
|
||||
msgid "Cancel"
|
||||
msgstr "إلغاء"
|
||||
|
||||
#: openbox/actions/exit.c:53
|
||||
msgid "Exit"
|
||||
msgstr "الخروج"
|
||||
|
||||
#: openbox/actions/exit.c:56
|
||||
msgid "Are you sure you want to exit Waybox?"
|
||||
msgstr "هل تريد حقا الخروج من أوبن بوكس؟"
|
||||
|
||||
#: openbox/actions/exit.c:57
|
||||
msgid "Exit Waybox"
|
||||
msgstr "الخروج من أوبنبوكس"
|
||||
|
||||
#. TRANSLATORS: Don't translate the word "SessionLogout" as it's the
|
||||
#. name of the action you write in rc.xml
|
||||
#: openbox/actions/session.c:43
|
||||
msgid ""
|
||||
"The SessionLogout action is not available since Waybox was built without "
|
||||
"session management support"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/actions/session.c:65 openbox/actions/session.c:70
|
||||
msgid "Log Out"
|
||||
msgstr "تسجيل الخروج"
|
||||
|
||||
#: openbox/actions/session.c:69
|
||||
msgid "Are you sure you want to log out?"
|
||||
msgstr "هل أنت متاكد من انك تود تسجيل الخروج؟"
|
||||
|
||||
#: openbox/client.c:2012
|
||||
msgid "Unnamed Window"
|
||||
msgstr "نافذة بدون إسم"
|
||||
|
||||
#: openbox/client.c:2026 openbox/client.c:2058
|
||||
msgid "Killing..."
|
||||
msgstr "إنهاء..."
|
||||
|
||||
#: openbox/client.c:3462
|
||||
msgid "Disconnect"
|
||||
msgstr "قطع الإتصال"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:87 openbox/client_list_menu.c:91
|
||||
msgid "Go there..."
|
||||
msgstr "اذهب هناك..."
|
||||
|
||||
#: openbox/client_list_combined_menu.c:94
|
||||
msgid "Manage desktops"
|
||||
msgstr "أدِر أسطح المكتب"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:95 openbox/client_list_menu.c:155
|
||||
msgid "_Add new desktop"
|
||||
msgstr "أضِف سطح مكتب جديد (_A)"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:96 openbox/client_list_menu.c:156
|
||||
msgid "_Remove last desktop"
|
||||
msgstr "احذف آخر سطح مكتب (_R)"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:149
|
||||
msgid "Windows"
|
||||
msgstr "نوافذ"
|
||||
|
||||
#: openbox/client_list_menu.c:203
|
||||
msgid "Desktops"
|
||||
msgstr "أسطح مكتب"
|
||||
|
||||
#: openbox/client_menu.c:258
|
||||
msgid "All desktops"
|
||||
msgstr "كل أسطح المكتب"
|
||||
|
||||
#: openbox/client_menu.c:370
|
||||
msgid "_Layer"
|
||||
msgstr "طبقة (_L)"
|
||||
|
||||
#: openbox/client_menu.c:375
|
||||
msgid "Always on _top"
|
||||
msgstr "دائما على السطح (_T)"
|
||||
|
||||
#: openbox/client_menu.c:376
|
||||
msgid "_Normal"
|
||||
msgstr "طبيعي (_N)"
|
||||
|
||||
#: openbox/client_menu.c:377
|
||||
msgid "Always on _bottom"
|
||||
msgstr "دائما في القاع (_B)"
|
||||
|
||||
#: openbox/client_menu.c:379
|
||||
msgid "_Send to desktop"
|
||||
msgstr "أرسِل إلى سطح المكتب (_S)"
|
||||
|
||||
#: openbox/client_menu.c:383
|
||||
msgid "Client menu"
|
||||
msgstr "قائمة العميل"
|
||||
|
||||
#: openbox/client_menu.c:393
|
||||
msgid "R_estore"
|
||||
msgstr "استعِد (_E)"
|
||||
|
||||
#: openbox/client_menu.c:397
|
||||
msgid "_Move"
|
||||
msgstr "انقل (_M)"
|
||||
|
||||
#: openbox/client_menu.c:399
|
||||
msgid "Resi_ze"
|
||||
msgstr "حجِّم (_Z)"
|
||||
|
||||
#: openbox/client_menu.c:401
|
||||
msgid "Ico_nify"
|
||||
msgstr "صغّر (_N)"
|
||||
|
||||
#: openbox/client_menu.c:405
|
||||
msgid "Ma_ximize"
|
||||
msgstr "كبّر (_X)"
|
||||
|
||||
#: openbox/client_menu.c:409
|
||||
msgid "_Roll up/down"
|
||||
msgstr "لُف لأعلى/لأسفل (_R)"
|
||||
|
||||
#: openbox/client_menu.c:411
|
||||
msgid "Un/_Decorate"
|
||||
msgstr "ضع/أزل الحواف (_D)"
|
||||
|
||||
#: openbox/client_menu.c:415
|
||||
msgid "_Close"
|
||||
msgstr "أغلق (_C)"
|
||||
|
||||
#: openbox/config.c:781
|
||||
#, c-format
|
||||
msgid "Invalid button \"%s\" specified in config file"
|
||||
msgstr "زر غير صحيح \"%s\" محدد في ملف الإعدادات"
|
||||
|
||||
#: openbox/config.c:956
|
||||
msgid ""
|
||||
"Waybox was compiled without image loading support. Icons in menus will not "
|
||||
"be loaded."
|
||||
msgstr ""
|
||||
|
||||
#: openbox/keyboard.c:157
|
||||
msgid "Conflict with key binding in config file"
|
||||
msgstr "يتعارض مع ارتباط المفاتيح في ملف الإعدادات"
|
||||
|
||||
#: openbox/menu.c:102 openbox/menu.c:110
|
||||
#, c-format
|
||||
msgid "Unable to find a valid menu file \"%s\""
|
||||
msgstr "لم أعثر على ملف قائمة سليم \"%s\""
|
||||
|
||||
#: openbox/menu.c:170
|
||||
#, c-format
|
||||
msgid "Failed to execute command for pipe-menu \"%s\": %s"
|
||||
msgstr "فشل تنفيذ أمر ل pipe-menu \"%s\": %s"
|
||||
|
||||
#: openbox/menu.c:184
|
||||
#, c-format
|
||||
msgid "Invalid output from pipe-menu \"%s\""
|
||||
msgstr "خرج غير سليم من pipe-menu \"%s\""
|
||||
|
||||
#: openbox/menu.c:197
|
||||
#, c-format
|
||||
msgid "Attempted to access menu \"%s\" but it does not exist"
|
||||
msgstr "حاولت الوصول إلى القائمة \"%s\" لكنها غير موجودة"
|
||||
|
||||
#: openbox/menu.c:367 openbox/menu.c:368
|
||||
msgid "More..."
|
||||
msgstr "المزيد..."
|
||||
|
||||
#: openbox/mouse.c:373
|
||||
#, c-format
|
||||
msgid "Invalid button \"%s\" in mouse binding"
|
||||
msgstr "زر غير صحيح \"%s\" في ارتباط الفأرة"
|
||||
|
||||
#: openbox/mouse.c:379
|
||||
#, c-format
|
||||
msgid "Invalid context \"%s\" in mouse binding"
|
||||
msgstr "سياق غير صحيح \"%s\" في ارتباط الفأرة"
|
||||
|
||||
#: openbox/openbox.c:133
|
||||
#, c-format
|
||||
msgid "Unable to change to home directory \"%s\": %s"
|
||||
msgstr "لم أستطع تغيير المجلد المنزلي \"%s\": %s"
|
||||
|
||||
#: openbox/openbox.c:263
|
||||
msgid "Unable to find a valid config file, using some simple defaults"
|
||||
msgstr "لم أعثر على ملف إعدادات سليم، سأستخدم بعض الإفتراضيات البسيطة"
|
||||
|
||||
#: openbox/openbox.c:297
|
||||
msgid "Unable to load a theme."
|
||||
msgstr "لم أستطِع تحميل سِمة."
|
||||
|
||||
#: openbox/openbox.c:377
|
||||
#, c-format
|
||||
msgid ""
|
||||
"One or more XML syntax errors were found while parsing the Waybox "
|
||||
"configuration files. See stdout for more information. The last error seen "
|
||||
"was in file \"%s\" line %d, with message: %s"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/openbox.c:379
|
||||
msgid "Waybox Syntax Error"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/openbox.c:379
|
||||
msgid "Close"
|
||||
msgstr "أغلق"
|
||||
|
||||
#: openbox/openbox.c:448
|
||||
#, c-format
|
||||
msgid "Restart failed to execute new executable \"%s\": %s"
|
||||
msgstr "فشلت إعادة التشغيل في تنفيذ مُنفّذ جديد \"%s\": %s"
|
||||
|
||||
#: openbox/openbox.c:518 openbox/openbox.c:520
|
||||
msgid "Copyright (c)"
|
||||
msgstr "حقوق النسخ"
|
||||
|
||||
#: openbox/openbox.c:529
|
||||
msgid "Syntax: openbox [options]\n"
|
||||
msgstr "الصيغة: openbox [options]\n"
|
||||
|
||||
#: openbox/openbox.c:530
|
||||
msgid ""
|
||||
"\n"
|
||||
"Options:\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"الخيارات:\n"
|
||||
|
||||
#: openbox/openbox.c:531
|
||||
msgid " --help Display this help and exit\n"
|
||||
msgstr " --help اعرض هذه المساعدة ثم اخرج\n"
|
||||
|
||||
#: openbox/openbox.c:532
|
||||
msgid " --version Display the version and exit\n"
|
||||
msgstr " --version اعرض النسخة ثم اخرج\n"
|
||||
|
||||
#. TRANSLATORS: if you translate "FILE" here, make sure to keep the "Specify..."
|
||||
#. aligned still, if you have to, make a new line with \n and 22 spaces. It's
|
||||
#. fine to leave it as FILE though.
|
||||
#: openbox/openbox.c:537
|
||||
msgid " --config-file FILE Specify the path to the config file to use\n"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/openbox.c:538
|
||||
msgid " --sm-disable Disable connection to the session manager\n"
|
||||
msgstr " --sm-disable عطِّل الإتصال بمدير الجلسة\n"
|
||||
|
||||
#: openbox/openbox.c:543
|
||||
msgid ""
|
||||
"\n"
|
||||
"Debugging options:\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"خيارات التنقيح:\n"
|
||||
|
||||
#: openbox/openbox.c:544
|
||||
msgid " --sync Run in synchronous mode\n"
|
||||
msgstr " --sync شغّل في النمط المزامن\n"
|
||||
|
||||
#: openbox/openbox.c:545
|
||||
msgid " --debug Display debugging output\n"
|
||||
msgstr " --debug اعرض خرْج التنقيح\n"
|
||||
|
||||
#: openbox/openbox.c:546
|
||||
msgid " --debug-focus Display debugging output for focus handling\n"
|
||||
msgstr " --debug-focus اعرض خرج التنقيح للتعامل مع البؤرة\n"
|
||||
|
||||
#: openbox/openbox.c:548
|
||||
msgid " --startup CMD Run CMD after starting\n"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/openbox.c:551
|
||||
msgid " --debug-session Display debugging output for session management\n"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/openbox.c:548
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
"Please report bugs at %s\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"من فضلك أبلغ عن العلل إلى %s\n"
|
||||
|
||||
#: openbox/openbox.c:617
|
||||
msgid "%s requires an argument\n"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/openbox.c:660
|
||||
#, c-format
|
||||
msgid "Invalid command line argument \"%s\"\n"
|
||||
msgstr "معامل سطر أوامر غير سليم \"%s\"\n"
|
||||
|
||||
#. TRANSLATORS: If you need to specify a different order of the
|
||||
#. arguments, you can use %1$d for the first one and %2$d for the
|
||||
#. second one. For example,
|
||||
#. "The current session has %2$d desktops, but Waybox is configured for %1$d ..."
|
||||
#: openbox/screen.c:412
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Waybox is configured for %d desktop, but the current session has %d. "
|
||||
"Overriding the Waybox configuration."
|
||||
msgid_plural ""
|
||||
"Waybox is configured for %d desktops, but the current session has %d. "
|
||||
"Overriding the Waybox configuration."
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
msgstr[2] ""
|
||||
msgstr[3] ""
|
||||
|
||||
#: openbox/screen.c:1180
|
||||
#, c-format
|
||||
msgid "desktop %i"
|
||||
msgstr "سطح المكتب %Ii"
|
||||
|
||||
#: openbox/session.c:104
|
||||
#, fuzzy, c-format
|
||||
msgid "Unable to make directory \"%s\": %s"
|
||||
msgstr "لم أستطع تغيير المجلد المنزلي \"%s\": %s"
|
||||
|
||||
#: openbox/session.c:466
|
||||
#, fuzzy, c-format
|
||||
msgid "Unable to save the session to \"%s\": %s"
|
||||
msgstr "لم أستطع تغيير المجلد المنزلي \"%s\": %s"
|
||||
|
||||
#: openbox/session.c:605
|
||||
#, c-format
|
||||
msgid "Error while saving the session to \"%s\": %s"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/session.c:842
|
||||
msgid "Not connected to a session manager"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/startupnotify.c:243
|
||||
#, c-format
|
||||
msgid "Running %s"
|
||||
msgstr "تشغيل %s"
|
||||
|
||||
#: openbox/translate.c:59
|
||||
#, c-format
|
||||
msgid "Invalid modifier key \"%s\" in key/mouse binding"
|
||||
msgstr "مفتاح مُغيِّر \"%s\" غير سليم في ارتبط الفأرة/لوحة المفاتيح"
|
||||
|
||||
#: openbox/translate.c:138
|
||||
#, c-format
|
||||
msgid "Invalid key code \"%s\" in key binding"
|
||||
msgstr "رمز مفتاح \"%s\" غير سليم في ارتباط المفتاح"
|
||||
|
||||
#: openbox/translate.c:145
|
||||
#, c-format
|
||||
msgid "Invalid key name \"%s\" in key binding"
|
||||
msgstr "اسم مفتاح \"%s\" غير سليم في ارتباط المفتاح"
|
||||
|
||||
#: openbox/prompt.c:200
|
||||
msgid "OK"
|
||||
msgstr "نعم"
|
||||
407
po/be.po
Normal file
407
po/be.po
Normal file
|
|
@ -0,0 +1,407 @@
|
|||
# Belarusian translation for Waybox.
|
||||
# Copyright (C) 2020 Joe Wisdom
|
||||
# This file is distributed under the same license as the Waybox package.
|
||||
# Mikalai Udodau <crom-a@tut.by>, 2012.
|
||||
#
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Waybox 0.0.1\n"
|
||||
"Report-Msgid-Bugs-To: https://github.com/wizbright/waybox/issues\n"
|
||||
"POT-Creation-Date: 2008-11-15 22:28+0100\n"
|
||||
"PO-Revision-Date: 2020-03-10 14:03-0400\n"
|
||||
"Last-Translator: Mikalai Udodau <crom-a@tut.by>\n"
|
||||
"Language-Team: Belarusian <i18n@mova.org>\n"
|
||||
"Language: be\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
|
||||
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
|
||||
#: openbox/actions.c:149
|
||||
#, c-format
|
||||
msgid "Invalid action \"%s\" requested. No such action exists."
|
||||
msgstr "Запытана недапушчальнае дзеянне \"%s\". Няма такога дзеяння."
|
||||
|
||||
#: openbox/actions/execute.c:128
|
||||
msgid "No"
|
||||
msgstr "Не"
|
||||
|
||||
#: openbox/actions/execute.c:129
|
||||
msgid "Yes"
|
||||
msgstr "Так"
|
||||
|
||||
#: openbox/actions/execute.c:133
|
||||
msgid "Execute"
|
||||
msgstr "Выканаць"
|
||||
|
||||
#: openbox/actions/execute.c:142
|
||||
#, c-format
|
||||
msgid "Failed to convert the path \"%s\" from utf8"
|
||||
msgstr "Не ўдалося пераўтварыць шлях \"%s\" з utf8"
|
||||
|
||||
#: openbox/actions/exit.c:52 openbox/actions/session.c:64 openbox/client.c:3465
|
||||
msgid "Cancel"
|
||||
msgstr "Скасаваць"
|
||||
|
||||
#: openbox/actions/exit.c:53
|
||||
msgid "Exit"
|
||||
msgstr "Выйсці"
|
||||
|
||||
#: openbox/actions/exit.c:56
|
||||
msgid "Are you sure you want to exit Waybox?"
|
||||
msgstr "Сапраўды хочаце выйсці з Waybox?"
|
||||
|
||||
#: openbox/actions/exit.c:57
|
||||
msgid "Exit Waybox"
|
||||
msgstr "Выйсці з Waybox"
|
||||
|
||||
#. TRANSLATORS: Don't translate the word "SessionLogout" as it's the
|
||||
#. name of the action you write in rc.xml
|
||||
#: openbox/actions/session.c:43
|
||||
msgid ""
|
||||
"The SessionLogout action is not available since Waybox was built without "
|
||||
"session management support"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/actions/session.c:65 openbox/actions/session.c:70
|
||||
msgid "Log Out"
|
||||
msgstr "Выйсці"
|
||||
|
||||
#: openbox/actions/session.c:69
|
||||
msgid "Are you sure you want to log out?"
|
||||
msgstr "Вы сапраўды хочаце выйсці?"
|
||||
|
||||
#: openbox/client.c:2012
|
||||
msgid "Unnamed Window"
|
||||
msgstr "Неназванае вакно"
|
||||
|
||||
#: openbox/client.c:2026 openbox/client.c:2058
|
||||
msgid "Killing..."
|
||||
msgstr "Прыбіццё..."
|
||||
|
||||
#: openbox/client.c:3462
|
||||
msgid "Disconnect"
|
||||
msgstr "Адлучыць"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:87 openbox/client_list_menu.c:91
|
||||
msgid "Go there..."
|
||||
msgstr "Перайсці..."
|
||||
|
||||
#: openbox/client_list_combined_menu.c:94
|
||||
msgid "Manage desktops"
|
||||
msgstr "Кіраваць прасторамі"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:95 openbox/client_list_menu.c:155
|
||||
msgid "_Add new desktop"
|
||||
msgstr "Дадаць прастору"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:96 openbox/client_list_menu.c:156
|
||||
msgid "_Remove last desktop"
|
||||
msgstr "Сцерці апошнюю прастору"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:149
|
||||
msgid "Windows"
|
||||
msgstr "Вокны"
|
||||
|
||||
#: openbox/client_list_menu.c:203
|
||||
msgid "Desktops"
|
||||
msgstr "Прасторы"
|
||||
|
||||
#: openbox/client_menu.c:258
|
||||
msgid "All desktops"
|
||||
msgstr "Усе прасторы"
|
||||
|
||||
#: openbox/client_menu.c:370
|
||||
msgid "_Layer"
|
||||
msgstr "Узровень (_L)"
|
||||
|
||||
#: openbox/client_menu.c:375
|
||||
msgid "Always on _top"
|
||||
msgstr "Заўжды наверсе (_T)"
|
||||
|
||||
#: openbox/client_menu.c:376
|
||||
msgid "_Normal"
|
||||
msgstr "Звычайны (_N)"
|
||||
|
||||
#: openbox/client_menu.c:377
|
||||
msgid "Always on _bottom"
|
||||
msgstr "Заўжды долу (_B)"
|
||||
|
||||
#: openbox/client_menu.c:379
|
||||
msgid "_Send to desktop"
|
||||
msgstr "Даслаць на прастору (_S)"
|
||||
|
||||
#: openbox/client_menu.c:383
|
||||
msgid "Client menu"
|
||||
msgstr "Кліенцкае меню"
|
||||
|
||||
#: openbox/client_menu.c:393
|
||||
msgid "R_estore"
|
||||
msgstr "Узнавіць (_E)"
|
||||
|
||||
#: openbox/client_menu.c:397
|
||||
msgid "_Move"
|
||||
msgstr "Перамясціць (_M)"
|
||||
|
||||
#: openbox/client_menu.c:399
|
||||
msgid "Resi_ze"
|
||||
msgstr "Змяніць памер (_Z)"
|
||||
|
||||
#: openbox/client_menu.c:401
|
||||
msgid "Ico_nify"
|
||||
msgstr "Згарнуць (_N)"
|
||||
|
||||
#: openbox/client_menu.c:405
|
||||
msgid "Ma_ximize"
|
||||
msgstr "Максімізаваць (_X)"
|
||||
|
||||
#: openbox/client_menu.c:409
|
||||
msgid "_Roll up/down"
|
||||
msgstr "Скруціць/раскруціць (_R)"
|
||||
|
||||
#: openbox/client_menu.c:411
|
||||
msgid "Un/_Decorate"
|
||||
msgstr "Раз/Абрамленне (_D)"
|
||||
|
||||
#: openbox/client_menu.c:415
|
||||
msgid "_Close"
|
||||
msgstr "Закрыць (_C)"
|
||||
|
||||
#: openbox/config.c:781
|
||||
#, c-format
|
||||
msgid "Invalid button \"%s\" specified in config file"
|
||||
msgstr "Недапушчальная клавіша \"%s\" пазначана ў файле канфігурацыі"
|
||||
|
||||
#: openbox/config.c:956
|
||||
msgid ""
|
||||
"Waybox was compiled without image loading support. Icons in menus will not "
|
||||
"be loaded."
|
||||
msgstr ""
|
||||
|
||||
#: openbox/keyboard.c:157
|
||||
msgid "Conflict with key binding in config file"
|
||||
msgstr "Канфлікт з клавіятурным скаротам у файле канфігурацыі"
|
||||
|
||||
#: openbox/menu.c:102 openbox/menu.c:110
|
||||
#, c-format
|
||||
msgid "Unable to find a valid menu file \"%s\""
|
||||
msgstr "Немагчыма знайсці спраўны файл меню \"%s\""
|
||||
|
||||
#: openbox/menu.c:170
|
||||
#, c-format
|
||||
msgid "Failed to execute command for pipe-menu \"%s\": %s"
|
||||
msgstr "Не ўдалося выканаць загад з канальнага меню \"%s\": %s"
|
||||
|
||||
#: openbox/menu.c:184
|
||||
#, c-format
|
||||
msgid "Invalid output from pipe-menu \"%s\""
|
||||
msgstr "Недапушчальны вывад з канальнага меню \"%s\""
|
||||
|
||||
#: openbox/menu.c:197
|
||||
#, c-format
|
||||
msgid "Attempted to access menu \"%s\" but it does not exist"
|
||||
msgstr "Спроба адкрыць меню \"%s\", але яно не існуе"
|
||||
|
||||
#: openbox/menu.c:367 openbox/menu.c:368
|
||||
msgid "More..."
|
||||
msgstr "Яшчэ..."
|
||||
|
||||
#: openbox/mouse.c:373
|
||||
#, c-format
|
||||
msgid "Invalid button \"%s\" in mouse binding"
|
||||
msgstr "Недапушчальная кнопка \"%s\" у спалучэнні мышы"
|
||||
|
||||
#: openbox/mouse.c:379
|
||||
#, c-format
|
||||
msgid "Invalid context \"%s\" in mouse binding"
|
||||
msgstr "Недапушчальны кантэкст \"%s\" у спалучэнні мышы"
|
||||
|
||||
#: openbox/openbox.c:133
|
||||
#, c-format
|
||||
msgid "Unable to change to home directory \"%s\": %s"
|
||||
msgstr "Немагчыма перайсці ў хатні каталог \"%s\": %s"
|
||||
|
||||
#: openbox/openbox.c:263
|
||||
msgid "Unable to find a valid config file, using some simple defaults"
|
||||
msgstr "Не знойдзены спраўны файл канфігурацыі, ужываем прадвызначэнні"
|
||||
|
||||
#: openbox/openbox.c:297
|
||||
msgid "Unable to load a theme."
|
||||
msgstr "Немагчыма прачытаць тэму."
|
||||
|
||||
#: openbox/openbox.c:377
|
||||
#, c-format
|
||||
msgid ""
|
||||
"One or more XML syntax errors were found while parsing the Waybox "
|
||||
"configuration files. See stdout for more information. The last error seen "
|
||||
"was in file \"%s\" line %d, with message: %s"
|
||||
msgstr ""
|
||||
"Адна ці больш памылак сінтаксісу XML сустрэліся падчас разбору "
|
||||
"канфігурацыйных файлаў Waybox. Гл. стд.вывад за дэталямі. Апошняя бачаная "
|
||||
"памылка была ў файле \"%s\" радок %d, з паведамленнем: %s"
|
||||
|
||||
#: openbox/openbox.c:379
|
||||
msgid "Waybox Syntax Error"
|
||||
msgstr "Памылка сінтаксісу Waybox"
|
||||
|
||||
#: openbox/openbox.c:379
|
||||
msgid "Close"
|
||||
msgstr "Закрыць"
|
||||
|
||||
#: openbox/openbox.c:448
|
||||
#, c-format
|
||||
msgid "Restart failed to execute new executable \"%s\": %s"
|
||||
msgstr "Перазапуск не змог запусціць новы выканальны файл \"%s\": %s"
|
||||
|
||||
#: openbox/openbox.c:518 openbox/openbox.c:520
|
||||
msgid "Copyright (c)"
|
||||
msgstr "Аўтарскае права (c)"
|
||||
|
||||
#: openbox/openbox.c:529
|
||||
msgid "Syntax: openbox [options]\n"
|
||||
msgstr "Сінтаксіс: openbox [опцыі]\n"
|
||||
|
||||
#: openbox/openbox.c:530
|
||||
msgid ""
|
||||
"\n"
|
||||
"Options:\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"Опцыі:\n"
|
||||
|
||||
#: openbox/openbox.c:531
|
||||
msgid " --help Display this help and exit\n"
|
||||
msgstr " --help Паказаць гэту даведку і выйсці\n"
|
||||
|
||||
#: openbox/openbox.c:532
|
||||
msgid " --version Display the version and exit\n"
|
||||
msgstr " --version Паказаць нумар версіі і выйсці\n"
|
||||
|
||||
#. TRANSLATORS: if you translate "FILE" here, make sure to keep the "Specify..."
|
||||
#. aligned still, if you have to, make a new line with \n and 22 spaces. It's
|
||||
#. fine to leave it as FILE though.
|
||||
#: openbox/openbox.c:537
|
||||
msgid " --config-file FILE Specify the path to the config file to use\n"
|
||||
msgstr " --config-file ФАЙЛ Задаць шлях да файла канфігурацыі\n"
|
||||
|
||||
#: openbox/openbox.c:538
|
||||
msgid " --sm-disable Disable connection to the session manager\n"
|
||||
msgstr " --sm-disable Забараніць злучэнне з кіраўніком сеансаў\n"
|
||||
|
||||
#: openbox/openbox.c:543
|
||||
msgid ""
|
||||
"\n"
|
||||
"Debugging options:\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"Опцыі адладкі:\n"
|
||||
|
||||
#: openbox/openbox.c:544
|
||||
msgid " --sync Run in synchronous mode\n"
|
||||
msgstr " --sync Выконваць у сінхронным рэжыме\n"
|
||||
|
||||
#: openbox/openbox.c:545
|
||||
msgid " --debug Display debugging output\n"
|
||||
msgstr " --debug Паказваць вывад адладкі\n"
|
||||
|
||||
#: openbox/openbox.c:546
|
||||
msgid " --debug-focus Display debugging output for focus handling\n"
|
||||
msgstr " --debug-focus Паказваць вывад адладкі па кіраванні фокусам\n"
|
||||
|
||||
#: openbox/openbox.c:548
|
||||
msgid " --startup CMD Run CMD after starting\n"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/openbox.c:551
|
||||
msgid " --debug-session Display debugging output for session management\n"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/openbox.c:548
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
"Please report bugs at %s\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"Паведамляйце пра памылкі на %s\n"
|
||||
|
||||
#: openbox/openbox.c:617
|
||||
msgid "%s requires an argument\n"
|
||||
msgstr "%s патрабуе аргумент\n"
|
||||
|
||||
#: openbox/openbox.c:660
|
||||
#, c-format
|
||||
msgid "Invalid command line argument \"%s\"\n"
|
||||
msgstr "Недапушчальны аргумент загаднага радка \"%s\"\n"
|
||||
|
||||
#. TRANSLATORS: If you need to specify a different order of the
|
||||
#. arguments, you can use %1$d for the first one and %2$d for the
|
||||
#. second one. For example,
|
||||
#. "The current session has %2$d desktops, but Waybox is configured for %1$d ..."
|
||||
#: openbox/screen.c:412
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Waybox is configured for %d desktop, but the current session has %d. "
|
||||
"Overriding the Waybox configuration."
|
||||
msgid_plural ""
|
||||
"Waybox is configured for %d desktops, but the current session has %d. "
|
||||
"Overriding the Waybox configuration."
|
||||
msgstr[0] ""
|
||||
"Waybox сканфігураваны на %d прастору, але ж бягучы сеанс мае %d. "
|
||||
"Перагледжваем канфігурацыю Waybox."
|
||||
msgstr[1] ""
|
||||
"Waybox сканфігураваны на %d прасторы, але ж бягучы сеанс мае %d. "
|
||||
"Перагледжваем канфігурацыю Waybox."
|
||||
msgstr[2] ""
|
||||
"Waybox сканфігураваны на %d прастораў, але ж бягучы сеанс мае %d. "
|
||||
"Перагледжваем канфігурацыю Waybox."
|
||||
|
||||
#: openbox/screen.c:1180
|
||||
#, c-format
|
||||
msgid "desktop %i"
|
||||
msgstr "працоўная прастора %i"
|
||||
|
||||
#: openbox/session.c:104
|
||||
#, fuzzy, c-format
|
||||
msgid "Unable to make directory \"%s\": %s"
|
||||
msgstr "Немагчыма перайсці ў хатні каталог \"%s\": %s"
|
||||
|
||||
#: openbox/session.c:466
|
||||
#, fuzzy, c-format
|
||||
msgid "Unable to save the session to \"%s\": %s"
|
||||
msgstr "Немагчыма перайсці ў хатні каталог \"%s\": %s"
|
||||
|
||||
#: openbox/session.c:605
|
||||
#, c-format
|
||||
msgid "Error while saving the session to \"%s\": %s"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/session.c:842
|
||||
msgid "Not connected to a session manager"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/startupnotify.c:243
|
||||
#, c-format
|
||||
msgid "Running %s"
|
||||
msgstr "Запуск %s"
|
||||
|
||||
#: openbox/translate.c:59
|
||||
#, c-format
|
||||
msgid "Invalid modifier key \"%s\" in key/mouse binding"
|
||||
msgstr "Недапушчальная клавіша-мадыфікатар \"%s\" у спалучэнні клавіш/кнопак"
|
||||
|
||||
#: openbox/translate.c:138
|
||||
#, c-format
|
||||
msgid "Invalid key code \"%s\" in key binding"
|
||||
msgstr "Недапушчальны код клавішы \"%s\" у спалучэнні клавіш"
|
||||
|
||||
#: openbox/translate.c:145
|
||||
#, c-format
|
||||
msgid "Invalid key name \"%s\" in key binding"
|
||||
msgstr "Недапушчальная назва клавішы \"%s\" у спалучэнні клавіш"
|
||||
|
||||
#: openbox/prompt.c:200
|
||||
msgid "OK"
|
||||
msgstr "ОК"
|
||||
401
po/bn_IN.po
Normal file
401
po/bn_IN.po
Normal file
|
|
@ -0,0 +1,401 @@
|
|||
# translation of openbox to Bengali (India)
|
||||
# Copyright (C) 2020 Joe Wisdom
|
||||
# This file is distributed under the same license as the Waybox package.
|
||||
#
|
||||
# Runa Bhattacharjee <runabh@gmail.com>, 2007.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Waybox 0.0.1\n"
|
||||
"Report-Msgid-Bugs-To: https://github.com/wizbright/waybox/issues\n"
|
||||
"POT-Creation-Date: 2008-11-15 22:28+0100\n"
|
||||
"PO-Revision-Date: 2020-03-10 14:06-0400\n"
|
||||
"Last-Translator: Runa Bhattacharjee <runabh@gmail.com>\n"
|
||||
"Language-Team: Bengali (India) <en@li.org>\n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Generator: KBabel 1.11.4\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: openbox/actions.c:149
|
||||
#, c-format
|
||||
msgid "Invalid action \"%s\" requested. No such action exists."
|
||||
msgstr ""
|
||||
"অবৈধ কর্ম \"%s\"-র অনুরোধ জানানো হয়েছে। এই ধরনের কোনো কর্ম বর্তমানে উপস্থিত নেই।"
|
||||
|
||||
#: openbox/actions/execute.c:128
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/actions/execute.c:129
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/actions/execute.c:133
|
||||
msgid "Execute"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/actions/execute.c:142
|
||||
#, c-format
|
||||
msgid "Failed to convert the path \"%s\" from utf8"
|
||||
msgstr "\"%s\" পাথটি utf8 থেকে রূপান্তর করতে ব্যর্থ"
|
||||
|
||||
#: openbox/actions/exit.c:52 openbox/actions/session.c:64 openbox/client.c:3465
|
||||
msgid "Cancel"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/actions/exit.c:53
|
||||
msgid "Exit"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/actions/exit.c:56
|
||||
msgid "Are you sure you want to exit Waybox?"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/actions/exit.c:57
|
||||
msgid "Exit Waybox"
|
||||
msgstr ""
|
||||
|
||||
#. TRANSLATORS: Don't translate the word "SessionLogout" as it's the
|
||||
#. name of the action you write in rc.xml
|
||||
#: openbox/actions/session.c:43
|
||||
msgid ""
|
||||
"The SessionLogout action is not available since Waybox was built without "
|
||||
"session management support"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/actions/session.c:65 openbox/actions/session.c:70
|
||||
msgid "Log Out"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/actions/session.c:69
|
||||
msgid "Are you sure you want to log out?"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/client.c:2012
|
||||
msgid "Unnamed Window"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/client.c:2026 openbox/client.c:2058
|
||||
msgid "Killing..."
|
||||
msgstr ""
|
||||
|
||||
#: openbox/client.c:3462
|
||||
msgid "Disconnect"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/client_list_combined_menu.c:87 openbox/client_list_menu.c:91
|
||||
msgid "Go there..."
|
||||
msgstr "চিহ্নিত স্থানে চলুন..."
|
||||
|
||||
#: openbox/client_list_combined_menu.c:94
|
||||
msgid "Manage desktops"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/client_list_combined_menu.c:95 openbox/client_list_menu.c:155
|
||||
msgid "_Add new desktop"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/client_list_combined_menu.c:96 openbox/client_list_menu.c:156
|
||||
msgid "_Remove last desktop"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/client_list_combined_menu.c:149
|
||||
msgid "Windows"
|
||||
msgstr "উইন্ডো"
|
||||
|
||||
#: openbox/client_list_menu.c:203
|
||||
msgid "Desktops"
|
||||
msgstr "ডেস্কটপ"
|
||||
|
||||
#: openbox/client_menu.c:258
|
||||
msgid "All desktops"
|
||||
msgstr "সর্বপ্রকার ডেস্কটপ"
|
||||
|
||||
#: openbox/client_menu.c:370
|
||||
msgid "_Layer"
|
||||
msgstr "স্তর (_L)"
|
||||
|
||||
#: openbox/client_menu.c:375
|
||||
msgid "Always on _top"
|
||||
msgstr "সর্বদা উপরে (_t)"
|
||||
|
||||
#: openbox/client_menu.c:376
|
||||
msgid "_Normal"
|
||||
msgstr "স্বাভাবিক (_N)"
|
||||
|
||||
#: openbox/client_menu.c:377
|
||||
msgid "Always on _bottom"
|
||||
msgstr "সর্বদা নীচে (_b)"
|
||||
|
||||
#: openbox/client_menu.c:379
|
||||
msgid "_Send to desktop"
|
||||
msgstr "ডেস্কটপে পাঠানো হবে (_S)"
|
||||
|
||||
#: openbox/client_menu.c:383
|
||||
msgid "Client menu"
|
||||
msgstr "ক্লায়েন্ট মেনু"
|
||||
|
||||
#: openbox/client_menu.c:393
|
||||
msgid "R_estore"
|
||||
msgstr "পুনরুদ্ধার (_e)"
|
||||
|
||||
#: openbox/client_menu.c:397
|
||||
msgid "_Move"
|
||||
msgstr "স্থানান্তরণ (_M)"
|
||||
|
||||
#: openbox/client_menu.c:399
|
||||
msgid "Resi_ze"
|
||||
msgstr "মাপ পরিবর্তন (_z)"
|
||||
|
||||
#: openbox/client_menu.c:401
|
||||
msgid "Ico_nify"
|
||||
msgstr "আইকন রূপে প্রদর্শন (_n)"
|
||||
|
||||
#: openbox/client_menu.c:405
|
||||
msgid "Ma_ximize"
|
||||
msgstr "বড় করুন (_x)"
|
||||
|
||||
#: openbox/client_menu.c:409
|
||||
msgid "_Roll up/down"
|
||||
msgstr "উপরে/নীচে গুটিয়ে নিন (_R)"
|
||||
|
||||
#: openbox/client_menu.c:411
|
||||
msgid "Un/_Decorate"
|
||||
msgstr "বিন্যাস পরিবর্তন (_D)"
|
||||
|
||||
#: openbox/client_menu.c:415
|
||||
msgid "_Close"
|
||||
msgstr "বন্ধ করুন (_C)"
|
||||
|
||||
#: openbox/config.c:781
|
||||
#, c-format
|
||||
msgid "Invalid button \"%s\" specified in config file"
|
||||
msgstr "কনফিগ ফাইলে অবৈধ বাটন \"%s\" উল্লিখিত হয়েছে"
|
||||
|
||||
#: openbox/config.c:956
|
||||
msgid ""
|
||||
"Waybox was compiled without image loading support. Icons in menus will not "
|
||||
"be loaded."
|
||||
msgstr ""
|
||||
|
||||
#: openbox/keyboard.c:157
|
||||
msgid "Conflict with key binding in config file"
|
||||
msgstr "কনফিগ ফাইলে কি-বাইন্ডিং সংক্রান্ত দ্বন্দ্ব"
|
||||
|
||||
#: openbox/menu.c:102 openbox/menu.c:110
|
||||
#, c-format
|
||||
msgid "Unable to find a valid menu file \"%s\""
|
||||
msgstr "বৈধ মেনু ফাইল \"%s\" সনাক্ত করতে ব্যর্থ"
|
||||
|
||||
#: openbox/menu.c:170
|
||||
#, c-format
|
||||
msgid "Failed to execute command for pipe-menu \"%s\": %s"
|
||||
msgstr "পাইপ-মেনু \"%s\"-র জন্য কমান্ড সঞ্চালন করতে ব্যর্থ: %s"
|
||||
|
||||
#: openbox/menu.c:184
|
||||
#, c-format
|
||||
msgid "Invalid output from pipe-menu \"%s\""
|
||||
msgstr "পাইপ-মেনু \"%s\" থেকে অবৈধ ফলাফল প্রাপ্ত হয়েছে"
|
||||
|
||||
#: openbox/menu.c:197
|
||||
#, c-format
|
||||
msgid "Attempted to access menu \"%s\" but it does not exist"
|
||||
msgstr "অনুপস্থিত মেনু \"%s\" ব্যবহারের প্রচেষ্টা হয়েছে"
|
||||
|
||||
#: openbox/menu.c:367 openbox/menu.c:368
|
||||
msgid "More..."
|
||||
msgstr "অতিরিক্ত..."
|
||||
|
||||
#: openbox/mouse.c:373
|
||||
#, c-format
|
||||
msgid "Invalid button \"%s\" in mouse binding"
|
||||
msgstr "মাউস বাইন্ডিং সংক্রান্ত অবৈধ বাটন \"%s\""
|
||||
|
||||
#: openbox/mouse.c:379
|
||||
#, c-format
|
||||
msgid "Invalid context \"%s\" in mouse binding"
|
||||
msgstr "মাউস বাইন্ডিং সংক্রান্ত অবৈধ কনটেক্সট \"%s\""
|
||||
|
||||
#: openbox/openbox.c:133
|
||||
#, c-format
|
||||
msgid "Unable to change to home directory \"%s\": %s"
|
||||
msgstr "ব্যক্তিগত ডিরেক্টরি \"%s\"-তে পরিবর্তন করতে ব্যর্থ: %s"
|
||||
|
||||
#: openbox/openbox.c:263
|
||||
msgid "Unable to find a valid config file, using some simple defaults"
|
||||
msgstr "বৈধ কনফিগ ফাইল সনাক্ত করতে ব্যর্থ, কয়েকটি সাধারণ ডিফল্ট মান প্রয়োগ করা হবে।"
|
||||
|
||||
#: openbox/openbox.c:297
|
||||
msgid "Unable to load a theme."
|
||||
msgstr "থিম লোড করতে ব্যর্থ।"
|
||||
|
||||
#: openbox/openbox.c:377
|
||||
#, c-format
|
||||
msgid ""
|
||||
"One or more XML syntax errors were found while parsing the Waybox "
|
||||
"configuration files. See stdout for more information. The last error seen "
|
||||
"was in file \"%s\" line %d, with message: %s"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/openbox.c:379
|
||||
msgid "Waybox Syntax Error"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/openbox.c:379
|
||||
msgid "Close"
|
||||
msgstr "বন্ধ করুন"
|
||||
|
||||
#: openbox/openbox.c:448
|
||||
#, c-format
|
||||
msgid "Restart failed to execute new executable \"%s\": %s"
|
||||
msgstr "পুনরাম্ভের পরে নতুন এক্সেকিউটেবল \"%s\" সঞ্চালন করতে ব্যর্থ: %s"
|
||||
|
||||
#: openbox/openbox.c:518 openbox/openbox.c:520
|
||||
msgid "Copyright (c)"
|
||||
msgstr "স্বত্বাধিকার (c)"
|
||||
|
||||
#: openbox/openbox.c:529
|
||||
msgid "Syntax: openbox [options]\n"
|
||||
msgstr "ব্যবহারপ্রণালী: openbox [বিকল্প]\n"
|
||||
|
||||
#: openbox/openbox.c:530
|
||||
msgid ""
|
||||
"\n"
|
||||
"Options:\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"বিবিধ বিকল্প:\n"
|
||||
|
||||
#: openbox/openbox.c:531
|
||||
msgid " --help Display this help and exit\n"
|
||||
msgstr " --help সহায়তা বার্তা প্রদর্শন করে প্রস্থান\n"
|
||||
|
||||
#: openbox/openbox.c:532
|
||||
msgid " --version Display the version and exit\n"
|
||||
msgstr " --version সংস্করণ প্রদর্শন করে প্রস্থান\n"
|
||||
|
||||
#. TRANSLATORS: if you translate "FILE" here, make sure to keep the "Specify..."
|
||||
#. aligned still, if you have to, make a new line with \n and 22 spaces. It's
|
||||
#. fine to leave it as FILE though.
|
||||
#: openbox/openbox.c:537
|
||||
msgid " --config-file FILE Specify the path to the config file to use\n"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/openbox.c:538
|
||||
msgid " --sm-disable Disable connection to the session manager\n"
|
||||
msgstr ""
|
||||
" --sm-disable সেশান পরিচালন ব্যবস্থার সাথে সংযোগ নিষ্ক্রিয় করা হবে\n"
|
||||
|
||||
#: openbox/openbox.c:543
|
||||
msgid ""
|
||||
"\n"
|
||||
"Debugging options:\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"ডিবাগ করার বিভিন্ন বিকল্প:\n"
|
||||
|
||||
#: openbox/openbox.c:544
|
||||
msgid " --sync Run in synchronous mode\n"
|
||||
msgstr " --sync সিঙ্ক্রোনাস মোডে সঞ্চালিত হবে\n"
|
||||
|
||||
#: openbox/openbox.c:545
|
||||
msgid " --debug Display debugging output\n"
|
||||
msgstr " --debug ডিবাগ-এর ফলাফল প্রদর্শন করে\n"
|
||||
|
||||
#: openbox/openbox.c:546
|
||||
msgid " --debug-focus Display debugging output for focus handling\n"
|
||||
msgstr ""
|
||||
" --debug-focus ফোকাস হ্যান্ডলিং সংক্রান্ত ডিবাগের ফলাফল প্রদর্শন করে\n"
|
||||
|
||||
#: openbox/openbox.c:548
|
||||
msgid " --startup CMD Run CMD after starting\n"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/openbox.c:551
|
||||
#, fuzzy
|
||||
msgid " --debug-session Display debugging output for session management\n"
|
||||
msgstr ""
|
||||
" --debug-focus ফোকাস হ্যান্ডলিং সংক্রান্ত ডিবাগের ফলাফল প্রদর্শন করে\n"
|
||||
|
||||
#: openbox/openbox.c:548
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
"Please report bugs at %s\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"অনুগ্রহ করে %s-এ বাগ সংক্রান্ত সূচনা দায়ের করুন\n"
|
||||
|
||||
#: openbox/openbox.c:617
|
||||
msgid "%s requires an argument\n"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/openbox.c:660
|
||||
#, c-format
|
||||
msgid "Invalid command line argument \"%s\"\n"
|
||||
msgstr "অবৈধ কমান্ড-লাইন আর্গুমেন্ট \"%s\"\n"
|
||||
|
||||
#. TRANSLATORS: If you need to specify a different order of the
|
||||
#. arguments, you can use %1$d for the first one and %2$d for the
|
||||
#. second one. For example,
|
||||
#. "The current session has %2$d desktops, but Waybox is configured for %1$d ..."
|
||||
#: openbox/screen.c:412
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Waybox is configured for %d desktop, but the current session has %d. "
|
||||
"Overriding the Waybox configuration."
|
||||
msgid_plural ""
|
||||
"Waybox is configured for %d desktops, but the current session has %d. "
|
||||
"Overriding the Waybox configuration."
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: openbox/screen.c:1180
|
||||
#, c-format
|
||||
msgid "desktop %i"
|
||||
msgstr "desktop %i"
|
||||
|
||||
#: openbox/session.c:104
|
||||
#, c-format
|
||||
msgid "Unable to make directory \"%s\": %s"
|
||||
msgstr "\"%s\" ডিরেক্টরি নির্মাণ করতে ব্যর্থ: %s"
|
||||
|
||||
#: openbox/session.c:466
|
||||
#, c-format
|
||||
msgid "Unable to save the session to \"%s\": %s"
|
||||
msgstr "\"%s\"-র সেশান সংরক্ষণ করতে ব্যর্থ: %s"
|
||||
|
||||
#: openbox/session.c:605
|
||||
#, c-format
|
||||
msgid "Error while saving the session to \"%s\": %s"
|
||||
msgstr "\"%s\"-এ সেশান সংরক্ষণকালে সমস্যা: %s"
|
||||
|
||||
#: openbox/session.c:842
|
||||
msgid "Not connected to a session manager"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/startupnotify.c:243
|
||||
#, c-format
|
||||
msgid "Running %s"
|
||||
msgstr "%s সঞ্চালিত হচ্ছে"
|
||||
|
||||
#: openbox/translate.c:59
|
||||
#, c-format
|
||||
msgid "Invalid modifier key \"%s\" in key/mouse binding"
|
||||
msgstr "কি/মাউস বাইন্ডিং-র মধ্যে অবৈধ মডিফায়ার-কি \"%s\""
|
||||
|
||||
#: openbox/translate.c:138
|
||||
#, c-format
|
||||
msgid "Invalid key code \"%s\" in key binding"
|
||||
msgstr "কি-বাইন্ডিং-র মধ্যে অবৈধ কি-কোড \"%s\""
|
||||
|
||||
#: openbox/translate.c:145
|
||||
#, c-format
|
||||
msgid "Invalid key name \"%s\" in key binding"
|
||||
msgstr "কি-বাইন্ডিং-র মধ্যে অবৈধ কি-র নাম \"%s\""
|
||||
|
||||
#: openbox/prompt.c:200
|
||||
msgid "OK"
|
||||
msgstr ""
|
||||
415
po/ca.po
Normal file
415
po/ca.po
Normal file
|
|
@ -0,0 +1,415 @@
|
|||
# Missatges en català per a openbox.
|
||||
# Copyright (C) 2020 Joe Wisdom
|
||||
# This file is distributed under the same license as the Waybox package.
|
||||
# David Majà Martínez <davidmaja@gmail.com>, 2007, 2008.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Waybox 0.0.1\n"
|
||||
"Report-Msgid-Bugs-To: https://github.com/wizbright/waybox/issues\n"
|
||||
"POT-Creation-Date: 2008-11-15 22:28+0100\n"
|
||||
"PO-Revision-Date: 2020-03-10 14:06-0400\n"
|
||||
"Last-Translator: David Majà Martínez <davidmaja@gmail.com>\n"
|
||||
"Language-Team: catalan\n"
|
||||
"Language: ca\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: openbox/actions.c:149
|
||||
#, c-format
|
||||
msgid "Invalid action \"%s\" requested. No such action exists."
|
||||
msgstr "L'acció sollicitada \"%s\" no és vàlida. Aquesta acció no existeix."
|
||||
|
||||
#: openbox/actions/execute.c:128
|
||||
msgid "No"
|
||||
msgstr "No"
|
||||
|
||||
#: openbox/actions/execute.c:129
|
||||
msgid "Yes"
|
||||
msgstr "Sí"
|
||||
|
||||
#: openbox/actions/execute.c:133
|
||||
msgid "Execute"
|
||||
msgstr "Executa"
|
||||
|
||||
#: openbox/actions/execute.c:142
|
||||
#, c-format
|
||||
msgid "Failed to convert the path \"%s\" from utf8"
|
||||
msgstr "No s'ha pogut convertir el camí \"%s\" des de utf8"
|
||||
|
||||
#: openbox/actions/exit.c:52 openbox/actions/session.c:64 openbox/client.c:3465
|
||||
msgid "Cancel"
|
||||
msgstr "Cancel·la"
|
||||
|
||||
#: openbox/actions/exit.c:53
|
||||
msgid "Exit"
|
||||
msgstr "Surt"
|
||||
|
||||
#: openbox/actions/exit.c:56
|
||||
msgid "Are you sure you want to exit Waybox?"
|
||||
msgstr "Esteu segur de voler sortir de Waybox?"
|
||||
|
||||
#: openbox/actions/exit.c:57
|
||||
msgid "Exit Waybox"
|
||||
msgstr "Surt de Waybox"
|
||||
|
||||
#. TRANSLATORS: Don't translate the word "SessionLogout" as it's the
|
||||
#. name of the action you write in rc.xml
|
||||
#: openbox/actions/session.c:43
|
||||
msgid ""
|
||||
"The SessionLogout action is not available since Waybox was built without "
|
||||
"session management support"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/actions/session.c:65 openbox/actions/session.c:70
|
||||
msgid "Log Out"
|
||||
msgstr "Surt"
|
||||
|
||||
#: openbox/actions/session.c:69
|
||||
msgid "Are you sure you want to log out?"
|
||||
msgstr "Esteu segur de voler sortir?"
|
||||
|
||||
#: openbox/client.c:2012
|
||||
msgid "Unnamed Window"
|
||||
msgstr "Finestra sense nom"
|
||||
|
||||
#: openbox/client.c:2026 openbox/client.c:2058
|
||||
msgid "Killing..."
|
||||
msgstr "S'està finalitzant..."
|
||||
|
||||
#: openbox/client.c:3462
|
||||
msgid "Disconnect"
|
||||
msgstr "Desconnecta"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:87 openbox/client_list_menu.c:91
|
||||
msgid "Go there..."
|
||||
msgstr "Vés aquí..."
|
||||
|
||||
#: openbox/client_list_combined_menu.c:94
|
||||
msgid "Manage desktops"
|
||||
msgstr "Gestiona els escriptoris"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:95 openbox/client_list_menu.c:155
|
||||
msgid "_Add new desktop"
|
||||
msgstr "_Afegeix un nou escriptori"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:96 openbox/client_list_menu.c:156
|
||||
msgid "_Remove last desktop"
|
||||
msgstr "_Suprimeix l'últim escriptori"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:149
|
||||
msgid "Windows"
|
||||
msgstr "Finestres"
|
||||
|
||||
#: openbox/client_list_menu.c:203
|
||||
msgid "Desktops"
|
||||
msgstr "Escriptoris"
|
||||
|
||||
#: openbox/client_menu.c:258
|
||||
msgid "All desktops"
|
||||
msgstr "Tots els escriptoris"
|
||||
|
||||
#: openbox/client_menu.c:370
|
||||
msgid "_Layer"
|
||||
msgstr "_Capa"
|
||||
|
||||
#: openbox/client_menu.c:375
|
||||
msgid "Always on _top"
|
||||
msgstr "Sempre a so_bre"
|
||||
|
||||
#: openbox/client_menu.c:376
|
||||
msgid "_Normal"
|
||||
msgstr "_Normal"
|
||||
|
||||
#: openbox/client_menu.c:377
|
||||
msgid "Always on _bottom"
|
||||
msgstr "Sempre a so_ta"
|
||||
|
||||
#: openbox/client_menu.c:379
|
||||
msgid "_Send to desktop"
|
||||
msgstr "A l'_escriptori"
|
||||
|
||||
#: openbox/client_menu.c:383
|
||||
msgid "Client menu"
|
||||
msgstr "Menú del client"
|
||||
|
||||
#: openbox/client_menu.c:393
|
||||
msgid "R_estore"
|
||||
msgstr "Restaur_a"
|
||||
|
||||
#: openbox/client_menu.c:397
|
||||
msgid "_Move"
|
||||
msgstr "_Mou"
|
||||
|
||||
#: openbox/client_menu.c:399
|
||||
msgid "Resi_ze"
|
||||
msgstr "Redimen_siona"
|
||||
|
||||
#: openbox/client_menu.c:401
|
||||
msgid "Ico_nify"
|
||||
msgstr "Mi_nimitza"
|
||||
|
||||
#: openbox/client_menu.c:405
|
||||
msgid "Ma_ximize"
|
||||
msgstr "Ma_ximitza"
|
||||
|
||||
#: openbox/client_menu.c:409
|
||||
msgid "_Roll up/down"
|
||||
msgstr "En/Desen_rotlla"
|
||||
|
||||
#: openbox/client_menu.c:411
|
||||
msgid "Un/_Decorate"
|
||||
msgstr "Sense/Amb _decoració"
|
||||
|
||||
#: openbox/client_menu.c:415
|
||||
msgid "_Close"
|
||||
msgstr "_Tanca"
|
||||
|
||||
#: openbox/config.c:781
|
||||
#, c-format
|
||||
msgid "Invalid button \"%s\" specified in config file"
|
||||
msgstr "El botó especificat al fitxer de configuració \"%s\" no és vàlid."
|
||||
|
||||
#: openbox/config.c:956
|
||||
msgid ""
|
||||
"Waybox was compiled without image loading support. Icons in menus will not "
|
||||
"be loaded."
|
||||
msgstr ""
|
||||
|
||||
#: openbox/keyboard.c:157
|
||||
msgid "Conflict with key binding in config file"
|
||||
msgstr "Conflicte amb la tecla vinculada en el fitxer de configuració"
|
||||
|
||||
#: openbox/menu.c:102 openbox/menu.c:110
|
||||
#, c-format
|
||||
msgid "Unable to find a valid menu file \"%s\""
|
||||
msgstr "No s'ha pogut trobar un fitxer de menú \"%s\" vàlid"
|
||||
|
||||
#: openbox/menu.c:170
|
||||
#, c-format
|
||||
msgid "Failed to execute command for pipe-menu \"%s\": %s"
|
||||
msgstr ""
|
||||
"S'ha produït un error en executar l'ordre per al menú de conducte \"%s\": %s"
|
||||
|
||||
#: openbox/menu.c:184
|
||||
#, c-format
|
||||
msgid "Invalid output from pipe-menu \"%s\""
|
||||
msgstr "La sortida del menú de conducte \"%s\" no és vàlida"
|
||||
|
||||
#: openbox/menu.c:197
|
||||
#, c-format
|
||||
msgid "Attempted to access menu \"%s\" but it does not exist"
|
||||
msgstr "S'ha intentat accedir al menú \"%s\" ja que no existeix"
|
||||
|
||||
#: openbox/menu.c:367 openbox/menu.c:368
|
||||
msgid "More..."
|
||||
msgstr "Més..."
|
||||
|
||||
#: openbox/mouse.c:373
|
||||
#, c-format
|
||||
msgid "Invalid button \"%s\" in mouse binding"
|
||||
msgstr "El botó \"%s\" no és vàlid en la vinculació del ratolí"
|
||||
|
||||
#: openbox/mouse.c:379
|
||||
#, c-format
|
||||
msgid "Invalid context \"%s\" in mouse binding"
|
||||
msgstr "El context \"%s\" no és vàlid en la vinculació del ratolí"
|
||||
|
||||
#: openbox/openbox.c:133
|
||||
#, c-format
|
||||
msgid "Unable to change to home directory \"%s\": %s"
|
||||
msgstr "No s'ha pogut canviar al directori de l'usuari \"%s\": %s"
|
||||
|
||||
#: openbox/openbox.c:263
|
||||
msgid "Unable to find a valid config file, using some simple defaults"
|
||||
msgstr ""
|
||||
"No s'ha pogut trobat un fitxer de configuració vàlid, s'utilitzaran alguns "
|
||||
"valors predeterminats"
|
||||
|
||||
#: openbox/openbox.c:297
|
||||
msgid "Unable to load a theme."
|
||||
msgstr "No s'ha pogut carregar el tema."
|
||||
|
||||
#: openbox/openbox.c:377
|
||||
#, c-format
|
||||
msgid ""
|
||||
"One or more XML syntax errors were found while parsing the Waybox "
|
||||
"configuration files. See stdout for more information. The last error seen "
|
||||
"was in file \"%s\" line %d, with message: %s"
|
||||
msgstr ""
|
||||
"S'han trobat un o mes errors de sintaxi XML en analitzar el fitxer de "
|
||||
"configuració de Waybox. Per a més informació visualitza el stdout. L'últim "
|
||||
"error trobat estava al fitxer \"%s\" línia %d, amb el missatge: %s"
|
||||
|
||||
#: openbox/openbox.c:379
|
||||
msgid "Waybox Syntax Error"
|
||||
msgstr "Error de sintaxi de Waybox"
|
||||
|
||||
#: openbox/openbox.c:379
|
||||
msgid "Close"
|
||||
msgstr "Tanca"
|
||||
|
||||
#: openbox/openbox.c:448
|
||||
#, c-format
|
||||
msgid "Restart failed to execute new executable \"%s\": %s"
|
||||
msgstr ""
|
||||
"S'ha produït un error en tornar a iniciar i executar el nou executable \"%s"
|
||||
"\": %s"
|
||||
|
||||
#: openbox/openbox.c:518 openbox/openbox.c:520
|
||||
msgid "Copyright (c)"
|
||||
msgstr "Copyright (c)"
|
||||
|
||||
#: openbox/openbox.c:529
|
||||
msgid "Syntax: openbox [options]\n"
|
||||
msgstr "Sintaxis: openbox [opcions]\n"
|
||||
|
||||
#: openbox/openbox.c:530
|
||||
msgid ""
|
||||
"\n"
|
||||
"Options:\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"Opcions:\n"
|
||||
|
||||
#: openbox/openbox.c:531
|
||||
msgid " --help Display this help and exit\n"
|
||||
msgstr " --help Visualitza aquesta ajuda i surt\n"
|
||||
|
||||
#: openbox/openbox.c:532
|
||||
msgid " --version Display the version and exit\n"
|
||||
msgstr " --version Visualitza la versió i surt\n"
|
||||
|
||||
#. TRANSLATORS: if you translate "FILE" here, make sure to keep the "Specify..."
|
||||
#. aligned still, if you have to, make a new line with \n and 22 spaces. It's
|
||||
#. fine to leave it as FILE though.
|
||||
#: openbox/openbox.c:537
|
||||
msgid " --config-file FILE Specify the path to the config file to use\n"
|
||||
msgstr ""
|
||||
" --config-file FITXER\n"
|
||||
" Especifica el camí del fitxer de configuració a "
|
||||
"utilitzar\n"
|
||||
|
||||
#: openbox/openbox.c:538
|
||||
msgid " --sm-disable Disable connection to the session manager\n"
|
||||
msgstr " --sm-disable Inhabilita la connexió amb el gestor de sessió\n"
|
||||
|
||||
#: openbox/openbox.c:543
|
||||
msgid ""
|
||||
"\n"
|
||||
"Debugging options:\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"Opcions de depuració:\n"
|
||||
|
||||
#: openbox/openbox.c:544
|
||||
msgid " --sync Run in synchronous mode\n"
|
||||
msgstr " --sync Executa en mode sincronitzat\n"
|
||||
|
||||
#: openbox/openbox.c:545
|
||||
msgid " --debug Display debugging output\n"
|
||||
msgstr " --debug Mostra la sortida de depuració\n"
|
||||
|
||||
#: openbox/openbox.c:546
|
||||
msgid " --debug-focus Display debugging output for focus handling\n"
|
||||
msgstr ""
|
||||
" --debug-focus Mostra la sortida de depuració per a la gestió del "
|
||||
"focus\n"
|
||||
|
||||
#: openbox/openbox.c:548
|
||||
msgid " --startup CMD Run CMD after starting\n"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/openbox.c:551
|
||||
msgid " --debug-session Display debugging output for session management\n"
|
||||
msgstr ""
|
||||
" --debug-session Mostra la sortida de depuració per a la gestió del "
|
||||
"session management\n"
|
||||
|
||||
#: openbox/openbox.c:548
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
"Please report bugs at %s\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"Informeu dels errors a %s\n"
|
||||
|
||||
#: openbox/openbox.c:617
|
||||
msgid "%s requires an argument\n"
|
||||
msgstr "%s necessita un argument\n"
|
||||
|
||||
#: openbox/openbox.c:660
|
||||
#, c-format
|
||||
msgid "Invalid command line argument \"%s\"\n"
|
||||
msgstr "Opció \"%s\" no vàlida a la línia d'ordres\n"
|
||||
|
||||
#. TRANSLATORS: If you need to specify a different order of the
|
||||
#. arguments, you can use %1$d for the first one and %2$d for the
|
||||
#. second one. For example,
|
||||
#. "The current session has %2$d desktops, but Waybox is configured for %1$d ..."
|
||||
#: openbox/screen.c:412
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Waybox is configured for %d desktop, but the current session has %d. "
|
||||
"Overriding the Waybox configuration."
|
||||
msgid_plural ""
|
||||
"Waybox is configured for %d desktops, but the current session has %d. "
|
||||
"Overriding the Waybox configuration."
|
||||
msgstr[0] ""
|
||||
"El Waybox està configurat per a %d escriptori, però la sessió actual en te "
|
||||
"%d. S'està modificant la configuració del Waybox."
|
||||
msgstr[1] ""
|
||||
"El Waybox està configurat per a %d escriptoris, però la sessió actual en te "
|
||||
"%d. S'està modificant la configuració del Waybox."
|
||||
|
||||
#: openbox/screen.c:1180
|
||||
#, c-format
|
||||
msgid "desktop %i"
|
||||
msgstr "escriptori %i"
|
||||
|
||||
#: openbox/session.c:104
|
||||
#, fuzzy, c-format
|
||||
msgid "Unable to make directory \"%s\": %s"
|
||||
msgstr "No és pot crear el directori '%s': %s"
|
||||
|
||||
#: openbox/session.c:466
|
||||
#, fuzzy, c-format
|
||||
msgid "Unable to save the session to \"%s\": %s"
|
||||
msgstr "No s'ha pogut canviar al directori de l'usuari \"%s\": %s"
|
||||
|
||||
#: openbox/session.c:605
|
||||
#, c-format
|
||||
msgid "Error while saving the session to \"%s\": %s"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/session.c:842
|
||||
msgid "Not connected to a session manager"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/startupnotify.c:243
|
||||
#, c-format
|
||||
msgid "Running %s"
|
||||
msgstr "Executant %s"
|
||||
|
||||
#: openbox/translate.c:59
|
||||
#, c-format
|
||||
msgid "Invalid modifier key \"%s\" in key/mouse binding"
|
||||
msgstr ""
|
||||
"La tecla modificadora \"%s\" no és vàlida en la vinculació de tecles/ratolí"
|
||||
|
||||
#: openbox/translate.c:138
|
||||
#, c-format
|
||||
msgid "Invalid key code \"%s\" in key binding"
|
||||
msgstr "El codi de tecla \"%s\" no és vàlid en la vinculació de tecles"
|
||||
|
||||
#: openbox/translate.c:145
|
||||
#, c-format
|
||||
msgid "Invalid key name \"%s\" in key binding"
|
||||
msgstr "El nom de la tecla \"%s\" no és vàlid en la vinculació de tecles"
|
||||
|
||||
#: openbox/prompt.c:200
|
||||
msgid "OK"
|
||||
msgstr "D'acord"
|
||||
409
po/cs.po
Normal file
409
po/cs.po
Normal file
|
|
@ -0,0 +1,409 @@
|
|||
# Czech translation for Waybox.
|
||||
# Copyright (C) 2020 Joe Wisdom
|
||||
# This file is distributed under the same license as the Waybox package.
|
||||
#
|
||||
# tezlo <tezlo@gmx.net>, 2007.
|
||||
# David Kolibac <david@kolibac.cz>, 2011.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Waybox 0.0.1\n"
|
||||
"Report-Msgid-Bugs-To: https://github.com/wizbright/waybox/issues\n"
|
||||
"POT-Creation-Date: 2008-11-15 22:28+0100\n"
|
||||
"PO-Revision-Date: 2020-03-10 14:06-0400\n"
|
||||
"Last-Translator: David Kolibac <david@kolibac.cz>\n"
|
||||
"Language-Team: Czech <cs@li.org>\n"
|
||||
"Language: cs\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Generator: Lokalize 1.2\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
|
||||
|
||||
#: openbox/actions.c:149
|
||||
#, c-format
|
||||
msgid "Invalid action \"%s\" requested. No such action exists."
|
||||
msgstr "Požadována neplatná činnost \"%s\". Žádná taková činnost neexistuje."
|
||||
|
||||
#: openbox/actions/execute.c:128
|
||||
msgid "No"
|
||||
msgstr "Ne"
|
||||
|
||||
#: openbox/actions/execute.c:129
|
||||
msgid "Yes"
|
||||
msgstr "Ano"
|
||||
|
||||
#: openbox/actions/execute.c:133
|
||||
msgid "Execute"
|
||||
msgstr "Spustit"
|
||||
|
||||
#: openbox/actions/execute.c:142
|
||||
#, c-format
|
||||
msgid "Failed to convert the path \"%s\" from utf8"
|
||||
msgstr "Nepodařilo se převést cestu \"%s\" z UTF-8"
|
||||
|
||||
#: openbox/actions/exit.c:52 openbox/actions/session.c:64 openbox/client.c:3465
|
||||
msgid "Cancel"
|
||||
msgstr "Zrušit"
|
||||
|
||||
#: openbox/actions/exit.c:53
|
||||
msgid "Exit"
|
||||
msgstr "Konec"
|
||||
|
||||
#: openbox/actions/exit.c:56
|
||||
msgid "Are you sure you want to exit Waybox?"
|
||||
msgstr "Opravdu chcete ukončit Waybox?"
|
||||
|
||||
#: openbox/actions/exit.c:57
|
||||
msgid "Exit Waybox"
|
||||
msgstr "Ukončit Waybox"
|
||||
|
||||
#. TRANSLATORS: Don't translate the word "SessionLogout" as it's the
|
||||
#. name of the action you write in rc.xml
|
||||
#: openbox/actions/session.c:43
|
||||
msgid ""
|
||||
"The SessionLogout action is not available since Waybox was built without "
|
||||
"session management support"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/actions/session.c:65 openbox/actions/session.c:70
|
||||
msgid "Log Out"
|
||||
msgstr "Odhlásit"
|
||||
|
||||
#: openbox/actions/session.c:69
|
||||
msgid "Are you sure you want to log out?"
|
||||
msgstr "Opravdu se chcete odhlásit?"
|
||||
|
||||
#: openbox/client.c:2012
|
||||
msgid "Unnamed Window"
|
||||
msgstr "Nepojmenované okno"
|
||||
|
||||
#: openbox/client.c:2026 openbox/client.c:2058
|
||||
msgid "Killing..."
|
||||
msgstr "Ukončuje se..."
|
||||
|
||||
#: openbox/client.c:3462
|
||||
msgid "Disconnect"
|
||||
msgstr "Odpojit"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:87 openbox/client_list_menu.c:91
|
||||
msgid "Go there..."
|
||||
msgstr "Jít tam..."
|
||||
|
||||
#: openbox/client_list_combined_menu.c:94
|
||||
msgid "Manage desktops"
|
||||
msgstr "Spravovat plochy"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:95 openbox/client_list_menu.c:155
|
||||
msgid "_Add new desktop"
|
||||
msgstr "_Přidat novou plochu"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:96 openbox/client_list_menu.c:156
|
||||
msgid "_Remove last desktop"
|
||||
msgstr "_Odstranit poslední plochu"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:149
|
||||
msgid "Windows"
|
||||
msgstr "Okna"
|
||||
|
||||
#: openbox/client_list_menu.c:203
|
||||
msgid "Desktops"
|
||||
msgstr "Plochy"
|
||||
|
||||
#: openbox/client_menu.c:258
|
||||
msgid "All desktops"
|
||||
msgstr "Všechny plochy"
|
||||
|
||||
#: openbox/client_menu.c:370
|
||||
msgid "_Layer"
|
||||
msgstr "Vrs_tva"
|
||||
|
||||
#: openbox/client_menu.c:375
|
||||
msgid "Always on _top"
|
||||
msgstr "Vždy na_vrchu"
|
||||
|
||||
#: openbox/client_menu.c:376
|
||||
msgid "_Normal"
|
||||
msgstr "_Normální"
|
||||
|
||||
#: openbox/client_menu.c:377
|
||||
msgid "Always on _bottom"
|
||||
msgstr "Vždy ve_spodu"
|
||||
|
||||
#: openbox/client_menu.c:379
|
||||
msgid "_Send to desktop"
|
||||
msgstr "_Poslat na plochu"
|
||||
|
||||
#: openbox/client_menu.c:383
|
||||
msgid "Client menu"
|
||||
msgstr "Nabídka klienta"
|
||||
|
||||
#: openbox/client_menu.c:393
|
||||
msgid "R_estore"
|
||||
msgstr "_Obnovit"
|
||||
|
||||
#: openbox/client_menu.c:397
|
||||
msgid "_Move"
|
||||
msgstr "Přes_unout"
|
||||
|
||||
#: openbox/client_menu.c:399
|
||||
msgid "Resi_ze"
|
||||
msgstr "Veli_kost"
|
||||
|
||||
#: openbox/client_menu.c:401
|
||||
msgid "Ico_nify"
|
||||
msgstr "Mi_nimalizovat"
|
||||
|
||||
#: openbox/client_menu.c:405
|
||||
msgid "Ma_ximize"
|
||||
msgstr "Ma_ximalizovat"
|
||||
|
||||
#: openbox/client_menu.c:409
|
||||
msgid "_Roll up/down"
|
||||
msgstr "S_rolovat/Vyrolovat"
|
||||
|
||||
#: openbox/client_menu.c:411
|
||||
msgid "Un/_Decorate"
|
||||
msgstr "O_ddekorovat/Dekorovat"
|
||||
|
||||
#: openbox/client_menu.c:415
|
||||
msgid "_Close"
|
||||
msgstr "_Zavřít"
|
||||
|
||||
#: openbox/config.c:781
|
||||
#, c-format
|
||||
msgid "Invalid button \"%s\" specified in config file"
|
||||
msgstr "Neplatné tlačítko \"%s\" v konfiguračním souboru"
|
||||
|
||||
#: openbox/config.c:956
|
||||
msgid ""
|
||||
"Waybox was compiled without image loading support. Icons in menus will not "
|
||||
"be loaded."
|
||||
msgstr ""
|
||||
|
||||
#: openbox/keyboard.c:157
|
||||
msgid "Conflict with key binding in config file"
|
||||
msgstr "Konflikt klávesových zkratek v konfiguračním souboru"
|
||||
|
||||
#: openbox/menu.c:102 openbox/menu.c:110
|
||||
#, c-format
|
||||
msgid "Unable to find a valid menu file \"%s\""
|
||||
msgstr "Nepodařilo se najít platný soubor nabídky \"%s\""
|
||||
|
||||
#: openbox/menu.c:170
|
||||
#, c-format
|
||||
msgid "Failed to execute command for pipe-menu \"%s\": %s"
|
||||
msgstr "Nepodařilo se spustit příkaz pro pipe-menu \"%s\": %s"
|
||||
|
||||
#: openbox/menu.c:184
|
||||
#, c-format
|
||||
msgid "Invalid output from pipe-menu \"%s\""
|
||||
msgstr "Neplatný výstup z pipe-menu \"%s\""
|
||||
|
||||
#: openbox/menu.c:197
|
||||
#, c-format
|
||||
msgid "Attempted to access menu \"%s\" but it does not exist"
|
||||
msgstr "Pokus o přístup k nabídce \"%s\", která ale neexistuje"
|
||||
|
||||
#: openbox/menu.c:367 openbox/menu.c:368
|
||||
msgid "More..."
|
||||
msgstr "Více..."
|
||||
|
||||
#: openbox/mouse.c:373
|
||||
#, c-format
|
||||
msgid "Invalid button \"%s\" in mouse binding"
|
||||
msgstr "Neplatné tlačítko \"%s\" v nastavení myši"
|
||||
|
||||
#: openbox/mouse.c:379
|
||||
#, c-format
|
||||
msgid "Invalid context \"%s\" in mouse binding"
|
||||
msgstr "Neplatný kontext \"%s\" v nastavení myši"
|
||||
|
||||
#: openbox/openbox.c:133
|
||||
#, c-format
|
||||
msgid "Unable to change to home directory \"%s\": %s"
|
||||
msgstr "Nepodařilo se přejít do domovského adresáře \"%s\": %s"
|
||||
|
||||
#: openbox/openbox.c:263
|
||||
msgid "Unable to find a valid config file, using some simple defaults"
|
||||
msgstr ""
|
||||
"Nepodařilo se najít platný konfigurační soubor, pokračuje se s výchozím "
|
||||
"nastavením"
|
||||
|
||||
#: openbox/openbox.c:297
|
||||
msgid "Unable to load a theme."
|
||||
msgstr "Nepodařilo se načíst motiv."
|
||||
|
||||
#: openbox/openbox.c:377
|
||||
#, c-format
|
||||
msgid ""
|
||||
"One or more XML syntax errors were found while parsing the Waybox "
|
||||
"configuration files. See stdout for more information. The last error seen "
|
||||
"was in file \"%s\" line %d, with message: %s"
|
||||
msgstr ""
|
||||
"Při načítání konfiguračních souborů nalezena jedna nebo více syntaktických "
|
||||
"chyb, více informací najdete na standardním výstupu. Poslední zaznamenaná "
|
||||
"chyba je v souboru \"%s\" na řádku %d, se zprávou: %s"
|
||||
|
||||
#: openbox/openbox.c:379
|
||||
msgid "Waybox Syntax Error"
|
||||
msgstr "Chyba syntaxe Wayboxu"
|
||||
|
||||
#: openbox/openbox.c:379
|
||||
msgid "Close"
|
||||
msgstr "Zavřít"
|
||||
|
||||
#: openbox/openbox.c:448
|
||||
#, c-format
|
||||
msgid "Restart failed to execute new executable \"%s\": %s"
|
||||
msgstr "Při restartu se nepodařilo spustit nový program \"%s\": %s"
|
||||
|
||||
#: openbox/openbox.c:518 openbox/openbox.c:520
|
||||
msgid "Copyright (c)"
|
||||
msgstr "Copyright (c)"
|
||||
|
||||
#: openbox/openbox.c:529
|
||||
msgid "Syntax: openbox [options]\n"
|
||||
msgstr "Syntaxe: openbox [přepínače]\n"
|
||||
|
||||
#: openbox/openbox.c:530
|
||||
msgid ""
|
||||
"\n"
|
||||
"Options:\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"Přepínače:\n"
|
||||
|
||||
#: openbox/openbox.c:531
|
||||
msgid " --help Display this help and exit\n"
|
||||
msgstr " --help Zobrazit tuto nápovědu a skončit\n"
|
||||
|
||||
#: openbox/openbox.c:532
|
||||
msgid " --version Display the version and exit\n"
|
||||
msgstr " --version Zobrazit verzi a skončit\n"
|
||||
|
||||
#. TRANSLATORS: if you translate "FILE" here, make sure to keep the "Specify..."
|
||||
#. aligned still, if you have to, make a new line with \n and 22 spaces. It's
|
||||
#. fine to leave it as FILE though.
|
||||
#: openbox/openbox.c:537
|
||||
msgid " --config-file FILE Specify the path to the config file to use\n"
|
||||
msgstr " --config-file FILE Cesta ke konfiguračnímu souboru\n"
|
||||
|
||||
#: openbox/openbox.c:538
|
||||
msgid " --sm-disable Disable connection to the session manager\n"
|
||||
msgstr " --sm-disable Nepřipojovat se ke správci sezení\n"
|
||||
|
||||
#: openbox/openbox.c:543
|
||||
msgid ""
|
||||
"\n"
|
||||
"Debugging options:\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"Ladicí přepínače:\n"
|
||||
|
||||
#: openbox/openbox.c:544
|
||||
msgid " --sync Run in synchronous mode\n"
|
||||
msgstr " --sync Spustit v synchronním módu\n"
|
||||
|
||||
#: openbox/openbox.c:545
|
||||
msgid " --debug Display debugging output\n"
|
||||
msgstr " --debug Zobrazit ladící výstup\n"
|
||||
|
||||
#: openbox/openbox.c:546
|
||||
msgid " --debug-focus Display debugging output for focus handling\n"
|
||||
msgstr " --debug-focus Zobrazit ladící výstup pro aktivaci oken\n"
|
||||
|
||||
#: openbox/openbox.c:548
|
||||
msgid " --startup CMD Run CMD after starting\n"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/openbox.c:551
|
||||
msgid " --debug-session Display debugging output for session management\n"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/openbox.c:548
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
"Please report bugs at %s\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"Prosím, hlaste chyby anglicky na %s\n"
|
||||
|
||||
#: openbox/openbox.c:617
|
||||
msgid "%s requires an argument\n"
|
||||
msgstr "%s vyžaduje argument\n"
|
||||
|
||||
#: openbox/openbox.c:660
|
||||
#, c-format
|
||||
msgid "Invalid command line argument \"%s\"\n"
|
||||
msgstr "Neplatný argument příkazového řádku \"%s\"\n"
|
||||
|
||||
#. TRANSLATORS: If you need to specify a different order of the
|
||||
#. arguments, you can use %1$d for the first one and %2$d for the
|
||||
#. second one. For example,
|
||||
#. "The current session has %2$d desktops, but Waybox is configured for %1$d ..."
|
||||
#: openbox/screen.c:412
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Waybox is configured for %d desktop, but the current session has %d. "
|
||||
"Overriding the Waybox configuration."
|
||||
msgid_plural ""
|
||||
"Waybox is configured for %d desktops, but the current session has %d. "
|
||||
"Overriding the Waybox configuration."
|
||||
msgstr[0] ""
|
||||
"Waybox je konfigurován pro %d plochu, ale současné sezení jich má %d. "
|
||||
"Konfigurace Wayboxu bude změněna."
|
||||
msgstr[1] ""
|
||||
"Waybox je konfigurován pro %d plochy, ale současné sezení jich má %d. "
|
||||
"Konfigurace Wayboxu bude změněna."
|
||||
msgstr[2] ""
|
||||
"Waybox je konfigurován pro %d ploch, ale současné sezení jich má %d. "
|
||||
"Konfigurace Wayboxu bude změněna."
|
||||
|
||||
#: openbox/screen.c:1180
|
||||
#, c-format
|
||||
msgid "desktop %i"
|
||||
msgstr "plochu %i"
|
||||
|
||||
#: openbox/session.c:104
|
||||
#, fuzzy, c-format
|
||||
msgid "Unable to make directory \"%s\": %s"
|
||||
msgstr "Nepodařilo se přejít do domovského adresáře \"%s\": %s"
|
||||
|
||||
#: openbox/session.c:466
|
||||
#, fuzzy, c-format
|
||||
msgid "Unable to save the session to \"%s\": %s"
|
||||
msgstr "Nepodařilo se přejít do domovského adresáře \"%s\": %s"
|
||||
|
||||
#: openbox/session.c:605
|
||||
#, c-format
|
||||
msgid "Error while saving the session to \"%s\": %s"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/session.c:842
|
||||
msgid "Not connected to a session manager"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/startupnotify.c:243
|
||||
#, c-format
|
||||
msgid "Running %s"
|
||||
msgstr "Spouští se %s"
|
||||
|
||||
#: openbox/translate.c:59
|
||||
#, c-format
|
||||
msgid "Invalid modifier key \"%s\" in key/mouse binding"
|
||||
msgstr "Neplatný modifikátor \"%s\" v nastavení klávesnice/myši"
|
||||
|
||||
#: openbox/translate.c:138
|
||||
#, c-format
|
||||
msgid "Invalid key code \"%s\" in key binding"
|
||||
msgstr "Neplatný kód klávesy \"%s\" v nastavení"
|
||||
|
||||
#: openbox/translate.c:145
|
||||
#, c-format
|
||||
msgid "Invalid key name \"%s\" in key binding"
|
||||
msgstr "Neplatné jméno klávesy \"%s\" v nastavení"
|
||||
|
||||
#: openbox/prompt.c:200
|
||||
msgid "OK"
|
||||
msgstr "OK"
|
||||
411
po/da.po
Normal file
411
po/da.po
Normal file
|
|
@ -0,0 +1,411 @@
|
|||
# Danish messages for openbox
|
||||
# Copyright (C) 2020 Joe Wisdom
|
||||
# This file is distributed under the same license as the Waybox package.
|
||||
#
|
||||
# Jesper Sander <sander.contrib@gmail.com>, 2008
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Waybox 0.0.1\n"
|
||||
"Report-Msgid-Bugs-To: https://github.com/wizbright/waybox/issues\n"
|
||||
"POT-Creation-Date: 2008-11-15 22:28+0100\n"
|
||||
"PO-Revision-Date: 2020-03-10 14:06-0400\n"
|
||||
"Last-Translator: Jesper Sander <sander.contrib@gmail.com>\n"
|
||||
"Language-Team: None\n"
|
||||
"Language: da\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: openbox/actions.c:149
|
||||
#, c-format
|
||||
msgid "Invalid action \"%s\" requested. No such action exists."
|
||||
msgstr "Ugyldig operation \"%s\" anmodet. Operationen findes ikke."
|
||||
|
||||
#: openbox/actions/execute.c:128
|
||||
msgid "No"
|
||||
msgstr "Nej"
|
||||
|
||||
#: openbox/actions/execute.c:129
|
||||
msgid "Yes"
|
||||
msgstr "Ja"
|
||||
|
||||
#: openbox/actions/execute.c:133
|
||||
msgid "Execute"
|
||||
msgstr "Udfør"
|
||||
|
||||
#: openbox/actions/execute.c:142
|
||||
#, c-format
|
||||
msgid "Failed to convert the path \"%s\" from utf8"
|
||||
msgstr "Fejl ved konvertering af stien \"%s\" fra utf8"
|
||||
|
||||
#: openbox/actions/exit.c:52 openbox/actions/session.c:64 openbox/client.c:3465
|
||||
msgid "Cancel"
|
||||
msgstr "Afbryd"
|
||||
|
||||
#: openbox/actions/exit.c:53
|
||||
msgid "Exit"
|
||||
msgstr "Afslut"
|
||||
|
||||
#: openbox/actions/exit.c:56
|
||||
msgid "Are you sure you want to exit Waybox?"
|
||||
msgstr "Er du sikker på at du vil afslutte Waybox?"
|
||||
|
||||
#: openbox/actions/exit.c:57
|
||||
msgid "Exit Waybox"
|
||||
msgstr "Afslut Waybox"
|
||||
|
||||
#. TRANSLATORS: Don't translate the word "SessionLogout" as it's the
|
||||
#. name of the action you write in rc.xml
|
||||
#: openbox/actions/session.c:43
|
||||
msgid ""
|
||||
"The SessionLogout action is not available since Waybox was built without "
|
||||
"session management support"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/actions/session.c:65 openbox/actions/session.c:70
|
||||
msgid "Log Out"
|
||||
msgstr "Log Ud"
|
||||
|
||||
#: openbox/actions/session.c:69
|
||||
msgid "Are you sure you want to log out?"
|
||||
msgstr "Er du sikker på at du vil logge ud?"
|
||||
|
||||
#: openbox/client.c:2012
|
||||
msgid "Unnamed Window"
|
||||
msgstr "Unavngivet vindue"
|
||||
|
||||
#: openbox/client.c:2026 openbox/client.c:2058
|
||||
msgid "Killing..."
|
||||
msgstr "Dræber..."
|
||||
|
||||
#: openbox/client.c:3462
|
||||
msgid "Disconnect"
|
||||
msgstr "Frakoble"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:87 openbox/client_list_menu.c:91
|
||||
msgid "Go there..."
|
||||
msgstr "Gå der..."
|
||||
|
||||
#: openbox/client_list_combined_menu.c:94
|
||||
msgid "Manage desktops"
|
||||
msgstr "Håndter skrivebord"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:95 openbox/client_list_menu.c:155
|
||||
msgid "_Add new desktop"
|
||||
msgstr "_Nyt skrivebord"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:96 openbox/client_list_menu.c:156
|
||||
msgid "_Remove last desktop"
|
||||
msgstr "_Fjern sidste skrivebord"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:149
|
||||
msgid "Windows"
|
||||
msgstr "Vinduer"
|
||||
|
||||
#: openbox/client_list_menu.c:203
|
||||
msgid "Desktops"
|
||||
msgstr "Skrivebord"
|
||||
|
||||
#: openbox/client_menu.c:258
|
||||
msgid "All desktops"
|
||||
msgstr "Alle skriveborde"
|
||||
|
||||
#: openbox/client_menu.c:370
|
||||
msgid "_Layer"
|
||||
msgstr "La_g"
|
||||
|
||||
#: openbox/client_menu.c:375
|
||||
msgid "Always on _top"
|
||||
msgstr "Altid ø_verst"
|
||||
|
||||
#: openbox/client_menu.c:376
|
||||
msgid "_Normal"
|
||||
msgstr "Nor_mal"
|
||||
|
||||
#: openbox/client_menu.c:377
|
||||
msgid "Always on _bottom"
|
||||
msgstr "Altid _nederst"
|
||||
|
||||
#: openbox/client_menu.c:379
|
||||
msgid "_Send to desktop"
|
||||
msgstr "_Send til skrivebord"
|
||||
|
||||
#: openbox/client_menu.c:383
|
||||
msgid "Client menu"
|
||||
msgstr "Klient-menu"
|
||||
|
||||
#: openbox/client_menu.c:393
|
||||
msgid "R_estore"
|
||||
msgstr "G_endan"
|
||||
|
||||
#: openbox/client_menu.c:397
|
||||
msgid "_Move"
|
||||
msgstr "_Flyt"
|
||||
|
||||
#: openbox/client_menu.c:399
|
||||
msgid "Resi_ze"
|
||||
msgstr "Ændre s_tørrelse"
|
||||
|
||||
#: openbox/client_menu.c:401
|
||||
msgid "Ico_nify"
|
||||
msgstr "_Minimer"
|
||||
|
||||
#: openbox/client_menu.c:405
|
||||
msgid "Ma_ximize"
|
||||
msgstr "Ma_ximer"
|
||||
|
||||
#: openbox/client_menu.c:409
|
||||
msgid "_Roll up/down"
|
||||
msgstr "_Rul op/ned"
|
||||
|
||||
#: openbox/client_menu.c:411
|
||||
msgid "Un/_Decorate"
|
||||
msgstr "Fjern/tilføj _dekoration"
|
||||
|
||||
#: openbox/client_menu.c:415
|
||||
msgid "_Close"
|
||||
msgstr "_Luk"
|
||||
|
||||
#: openbox/config.c:781
|
||||
#, c-format
|
||||
msgid "Invalid button \"%s\" specified in config file"
|
||||
msgstr "Ugyldig tast \"%s\" specificeret i konfigurationsfilen"
|
||||
|
||||
#: openbox/config.c:956
|
||||
msgid ""
|
||||
"Waybox was compiled without image loading support. Icons in menus will not "
|
||||
"be loaded."
|
||||
msgstr ""
|
||||
|
||||
#: openbox/keyboard.c:157
|
||||
msgid "Conflict with key binding in config file"
|
||||
msgstr "Konflikt med taste-kombinationer i konfigurationsfilen"
|
||||
|
||||
#: openbox/menu.c:102 openbox/menu.c:110
|
||||
#, c-format
|
||||
msgid "Unable to find a valid menu file \"%s\""
|
||||
msgstr "Kan ikke finde en gyldig menufil \"%s\""
|
||||
|
||||
#: openbox/menu.c:170
|
||||
#, c-format
|
||||
msgid "Failed to execute command for pipe-menu \"%s\": %s"
|
||||
msgstr "Kunne ikke udføre kommando for pipe-menu \"%s\": %s"
|
||||
|
||||
#: openbox/menu.c:184
|
||||
#, c-format
|
||||
msgid "Invalid output from pipe-menu \"%s\""
|
||||
msgstr "Ugyldig uddata fra pipe-menuen \"%s\""
|
||||
|
||||
#: openbox/menu.c:197
|
||||
#, c-format
|
||||
msgid "Attempted to access menu \"%s\" but it does not exist"
|
||||
msgstr "Forsøgte at åbne menuen \"%s\", men denne findes ikke"
|
||||
|
||||
#: openbox/menu.c:367 openbox/menu.c:368
|
||||
msgid "More..."
|
||||
msgstr "Mere..."
|
||||
|
||||
#: openbox/mouse.c:373
|
||||
#, c-format
|
||||
msgid "Invalid button \"%s\" in mouse binding"
|
||||
msgstr "Ugyldig knap \"%s\" i muse-kombination"
|
||||
|
||||
#: openbox/mouse.c:379
|
||||
#, c-format
|
||||
msgid "Invalid context \"%s\" in mouse binding"
|
||||
msgstr "Ugyldig indhold \"%s\" i muse-kombination"
|
||||
|
||||
#: openbox/openbox.c:133
|
||||
#, c-format
|
||||
msgid "Unable to change to home directory \"%s\": %s"
|
||||
msgstr "Kan ikke skifte til hjemmekataloget \"%s\": %s"
|
||||
|
||||
#: openbox/openbox.c:263
|
||||
msgid "Unable to find a valid config file, using some simple defaults"
|
||||
msgstr ""
|
||||
"Kunne ikke finde en gyldig konfigurationsfil, bruger nogle simple "
|
||||
"standardværdier"
|
||||
|
||||
#: openbox/openbox.c:297
|
||||
msgid "Unable to load a theme."
|
||||
msgstr "Kan ikke hente et tema."
|
||||
|
||||
#: openbox/openbox.c:377
|
||||
#, c-format
|
||||
msgid ""
|
||||
"One or more XML syntax errors were found while parsing the Waybox "
|
||||
"configuration files. See stdout for more information. The last error seen "
|
||||
"was in file \"%s\" line %d, with message: %s"
|
||||
msgstr ""
|
||||
"En eller flere XML-syntaksfejl blev fundet ved læsning af "
|
||||
"konfigurationsfilerne til Waybox. Se stdout for mere information. Den sidste "
|
||||
"fejl som blev set var i fil \"%s\", linie %d, med beskeden: %s"
|
||||
|
||||
#: openbox/openbox.c:379
|
||||
msgid "Waybox Syntax Error"
|
||||
msgstr "Waybox syntaksfejl"
|
||||
|
||||
#: openbox/openbox.c:379
|
||||
msgid "Close"
|
||||
msgstr "Luk"
|
||||
|
||||
#: openbox/openbox.c:448
|
||||
#, c-format
|
||||
msgid "Restart failed to execute new executable \"%s\": %s"
|
||||
msgstr "Kunne ikke starte nyt program ved genstart: \"%s\": %s"
|
||||
|
||||
#: openbox/openbox.c:518 openbox/openbox.c:520
|
||||
msgid "Copyright (c)"
|
||||
msgstr "Copyright (c)"
|
||||
|
||||
#: openbox/openbox.c:529
|
||||
msgid "Syntax: openbox [options]\n"
|
||||
msgstr "Syntaks: openbox [argumenter]\n"
|
||||
|
||||
#: openbox/openbox.c:530
|
||||
msgid ""
|
||||
"\n"
|
||||
"Options:\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"Tilvalg:\n"
|
||||
|
||||
#: openbox/openbox.c:531
|
||||
msgid " --help Display this help and exit\n"
|
||||
msgstr " --help Vis denne hjælpetekst og afslut\n"
|
||||
|
||||
#: openbox/openbox.c:532
|
||||
msgid " --version Display the version and exit\n"
|
||||
msgstr " --version Vis versionsnummeret og afslut\n"
|
||||
|
||||
#. TRANSLATORS: if you translate "FILE" here, make sure to keep the "Specify..."
|
||||
#. aligned still, if you have to, make a new line with \n and 22 spaces. It's
|
||||
#. fine to leave it as FILE though.
|
||||
#: openbox/openbox.c:537
|
||||
msgid " --config-file FILE Specify the path to the config file to use\n"
|
||||
msgstr ""
|
||||
" --config-file FIL Specificer stien til konfigurationsfilen du vil "
|
||||
"benytte\n"
|
||||
|
||||
#: openbox/openbox.c:538
|
||||
msgid " --sm-disable Disable connection to the session manager\n"
|
||||
msgstr " --sm-disable Deaktiver forbindelsen til sessionsbehandleren\n"
|
||||
|
||||
#: openbox/openbox.c:543
|
||||
msgid ""
|
||||
"\n"
|
||||
"Debugging options:\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"Fejlsøgningsmuligheder:\n"
|
||||
|
||||
#: openbox/openbox.c:544
|
||||
msgid " --sync Run in synchronous mode\n"
|
||||
msgstr " --sync Kør i synkron-modus\n"
|
||||
|
||||
#: openbox/openbox.c:545
|
||||
msgid " --debug Display debugging output\n"
|
||||
msgstr " --debug Vis fejlsøgningsinformation\n"
|
||||
|
||||
#: openbox/openbox.c:546
|
||||
msgid " --debug-focus Display debugging output for focus handling\n"
|
||||
msgstr ""
|
||||
" --debug-focus Vis fejlsøgningsinformation for fokus-håndtering\n"
|
||||
|
||||
#: openbox/openbox.c:548
|
||||
msgid " --startup CMD Run CMD after starting\n"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/openbox.c:551
|
||||
msgid " --debug-session Display debugging output for session management\n"
|
||||
msgstr ""
|
||||
" --debug-session Vis fejlsøgningsinformation for session-håndtering\n"
|
||||
|
||||
#: openbox/openbox.c:548
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
"Please report bugs at %s\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"Rapporter venligst fejl til %s\n"
|
||||
|
||||
#: openbox/openbox.c:617
|
||||
msgid "%s requires an argument\n"
|
||||
msgstr "%s kræver et argument\n"
|
||||
|
||||
#: openbox/openbox.c:660
|
||||
#, c-format
|
||||
msgid "Invalid command line argument \"%s\"\n"
|
||||
msgstr "Ugyldig kommandolinie-argument \"%s\"\n"
|
||||
|
||||
# TODO Figure out how to handle this case, the second number has the "desktop"
|
||||
# on it here, but gettext looks at the first number only. If we split it up in
|
||||
# two strings then we can't swap the order from the .po file...
|
||||
#. TRANSLATORS: If you need to specify a different order of the
|
||||
#. arguments, you can use %1$d for the first one and %2$d for the
|
||||
#. second one. For example,
|
||||
#. "The current session has %2$d desktops, but Waybox is configured for %1$d ..."
|
||||
#: openbox/screen.c:412
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Waybox is configured for %d desktop, but the current session has %d. "
|
||||
"Overriding the Waybox configuration."
|
||||
msgid_plural ""
|
||||
"Waybox is configured for %d desktops, but the current session has %d. "
|
||||
"Overriding the Waybox configuration."
|
||||
msgstr[0] ""
|
||||
"Aktiv session har %2$d skriveborde, mens Waybox er konfigureret til %1$d. "
|
||||
"Benytter indstillingerne for den aktive session."
|
||||
msgstr[1] ""
|
||||
"Aktiv session har %2$d skriveborde, mens Waybox er konfigureret til %1$d. "
|
||||
"Benytter indstillingerne for den aktive session."
|
||||
|
||||
#: openbox/screen.c:1180
|
||||
#, c-format
|
||||
msgid "desktop %i"
|
||||
msgstr "skrivebord %i"
|
||||
|
||||
#: openbox/session.c:104
|
||||
#, fuzzy, c-format
|
||||
msgid "Unable to make directory \"%s\": %s"
|
||||
msgstr "Kan ikke oprette mappe '%s': %s"
|
||||
|
||||
#: openbox/session.c:466
|
||||
#, fuzzy, c-format
|
||||
msgid "Unable to save the session to \"%s\": %s"
|
||||
msgstr "Kan ikke skifte til hjemmekataloget \"%s\": %s"
|
||||
|
||||
#: openbox/session.c:605
|
||||
#, c-format
|
||||
msgid "Error while saving the session to \"%s\": %s"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/session.c:842
|
||||
msgid "Not connected to a session manager"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/startupnotify.c:243
|
||||
#, c-format
|
||||
msgid "Running %s"
|
||||
msgstr "Kører %s"
|
||||
|
||||
#: openbox/translate.c:59
|
||||
#, c-format
|
||||
msgid "Invalid modifier key \"%s\" in key/mouse binding"
|
||||
msgstr "Ugyldig modifikationstast \"%s\" i kombination for tast/mus"
|
||||
|
||||
#: openbox/translate.c:138
|
||||
#, c-format
|
||||
msgid "Invalid key code \"%s\" in key binding"
|
||||
msgstr "Ugyldig tastekode \"%s\" i tastekombination"
|
||||
|
||||
#: openbox/translate.c:145
|
||||
#, c-format
|
||||
msgid "Invalid key name \"%s\" in key binding"
|
||||
msgstr "Ugyldig tastenavn \"%s\" i tastekombination"
|
||||
|
||||
#: openbox/prompt.c:200
|
||||
msgid "OK"
|
||||
msgstr "OK"
|
||||
412
po/de.po
Normal file
412
po/de.po
Normal file
|
|
@ -0,0 +1,412 @@
|
|||
# German messages for openbox.
|
||||
# Copyright (C) 2020 Joe Wisdom
|
||||
# This file is distributed under the same license as the Waybox package.
|
||||
# Sebastian Vahl <svahl@web.de>, 2006.
|
||||
# Simon A. Wilper <simonaw@openoffice.org>, Apr 2007
|
||||
# Peter Schwindt <schwindt@ba-loerrach.de>
|
||||
# Finn Zirngibl <finn@s23.org>, 2008
|
||||
# Florian Walch <florian.walch@gmx.at>, 2008
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Waybox 0.0.1\n"
|
||||
"Report-Msgid-Bugs-To: https://github.com/wizbright/waybox/issues\n"
|
||||
"POT-Creation-Date: 2008-11-15 22:28+0100\n"
|
||||
"PO-Revision-Date: 2020-03-10 18:58-0400\n"
|
||||
"Last-Translator: Volker Ribbert <volker.nospam@netcologne.de>\n"
|
||||
"Language-Team: <de@li.org>\n"
|
||||
"Language: de\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: openbox/actions.c:149
|
||||
#, c-format
|
||||
msgid "Invalid action \"%s\" requested. No such action exists."
|
||||
msgstr "Ungültige Aktion \"%s\" angefordert. Es gibt keine solche."
|
||||
|
||||
#: openbox/actions/execute.c:128
|
||||
msgid "No"
|
||||
msgstr "Nein"
|
||||
|
||||
#: openbox/actions/execute.c:129
|
||||
msgid "Yes"
|
||||
msgstr "Ja"
|
||||
|
||||
#: openbox/actions/execute.c:133
|
||||
msgid "Execute"
|
||||
msgstr "Ausführen"
|
||||
|
||||
#: openbox/actions/execute.c:142
|
||||
#, c-format
|
||||
msgid "Failed to convert the path \"%s\" from utf8"
|
||||
msgstr "Konnte Pfad \"%s\" nicht von UTF-8 konvertieren"
|
||||
|
||||
#: openbox/actions/exit.c:52 openbox/actions/session.c:64 openbox/client.c:3465
|
||||
msgid "Cancel"
|
||||
msgstr "Abbrechen"
|
||||
|
||||
#: openbox/actions/exit.c:53
|
||||
msgid "Exit"
|
||||
msgstr "Beenden"
|
||||
|
||||
#: openbox/actions/exit.c:56
|
||||
msgid "Are you sure you want to exit Waybox?"
|
||||
msgstr "Möchten Sie Waybox wirklich beenden?"
|
||||
|
||||
#: openbox/actions/exit.c:57
|
||||
msgid "Exit Waybox"
|
||||
msgstr "Waybox beenden"
|
||||
|
||||
#. TRANSLATORS: Don't translate the word "SessionLogout" as it's the
|
||||
#. name of the action you write in rc.xml
|
||||
#: openbox/actions/session.c:43
|
||||
msgid ""
|
||||
"The SessionLogout action is not available since Waybox was built without "
|
||||
"session management support"
|
||||
msgstr ""
|
||||
"Die Aktion SessionLogout ist nicht verfügbar, weil Waybox ohne Unterstützung "
|
||||
"für Sitzungsmanagement kompiliert wurde"
|
||||
|
||||
#: openbox/actions/session.c:65 openbox/actions/session.c:70
|
||||
msgid "Log Out"
|
||||
msgstr "Abmelden"
|
||||
|
||||
#: openbox/actions/session.c:69
|
||||
msgid "Are you sure you want to log out?"
|
||||
msgstr "Möchten Sie sich wirklich abmelden?"
|
||||
|
||||
#: openbox/client.c:2012
|
||||
msgid "Unnamed Window"
|
||||
msgstr "Unbenanntes Fenster"
|
||||
|
||||
#: openbox/client.c:2026 openbox/client.c:2058
|
||||
msgid "Killing..."
|
||||
msgstr "Wird gelöscht..."
|
||||
|
||||
#: openbox/client.c:3462
|
||||
msgid "Disconnect"
|
||||
msgstr "Trennen"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:87 openbox/client_list_menu.c:91
|
||||
msgid "Go there..."
|
||||
msgstr "Dorthin wechseln..."
|
||||
|
||||
#: openbox/client_list_combined_menu.c:94
|
||||
msgid "Manage desktops"
|
||||
msgstr "Desktops verwalten"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:95 openbox/client_list_menu.c:155
|
||||
msgid "_Add new desktop"
|
||||
msgstr "_Neuen Desktop hinzufügen"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:96 openbox/client_list_menu.c:156
|
||||
msgid "_Remove last desktop"
|
||||
msgstr "_Letzten Desktop entfernen"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:149
|
||||
msgid "Windows"
|
||||
msgstr "Fenster"
|
||||
|
||||
#: openbox/client_list_menu.c:203
|
||||
msgid "Desktops"
|
||||
msgstr "Desktops"
|
||||
|
||||
#: openbox/client_menu.c:258
|
||||
msgid "All desktops"
|
||||
msgstr "Alle Desktops"
|
||||
|
||||
#: openbox/client_menu.c:370
|
||||
msgid "_Layer"
|
||||
msgstr "_Layer"
|
||||
|
||||
#: openbox/client_menu.c:375
|
||||
msgid "Always on _top"
|
||||
msgstr "Immer im _Vordergrund"
|
||||
|
||||
#: openbox/client_menu.c:376
|
||||
msgid "_Normal"
|
||||
msgstr "_Normal"
|
||||
|
||||
#: openbox/client_menu.c:377
|
||||
msgid "Always on _bottom"
|
||||
msgstr "Immer im _Hintergrund"
|
||||
|
||||
#: openbox/client_menu.c:379
|
||||
msgid "_Send to desktop"
|
||||
msgstr "_Verschieben nach"
|
||||
|
||||
#: openbox/client_menu.c:383
|
||||
msgid "Client menu"
|
||||
msgstr "Anwendungsmenü"
|
||||
|
||||
#: openbox/client_menu.c:393
|
||||
msgid "R_estore"
|
||||
msgstr "Wi_ederherstellen"
|
||||
|
||||
#: openbox/client_menu.c:397
|
||||
msgid "_Move"
|
||||
msgstr "Vers_chieben"
|
||||
|
||||
#: openbox/client_menu.c:399
|
||||
msgid "Resi_ze"
|
||||
msgstr "_Größe ändern"
|
||||
|
||||
#: openbox/client_menu.c:401
|
||||
msgid "Ico_nify"
|
||||
msgstr "Mi_nimieren"
|
||||
|
||||
#: openbox/client_menu.c:405
|
||||
msgid "Ma_ximize"
|
||||
msgstr "Ma_ximieren"
|
||||
|
||||
#: openbox/client_menu.c:409
|
||||
msgid "_Roll up/down"
|
||||
msgstr "Auf/Ab_rollen"
|
||||
|
||||
#: openbox/client_menu.c:411
|
||||
msgid "Un/_Decorate"
|
||||
msgstr "_Titelleiste ein/aus"
|
||||
|
||||
#: openbox/client_menu.c:415
|
||||
msgid "_Close"
|
||||
msgstr "_Schließen"
|
||||
|
||||
#: openbox/config.c:781
|
||||
#, c-format
|
||||
msgid "Invalid button \"%s\" specified in config file"
|
||||
msgstr "Ungültige Taste \"%s\" in Konfigurationsdatei"
|
||||
|
||||
#: openbox/config.c:956
|
||||
msgid ""
|
||||
"Waybox was compiled without image loading support. Icons in menus will not "
|
||||
"be loaded."
|
||||
msgstr ""
|
||||
"Waybox wurde ohne Bildladungsunterstützung kompiliert. Ikone in Menüs werden "
|
||||
"nicht geladen werden."
|
||||
|
||||
#: openbox/keyboard.c:157
|
||||
msgid "Conflict with key binding in config file"
|
||||
msgstr "Störende Tastenkombination in Konfigurationsdatei"
|
||||
|
||||
#: openbox/menu.c:102 openbox/menu.c:110
|
||||
#, c-format
|
||||
msgid "Unable to find a valid menu file \"%s\""
|
||||
msgstr "Keine gültige Menü-Datei \"%s\" vorhanden"
|
||||
|
||||
#: openbox/menu.c:170
|
||||
#, c-format
|
||||
msgid "Failed to execute command for pipe-menu \"%s\": %s"
|
||||
msgstr "Befehl \"%s\" für Pipe-Menü nicht ausführbar: %s"
|
||||
|
||||
#: openbox/menu.c:184
|
||||
#, c-format
|
||||
msgid "Invalid output from pipe-menu \"%s\""
|
||||
msgstr "Ungültige Ausgabe vom Pipe-Menü \"%s\""
|
||||
|
||||
#: openbox/menu.c:197
|
||||
#, c-format
|
||||
msgid "Attempted to access menu \"%s\" but it does not exist"
|
||||
msgstr "Versuchter Zugriff auf Menü \"%s\", doch es existiert nicht"
|
||||
|
||||
#: openbox/menu.c:367 openbox/menu.c:368
|
||||
msgid "More..."
|
||||
msgstr "Mehr..."
|
||||
|
||||
#: openbox/mouse.c:373
|
||||
#, c-format
|
||||
msgid "Invalid button \"%s\" in mouse binding"
|
||||
msgstr "Maus-Einbindung mit ungültiger Taste \"%s\""
|
||||
|
||||
#: openbox/mouse.c:379
|
||||
#, c-format
|
||||
msgid "Invalid context \"%s\" in mouse binding"
|
||||
msgstr "Maus-Einbindung mit ungültigem Kontext \"%s\""
|
||||
|
||||
#: openbox/openbox.c:133
|
||||
#, c-format
|
||||
msgid "Unable to change to home directory \"%s\": %s"
|
||||
msgstr "Wechsel ins Nutzerverzeichnis \"%s\" nicht möglich: %s"
|
||||
|
||||
#: openbox/openbox.c:263
|
||||
msgid "Unable to find a valid config file, using some simple defaults"
|
||||
msgstr ""
|
||||
"Keine gültige Konfigurationsdatei vorhanden, benutze einfache Standardwerte"
|
||||
|
||||
#: openbox/openbox.c:297
|
||||
msgid "Unable to load a theme."
|
||||
msgstr "Kann kein Thema laden."
|
||||
|
||||
#: openbox/openbox.c:377
|
||||
#, c-format
|
||||
msgid ""
|
||||
"One or more XML syntax errors were found while parsing the Waybox "
|
||||
"configuration files. See stdout for more information. The last error seen "
|
||||
"was in file \"%s\" line %d, with message: %s"
|
||||
msgstr ""
|
||||
"Beim Parsen der Waybox-Konfigurationsdateien wurden ein oder mehrere XML-"
|
||||
"Syntaxfehler gefunden. Die Standardausgabe enthält weitere Informationen. "
|
||||
"Der letzte Fehler wurde in der Datei \"%s\" in Zeile %d festgestellt: %s"
|
||||
|
||||
#: openbox/openbox.c:379
|
||||
msgid "Waybox Syntax Error"
|
||||
msgstr "Waybox Syntax-Fehler"
|
||||
|
||||
#: openbox/openbox.c:379
|
||||
msgid "Close"
|
||||
msgstr "Schließen"
|
||||
|
||||
#: openbox/openbox.c:448
|
||||
#, c-format
|
||||
msgid "Restart failed to execute new executable \"%s\": %s"
|
||||
msgstr "Neustart konnte die neue Datei \"%s\" nicht ausführen: %s"
|
||||
|
||||
#: openbox/openbox.c:518 openbox/openbox.c:520
|
||||
msgid "Copyright (c)"
|
||||
msgstr "Copyright (c)"
|
||||
|
||||
#: openbox/openbox.c:529
|
||||
msgid "Syntax: openbox [options]\n"
|
||||
msgstr "Eingabe: openbox [Optionen]\n"
|
||||
|
||||
#: openbox/openbox.c:530
|
||||
msgid ""
|
||||
"\n"
|
||||
"Options:\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"Optionen:\n"
|
||||
|
||||
#: openbox/openbox.c:531
|
||||
msgid " --help Display this help and exit\n"
|
||||
msgstr " --help Diese Hilfe anzeigen und beenden\n"
|
||||
|
||||
#: openbox/openbox.c:532
|
||||
msgid " --version Display the version and exit\n"
|
||||
msgstr " --version Version anzeigen und beenden\n"
|
||||
|
||||
#. TRANSLATORS: if you translate "FILE" here, make sure to keep the "Specify..."
|
||||
#. aligned still, if you have to, make a new line with \n and 22 spaces. It's
|
||||
#. fine to leave it as FILE though.
|
||||
#: openbox/openbox.c:537
|
||||
msgid " --config-file FILE Specify the path to the config file to use\n"
|
||||
msgstr " --config-file DATEI Pfad zur Konfigurationsdatei\n"
|
||||
|
||||
#: openbox/openbox.c:538
|
||||
msgid " --sm-disable Disable connection to the session manager\n"
|
||||
msgstr " --sm-disable Verbindung zum Sitzungsmanager trennen\n"
|
||||
|
||||
#: openbox/openbox.c:543
|
||||
msgid ""
|
||||
"\n"
|
||||
"Debugging options:\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"Fehlersuche-Optionen:\n"
|
||||
|
||||
#: openbox/openbox.c:544
|
||||
msgid " --sync Run in synchronous mode\n"
|
||||
msgstr " --sync im Synchronmodus starten\n"
|
||||
|
||||
#: openbox/openbox.c:545
|
||||
msgid " --debug Display debugging output\n"
|
||||
msgstr " --debug Fehlersuche-Ergebnis anzeigen\n"
|
||||
|
||||
#: openbox/openbox.c:546
|
||||
msgid " --debug-focus Display debugging output for focus handling\n"
|
||||
msgstr ""
|
||||
" --debug-focus Fehlersuche-Ergebnis für Fokus-Handling anzeigen\n"
|
||||
|
||||
#: openbox/openbox.c:548
|
||||
msgid " --startup CMD Run CMD after starting\n"
|
||||
msgstr " --startup CMD CMD nach Start ausführen\n"
|
||||
|
||||
#: openbox/openbox.c:551
|
||||
msgid " --debug-session Display debugging output for session management\n"
|
||||
msgstr " --debug-session Fehler-Ergebnis für Sitzungsmanager anzeigen\n"
|
||||
|
||||
#: openbox/openbox.c:548
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
"Please report bugs at %s\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"Fehlerberichte bitte an: %s\n"
|
||||
|
||||
#: openbox/openbox.c:617
|
||||
msgid "%s requires an argument\n"
|
||||
msgstr "%s erfordert einen Parameter\n"
|
||||
|
||||
#: openbox/openbox.c:660
|
||||
#, c-format
|
||||
msgid "Invalid command line argument \"%s\"\n"
|
||||
msgstr "Ungültiger Kommandozeilen-Parameter \"%s\"\n"
|
||||
|
||||
#. TRANSLATORS: If you need to specify a different order of the
|
||||
#. arguments, you can use %1$d for the first one and %2$d for the
|
||||
#. second one. For example,
|
||||
#. "The current session has %2$d desktops, but Waybox is configured for %1$d ..."
|
||||
#: openbox/screen.c:412
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Waybox is configured for %d desktop, but the current session has %d. "
|
||||
"Overriding the Waybox configuration."
|
||||
msgid_plural ""
|
||||
"Waybox is configured for %d desktops, but the current session has %d. "
|
||||
"Overriding the Waybox configuration."
|
||||
msgstr[0] ""
|
||||
"Waybox wurde für %d Desktop konfiguriert, aber die aktuelle Sitzung hat %d. "
|
||||
"Überschreibe die Waybox-Konfiguration."
|
||||
msgstr[1] ""
|
||||
"Waybox wurde für %d Desktops konfiguriert, aber die aktuelle Sitzung hat %d. "
|
||||
"Überschreibe die Waybox-Konfiguration."
|
||||
|
||||
#: openbox/screen.c:1180
|
||||
#, c-format
|
||||
msgid "desktop %i"
|
||||
msgstr "Desktop %i"
|
||||
|
||||
#: openbox/session.c:104
|
||||
#, c-format
|
||||
msgid "Unable to make directory \"%s\": %s"
|
||||
msgstr "Kann nicht Verzeichnis \"%s\" machen: %s"
|
||||
|
||||
#: openbox/session.c:466
|
||||
#, c-format
|
||||
msgid "Unable to save the session to \"%s\": %s"
|
||||
msgstr "Sitzung in \"%s\" speichern ist nicht möglich: %s"
|
||||
|
||||
#: openbox/session.c:605
|
||||
#, c-format
|
||||
msgid "Error while saving the session to \"%s\": %s"
|
||||
msgstr "Fehler während die Sitzung in \"%s\" speichern: %s"
|
||||
|
||||
#: openbox/session.c:842
|
||||
msgid "Not connected to a session manager"
|
||||
msgstr "An einer Sitzungsmanager nicht verbindet"
|
||||
|
||||
#: openbox/startupnotify.c:243
|
||||
#, c-format
|
||||
msgid "Running %s"
|
||||
msgstr "Starte %s"
|
||||
|
||||
#: openbox/translate.c:59
|
||||
#, c-format
|
||||
msgid "Invalid modifier key \"%s\" in key/mouse binding"
|
||||
msgstr "Ungültige Modifier-Taste \"%s\" in Tasten/Maus-Einbindung"
|
||||
|
||||
#: openbox/translate.c:138
|
||||
#, c-format
|
||||
msgid "Invalid key code \"%s\" in key binding"
|
||||
msgstr "Ungültiger Tastencode \"%s\" in Tastenkombination"
|
||||
|
||||
#: openbox/translate.c:145
|
||||
#, c-format
|
||||
msgid "Invalid key name \"%s\" in key binding"
|
||||
msgstr "Ungültiger Tastenname \"%s\" in Tastenkombination"
|
||||
|
||||
#: openbox/prompt.c:200
|
||||
msgid "OK"
|
||||
msgstr "OK"
|
||||
416
po/el.po
Normal file
416
po/el.po
Normal file
|
|
@ -0,0 +1,416 @@
|
|||
# Greek translations for openbox
|
||||
# Copyright (C) 2020 Joe Wisdom
|
||||
# This file is distributed under the same license as the Waybox package.
|
||||
# Efstathios Iosifidis <iosifidis@opensuse.org>, 2012.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Waybox 0.0.1\n"
|
||||
"Report-Msgid-Bugs-To: https://github.com/wizbright/waybox/issues\n"
|
||||
"POT-Creation-Date: 2008-11-15 22:28+0100\n"
|
||||
"PO-Revision-Date: 2020-03-10 14:07-0400\n"
|
||||
"Last-Translator: Efstathios Iosifidis <iosifidis@opensuse.org>\n"
|
||||
"Language-Team: Ελληνικά, Σύγχρονα <opensuse-translation-el@opensuse.org>\n"
|
||||
"Language: el\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n!=1);\n"
|
||||
|
||||
#: openbox/actions.c:149
|
||||
#, c-format
|
||||
msgid "Invalid action \"%s\" requested. No such action exists."
|
||||
msgstr "Αιτήθηκε μη έγκυρη ενέργεια \"%s\". Δεν υπάρχει τέτοια ενέργεια."
|
||||
|
||||
#: openbox/actions/execute.c:128
|
||||
msgid "No"
|
||||
msgstr "Όχι"
|
||||
|
||||
#: openbox/actions/execute.c:129
|
||||
msgid "Yes"
|
||||
msgstr "Ναι"
|
||||
|
||||
#: openbox/actions/execute.c:133
|
||||
msgid "Execute"
|
||||
msgstr "Εκτέλεση"
|
||||
|
||||
#: openbox/actions/execute.c:142
|
||||
#, c-format
|
||||
msgid "Failed to convert the path \"%s\" from utf8"
|
||||
msgstr "Αποτυχία μετατροπής διαδρομής \"%s\" από utf8"
|
||||
|
||||
#: openbox/actions/exit.c:52 openbox/actions/session.c:64 openbox/client.c:3465
|
||||
msgid "Cancel"
|
||||
msgstr "Άκυρο"
|
||||
|
||||
#: openbox/actions/exit.c:53
|
||||
msgid "Exit"
|
||||
msgstr "Έξοδος"
|
||||
|
||||
#: openbox/actions/exit.c:56
|
||||
msgid "Are you sure you want to exit Waybox?"
|
||||
msgstr "Θέλετε να εξέλθετε του Waybox;"
|
||||
|
||||
#: openbox/actions/exit.c:57
|
||||
msgid "Exit Waybox"
|
||||
msgstr "Έξοδος Waybox"
|
||||
|
||||
#. TRANSLATORS: Don't translate the word "SessionLogout" as it's the
|
||||
#. name of the action you write in rc.xml
|
||||
#: openbox/actions/session.c:43
|
||||
msgid ""
|
||||
"The SessionLogout action is not available since Waybox was built without "
|
||||
"session management support"
|
||||
msgstr ""
|
||||
"Η ενέργεια SessionLogout δεν είναι διαθέσιμη διότι το Waybox έχει "
|
||||
"κατασκευαστεί χωρίς υποστήριξη διαχείρισης συνεδρίας"
|
||||
|
||||
#: openbox/actions/session.c:65 openbox/actions/session.c:70
|
||||
msgid "Log Out"
|
||||
msgstr "Αποσύνδεση"
|
||||
|
||||
#: openbox/actions/session.c:69
|
||||
msgid "Are you sure you want to log out?"
|
||||
msgstr "Θέλετε να αποσυνδεθείτε;"
|
||||
|
||||
#: openbox/client.c:2012
|
||||
msgid "Unnamed Window"
|
||||
msgstr "Ανώνυμο Παράθυρο"
|
||||
|
||||
#: openbox/client.c:2026 openbox/client.c:2058
|
||||
msgid "Killing..."
|
||||
msgstr "Τερματισμός..."
|
||||
|
||||
#: openbox/client.c:3462
|
||||
msgid "Disconnect"
|
||||
msgstr "Αποσύνδεση"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:87 openbox/client_list_menu.c:91
|
||||
msgid "Go there..."
|
||||
msgstr "Μετακίνηση..."
|
||||
|
||||
#: openbox/client_list_combined_menu.c:94
|
||||
msgid "Manage desktops"
|
||||
msgstr "Διαχείριση επιφανειών εργασίας"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:95 openbox/client_list_menu.c:155
|
||||
msgid "_Add new desktop"
|
||||
msgstr "Προσθήκη νέας επιφάνειας εργασίας (_A)"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:96 openbox/client_list_menu.c:156
|
||||
msgid "_Remove last desktop"
|
||||
msgstr "Αφαίρεση τελευταίας επιφάνειας εργασίας (_R)"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:149
|
||||
msgid "Windows"
|
||||
msgstr "Παράθυρα"
|
||||
|
||||
#: openbox/client_list_menu.c:203
|
||||
msgid "Desktops"
|
||||
msgstr "Επιφάνειες Εργασίας"
|
||||
|
||||
#: openbox/client_menu.c:258
|
||||
msgid "All desktops"
|
||||
msgstr "Όλες οι επιφάνειες εργασίας"
|
||||
|
||||
#: openbox/client_menu.c:370
|
||||
msgid "_Layer"
|
||||
msgstr "Επίπεδο (_L)"
|
||||
|
||||
#: openbox/client_menu.c:375
|
||||
msgid "Always on _top"
|
||||
msgstr "Πάντα στο προσκήνιο (_T)"
|
||||
|
||||
#: openbox/client_menu.c:376
|
||||
msgid "_Normal"
|
||||
msgstr "Κανονικό (_N)"
|
||||
|
||||
#: openbox/client_menu.c:377
|
||||
msgid "Always on _bottom"
|
||||
msgstr "Πάντα στο παρασκήνιο (_B)"
|
||||
|
||||
#: openbox/client_menu.c:379
|
||||
msgid "_Send to desktop"
|
||||
msgstr "Αποστολή στην επιφάνεια εργασίας (_S)"
|
||||
|
||||
#: openbox/client_menu.c:383
|
||||
msgid "Client menu"
|
||||
msgstr "Μενού πελάτη"
|
||||
|
||||
#: openbox/client_menu.c:393
|
||||
msgid "R_estore"
|
||||
msgstr "Επαναφορά (_R)"
|
||||
|
||||
#: openbox/client_menu.c:397
|
||||
msgid "_Move"
|
||||
msgstr "Μετακίνηση (_M)"
|
||||
|
||||
#: openbox/client_menu.c:399
|
||||
msgid "Resi_ze"
|
||||
msgstr "Αλλαγή Μεγέθους (_Z)"
|
||||
|
||||
#: openbox/client_menu.c:401
|
||||
msgid "Ico_nify"
|
||||
msgstr "Εικονοποίηση (_N)"
|
||||
|
||||
#: openbox/client_menu.c:405
|
||||
msgid "Ma_ximize"
|
||||
msgstr "Μεγιστοποίηση (_X)"
|
||||
|
||||
#: openbox/client_menu.c:409
|
||||
msgid "_Roll up/down"
|
||||
msgstr "Κύλιση επάνω/κάτω (_R)"
|
||||
|
||||
#: openbox/client_menu.c:411
|
||||
msgid "Un/_Decorate"
|
||||
msgstr "Ξε/Στολισμός (_D)"
|
||||
|
||||
#: openbox/client_menu.c:415
|
||||
msgid "_Close"
|
||||
msgstr "Κλείσιμο (_C)"
|
||||
|
||||
#: openbox/config.c:781
|
||||
#, c-format
|
||||
msgid "Invalid button \"%s\" specified in config file"
|
||||
msgstr "Μη έγκυρο πλήκτρο \"%s\", καθορισμένο στο αρχείο ρυθμίσεων"
|
||||
|
||||
#: openbox/config.c:956
|
||||
msgid ""
|
||||
"Waybox was compiled without image loading support. Icons in menus will not "
|
||||
"be loaded."
|
||||
msgstr ""
|
||||
|
||||
#: openbox/keyboard.c:157
|
||||
msgid "Conflict with key binding in config file"
|
||||
msgstr "Σύγκρουση συνδυασμού πλήκτρων στο αρχείο ρυθμίσεων"
|
||||
|
||||
#: openbox/menu.c:102 openbox/menu.c:110
|
||||
#, c-format
|
||||
msgid "Unable to find a valid menu file \"%s\""
|
||||
msgstr "Αδυναμία εύρεσης έγκυρου αρχείου μενού \"%s\""
|
||||
|
||||
#: openbox/menu.c:170
|
||||
#, c-format
|
||||
msgid "Failed to execute command for pipe-menu \"%s\": %s"
|
||||
msgstr "Αποτυχία εκτέλεσης εντολής για το pipe-menu \"%s\": %s"
|
||||
|
||||
#: openbox/menu.c:184
|
||||
#, c-format
|
||||
msgid "Invalid output from pipe-menu \"%s\""
|
||||
msgstr "Μη έγκυρο αποτέλεσμα από το pipe-menu \"%s\""
|
||||
|
||||
#: openbox/menu.c:197
|
||||
#, c-format
|
||||
msgid "Attempted to access menu \"%s\" but it does not exist"
|
||||
msgstr "Έγινε προσπάθεια στο μενού πρόσβασης \"%s\" αλλά αυτό δεν υπάρχει"
|
||||
|
||||
#: openbox/menu.c:367 openbox/menu.c:368
|
||||
msgid "More..."
|
||||
msgstr "Περισσότερα..."
|
||||
|
||||
#: openbox/mouse.c:373
|
||||
#, c-format
|
||||
msgid "Invalid button \"%s\" in mouse binding"
|
||||
msgstr "Μη έγκυρο πλήκτρο \"%s\" στο συνδυασμό ποντικού"
|
||||
|
||||
#: openbox/mouse.c:379
|
||||
#, c-format
|
||||
msgid "Invalid context \"%s\" in mouse binding"
|
||||
msgstr "Μη έγκυρο περιεχόμενο \"%s\" στο συνδυασμό ποντικιού"
|
||||
|
||||
#: openbox/openbox.c:133
|
||||
#, c-format
|
||||
msgid "Unable to change to home directory \"%s\": %s"
|
||||
msgstr "Αδυναμία αλλαγής προσωπικού καταλόγου \"%s\": %s"
|
||||
|
||||
#: openbox/openbox.c:263
|
||||
msgid "Unable to find a valid config file, using some simple defaults"
|
||||
msgstr ""
|
||||
"Αδυναμία εύρεσης έγκυρου αρχείου ρυθμίσεων, με χρήση μερικών απλών "
|
||||
"προεπιλογών"
|
||||
|
||||
#: openbox/openbox.c:297
|
||||
msgid "Unable to load a theme."
|
||||
msgstr "Αδυναμία φόρτωσης θέματος."
|
||||
|
||||
#: openbox/openbox.c:377
|
||||
#, c-format
|
||||
msgid ""
|
||||
"One or more XML syntax errors were found while parsing the Waybox "
|
||||
"configuration files. See stdout for more information. The last error seen "
|
||||
"was in file \"%s\" line %d, with message: %s"
|
||||
msgstr ""
|
||||
"Βρέθηκαν ένα ή περισσότερα συντακτικά σφάλματα XML κατά την ανάλυση των "
|
||||
"αρχείων ρυθμίσεων του Waybox. Για περισσότερες πληροφορίες δείτε το "
|
||||
"stdout. Το τελευταίο σφάλμα που εμφανίστηκε ήταν στο αρχείο \"%s\" γραμμή "
|
||||
"%d, με το μήνυμα: %s"
|
||||
|
||||
#: openbox/openbox.c:379
|
||||
msgid "Waybox Syntax Error"
|
||||
msgstr "Σφάλμα Σύνταξης Obenbox"
|
||||
|
||||
#: openbox/openbox.c:379
|
||||
msgid "Close"
|
||||
msgstr "Κλείσιμο"
|
||||
|
||||
#: openbox/openbox.c:448
|
||||
#, c-format
|
||||
msgid "Restart failed to execute new executable \"%s\": %s"
|
||||
msgstr "Η επανεκκίνηση απέτυχε να εκτελέσει το νέο εκτελέσιμο \"%s\": %s"
|
||||
|
||||
#: openbox/openbox.c:518 openbox/openbox.c:520
|
||||
msgid "Copyright (c)"
|
||||
msgstr "Πνευματικά δικαιώματα (c)"
|
||||
|
||||
#: openbox/openbox.c:529
|
||||
msgid "Syntax: openbox [options]\n"
|
||||
msgstr "Σύνταξη: openbox [options]\n"
|
||||
|
||||
#: openbox/openbox.c:530
|
||||
msgid ""
|
||||
"\n"
|
||||
"Options:\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"Επιλογές:\n"
|
||||
|
||||
#: openbox/openbox.c:531
|
||||
msgid " --help Display this help and exit\n"
|
||||
msgstr " --help Εμφάνιση βοήθειας και έξοδος\n"
|
||||
|
||||
#: openbox/openbox.c:532
|
||||
msgid " --version Display the version and exit\n"
|
||||
msgstr " --version Εμφάνιση της έκδοσης και έξοδος\n"
|
||||
|
||||
#. TRANSLATORS: if you translate "FILE" here, make sure to keep the "Specify..."
|
||||
#. aligned still, if you have to, make a new line with \n and 22 spaces. It's
|
||||
#. fine to leave it as FILE though.
|
||||
#: openbox/openbox.c:537
|
||||
msgid " --config-file FILE Specify the path to the config file to use\n"
|
||||
msgstr ""
|
||||
" --config-file FILE Καθορισμός διαδρομής αρχείου ρυθμίσεων που θα "
|
||||
"χρησιμοποιηθεί\n"
|
||||
|
||||
#: openbox/openbox.c:538
|
||||
msgid " --sm-disable Disable connection to the session manager\n"
|
||||
msgstr ""
|
||||
" --sm-disable Απενεργοποίηση σύνδεσης στον διαχειριστή συνεδρίας\n"
|
||||
|
||||
#: openbox/openbox.c:543
|
||||
msgid ""
|
||||
"\n"
|
||||
"Debugging options:\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"Επιλογές αποσφαλμάτωσης:\n"
|
||||
|
||||
#: openbox/openbox.c:544
|
||||
msgid " --sync Run in synchronous mode\n"
|
||||
msgstr " --sync Εκτέλεση σε κατάσταση συγχρονισμού\n"
|
||||
|
||||
#: openbox/openbox.c:545
|
||||
msgid " --debug Display debugging output\n"
|
||||
msgstr " --debug Εμφάνιση αποτελεσμάτων αποσφαλμάτωσης\n"
|
||||
|
||||
#: openbox/openbox.c:546
|
||||
msgid " --debug-focus Display debugging output for focus handling\n"
|
||||
msgstr ""
|
||||
" --debug-focus Εμφάνισης αποτελεσμάτων αποσφαλμάτωσης για εστίαση "
|
||||
"χειρισμών\n"
|
||||
|
||||
#: openbox/openbox.c:548
|
||||
msgid " --startup CMD Run CMD after starting\n"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/openbox.c:551
|
||||
#, fuzzy
|
||||
msgid " --debug-session Display debugging output for session management\n"
|
||||
msgstr ""
|
||||
" --debug-focus Εμφάνισης αποτελεσμάτων αποσφαλμάτωσης για εστίαση "
|
||||
"χειρισμών\n"
|
||||
|
||||
#: openbox/openbox.c:548
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
"Please report bugs at %s\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"Παρακαλώ αναφέρετε σφάλματα στο %s\n"
|
||||
|
||||
#: openbox/openbox.c:617
|
||||
#, fuzzy
|
||||
msgid "%s requires an argument\n"
|
||||
msgstr "--config-file απαιτεί μια παράμετρο\n"
|
||||
|
||||
#: openbox/openbox.c:660
|
||||
#, c-format
|
||||
msgid "Invalid command line argument \"%s\"\n"
|
||||
msgstr "Μη έγκυρη παράμετρος γραμμής εντολών \"%s\"\n"
|
||||
|
||||
#. TRANSLATORS: If you need to specify a different order of the
|
||||
#. arguments, you can use %1$d for the first one and %2$d for the
|
||||
#. second one. For example,
|
||||
#. "The current session has %2$d desktops, but Waybox is configured for %1$d ..."
|
||||
#: openbox/screen.c:412
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Waybox is configured for %d desktop, but the current session has %d. "
|
||||
"Overriding the Waybox configuration."
|
||||
msgid_plural ""
|
||||
"Waybox is configured for %d desktops, but the current session has %d. "
|
||||
"Overriding the Waybox configuration."
|
||||
msgstr[0] ""
|
||||
"Το Waybox είναι ρυθμισμένο για %d επιφάνεια εργασίας, αλλά η τρέχουσα "
|
||||
"συνεδρία έχει %d. Αντικατάσταση των ρυθμίσεων του Waybox."
|
||||
msgstr[1] ""
|
||||
"Το Waybox είναι ρυθμισμένο για %d επιφάνειες εργασίας, αλλά η τρέχουσα "
|
||||
"συνεδρία έχει %d. Αντικατάσταση των ρυθμίσεων του Waybox."
|
||||
|
||||
#: openbox/screen.c:1180
|
||||
#, c-format
|
||||
msgid "desktop %i"
|
||||
msgstr "επιφάνεια εργασίας %i"
|
||||
|
||||
#: openbox/session.c:104
|
||||
#, c-format
|
||||
msgid "Unable to make directory \"%s\": %s"
|
||||
msgstr "Αδυναμία δημιουργίας καταλόγου \"%s\": %s"
|
||||
|
||||
#: openbox/session.c:466
|
||||
#, c-format
|
||||
msgid "Unable to save the session to \"%s\": %s"
|
||||
msgstr "Αδυναμία αποθήκευσης συνεδρίας στο \"%s\": %s"
|
||||
|
||||
#: openbox/session.c:605
|
||||
#, c-format
|
||||
msgid "Error while saving the session to \"%s\": %s"
|
||||
msgstr "Σφάλμα κατά την αποθήκευση της συνεδρίας στο \"%s\": %s"
|
||||
|
||||
#: openbox/session.c:842
|
||||
msgid "Not connected to a session manager"
|
||||
msgstr "Δεν συνδέθηκε στον διαχειριστή συνεδρίας"
|
||||
|
||||
#: openbox/startupnotify.c:243
|
||||
#, c-format
|
||||
msgid "Running %s"
|
||||
msgstr "Εκτελείται %s"
|
||||
|
||||
#: openbox/translate.c:59
|
||||
#, c-format
|
||||
msgid "Invalid modifier key \"%s\" in key/mouse binding"
|
||||
msgstr "Μη έγκυρο πλήκτρο μετατροπέα \"%s\" στο συνδυασμό πλήκτρων/ποντικού"
|
||||
|
||||
#: openbox/translate.c:138
|
||||
#, c-format
|
||||
msgid "Invalid key code \"%s\" in key binding"
|
||||
msgstr "Μη έγκυρος κώδικας πλήκτρου \"%s\" στον συνδυασμό πλήκτρου"
|
||||
|
||||
#: openbox/translate.c:145
|
||||
#, c-format
|
||||
msgid "Invalid key name \"%s\" in key binding"
|
||||
msgstr "Μη έγκυρο όνομα πλήκτρου \"%s\" στον συνδυασμό πλήκτρου"
|
||||
|
||||
#: openbox/prompt.c:200
|
||||
msgid "OK"
|
||||
msgstr "Εντάξει"
|
||||
410
po/eo.po
Normal file
410
po/eo.po
Normal file
|
|
@ -0,0 +1,410 @@
|
|||
# Esperanto translations for Waybox package.
|
||||
# Copyright (C) 2020 Joe Wisdom
|
||||
# This file is distributed under the same license as the Waybox package.
|
||||
# Keith <keith@localhost>, 2020.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Waybox 0.0.1\n"
|
||||
"Report-Msgid-Bugs-To: https://github.com/wizbright/waybox/issues\n"
|
||||
"POT-Creation-Date: 2008-11-15 22:28+0100\n"
|
||||
"PO-Revision-Date: 2020-03-10 19:35-0400\n"
|
||||
"Last-Translator: Keith <keith@localhost>\n"
|
||||
"Language-Team: Esperanto\n"
|
||||
"Language: eo\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: openbox/actions.c:149
|
||||
#, c-format
|
||||
msgid "Invalid action \"%s\" requested. No such action exists."
|
||||
msgstr "Nevalida ago \"%s\" petita. Ne ekzistas tia ago."
|
||||
|
||||
#: openbox/actions/execute.c:128
|
||||
msgid "No"
|
||||
msgstr "Ne"
|
||||
|
||||
#: openbox/actions/execute.c:129
|
||||
msgid "Yes"
|
||||
msgstr "Jes"
|
||||
|
||||
#: openbox/actions/execute.c:133
|
||||
msgid "Execute"
|
||||
msgstr "Plenumigi"
|
||||
|
||||
#: openbox/actions/execute.c:142
|
||||
#, c-format
|
||||
msgid "Failed to convert the path \"%s\" from utf8"
|
||||
msgstr "Malsukcesis konverti la vojon \"%s\" el UTF-8"
|
||||
|
||||
#: openbox/actions/exit.c:52 openbox/actions/session.c:64 openbox/client.c:3465
|
||||
msgid "Cancel"
|
||||
msgstr "Nuligi"
|
||||
|
||||
#: openbox/actions/exit.c:53
|
||||
msgid "Exit"
|
||||
msgstr "Fini"
|
||||
|
||||
#: openbox/actions/exit.c:56
|
||||
msgid "Are you sure you want to exit Waybox?"
|
||||
msgstr "Ĉu vi certas ke vi volas fini el Waybox?"
|
||||
|
||||
#: openbox/actions/exit.c:57
|
||||
msgid "Exit Waybox"
|
||||
msgstr "Fini el Waybox"
|
||||
|
||||
#. TRANSLATORS: Don't translate the word "SessionLogout" as it's the
|
||||
#. name of the action you write in rc.xml
|
||||
#: openbox/actions/session.c:43
|
||||
msgid ""
|
||||
"The SessionLogout action is not available since Waybox was built without "
|
||||
"session management support"
|
||||
msgstr ""
|
||||
"La ago SessionLogout ne estas disponebla, ĉar Waybox estis muntita sen "
|
||||
"seancadministrado"
|
||||
|
||||
#: openbox/actions/session.c:65 openbox/actions/session.c:70
|
||||
msgid "Log Out"
|
||||
msgstr "Elsaluti"
|
||||
|
||||
#: openbox/actions/session.c:69
|
||||
msgid "Are you sure you want to log out?"
|
||||
msgstr "Ĉu vi certas ke vi volas elsaluti"
|
||||
|
||||
#: openbox/client.c:2012
|
||||
msgid "Unnamed Window"
|
||||
msgstr "Sennoma fenestro"
|
||||
|
||||
#: openbox/client.c:2026 openbox/client.c:2058
|
||||
msgid "Killing..."
|
||||
msgstr "Haltigas..."
|
||||
|
||||
#: openbox/client.c:3462
|
||||
msgid "Disconnect"
|
||||
msgstr "Malkonekti"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:87 openbox/client_list_menu.c:91
|
||||
msgid "Go there..."
|
||||
msgstr "Iri tien..."
|
||||
|
||||
#: openbox/client_list_combined_menu.c:94
|
||||
msgid "Manage desktops"
|
||||
msgstr "Administri labortablojn"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:95 openbox/client_list_menu.c:155
|
||||
msgid "_Add new desktop"
|
||||
msgstr "_Aldoni novan labortablon"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:96 openbox/client_list_menu.c:156
|
||||
msgid "_Remove last desktop"
|
||||
msgstr "_Forigi antaŭan labortablon"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:149
|
||||
msgid "Windows"
|
||||
msgstr "Fenestro"
|
||||
|
||||
#: openbox/client_list_menu.c:203
|
||||
msgid "Desktops"
|
||||
msgstr "Labortablo"
|
||||
|
||||
#: openbox/client_menu.c:258
|
||||
msgid "All desktops"
|
||||
msgstr "Ĉiuj labortabloj"
|
||||
|
||||
#: openbox/client_menu.c:370
|
||||
msgid "_Layer"
|
||||
msgstr "_Tavolo"
|
||||
|
||||
#: openbox/client_menu.c:375
|
||||
msgid "Always on _top"
|
||||
msgstr "Ĉiam ĉe _supro"
|
||||
|
||||
#: openbox/client_menu.c:376
|
||||
msgid "_Normal"
|
||||
msgstr "_Normala"
|
||||
|
||||
#: openbox/client_menu.c:377
|
||||
msgid "Always on _bottom"
|
||||
msgstr "Ĉiam ĉe _malsupro"
|
||||
|
||||
#: openbox/client_menu.c:379
|
||||
msgid "_Send to desktop"
|
||||
msgstr "Sendi al _labortablo"
|
||||
|
||||
#: openbox/client_menu.c:383
|
||||
msgid "Client menu"
|
||||
msgstr "Klienta menuo"
|
||||
|
||||
#: openbox/client_menu.c:393
|
||||
msgid "R_estore"
|
||||
msgstr "R_estarigi"
|
||||
|
||||
#: openbox/client_menu.c:397
|
||||
msgid "_Move"
|
||||
msgstr "M_ovi"
|
||||
|
||||
#: openbox/client_menu.c:399
|
||||
msgid "Resi_ze"
|
||||
msgstr "Ali_grandigi"
|
||||
|
||||
#: openbox/client_menu.c:401
|
||||
msgid "Ico_nify"
|
||||
msgstr "Minim&umigi"
|
||||
|
||||
#: openbox/client_menu.c:405
|
||||
msgid "Ma_ximize"
|
||||
msgstr "Ma_ksimumigi"
|
||||
|
||||
#: openbox/client_menu.c:409
|
||||
msgid "_Roll up/down"
|
||||
msgstr "_Ruli (mal)supren/supren"
|
||||
|
||||
#: openbox/client_menu.c:411
|
||||
msgid "Un/_Decorate"
|
||||
msgstr "(Mal)ornam_i"
|
||||
|
||||
#: openbox/client_menu.c:415
|
||||
msgid "_Close"
|
||||
msgstr "F_ermi"
|
||||
|
||||
#: openbox/config.c:781
|
||||
#, c-format
|
||||
msgid "Invalid button \"%s\" specified in config file"
|
||||
msgstr "Nevalida butono \"%s\" specifita en la agorda dosiero"
|
||||
|
||||
#: openbox/config.c:956
|
||||
msgid ""
|
||||
"Waybox was compiled without image loading support. Icons in menus will not "
|
||||
"be loaded."
|
||||
msgstr ""
|
||||
"Waybox kompilumiĝis sen regado por bilda ŝargado. Piktogramoj en menuoj ne "
|
||||
"ŝargiĝos."
|
||||
|
||||
#: openbox/keyboard.c:157
|
||||
msgid "Conflict with key binding in config file"
|
||||
msgstr "Konflikto kun klavkombino en la agorda dosiero"
|
||||
|
||||
#: openbox/menu.c:102 openbox/menu.c:110
|
||||
#, c-format
|
||||
msgid "Unable to find a valid menu file \"%s\""
|
||||
msgstr "Ne eblas trovi validan menuo-dosieron \"%s\""
|
||||
|
||||
#: openbox/menu.c:170
|
||||
#, c-format
|
||||
msgid "Failed to execute command for pipe-menu \"%s\": %s"
|
||||
msgstr "Malsukcesis plenumigi komandon por dukto-menuo \"%s\": %s"
|
||||
|
||||
#: openbox/menu.c:184
|
||||
#, c-format
|
||||
msgid "Invalid output from pipe-menu \"%s\""
|
||||
msgstr "Nevalida eligo de dukto-menuo \"%s\""
|
||||
|
||||
#: openbox/menu.c:197
|
||||
#, c-format
|
||||
msgid "Attempted to access menu \"%s\" but it does not exist"
|
||||
msgstr "Provis atingi menuon \"%s\" sed ĝi ne ekzista"
|
||||
|
||||
#: openbox/menu.c:367 openbox/menu.c:368
|
||||
msgid "More..."
|
||||
msgstr "Pliaj..."
|
||||
|
||||
#: openbox/mouse.c:373
|
||||
#, c-format
|
||||
msgid "Invalid button \"%s\" in mouse binding"
|
||||
msgstr "Nevalida butono \"%s\" en butonkombino"
|
||||
|
||||
#: openbox/mouse.c:379
|
||||
#, c-format
|
||||
msgid "Invalid context \"%s\" in mouse binding"
|
||||
msgstr "Nevalida kunteksto \"%s\" en butonkombino"
|
||||
|
||||
#: openbox/openbox.c:133
|
||||
#, c-format
|
||||
msgid "Unable to change to home directory \"%s\": %s"
|
||||
msgstr "Ne eblas ŝanĝiĝi al hejmdosierujo \"%s\": %s"
|
||||
|
||||
#: openbox/openbox.c:263
|
||||
msgid "Unable to find a valid config file, using some simple defaults"
|
||||
msgstr ""
|
||||
"Ne eblas trovi validan agordan dosieron. Uzas iujn simplajn aprioraĵojn"
|
||||
|
||||
#: openbox/openbox.c:297
|
||||
msgid "Unable to load a theme."
|
||||
msgstr "Ne eblas ŝargi etoson."
|
||||
|
||||
#: openbox/openbox.c:377
|
||||
#, c-format
|
||||
msgid ""
|
||||
"One or more XML syntax errors were found while parsing the Waybox "
|
||||
"configuration files. See stdout for more information. The last error seen "
|
||||
"was in file \"%s\" line %d, with message: %s"
|
||||
msgstr ""
|
||||
"Unu aŭ pli sintaksaj eraroj de XML estis trovitaj dum analizo de la agordaj "
|
||||
"dosieroj de Waybox. Legu la eneligilon por pliaj inforomoj. La lasta eraro "
|
||||
"vidita estis en dosiero \"%s\", linio %d, kun mesaĝo: %s"
|
||||
|
||||
#: openbox/openbox.c:379
|
||||
msgid "Waybox Syntax Error"
|
||||
msgstr "Sintaksa eraro en Waybox"
|
||||
|
||||
#: openbox/openbox.c:379
|
||||
msgid "Close"
|
||||
msgstr "Fermi"
|
||||
|
||||
#: openbox/openbox.c:448
|
||||
#, c-format
|
||||
msgid "Restart failed to execute new executable \"%s\": %s"
|
||||
msgstr "Restarto malsukcesis plenumigi novan plenumigeblaĵon \"%s\": %s"
|
||||
|
||||
#: openbox/openbox.c:518 openbox/openbox.c:520
|
||||
msgid "Copyright (c)"
|
||||
msgstr "Kopirajto (c)"
|
||||
|
||||
#: openbox/openbox.c:529
|
||||
msgid "Syntax: openbox [options]\n"
|
||||
msgstr "Sintakso: openbox [elektebloj]\n"
|
||||
|
||||
#: openbox/openbox.c:530
|
||||
msgid ""
|
||||
"\n"
|
||||
"Options:\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"Elektebloj:\n"
|
||||
|
||||
#: openbox/openbox.c:531
|
||||
msgid " --help Display this help and exit\n"
|
||||
msgstr " --help Montri ĉi tiun helpilon kaj finiĝi\n"
|
||||
|
||||
#: openbox/openbox.c:532
|
||||
msgid " --version Display the version and exit\n"
|
||||
msgstr " --version Montri la eldonon kaj finiĝi\n"
|
||||
|
||||
#. TRANSLATORS: if you translate "FILE" here, make sure to keep the "Specify..."
|
||||
#. aligned still, if you have to, make a new line with \n and 22 spaces. It's
|
||||
#. fine to leave it as FILE though.
|
||||
#: openbox/openbox.c:537
|
||||
msgid " --config-file FILE Specify the path to the config file to use\n"
|
||||
msgstr ""
|
||||
" --config-file DOSIERO\n"
|
||||
" La vojo de la uzota agorda dosiero\n"
|
||||
|
||||
#: openbox/openbox.c:538
|
||||
msgid " --sm-disable Disable connection to the session manager\n"
|
||||
msgstr " --sm-disable Malebligi konektiĝon al la seancadministrilo\n"
|
||||
|
||||
#: openbox/openbox.c:543
|
||||
msgid ""
|
||||
"\n"
|
||||
"Debugging options:\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"Senerarigaj elektebloj:\n"
|
||||
|
||||
#: openbox/openbox.c:544
|
||||
msgid " --sync Run in synchronous mode\n"
|
||||
msgstr " --sync Plenumigi laŭ sinkrona reĝimo\n"
|
||||
|
||||
#: openbox/openbox.c:545
|
||||
msgid " --debug Display debugging output\n"
|
||||
msgstr " --debug Montri senerarigajn eligojn\n"
|
||||
|
||||
#: openbox/openbox.c:546
|
||||
msgid " --debug-focus Display debugging output for focus handling\n"
|
||||
msgstr " --debug-focus Montri senerarigajn eligojn por fokus-traktado\n"
|
||||
|
||||
#: openbox/openbox.c:548
|
||||
msgid " --startup CMD Run CMD after starting\n"
|
||||
msgstr " --startup KOMANDO Plenumiĝos KOMANDO post starto\n"
|
||||
|
||||
#: openbox/openbox.c:551
|
||||
msgid " --debug-session Display debugging output for session management\n"
|
||||
msgstr ""
|
||||
" --debug-session Montri senerarigajn eligojn por seancadminstrado\n"
|
||||
|
||||
#: openbox/openbox.c:548
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
"Please report bugs at %s\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"Bonvolu sendi programerarojn al %s\n"
|
||||
|
||||
#: openbox/openbox.c:617
|
||||
msgid "%s requires an argument\n"
|
||||
msgstr "%s postulas argumenton\n"
|
||||
|
||||
#: openbox/openbox.c:660
|
||||
#, c-format
|
||||
msgid "Invalid command line argument \"%s\"\n"
|
||||
msgstr "Nevalida komandlinia argumento \"%s\"\n"
|
||||
|
||||
#. TRANSLATORS: If you need to specify a different order of the
|
||||
#. arguments, you can use %1$d for the first one and %2$d for the
|
||||
#. second one. For example,
|
||||
#. "The current session has %2$d desktops, but Waybox is configured for %1$d ..."
|
||||
#: openbox/screen.c:412
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Waybox is configured for %d desktop, but the current session has %d. "
|
||||
"Overriding the Waybox configuration."
|
||||
msgid_plural ""
|
||||
"Waybox is configured for %d desktops, but the current session has %d. "
|
||||
"Overriding the Waybox configuration."
|
||||
msgstr[0] ""
|
||||
"Waybox estas agordata por %d labortablo, sed la nuna seanco havas %d. "
|
||||
"Superregas la Waybox-agordon."
|
||||
msgstr[1] ""
|
||||
"Waybox estas agordata por %d labortabloj, sed la nuna seanco havas %d. "
|
||||
"Superregas la Waybox-agordon."
|
||||
|
||||
#: openbox/screen.c:1180
|
||||
#, c-format
|
||||
msgid "desktop %i"
|
||||
msgstr "labortablo %i"
|
||||
|
||||
#: openbox/session.c:104
|
||||
#, c-format
|
||||
msgid "Unable to make directory \"%s\": %s"
|
||||
msgstr "Ne eblas fari dosierujon \"%s\": %s"
|
||||
|
||||
#: openbox/session.c:466
|
||||
#, c-format
|
||||
msgid "Unable to save the session to \"%s\": %s"
|
||||
msgstr "Ne eblas konservi la seancon al \"%s\": %s"
|
||||
|
||||
#: openbox/session.c:605
|
||||
#, c-format
|
||||
msgid "Error while saving the session to \"%s\": %s"
|
||||
msgstr "Eraro dum konservi la seancon al \"%s\": %s"
|
||||
|
||||
#: openbox/session.c:842
|
||||
msgid "Not connected to a session manager"
|
||||
msgstr "Ne konektiĝinta al seancadministrilo"
|
||||
|
||||
#: openbox/startupnotify.c:243
|
||||
#, c-format
|
||||
msgid "Running %s"
|
||||
msgstr "Plenumas je %s"
|
||||
|
||||
#: openbox/translate.c:59
|
||||
#, c-format
|
||||
msgid "Invalid modifier key \"%s\" in key/mouse binding"
|
||||
msgstr "Nevalida modifila klavo \"%s\" en klava/butona kombino"
|
||||
|
||||
#: openbox/translate.c:138
|
||||
#, c-format
|
||||
msgid "Invalid key code \"%s\" in key binding"
|
||||
msgstr "Nevalida klavkodo \"%s\" en klavkombino"
|
||||
|
||||
#: openbox/translate.c:145
|
||||
#, c-format
|
||||
msgid "Invalid key name \"%s\" in key binding"
|
||||
msgstr "Nevalida klavnomo \"%s\" en klavkombino"
|
||||
|
||||
#: openbox/prompt.c:200
|
||||
msgid "OK"
|
||||
msgstr "Bone"
|
||||
415
po/es.po
Normal file
415
po/es.po
Normal file
|
|
@ -0,0 +1,415 @@
|
|||
# Spanish messages for openbox.
|
||||
# Copyright (C) 2020 Joe Wisdom
|
||||
# This file is distributed under the same license as the Waybox package.
|
||||
# Miguel Calleja Gómez <mcg79@lycos.es>, 2005.
|
||||
# Gustavo Varela <gustavo.varela [en] gmail [punto] com>, 2007
|
||||
# David Merino <rastiazul at yahoo . com>, 2007.
|
||||
# Elián Hanisch <lambdae2@gmail.com>, 2008.
|
||||
# Nicolás de la Torre <ndelatorre@gmail.com>, 2008.
|
||||
# Gerardo Seguin (aka galux) >galux at esdebian dot org>, 2010.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Waybox 0.0.1\n"
|
||||
"Report-Msgid-Bugs-To: https://github.com/wizbright/waybox/issues\n"
|
||||
"POT-Creation-Date: 2008-11-15 22:28+0100\n"
|
||||
"PO-Revision-Date: 2020-03-10 14:07-0400\n"
|
||||
"Last-Translator: Nicolás de la Torre <ndelatorre@gmail.com>\n"
|
||||
"Language-Team: español <es@li.org>\n"
|
||||
"Language: es\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: openbox/actions.c:149
|
||||
#, c-format
|
||||
msgid "Invalid action \"%s\" requested. No such action exists."
|
||||
msgstr "La acción \"%s\" solicitada es inválida. No existe tal acción."
|
||||
|
||||
#: openbox/actions/execute.c:128
|
||||
msgid "No"
|
||||
msgstr "No"
|
||||
|
||||
#: openbox/actions/execute.c:129
|
||||
msgid "Yes"
|
||||
msgstr "Sí"
|
||||
|
||||
#: openbox/actions/execute.c:133
|
||||
msgid "Execute"
|
||||
msgstr "Ejecutar"
|
||||
|
||||
#: openbox/actions/execute.c:142
|
||||
#, c-format
|
||||
msgid "Failed to convert the path \"%s\" from utf8"
|
||||
msgstr "No se pudo convertir la ruta \"%s\" desde utf8"
|
||||
|
||||
#: openbox/actions/exit.c:52 openbox/actions/session.c:64 openbox/client.c:3465
|
||||
msgid "Cancel"
|
||||
msgstr "Cancelar"
|
||||
|
||||
#: openbox/actions/exit.c:53
|
||||
msgid "Exit"
|
||||
msgstr "Salir"
|
||||
|
||||
#: openbox/actions/exit.c:56
|
||||
msgid "Are you sure you want to exit Waybox?"
|
||||
msgstr "¿Está seguro que desea salir de Waybox?"
|
||||
|
||||
#: openbox/actions/exit.c:57
|
||||
msgid "Exit Waybox"
|
||||
msgstr "Salir de Waybox"
|
||||
|
||||
#. TRANSLATORS: Don't translate the word "SessionLogout" as it's the
|
||||
#. name of the action you write in rc.xml
|
||||
#: openbox/actions/session.c:43
|
||||
msgid ""
|
||||
"The SessionLogout action is not available since Waybox was built without "
|
||||
"session management support"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/actions/session.c:65 openbox/actions/session.c:70
|
||||
msgid "Log Out"
|
||||
msgstr "Salir"
|
||||
|
||||
#: openbox/actions/session.c:69
|
||||
msgid "Are you sure you want to log out?"
|
||||
msgstr "¿Está seguro que desea salir?"
|
||||
|
||||
#: openbox/client.c:2012
|
||||
msgid "Unnamed Window"
|
||||
msgstr "Ventana sin nombre"
|
||||
|
||||
#: openbox/client.c:2026 openbox/client.c:2058
|
||||
msgid "Killing..."
|
||||
msgstr "Terminando..."
|
||||
|
||||
#: openbox/client.c:3462
|
||||
msgid "Disconnect"
|
||||
msgstr "Desconectar"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:87 openbox/client_list_menu.c:91
|
||||
msgid "Go there..."
|
||||
msgstr "Ir ahí..."
|
||||
|
||||
#: openbox/client_list_combined_menu.c:94
|
||||
msgid "Manage desktops"
|
||||
msgstr "Administrar escritorios"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:95 openbox/client_list_menu.c:155
|
||||
msgid "_Add new desktop"
|
||||
msgstr "_Añadir un nuevo escritorio"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:96 openbox/client_list_menu.c:156
|
||||
msgid "_Remove last desktop"
|
||||
msgstr "_Quitar el último escritorio"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:149
|
||||
msgid "Windows"
|
||||
msgstr "Ventanas"
|
||||
|
||||
#: openbox/client_list_menu.c:203
|
||||
msgid "Desktops"
|
||||
msgstr "Escritorios"
|
||||
|
||||
#: openbox/client_menu.c:258
|
||||
msgid "All desktops"
|
||||
msgstr "Todos los escritorios"
|
||||
|
||||
#: openbox/client_menu.c:370
|
||||
msgid "_Layer"
|
||||
msgstr "_Capa"
|
||||
|
||||
#: openbox/client_menu.c:375
|
||||
msgid "Always on _top"
|
||||
msgstr "Siempre _encima"
|
||||
|
||||
#: openbox/client_menu.c:376
|
||||
msgid "_Normal"
|
||||
msgstr "_Normal"
|
||||
|
||||
#: openbox/client_menu.c:377
|
||||
msgid "Always on _bottom"
|
||||
msgstr "Siempre _debajo"
|
||||
|
||||
#: openbox/client_menu.c:379
|
||||
msgid "_Send to desktop"
|
||||
msgstr "_Enviar al escritorio"
|
||||
|
||||
#: openbox/client_menu.c:383
|
||||
msgid "Client menu"
|
||||
msgstr "Menú del cliente"
|
||||
|
||||
#: openbox/client_menu.c:393
|
||||
msgid "R_estore"
|
||||
msgstr "Rest_aurar"
|
||||
|
||||
#: openbox/client_menu.c:397
|
||||
msgid "_Move"
|
||||
msgstr "_Mover"
|
||||
|
||||
#: openbox/client_menu.c:399
|
||||
msgid "Resi_ze"
|
||||
msgstr "Redimen_sionar"
|
||||
|
||||
#: openbox/client_menu.c:401
|
||||
msgid "Ico_nify"
|
||||
msgstr "Mi_nimizar"
|
||||
|
||||
#: openbox/client_menu.c:405
|
||||
msgid "Ma_ximize"
|
||||
msgstr "Ma_ximizar"
|
||||
|
||||
#: openbox/client_menu.c:409
|
||||
msgid "_Roll up/down"
|
||||
msgstr "En/Desen_rollar"
|
||||
|
||||
#: openbox/client_menu.c:411
|
||||
msgid "Un/_Decorate"
|
||||
msgstr "_Decorar"
|
||||
|
||||
#: openbox/client_menu.c:415
|
||||
msgid "_Close"
|
||||
msgstr "_Cerrar"
|
||||
|
||||
#: openbox/config.c:781
|
||||
#, c-format
|
||||
msgid "Invalid button \"%s\" specified in config file"
|
||||
msgstr "Botón inválido \"%s\" especificado en el archivo de configuración"
|
||||
|
||||
#: openbox/config.c:956
|
||||
msgid ""
|
||||
"Waybox was compiled without image loading support. Icons in menus will not "
|
||||
"be loaded."
|
||||
msgstr ""
|
||||
|
||||
#: openbox/keyboard.c:157
|
||||
msgid "Conflict with key binding in config file"
|
||||
msgstr "Conflicto con la combinación de teclas en el archivo de configuración"
|
||||
|
||||
#: openbox/menu.c:102 openbox/menu.c:110
|
||||
#, c-format
|
||||
msgid "Unable to find a valid menu file \"%s\""
|
||||
msgstr "No es posible encontrar un archivo de menú \"%s\" válido"
|
||||
|
||||
#: openbox/menu.c:170
|
||||
#, c-format
|
||||
msgid "Failed to execute command for pipe-menu \"%s\": %s"
|
||||
msgstr "No se pudo ejecutar el comando para el pipe-menu \"%s\": \"%s\""
|
||||
|
||||
#: openbox/menu.c:184
|
||||
#, c-format
|
||||
msgid "Invalid output from pipe-menu \"%s\""
|
||||
msgstr "Salida inválida del pipe-menu \"%s\""
|
||||
|
||||
#: openbox/menu.c:197
|
||||
#, c-format
|
||||
msgid "Attempted to access menu \"%s\" but it does not exist"
|
||||
msgstr "Se intentó acceder al menú \"%s\" pero éste no existe"
|
||||
|
||||
#: openbox/menu.c:367 openbox/menu.c:368
|
||||
msgid "More..."
|
||||
msgstr "Más..."
|
||||
|
||||
#: openbox/mouse.c:373
|
||||
#, c-format
|
||||
msgid "Invalid button \"%s\" in mouse binding"
|
||||
msgstr "Botón inválido \"%s\" asociado al ratón"
|
||||
|
||||
#: openbox/mouse.c:379
|
||||
#, c-format
|
||||
msgid "Invalid context \"%s\" in mouse binding"
|
||||
msgstr "Contexto inválido \"%s\" asociado al ratón"
|
||||
|
||||
#: openbox/openbox.c:133
|
||||
#, c-format
|
||||
msgid "Unable to change to home directory \"%s\": %s"
|
||||
msgstr "No es posible cambiar al directorio home \"%s\": %s"
|
||||
|
||||
#: openbox/openbox.c:263
|
||||
msgid "Unable to find a valid config file, using some simple defaults"
|
||||
msgstr ""
|
||||
"No es posible encontrar un archivo de configuración válido, usando algunos "
|
||||
"valores por defecto"
|
||||
|
||||
#: openbox/openbox.c:297
|
||||
msgid "Unable to load a theme."
|
||||
msgstr "No es posible cargar el tema."
|
||||
|
||||
#: openbox/openbox.c:377
|
||||
#, c-format
|
||||
msgid ""
|
||||
"One or more XML syntax errors were found while parsing the Waybox "
|
||||
"configuration files. See stdout for more information. The last error seen "
|
||||
"was in file \"%s\" line %d, with message: %s"
|
||||
msgstr ""
|
||||
"Uno o más errores de sintaxis XML fueron encontrados leyendo los archivos de "
|
||||
"configuración de Waybox. Ver salida (stdout) para mas información. El último "
|
||||
"error viste estaba en el archivo \"%s\" linea %d, con el mensaje: %s"
|
||||
|
||||
#: openbox/openbox.c:379
|
||||
msgid "Waybox Syntax Error"
|
||||
msgstr "Error de Sintaxis de Waybox"
|
||||
|
||||
#: openbox/openbox.c:379
|
||||
msgid "Close"
|
||||
msgstr "Cerrar"
|
||||
|
||||
#: openbox/openbox.c:448
|
||||
#, c-format
|
||||
msgid "Restart failed to execute new executable \"%s\": %s"
|
||||
msgstr "El reinicio impidió iniciar el nuevo ejecutable \"%s\": %s"
|
||||
|
||||
#: openbox/openbox.c:518 openbox/openbox.c:520
|
||||
msgid "Copyright (c)"
|
||||
msgstr "Copyright (c)"
|
||||
|
||||
#: openbox/openbox.c:529
|
||||
msgid "Syntax: openbox [options]\n"
|
||||
msgstr "Sintaxis: openbox [opciones]\n"
|
||||
|
||||
#: openbox/openbox.c:530
|
||||
msgid ""
|
||||
"\n"
|
||||
"Options:\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"Opciones:\n"
|
||||
|
||||
#: openbox/openbox.c:531
|
||||
msgid " --help Display this help and exit\n"
|
||||
msgstr " --help Muestra esta ayuda y sale\n"
|
||||
|
||||
#: openbox/openbox.c:532
|
||||
msgid " --version Display the version and exit\n"
|
||||
msgstr " --version Muestra la versión y sale\n"
|
||||
|
||||
#. TRANSLATORS: if you translate "FILE" here, make sure to keep the "Specify..."
|
||||
#. aligned still, if you have to, make a new line with \n and 22 spaces. It's
|
||||
#. fine to leave it as FILE though.
|
||||
#: openbox/openbox.c:537
|
||||
msgid " --config-file FILE Specify the path to the config file to use\n"
|
||||
msgstr ""
|
||||
" --config-file ARCHIVO\n"
|
||||
" Especifique la ruta del archivo de configuración a "
|
||||
"usar\n"
|
||||
|
||||
#: openbox/openbox.c:538
|
||||
msgid " --sm-disable Disable connection to the session manager\n"
|
||||
msgstr ""
|
||||
" --sm-disable Deshabilita la conexión con el gestor de sesión\n"
|
||||
|
||||
#: openbox/openbox.c:543
|
||||
msgid ""
|
||||
"\n"
|
||||
"Debugging options:\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"Opciones de depuración:\n"
|
||||
|
||||
#: openbox/openbox.c:544
|
||||
msgid " --sync Run in synchronous mode\n"
|
||||
msgstr " --sync Ejecutar en modo sincrónico\n"
|
||||
|
||||
#: openbox/openbox.c:545
|
||||
msgid " --debug Display debugging output\n"
|
||||
msgstr " --debug Mostrar salida del depurador\n"
|
||||
|
||||
#: openbox/openbox.c:546
|
||||
msgid " --debug-focus Display debugging output for focus handling\n"
|
||||
msgstr ""
|
||||
" --debug-focus Mostrar salida del depurador para el manejo del foco\n"
|
||||
|
||||
#: openbox/openbox.c:548
|
||||
msgid " --startup CMD Run CMD after starting\n"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/openbox.c:551
|
||||
msgid " --debug-session Display debugging output for session management\n"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/openbox.c:548
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
"Please report bugs at %s\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"Por favor, enviar los errores a %s\n"
|
||||
|
||||
#: openbox/openbox.c:617
|
||||
msgid "%s requires an argument\n"
|
||||
msgstr "%s requiere un argumento\n"
|
||||
|
||||
#: openbox/openbox.c:660
|
||||
#, c-format
|
||||
msgid "Invalid command line argument \"%s\"\n"
|
||||
msgstr "Argumento de la línea de comando inválido \"%s\"\n"
|
||||
|
||||
#. TRANSLATORS: If you need to specify a different order of the
|
||||
#. arguments, you can use %1$d for the first one and %2$d for the
|
||||
#. second one. For example,
|
||||
#. "The current session has %2$d desktops, but Waybox is configured for %1$d ..."
|
||||
#: openbox/screen.c:412
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Waybox is configured for %d desktop, but the current session has %d. "
|
||||
"Overriding the Waybox configuration."
|
||||
msgid_plural ""
|
||||
"Waybox is configured for %d desktops, but the current session has %d. "
|
||||
"Overriding the Waybox configuration."
|
||||
msgstr[0] ""
|
||||
"Waybox está configurado para escritorio %d, pero la sesión actual usa %d. "
|
||||
"Invalidando la configuración de Waybox."
|
||||
msgstr[1] ""
|
||||
"Waybox está configurado para escritorios %d, pero la sesión actual usa %d. "
|
||||
"Invalidando la configuración de Waybox."
|
||||
|
||||
#: openbox/screen.c:1180
|
||||
#, c-format
|
||||
msgid "desktop %i"
|
||||
msgstr "Escritorio %i"
|
||||
|
||||
#: openbox/session.c:104
|
||||
#, fuzzy, c-format
|
||||
msgid "Unable to make directory \"%s\": %s"
|
||||
msgstr "No es posible cambiar al directorio home \"%s\": %s"
|
||||
|
||||
#: openbox/session.c:466
|
||||
#, fuzzy, c-format
|
||||
msgid "Unable to save the session to \"%s\": %s"
|
||||
msgstr "No es posible cambiar al directorio home \"%s\": %s"
|
||||
|
||||
#: openbox/session.c:605
|
||||
#, c-format
|
||||
msgid "Error while saving the session to \"%s\": %s"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/session.c:842
|
||||
msgid "Not connected to a session manager"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/startupnotify.c:243
|
||||
#, c-format
|
||||
msgid "Running %s"
|
||||
msgstr "Ejecutando %s"
|
||||
|
||||
#: openbox/translate.c:59
|
||||
#, c-format
|
||||
msgid "Invalid modifier key \"%s\" in key/mouse binding"
|
||||
msgstr ""
|
||||
"El modificador de la tecla \"%s\" es inválido para combinaciones de teclas o "
|
||||
"ratón"
|
||||
|
||||
#: openbox/translate.c:138
|
||||
#, c-format
|
||||
msgid "Invalid key code \"%s\" in key binding"
|
||||
msgstr "El código de tecla \"%s\" es inválido"
|
||||
|
||||
#: openbox/translate.c:145
|
||||
#, c-format
|
||||
msgid "Invalid key name \"%s\" in key binding"
|
||||
msgstr "El nombre de tecla \"%s\" es inválido"
|
||||
|
||||
#: openbox/prompt.c:200
|
||||
msgid "OK"
|
||||
msgstr "OK"
|
||||
406
po/et.po
Normal file
406
po/et.po
Normal file
|
|
@ -0,0 +1,406 @@
|
|||
# Wayboxi eesti keele tõlge
|
||||
# translation of openbox to Estonian
|
||||
# Copyright (C) 2020 Joe Wisdom
|
||||
# This file is distributed under the same license as the Waybox package.
|
||||
#
|
||||
# Andres Järv <andresjarv@gmail.com>, 2007.
|
||||
# Mihkel <turakas gmail com>, 2010
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Waybox 0.0.1\n"
|
||||
"Report-Msgid-Bugs-To: https://github.com/wizbright/waybox/issues\n"
|
||||
"POT-Creation-Date: 2008-11-15 22:28+0100\n"
|
||||
"PO-Revision-Date: 2020-03-10 14:07-0400\n"
|
||||
"Last-Translator: mihkel <turakas@gmail.com>\n"
|
||||
"Language-Team: Estonian <et@li.org>\n"
|
||||
"Language: et\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: openbox/actions.c:149
|
||||
#, c-format
|
||||
msgid "Invalid action \"%s\" requested. No such action exists."
|
||||
msgstr "Taotleti kehtetut käsklust \"%s\". Sellist käsklust pole olemas."
|
||||
|
||||
#: openbox/actions/execute.c:128
|
||||
msgid "No"
|
||||
msgstr "Ei"
|
||||
|
||||
#: openbox/actions/execute.c:129
|
||||
msgid "Yes"
|
||||
msgstr "Jah"
|
||||
|
||||
#: openbox/actions/execute.c:133
|
||||
msgid "Execute"
|
||||
msgstr "Käivita"
|
||||
|
||||
#: openbox/actions/execute.c:142
|
||||
#, c-format
|
||||
msgid "Failed to convert the path \"%s\" from utf8"
|
||||
msgstr "Raja \"%s\" ümberkodeerimine UTF8-st ebaõnnestus"
|
||||
|
||||
#: openbox/actions/exit.c:52 openbox/actions/session.c:64 openbox/client.c:3465
|
||||
msgid "Cancel"
|
||||
msgstr "Katkesta"
|
||||
|
||||
#: openbox/actions/exit.c:53
|
||||
msgid "Exit"
|
||||
msgstr "Välju"
|
||||
|
||||
#: openbox/actions/exit.c:56
|
||||
msgid "Are you sure you want to exit Waybox?"
|
||||
msgstr "Kas oled kindel, et soovid OpenBoxist väljuda?"
|
||||
|
||||
#: openbox/actions/exit.c:57
|
||||
msgid "Exit Waybox"
|
||||
msgstr "Välju Waybox-st"
|
||||
|
||||
#. TRANSLATORS: Don't translate the word "SessionLogout" as it's the
|
||||
#. name of the action you write in rc.xml
|
||||
#: openbox/actions/session.c:43
|
||||
msgid ""
|
||||
"The SessionLogout action is not available since Waybox was built without "
|
||||
"session management support"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/actions/session.c:65 openbox/actions/session.c:70
|
||||
msgid "Log Out"
|
||||
msgstr "Logi välja"
|
||||
|
||||
#: openbox/actions/session.c:69
|
||||
msgid "Are you sure you want to log out?"
|
||||
msgstr "Kas oled kindel, et soovid välja logida?"
|
||||
|
||||
#: openbox/client.c:2012
|
||||
msgid "Unnamed Window"
|
||||
msgstr "Nimetu aken"
|
||||
|
||||
#: openbox/client.c:2026 openbox/client.c:2058
|
||||
msgid "Killing..."
|
||||
msgstr "Tapan..."
|
||||
|
||||
#: openbox/client.c:3462
|
||||
msgid "Disconnect"
|
||||
msgstr "Ühenda lahti"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:87 openbox/client_list_menu.c:91
|
||||
msgid "Go there..."
|
||||
msgstr "Mine sinna..."
|
||||
|
||||
#: openbox/client_list_combined_menu.c:94
|
||||
msgid "Manage desktops"
|
||||
msgstr "Halda töölaudu"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:95 openbox/client_list_menu.c:155
|
||||
msgid "_Add new desktop"
|
||||
msgstr "_Lisa uus töölaud"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:96 openbox/client_list_menu.c:156
|
||||
msgid "_Remove last desktop"
|
||||
msgstr "_Eemalda viimane töölaud"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:149
|
||||
msgid "Windows"
|
||||
msgstr "Aknad"
|
||||
|
||||
#: openbox/client_list_menu.c:203
|
||||
msgid "Desktops"
|
||||
msgstr "Töölauad"
|
||||
|
||||
#: openbox/client_menu.c:258
|
||||
msgid "All desktops"
|
||||
msgstr "Kõik töölauad"
|
||||
|
||||
#: openbox/client_menu.c:370
|
||||
msgid "_Layer"
|
||||
msgstr "_Kiht"
|
||||
|
||||
#: openbox/client_menu.c:375
|
||||
msgid "Always on _top"
|
||||
msgstr "Aken teiste _peal"
|
||||
|
||||
#: openbox/client_menu.c:376
|
||||
msgid "_Normal"
|
||||
msgstr "_Normaalne"
|
||||
|
||||
#: openbox/client_menu.c:377
|
||||
msgid "Always on _bottom"
|
||||
msgstr "Aken teiste _all"
|
||||
|
||||
#: openbox/client_menu.c:379
|
||||
msgid "_Send to desktop"
|
||||
msgstr "_Saada töölauale"
|
||||
|
||||
#: openbox/client_menu.c:383
|
||||
msgid "Client menu"
|
||||
msgstr "Kliendi menüü"
|
||||
|
||||
#: openbox/client_menu.c:393
|
||||
msgid "R_estore"
|
||||
msgstr "_Taasta"
|
||||
|
||||
#: openbox/client_menu.c:397
|
||||
msgid "_Move"
|
||||
msgstr "_Liiguta"
|
||||
|
||||
#: openbox/client_menu.c:399
|
||||
msgid "Resi_ze"
|
||||
msgstr "Muuda _suurust"
|
||||
|
||||
#: openbox/client_menu.c:401
|
||||
msgid "Ico_nify"
|
||||
msgstr "Muuda _ikooniks"
|
||||
|
||||
#: openbox/client_menu.c:405
|
||||
msgid "Ma_ximize"
|
||||
msgstr "Ma_ksimeeri"
|
||||
|
||||
#: openbox/client_menu.c:409
|
||||
msgid "_Roll up/down"
|
||||
msgstr "_Rulli üles/alla"
|
||||
|
||||
#: openbox/client_menu.c:411
|
||||
msgid "Un/_Decorate"
|
||||
msgstr "Äär_ed sisse/välja"
|
||||
|
||||
#: openbox/client_menu.c:415
|
||||
msgid "_Close"
|
||||
msgstr "S_ulge"
|
||||
|
||||
#: openbox/config.c:781
|
||||
#, c-format
|
||||
msgid "Invalid button \"%s\" specified in config file"
|
||||
msgstr "Vigane nupp \"%s\" määratud seadistuste failis"
|
||||
|
||||
#: openbox/config.c:956
|
||||
msgid ""
|
||||
"Waybox was compiled without image loading support. Icons in menus will not "
|
||||
"be loaded."
|
||||
msgstr ""
|
||||
|
||||
#: openbox/keyboard.c:157
|
||||
msgid "Conflict with key binding in config file"
|
||||
msgstr "Konflikt kiirklahviga seadistuste failis"
|
||||
|
||||
#: openbox/menu.c:102 openbox/menu.c:110
|
||||
#, c-format
|
||||
msgid "Unable to find a valid menu file \"%s\""
|
||||
msgstr "Ei suudetud leida kehtivat menüüfaili \"%s\""
|
||||
|
||||
#: openbox/menu.c:170
|
||||
#, c-format
|
||||
msgid "Failed to execute command for pipe-menu \"%s\": %s"
|
||||
msgstr "Ei suudetud käivitada torumenüü \"%s\" käsku: %s"
|
||||
|
||||
#: openbox/menu.c:184
|
||||
#, c-format
|
||||
msgid "Invalid output from pipe-menu \"%s\""
|
||||
msgstr "Vigane väljund torumenüüst \"%s\""
|
||||
|
||||
#: openbox/menu.c:197
|
||||
#, c-format
|
||||
msgid "Attempted to access menu \"%s\" but it does not exist"
|
||||
msgstr "Üritati ligi pääseda menüüle \"%s\", aga seda pole olemas"
|
||||
|
||||
#: openbox/menu.c:367 openbox/menu.c:368
|
||||
msgid "More..."
|
||||
msgstr "Rohkem..."
|
||||
|
||||
#: openbox/mouse.c:373
|
||||
#, c-format
|
||||
msgid "Invalid button \"%s\" in mouse binding"
|
||||
msgstr "Vigane nupp \"%s\" hiire kiirklahvides"
|
||||
|
||||
#: openbox/mouse.c:379
|
||||
#, c-format
|
||||
msgid "Invalid context \"%s\" in mouse binding"
|
||||
msgstr "Vigane kontekst \"%s\" hiire kiirklahvides"
|
||||
|
||||
#: openbox/openbox.c:133
|
||||
#, c-format
|
||||
msgid "Unable to change to home directory \"%s\": %s"
|
||||
msgstr "Ei suudetud siseneda kodukataloogi \"%s\": %s"
|
||||
|
||||
#: openbox/openbox.c:263
|
||||
msgid "Unable to find a valid config file, using some simple defaults"
|
||||
msgstr ""
|
||||
"Kehtiva seadistuste faili leidmine ebaõnnestus, kasutatakse lihtsaid "
|
||||
"vaikimisi seadeid"
|
||||
|
||||
#: openbox/openbox.c:297
|
||||
msgid "Unable to load a theme."
|
||||
msgstr "Teema laadimine ebaõnnestus."
|
||||
|
||||
#: openbox/openbox.c:377
|
||||
#, c-format
|
||||
msgid ""
|
||||
"One or more XML syntax errors were found while parsing the Waybox "
|
||||
"configuration files. See stdout for more information. The last error seen "
|
||||
"was in file \"%s\" line %d, with message: %s"
|
||||
msgstr ""
|
||||
"Üks või enam XML süntaki viga leiti Wayboxi seadistuse faili parsides. "
|
||||
"Rohkem infot leiad stdout-st. Viimane viga oli failis \"%s\", real %d ja "
|
||||
"sõnum oli: %s"
|
||||
|
||||
#: openbox/openbox.c:379
|
||||
msgid "Waybox Syntax Error"
|
||||
msgstr "Wayboxi süntaksi viga"
|
||||
|
||||
#: openbox/openbox.c:379
|
||||
msgid "Close"
|
||||
msgstr "Sulge"
|
||||
|
||||
#: openbox/openbox.c:448
|
||||
#, c-format
|
||||
msgid "Restart failed to execute new executable \"%s\": %s"
|
||||
msgstr "Taaskäivitusel ebaõnnestus uue käivitusfaili \"%s\" käivitamine: %s"
|
||||
|
||||
#: openbox/openbox.c:518 openbox/openbox.c:520
|
||||
msgid "Copyright (c)"
|
||||
msgstr "Autoriõigused (c)"
|
||||
|
||||
#: openbox/openbox.c:529
|
||||
msgid "Syntax: openbox [options]\n"
|
||||
msgstr "Süntaks: openbox [seaded]\n"
|
||||
|
||||
#: openbox/openbox.c:530
|
||||
msgid ""
|
||||
"\n"
|
||||
"Options:\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"Seaded:\n"
|
||||
|
||||
#: openbox/openbox.c:531
|
||||
msgid " --help Display this help and exit\n"
|
||||
msgstr " --help Selle abi kuvamine ja väljumine\n"
|
||||
|
||||
#: openbox/openbox.c:532
|
||||
msgid " --version Display the version and exit\n"
|
||||
msgstr " --version Versiooni kuvamine ja väljumine\n"
|
||||
|
||||
#. TRANSLATORS: if you translate "FILE" here, make sure to keep the "Specify..."
|
||||
#. aligned still, if you have to, make a new line with \n and 22 spaces. It's
|
||||
#. fine to leave it as FILE though.
|
||||
#: openbox/openbox.c:537
|
||||
msgid " --config-file FILE Specify the path to the config file to use\n"
|
||||
msgstr " --config-file FAIL Määra kasutatava seadistuste faili teekond\n"
|
||||
|
||||
#: openbox/openbox.c:538
|
||||
msgid " --sm-disable Disable connection to the session manager\n"
|
||||
msgstr " --sm-disable Seansihalduriga ühenduse keelamine\n"
|
||||
|
||||
#: openbox/openbox.c:543
|
||||
msgid ""
|
||||
"\n"
|
||||
"Debugging options:\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"Silumise seaded:\n"
|
||||
|
||||
#: openbox/openbox.c:544
|
||||
msgid " --sync Run in synchronous mode\n"
|
||||
msgstr " --sync Sünkroonselt jooksutamine\n"
|
||||
|
||||
#: openbox/openbox.c:545
|
||||
msgid " --debug Display debugging output\n"
|
||||
msgstr " --debug Silumisväljundi kuvamine\n"
|
||||
|
||||
#: openbox/openbox.c:546
|
||||
msgid " --debug-focus Display debugging output for focus handling\n"
|
||||
msgstr " --debug-focus Fookusekäsitluse siluriväljundi kuvamine\n"
|
||||
|
||||
#: openbox/openbox.c:548
|
||||
msgid " --startup CMD Run CMD after starting\n"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/openbox.c:551
|
||||
msgid " --debug-session Display debugging output for session management\n"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/openbox.c:548
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
"Please report bugs at %s\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"Palun teata vigadest siia %s\n"
|
||||
|
||||
#: openbox/openbox.c:617
|
||||
msgid "%s requires an argument\n"
|
||||
msgstr "%s nõuab argumenti\n"
|
||||
|
||||
#: openbox/openbox.c:660
|
||||
#, c-format
|
||||
msgid "Invalid command line argument \"%s\"\n"
|
||||
msgstr "Vigane käsurea argument \"%s\"\n"
|
||||
|
||||
#. TRANSLATORS: If you need to specify a different order of the
|
||||
#. arguments, you can use %1$d for the first one and %2$d for the
|
||||
#. second one. For example,
|
||||
#. "The current session has %2$d desktops, but Waybox is configured for %1$d ..."
|
||||
#: openbox/screen.c:412
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Waybox is configured for %d desktop, but the current session has %d. "
|
||||
"Overriding the Waybox configuration."
|
||||
msgid_plural ""
|
||||
"Waybox is configured for %d desktops, but the current session has %d. "
|
||||
"Overriding the Waybox configuration."
|
||||
msgstr[0] ""
|
||||
"Waybox on seadistatud %d töölauale, aga aktiivsel seansil on %d. Tühistan "
|
||||
"Wayboxi seadistuse."
|
||||
msgstr[1] ""
|
||||
"Waybox on seadistatud %d töölauale, aga aktiivsel seansil on %d. Tühistan "
|
||||
"Wayboxi seadistuse."
|
||||
|
||||
#: openbox/screen.c:1180
|
||||
#, c-format
|
||||
msgid "desktop %i"
|
||||
msgstr "töölaud %i"
|
||||
|
||||
#: openbox/session.c:104
|
||||
#, fuzzy, c-format
|
||||
msgid "Unable to make directory \"%s\": %s"
|
||||
msgstr "Kausta '%s' tegemine ebaõnnestus: %s"
|
||||
|
||||
#: openbox/session.c:466
|
||||
#, fuzzy, c-format
|
||||
msgid "Unable to save the session to \"%s\": %s"
|
||||
msgstr "Ei suudetud siseneda kodukataloogi \"%s\": %s"
|
||||
|
||||
#: openbox/session.c:605
|
||||
#, c-format
|
||||
msgid "Error while saving the session to \"%s\": %s"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/session.c:842
|
||||
msgid "Not connected to a session manager"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/startupnotify.c:243
|
||||
#, c-format
|
||||
msgid "Running %s"
|
||||
msgstr "Jooksev %s"
|
||||
|
||||
#: openbox/translate.c:59
|
||||
#, c-format
|
||||
msgid "Invalid modifier key \"%s\" in key/mouse binding"
|
||||
msgstr "Vigane muutujaklahv \"%s\" hiire/klaviatuuri kiirklahvides"
|
||||
|
||||
#: openbox/translate.c:138
|
||||
#, c-format
|
||||
msgid "Invalid key code \"%s\" in key binding"
|
||||
msgstr "Vigane klahvikood \"%s\" kiirklahvil"
|
||||
|
||||
#: openbox/translate.c:145
|
||||
#, c-format
|
||||
msgid "Invalid key name \"%s\" in key binding"
|
||||
msgstr "Vigane klahvinimi \"%s\" kiirklahvil"
|
||||
|
||||
#: openbox/prompt.c:200
|
||||
msgid "OK"
|
||||
msgstr "Sobib"
|
||||
405
po/eu.po
Normal file
405
po/eu.po
Normal file
|
|
@ -0,0 +1,405 @@
|
|||
# Basque translation for openbox.
|
||||
# Copyright (C) 2020 Joe Wisdom
|
||||
# This file is distributed under the same license as the Waybox package.
|
||||
# Inko Illarramendi Arancibia <inkoia@gmail.com>, 2008.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Waybox 0.0.1\n"
|
||||
"Report-Msgid-Bugs-To: https://github.com/wizbright/waybox/issues\n"
|
||||
"POT-Creation-Date: 2008-11-15 22:28+0100\n"
|
||||
"PO-Revision-Date: 2020-03-10 14:07-0400\n"
|
||||
"Last-Translator: Inko I. A. <inkoia@gmail.com>\n"
|
||||
"Language-Team: Inko I. A. <inkoia@gmail.com>\n"
|
||||
"Language: eu\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=n == 1 ? 0 : 1;\n"
|
||||
|
||||
#: openbox/actions.c:149
|
||||
#, c-format
|
||||
msgid "Invalid action \"%s\" requested. No such action exists."
|
||||
msgstr "Eskatutako \"%s\" ekintza baliogabea. Ez da ekintza hori existitzen."
|
||||
|
||||
#: openbox/actions/execute.c:128
|
||||
msgid "No"
|
||||
msgstr "Ez"
|
||||
|
||||
#: openbox/actions/execute.c:129
|
||||
msgid "Yes"
|
||||
msgstr "Bai"
|
||||
|
||||
#: openbox/actions/execute.c:133
|
||||
msgid "Execute"
|
||||
msgstr "Exekutatu"
|
||||
|
||||
#: openbox/actions/execute.c:142
|
||||
#, c-format
|
||||
msgid "Failed to convert the path \"%s\" from utf8"
|
||||
msgstr "Hutsegitea \"%s\" helbidea utf8-tik bihurtzean"
|
||||
|
||||
#: openbox/actions/exit.c:52 openbox/actions/session.c:64 openbox/client.c:3465
|
||||
msgid "Cancel"
|
||||
msgstr "Ezeztatu"
|
||||
|
||||
#: openbox/actions/exit.c:53
|
||||
msgid "Exit"
|
||||
msgstr "Irten"
|
||||
|
||||
#: openbox/actions/exit.c:56
|
||||
msgid "Are you sure you want to exit Waybox?"
|
||||
msgstr "Ziur al zaude Waybox-etik irten nahi duzula?"
|
||||
|
||||
#: openbox/actions/exit.c:57
|
||||
msgid "Exit Waybox"
|
||||
msgstr "Waybox-etik Irten"
|
||||
|
||||
#. TRANSLATORS: Don't translate the word "SessionLogout" as it's the
|
||||
#. name of the action you write in rc.xml
|
||||
#: openbox/actions/session.c:43
|
||||
msgid ""
|
||||
"The SessionLogout action is not available since Waybox was built without "
|
||||
"session management support"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/actions/session.c:65 openbox/actions/session.c:70
|
||||
msgid "Log Out"
|
||||
msgstr "Saioa Itxi"
|
||||
|
||||
#: openbox/actions/session.c:69
|
||||
msgid "Are you sure you want to log out?"
|
||||
msgstr "Ziur al zaude saioa itxi nahi duzula?"
|
||||
|
||||
#: openbox/client.c:2012
|
||||
msgid "Unnamed Window"
|
||||
msgstr "Izenik gabeko leihoa"
|
||||
|
||||
#: openbox/client.c:2026 openbox/client.c:2058
|
||||
msgid "Killing..."
|
||||
msgstr "Akabatzen..."
|
||||
|
||||
#: openbox/client.c:3462
|
||||
msgid "Disconnect"
|
||||
msgstr "Deskonektatu"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:87 openbox/client_list_menu.c:91
|
||||
msgid "Go there..."
|
||||
msgstr "Hona joan..."
|
||||
|
||||
#: openbox/client_list_combined_menu.c:94
|
||||
msgid "Manage desktops"
|
||||
msgstr "Idazmahaiak kudeatu"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:95 openbox/client_list_menu.c:155
|
||||
msgid "_Add new desktop"
|
||||
msgstr "Idazmahai berria _gehitu"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:96 openbox/client_list_menu.c:156
|
||||
msgid "_Remove last desktop"
|
||||
msgstr "Azken idazmahaia _ezabatu"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:149
|
||||
msgid "Windows"
|
||||
msgstr "Leihoak"
|
||||
|
||||
#: openbox/client_list_menu.c:203
|
||||
msgid "Desktops"
|
||||
msgstr "Idazmahaiak"
|
||||
|
||||
#: openbox/client_menu.c:258
|
||||
msgid "All desktops"
|
||||
msgstr "Idazmahai guztiak"
|
||||
|
||||
#: openbox/client_menu.c:370
|
||||
msgid "_Layer"
|
||||
msgstr "_Geruza"
|
||||
|
||||
#: openbox/client_menu.c:375
|
||||
msgid "Always on _top"
|
||||
msgstr "Beti _gainean"
|
||||
|
||||
#: openbox/client_menu.c:376
|
||||
msgid "_Normal"
|
||||
msgstr "_Ohikoa"
|
||||
|
||||
#: openbox/client_menu.c:377
|
||||
msgid "Always on _bottom"
|
||||
msgstr "Beti _azpian"
|
||||
|
||||
#: openbox/client_menu.c:379
|
||||
msgid "_Send to desktop"
|
||||
msgstr "_Bidali idazmahaira"
|
||||
|
||||
#: openbox/client_menu.c:383
|
||||
msgid "Client menu"
|
||||
msgstr "Bezero menua"
|
||||
|
||||
#: openbox/client_menu.c:393
|
||||
msgid "R_estore"
|
||||
msgstr "Berr_ezarri"
|
||||
|
||||
#: openbox/client_menu.c:397
|
||||
msgid "_Move"
|
||||
msgstr "_Mugitu"
|
||||
|
||||
#: openbox/client_menu.c:399
|
||||
msgid "Resi_ze"
|
||||
msgstr "_Tamaina aldatu"
|
||||
|
||||
#: openbox/client_menu.c:401
|
||||
msgid "Ico_nify"
|
||||
msgstr "Iko_notu"
|
||||
|
||||
#: openbox/client_menu.c:405
|
||||
msgid "Ma_ximize"
|
||||
msgstr "Ma_ximizatu"
|
||||
|
||||
#: openbox/client_menu.c:409
|
||||
msgid "_Roll up/down"
|
||||
msgstr "Bildu/_Zabaldu"
|
||||
|
||||
#: openbox/client_menu.c:411
|
||||
msgid "Un/_Decorate"
|
||||
msgstr "Des/_Dekoratu"
|
||||
|
||||
#: openbox/client_menu.c:415
|
||||
msgid "_Close"
|
||||
msgstr "_Itxi"
|
||||
|
||||
#: openbox/config.c:781
|
||||
#, c-format
|
||||
msgid "Invalid button \"%s\" specified in config file"
|
||||
msgstr "Konfigurazio fitxategian zehaztutako \"%s\" botoia baliogabea"
|
||||
|
||||
#: openbox/config.c:956
|
||||
msgid ""
|
||||
"Waybox was compiled without image loading support. Icons in menus will not "
|
||||
"be loaded."
|
||||
msgstr ""
|
||||
|
||||
#: openbox/keyboard.c:157
|
||||
msgid "Conflict with key binding in config file"
|
||||
msgstr "Gatazka konfigurazio fitxategiko tekla elkarketarekin"
|
||||
|
||||
#: openbox/menu.c:102 openbox/menu.c:110
|
||||
#, c-format
|
||||
msgid "Unable to find a valid menu file \"%s\""
|
||||
msgstr "Ezin da \"%s\" baliozko menu fitxategi bat aurkitu"
|
||||
|
||||
#: openbox/menu.c:170
|
||||
#, c-format
|
||||
msgid "Failed to execute command for pipe-menu \"%s\": %s"
|
||||
msgstr "Hutsegitea \"%s\" pipe-menuarentzat komandoa exekutatzean: %s"
|
||||
|
||||
#: openbox/menu.c:184
|
||||
#, c-format
|
||||
msgid "Invalid output from pipe-menu \"%s\""
|
||||
msgstr "Baliogabeko irteera \"%s\" pipe-menutik"
|
||||
|
||||
#: openbox/menu.c:197
|
||||
#, c-format
|
||||
msgid "Attempted to access menu \"%s\" but it does not exist"
|
||||
msgstr "\"%s\" menua atzitzen saiatu da baina ez da existitzen"
|
||||
|
||||
#: openbox/menu.c:367 openbox/menu.c:368
|
||||
msgid "More..."
|
||||
msgstr "Gehiago..."
|
||||
|
||||
#: openbox/mouse.c:373
|
||||
#, c-format
|
||||
msgid "Invalid button \"%s\" in mouse binding"
|
||||
msgstr "Baliogabeko \"%s\" botoia sagu elkarketan"
|
||||
|
||||
#: openbox/mouse.c:379
|
||||
#, c-format
|
||||
msgid "Invalid context \"%s\" in mouse binding"
|
||||
msgstr "Baliogabeko \"%s\" testuingurua sagu elkarketan"
|
||||
|
||||
#: openbox/openbox.c:133
|
||||
#, c-format
|
||||
msgid "Unable to change to home directory \"%s\": %s"
|
||||
msgstr "Ezin da \"%s\" hasiera direktoriora aldatu: %s"
|
||||
|
||||
#: openbox/openbox.c:263
|
||||
msgid "Unable to find a valid config file, using some simple defaults"
|
||||
msgstr ""
|
||||
"Ezin da baliozko konfigurazio fitxategirik aurkitu, hainbat aukera lehenetsi "
|
||||
"sinple erabiltzen"
|
||||
|
||||
#: openbox/openbox.c:297
|
||||
msgid "Unable to load a theme."
|
||||
msgstr "Ezin da gai bat kargatu."
|
||||
|
||||
#: openbox/openbox.c:377
|
||||
#, c-format
|
||||
msgid ""
|
||||
"One or more XML syntax errors were found while parsing the Waybox "
|
||||
"configuration files. See stdout for more information. The last error seen "
|
||||
"was in file \"%s\" line %d, with message: %s"
|
||||
msgstr ""
|
||||
"XML sintaxi errore bat edo gehiago aurkitu dira Waybox konfigurazio "
|
||||
"fitxategiak interpretatzerakoan. Ikusi stdout informazio gehiago jasotzeko. "
|
||||
"Azken errorea \"%s\" fitxategian %d lerroan izan da, mezu honekin: %s"
|
||||
|
||||
#: openbox/openbox.c:379
|
||||
msgid "Waybox Syntax Error"
|
||||
msgstr "Waybox sintaxi errorea"
|
||||
|
||||
#: openbox/openbox.c:379
|
||||
msgid "Close"
|
||||
msgstr "Itxi"
|
||||
|
||||
#: openbox/openbox.c:448
|
||||
#, c-format
|
||||
msgid "Restart failed to execute new executable \"%s\": %s"
|
||||
msgstr "Berrabiarazteak hutsegitea \"%s\" exekutagarri berria exekutatzean: %s"
|
||||
|
||||
#: openbox/openbox.c:518 openbox/openbox.c:520
|
||||
msgid "Copyright (c)"
|
||||
msgstr "Copyright (c)"
|
||||
|
||||
#: openbox/openbox.c:529
|
||||
msgid "Syntax: openbox [options]\n"
|
||||
msgstr "Sintaxia: openbox [aukerak]\n"
|
||||
|
||||
#: openbox/openbox.c:530
|
||||
msgid ""
|
||||
"\n"
|
||||
"Options:\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"Aukerak:\n"
|
||||
|
||||
#: openbox/openbox.c:531
|
||||
msgid " --help Display this help and exit\n"
|
||||
msgstr " --help Mezu hau erakutsi eta irten\n"
|
||||
|
||||
#: openbox/openbox.c:532
|
||||
msgid " --version Display the version and exit\n"
|
||||
msgstr " --version Bertsioa bistarazi eta irten\n"
|
||||
|
||||
#. TRANSLATORS: if you translate "FILE" here, make sure to keep the "Specify..."
|
||||
#. aligned still, if you have to, make a new line with \n and 22 spaces. It's
|
||||
#. fine to leave it as FILE though.
|
||||
#: openbox/openbox.c:537
|
||||
msgid " --config-file FILE Specify the path to the config file to use\n"
|
||||
msgstr ""
|
||||
"--config-file FILE Zehaztu erabiltzeko konfigurazio fitxategirako bidea\n"
|
||||
|
||||
#: openbox/openbox.c:538
|
||||
msgid " --sm-disable Disable connection to the session manager\n"
|
||||
msgstr " --sm-disable Ezgaitu saio kudeatzailearekiko konexioa\n"
|
||||
|
||||
#: openbox/openbox.c:543
|
||||
msgid ""
|
||||
"\n"
|
||||
"Debugging options:\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"Arazketa aukerak:\n"
|
||||
|
||||
#: openbox/openbox.c:544
|
||||
msgid " --sync Run in synchronous mode\n"
|
||||
msgstr " --sync Modu sinkronoan exekutatu\n"
|
||||
|
||||
#: openbox/openbox.c:545
|
||||
msgid " --debug Display debugging output\n"
|
||||
msgstr " --debug Arazketa irteera erakutsi\n"
|
||||
|
||||
#: openbox/openbox.c:546
|
||||
msgid " --debug-focus Display debugging output for focus handling\n"
|
||||
msgstr " --debug-focus Erakutsi arazketa irteera foku maneiurako\n"
|
||||
|
||||
#: openbox/openbox.c:548
|
||||
msgid " --startup CMD Run CMD after starting\n"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/openbox.c:551
|
||||
msgid " --debug-session Display debugging output for session management\n"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/openbox.c:548
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
"Please report bugs at %s\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"%s helbidean erroreen berri eman mesedez\n"
|
||||
|
||||
#: openbox/openbox.c:617
|
||||
msgid "%s requires an argument\n"
|
||||
msgstr "%s argumentu bat behar du\n"
|
||||
|
||||
#: openbox/openbox.c:660
|
||||
#, c-format
|
||||
msgid "Invalid command line argument \"%s\"\n"
|
||||
msgstr "\"%s\" komando lerro argumentu baliogabea\n"
|
||||
|
||||
#. TRANSLATORS: If you need to specify a different order of the
|
||||
#. arguments, you can use %1$d for the first one and %2$d for the
|
||||
#. second one. For example,
|
||||
#. "The current session has %2$d desktops, but Waybox is configured for %1$d ..."
|
||||
#: openbox/screen.c:412
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Waybox is configured for %d desktop, but the current session has %d. "
|
||||
"Overriding the Waybox configuration."
|
||||
msgid_plural ""
|
||||
"Waybox is configured for %d desktops, but the current session has %d. "
|
||||
"Overriding the Waybox configuration."
|
||||
msgstr[0] ""
|
||||
"Waybox %d idazmahaientzat konfiguratua dago, baina uneko saioak %d dauzka. "
|
||||
"Waybox konfigurazioa gainjartzen."
|
||||
msgstr[1] ""
|
||||
"Waybox %d idazmahaientzat konfiguratua dago, baina uneko saioak %d dauzka. "
|
||||
"Waybox konfigurazioa gainjartzen."
|
||||
|
||||
#: openbox/screen.c:1180
|
||||
#, c-format
|
||||
msgid "desktop %i"
|
||||
msgstr "%i Idazmahaia"
|
||||
|
||||
#: openbox/session.c:104
|
||||
#, fuzzy, c-format
|
||||
msgid "Unable to make directory \"%s\": %s"
|
||||
msgstr "Ezin da '%s' direktorioa sortu: %s"
|
||||
|
||||
#: openbox/session.c:466
|
||||
#, fuzzy, c-format
|
||||
msgid "Unable to save the session to \"%s\": %s"
|
||||
msgstr "Ezin da \"%s\" hasiera direktoriora aldatu: %s"
|
||||
|
||||
#: openbox/session.c:605
|
||||
#, c-format
|
||||
msgid "Error while saving the session to \"%s\": %s"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/session.c:842
|
||||
msgid "Not connected to a session manager"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/startupnotify.c:243
|
||||
#, c-format
|
||||
msgid "Running %s"
|
||||
msgstr "Egikaritzen %s"
|
||||
|
||||
#: openbox/translate.c:59
|
||||
#, c-format
|
||||
msgid "Invalid modifier key \"%s\" in key/mouse binding"
|
||||
msgstr " tekla/sagu elkarketan \"%s\" modifikatzaile tekla baliogabea"
|
||||
|
||||
#: openbox/translate.c:138
|
||||
#, c-format
|
||||
msgid "Invalid key code \"%s\" in key binding"
|
||||
msgstr " tekla elkarketan \"%s\" tekla kode baliogabea"
|
||||
|
||||
#: openbox/translate.c:145
|
||||
#, c-format
|
||||
msgid "Invalid key name \"%s\" in key binding"
|
||||
msgstr " tekla elkarketan \"%s\" tekla izen baliogabea"
|
||||
|
||||
#: openbox/prompt.c:200
|
||||
msgid "OK"
|
||||
msgstr "Ados"
|
||||
408
po/fi.po
Normal file
408
po/fi.po
Normal file
|
|
@ -0,0 +1,408 @@
|
|||
# Waybox Finnish translation.
|
||||
# Copyright (C) 2020 Joe Wisdom
|
||||
# This file is distributed under the same license as the Waybox package.
|
||||
# Pauli Virtanen <pauli.virtanen@hut.fi>, 2005.
|
||||
# Lauri Hakko <aperculum@gmail.com>, 2008.
|
||||
# Elias Julkunen <elias.julkunen@gmail.com>, 2008.
|
||||
# Jarkko Piiroinen <jarkkop@iki.fi>, 2008.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Waybox 0.0.1\n"
|
||||
"Report-Msgid-Bugs-To: https://github.com/wizbright/waybox/issues\n"
|
||||
"POT-Creation-Date: 2008-11-15 22:28+0100\n"
|
||||
"PO-Revision-Date: 2020-03-10 14:07-0400\n"
|
||||
"Last-Translator: Lauri Hakko <aperculum@gmail.com>\n"
|
||||
"Language-Team: None\n"
|
||||
"Language: fi\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: openbox/actions.c:149
|
||||
#, c-format
|
||||
msgid "Invalid action \"%s\" requested. No such action exists."
|
||||
msgstr "Pyydettiin virheellinen toiminto \"%s\". Toimintoa ei ole olemassa."
|
||||
|
||||
#: openbox/actions/execute.c:128
|
||||
msgid "No"
|
||||
msgstr "Ei"
|
||||
|
||||
#: openbox/actions/execute.c:129
|
||||
msgid "Yes"
|
||||
msgstr "Kyllä"
|
||||
|
||||
#: openbox/actions/execute.c:133
|
||||
msgid "Execute"
|
||||
msgstr "Suorita"
|
||||
|
||||
#: openbox/actions/execute.c:142
|
||||
#, c-format
|
||||
msgid "Failed to convert the path \"%s\" from utf8"
|
||||
msgstr "Polun \"%s\" muuntaminen utf8:sta epäonnistui"
|
||||
|
||||
#: openbox/actions/exit.c:52 openbox/actions/session.c:64 openbox/client.c:3465
|
||||
msgid "Cancel"
|
||||
msgstr "Peruuta"
|
||||
|
||||
#: openbox/actions/exit.c:53
|
||||
msgid "Exit"
|
||||
msgstr "Sulje"
|
||||
|
||||
#: openbox/actions/exit.c:56
|
||||
msgid "Are you sure you want to exit Waybox?"
|
||||
msgstr "Haluatko varmasti sulkea Wayboxin"
|
||||
|
||||
#: openbox/actions/exit.c:57
|
||||
msgid "Exit Waybox"
|
||||
msgstr "Sulje Waybox"
|
||||
|
||||
#. TRANSLATORS: Don't translate the word "SessionLogout" as it's the
|
||||
#. name of the action you write in rc.xml
|
||||
#: openbox/actions/session.c:43
|
||||
msgid ""
|
||||
"The SessionLogout action is not available since Waybox was built without "
|
||||
"session management support"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/actions/session.c:65 openbox/actions/session.c:70
|
||||
msgid "Log Out"
|
||||
msgstr "Kirjaudu ulos"
|
||||
|
||||
#: openbox/actions/session.c:69
|
||||
msgid "Are you sure you want to log out?"
|
||||
msgstr "Haluatko varmasti kirjautua ulos?"
|
||||
|
||||
#: openbox/client.c:2012
|
||||
msgid "Unnamed Window"
|
||||
msgstr "Nimetön ikkuna"
|
||||
|
||||
#: openbox/client.c:2026 openbox/client.c:2058
|
||||
msgid "Killing..."
|
||||
msgstr "Tapetaan..."
|
||||
|
||||
#: openbox/client.c:3462
|
||||
msgid "Disconnect"
|
||||
msgstr "Katkaise yhteys"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:87 openbox/client_list_menu.c:91
|
||||
msgid "Go there..."
|
||||
msgstr "Näytä tämä..."
|
||||
|
||||
#: openbox/client_list_combined_menu.c:94
|
||||
msgid "Manage desktops"
|
||||
msgstr "Työtilojen hallinta"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:95 openbox/client_list_menu.c:155
|
||||
msgid "_Add new desktop"
|
||||
msgstr "_Lisää uusi työtila"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:96 openbox/client_list_menu.c:156
|
||||
msgid "_Remove last desktop"
|
||||
msgstr "_Poista viimeisin työtila"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:149
|
||||
msgid "Windows"
|
||||
msgstr "Ikkunat"
|
||||
|
||||
#: openbox/client_list_menu.c:203
|
||||
msgid "Desktops"
|
||||
msgstr "Työtilat"
|
||||
|
||||
#: openbox/client_menu.c:258
|
||||
msgid "All desktops"
|
||||
msgstr "Kaikkiin työtiloihin"
|
||||
|
||||
#: openbox/client_menu.c:370
|
||||
msgid "_Layer"
|
||||
msgstr "_Kerros"
|
||||
|
||||
#: openbox/client_menu.c:375
|
||||
msgid "Always on _top"
|
||||
msgstr "Aina _päällimmäisenä"
|
||||
|
||||
#: openbox/client_menu.c:376
|
||||
msgid "_Normal"
|
||||
msgstr "_Tavallinen"
|
||||
|
||||
#: openbox/client_menu.c:377
|
||||
msgid "Always on _bottom"
|
||||
msgstr "Aina _alimmaisena"
|
||||
|
||||
#: openbox/client_menu.c:379
|
||||
msgid "_Send to desktop"
|
||||
msgstr "_Lähetä työtilaan"
|
||||
|
||||
#: openbox/client_menu.c:383
|
||||
msgid "Client menu"
|
||||
msgstr "Ikkunan valikko"
|
||||
|
||||
#: openbox/client_menu.c:393
|
||||
msgid "R_estore"
|
||||
msgstr "_Palauta"
|
||||
|
||||
#: openbox/client_menu.c:397
|
||||
msgid "_Move"
|
||||
msgstr "S_iirrä"
|
||||
|
||||
#: openbox/client_menu.c:399
|
||||
msgid "Resi_ze"
|
||||
msgstr "_Muuta kokoa"
|
||||
|
||||
#: openbox/client_menu.c:401
|
||||
msgid "Ico_nify"
|
||||
msgstr "Pie_nennä"
|
||||
|
||||
#: openbox/client_menu.c:405
|
||||
msgid "Ma_ximize"
|
||||
msgstr "Suurenn_a"
|
||||
|
||||
#: openbox/client_menu.c:409
|
||||
msgid "_Roll up/down"
|
||||
msgstr "Rullaa _ylös/alas"
|
||||
|
||||
#: openbox/client_menu.c:411
|
||||
msgid "Un/_Decorate"
|
||||
msgstr "(Epä)_reunusta"
|
||||
|
||||
#: openbox/client_menu.c:415
|
||||
msgid "_Close"
|
||||
msgstr "_Sulje"
|
||||
|
||||
#: openbox/config.c:781
|
||||
#, c-format
|
||||
msgid "Invalid button \"%s\" specified in config file"
|
||||
msgstr "Asetustiedostossa määritelty painike \"%s\" on virheellinen"
|
||||
|
||||
#: openbox/config.c:956
|
||||
msgid ""
|
||||
"Waybox was compiled without image loading support. Icons in menus will not "
|
||||
"be loaded."
|
||||
msgstr ""
|
||||
|
||||
#: openbox/keyboard.c:157
|
||||
msgid "Conflict with key binding in config file"
|
||||
msgstr "Päällekäisiä näppäinsidontoja asetustiedostossa"
|
||||
|
||||
#: openbox/menu.c:102 openbox/menu.c:110
|
||||
#, c-format
|
||||
msgid "Unable to find a valid menu file \"%s\""
|
||||
msgstr "Toimivaa valikkotiedostoa ei löytynyt \"%s\""
|
||||
|
||||
#: openbox/menu.c:170
|
||||
#, c-format
|
||||
msgid "Failed to execute command for pipe-menu \"%s\": %s"
|
||||
msgstr "Putkivalikon suorittaminen epäonnistui \"%s\": %s"
|
||||
|
||||
#: openbox/menu.c:184
|
||||
#, c-format
|
||||
msgid "Invalid output from pipe-menu \"%s\""
|
||||
msgstr "Virheellinen tulos putkivalikosta \"%s\""
|
||||
|
||||
#: openbox/menu.c:197
|
||||
#, c-format
|
||||
msgid "Attempted to access menu \"%s\" but it does not exist"
|
||||
msgstr "Valikon \"%s\" lukemista yritettiin, mutta sitä ei ole olemassa"
|
||||
|
||||
#: openbox/menu.c:367 openbox/menu.c:368
|
||||
msgid "More..."
|
||||
msgstr "Lisää..."
|
||||
|
||||
#: openbox/mouse.c:373
|
||||
#, c-format
|
||||
msgid "Invalid button \"%s\" in mouse binding"
|
||||
msgstr "Virheellinen painike \"%s\" hiirisidonnoissa"
|
||||
|
||||
#: openbox/mouse.c:379
|
||||
#, c-format
|
||||
msgid "Invalid context \"%s\" in mouse binding"
|
||||
msgstr "Virheellinen asiayhteys \"%s\" hiirisidonnoissa"
|
||||
|
||||
#: openbox/openbox.c:133
|
||||
#, c-format
|
||||
msgid "Unable to change to home directory \"%s\": %s"
|
||||
msgstr "Kotihakemistoon \"%s\" vaihtaminen epäonnistui: %s"
|
||||
|
||||
#: openbox/openbox.c:263
|
||||
msgid "Unable to find a valid config file, using some simple defaults"
|
||||
msgstr ""
|
||||
"Kelvollista asetustiedostoa ei löytynyt, käytetään yksinkertaisia "
|
||||
"oletusarvoja"
|
||||
|
||||
#: openbox/openbox.c:297
|
||||
msgid "Unable to load a theme."
|
||||
msgstr "Teeman lataaminen epäonnistui."
|
||||
|
||||
#: openbox/openbox.c:377
|
||||
#, c-format
|
||||
msgid ""
|
||||
"One or more XML syntax errors were found while parsing the Waybox "
|
||||
"configuration files. See stdout for more information. The last error seen "
|
||||
"was in file \"%s\" line %d, with message: %s"
|
||||
msgstr ""
|
||||
"Yksi tai useampi XML-syntaksivirhe löytyi asetustiedostoa käsiteltäessä. Lue "
|
||||
"stdout saadaksesi lisätietoja. Viimeisin virhe oli tiedostossa \"%s\" "
|
||||
"rivillä %d: %s"
|
||||
|
||||
#: openbox/openbox.c:379
|
||||
msgid "Waybox Syntax Error"
|
||||
msgstr "Waybox syntaksivirhe"
|
||||
|
||||
#: openbox/openbox.c:379
|
||||
msgid "Close"
|
||||
msgstr "Sulje"
|
||||
|
||||
#: openbox/openbox.c:448
|
||||
#, c-format
|
||||
msgid "Restart failed to execute new executable \"%s\": %s"
|
||||
msgstr ""
|
||||
"Uudelleenkäynnistys ei onnistunut käynnistämään uutta ohjelmaa \"%s\": %s"
|
||||
|
||||
#: openbox/openbox.c:518 openbox/openbox.c:520
|
||||
msgid "Copyright (c)"
|
||||
msgstr "Tekijänoikeudet (c)"
|
||||
|
||||
#: openbox/openbox.c:529
|
||||
msgid "Syntax: openbox [options]\n"
|
||||
msgstr "Syntaksi: openbox [valitsin]\n"
|
||||
|
||||
#: openbox/openbox.c:530
|
||||
msgid ""
|
||||
"\n"
|
||||
"Options:\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"Käyttö:\n"
|
||||
|
||||
#: openbox/openbox.c:531
|
||||
msgid " --help Display this help and exit\n"
|
||||
msgstr " --help Näytä tämä ohje ja poistu\n"
|
||||
|
||||
#: openbox/openbox.c:532
|
||||
msgid " --version Display the version and exit\n"
|
||||
msgstr " --version Näytä version tiedot ja poistu\n"
|
||||
|
||||
#. TRANSLATORS: if you translate "FILE" here, make sure to keep the "Specify..."
|
||||
#. aligned still, if you have to, make a new line with \n and 22 spaces. It's
|
||||
#. fine to leave it as FILE though.
|
||||
#: openbox/openbox.c:537
|
||||
msgid " --config-file FILE Specify the path to the config file to use\n"
|
||||
msgstr " --config-file FILE Määritä käytettävän asetustiedoston polku\n"
|
||||
|
||||
#: openbox/openbox.c:538
|
||||
msgid " --sm-disable Disable connection to the session manager\n"
|
||||
msgstr " --sm-disable Estä yhteys istuntojen hallintaan\n"
|
||||
|
||||
#: openbox/openbox.c:543
|
||||
msgid ""
|
||||
"\n"
|
||||
"Debugging options:\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"Vianjäljityksen asetukset:\n"
|
||||
|
||||
#: openbox/openbox.c:544
|
||||
msgid " --sync Run in synchronous mode\n"
|
||||
msgstr " --sync Aja synkronointi-tilassa\n"
|
||||
|
||||
#: openbox/openbox.c:545
|
||||
msgid " --debug Display debugging output\n"
|
||||
msgstr " --debug Näytä vianjäljitystuloste\n"
|
||||
|
||||
#: openbox/openbox.c:546
|
||||
msgid " --debug-focus Display debugging output for focus handling\n"
|
||||
msgstr " --debug-focus Näytä vianjäljitystuloste ikkunavalitsimelle\n"
|
||||
|
||||
#: openbox/openbox.c:548
|
||||
msgid " --startup CMD Run CMD after starting\n"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/openbox.c:551
|
||||
msgid " --debug-session Display debugging output for session management\n"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/openbox.c:548
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
"Please report bugs at %s\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"Ilmoita virheistä: %s\n"
|
||||
|
||||
#: openbox/openbox.c:617
|
||||
msgid "%s requires an argument\n"
|
||||
msgstr "%s tarvitsee argumentin\n"
|
||||
|
||||
#: openbox/openbox.c:660
|
||||
#, c-format
|
||||
msgid "Invalid command line argument \"%s\"\n"
|
||||
msgstr "Virheellinen valitsin \"%s\"\n"
|
||||
|
||||
#. TRANSLATORS: If you need to specify a different order of the
|
||||
#. arguments, you can use %1$d for the first one and %2$d for the
|
||||
#. second one. For example,
|
||||
#. "The current session has %2$d desktops, but Waybox is configured for %1$d ..."
|
||||
#: openbox/screen.c:412
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Waybox is configured for %d desktop, but the current session has %d. "
|
||||
"Overriding the Waybox configuration."
|
||||
msgid_plural ""
|
||||
"Waybox is configured for %d desktops, but the current session has %d. "
|
||||
"Overriding the Waybox configuration."
|
||||
msgstr[0] ""
|
||||
"Waybox on asetettu käyttämään %d työtilaa, mutta nykyisessä istunnossa "
|
||||
"työtiloja on %d. Ohitetaan Wayboxin asetus."
|
||||
msgstr[1] ""
|
||||
"Waybox on asetettu käyttämään %d työtilaa, mutta nykyisessä istunnossa "
|
||||
"työtiloja on %d. Ohitetaan Wayboxin asetus."
|
||||
|
||||
#: openbox/screen.c:1180
|
||||
#, c-format
|
||||
msgid "desktop %i"
|
||||
msgstr "työtila %i"
|
||||
|
||||
#: openbox/session.c:104
|
||||
#, fuzzy, c-format
|
||||
msgid "Unable to make directory \"%s\": %s"
|
||||
msgstr "Hakemiston '%s' luonti epäonnistui: %s"
|
||||
|
||||
#: openbox/session.c:466
|
||||
#, fuzzy, c-format
|
||||
msgid "Unable to save the session to \"%s\": %s"
|
||||
msgstr "Kotihakemistoon \"%s\" vaihtaminen epäonnistui: %s"
|
||||
|
||||
#: openbox/session.c:605
|
||||
#, c-format
|
||||
msgid "Error while saving the session to \"%s\": %s"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/session.c:842
|
||||
msgid "Not connected to a session manager"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/startupnotify.c:243
|
||||
#, c-format
|
||||
msgid "Running %s"
|
||||
msgstr "Suoritetaan %s"
|
||||
|
||||
#: openbox/translate.c:59
|
||||
#, c-format
|
||||
msgid "Invalid modifier key \"%s\" in key/mouse binding"
|
||||
msgstr "Virheellinen valintanäppäin \"%s\" näppäin- tai hiirisidonnoissa"
|
||||
|
||||
#: openbox/translate.c:138
|
||||
#, c-format
|
||||
msgid "Invalid key code \"%s\" in key binding"
|
||||
msgstr "Virheellinen näppäinkoodi \"%s\" pikanäppäimissä"
|
||||
|
||||
#: openbox/translate.c:145
|
||||
#, c-format
|
||||
msgid "Invalid key name \"%s\" in key binding"
|
||||
msgstr "Virheellinen näppäin \"%s\" pikanäppäimissä"
|
||||
|
||||
#: openbox/prompt.c:200
|
||||
msgid "OK"
|
||||
msgstr "OK"
|
||||
419
po/fr.po
Normal file
419
po/fr.po
Normal file
|
|
@ -0,0 +1,419 @@
|
|||
# French translation of Waybox.
|
||||
# Copyright (C) 2020 Joe Wisdom
|
||||
# This file is distributed under the same license as the Waybox package.
|
||||
#
|
||||
# tioui <leonptitlouis@wanadoo.fr>, 2004.
|
||||
# Cyrille Bagard <nocbos@gmail.com>, 2007-2008.
|
||||
# Jacques BON <jbon@cafcom.net>, 2007.
|
||||
# Éric Lassauge <lassauge@users.sf.net>, 2008
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Waybox 0.0.1\n"
|
||||
"Report-Msgid-Bugs-To: https://github.com/wizbright/waybox/issues\n"
|
||||
"POT-Creation-Date: 2008-11-15 22:28+0100\n"
|
||||
"PO-Revision-Date: 2020-03-10 14:07-0400\n"
|
||||
"Last-Translator: Cyrille Bagard <nocbos@gmail.com>\n"
|
||||
"Language-Team: français <fr@li.org>\n"
|
||||
"Language: fr\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=ISO-8859-1\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: openbox/actions.c:149
|
||||
#, c-format
|
||||
msgid "Invalid action \"%s\" requested. No such action exists."
|
||||
msgstr "Action demandée invalide \"%s\". Une telle action n'existe pas."
|
||||
|
||||
#: openbox/actions/execute.c:128
|
||||
msgid "No"
|
||||
msgstr "Non"
|
||||
|
||||
#: openbox/actions/execute.c:129
|
||||
msgid "Yes"
|
||||
msgstr "Oui"
|
||||
|
||||
#: openbox/actions/execute.c:133
|
||||
msgid "Execute"
|
||||
msgstr "Exécuter"
|
||||
|
||||
#: openbox/actions/execute.c:142
|
||||
#, c-format
|
||||
msgid "Failed to convert the path \"%s\" from utf8"
|
||||
msgstr "Échec de la conversion du chemin « %s » depuis l'UTF-8"
|
||||
|
||||
#: openbox/actions/exit.c:52 openbox/actions/session.c:64 openbox/client.c:3465
|
||||
msgid "Cancel"
|
||||
msgstr "Annuler"
|
||||
|
||||
#: openbox/actions/exit.c:53
|
||||
msgid "Exit"
|
||||
msgstr "Quitter"
|
||||
|
||||
#: openbox/actions/exit.c:56
|
||||
msgid "Are you sure you want to exit Waybox?"
|
||||
msgstr "Êtes-vous certain de vouloir quitter Waybox ?"
|
||||
|
||||
#: openbox/actions/exit.c:57
|
||||
msgid "Exit Waybox"
|
||||
msgstr "Quitter Waybox"
|
||||
|
||||
#. TRANSLATORS: Don't translate the word "SessionLogout" as it's the
|
||||
#. name of the action you write in rc.xml
|
||||
#: openbox/actions/session.c:43
|
||||
msgid ""
|
||||
"The SessionLogout action is not available since Waybox was built without "
|
||||
"session management support"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/actions/session.c:65 openbox/actions/session.c:70
|
||||
msgid "Log Out"
|
||||
msgstr "Déconnexion"
|
||||
|
||||
#: openbox/actions/session.c:69
|
||||
msgid "Are you sure you want to log out?"
|
||||
msgstr "Êtes-vous certain de vouloir vous déconnecter ?"
|
||||
|
||||
#: openbox/client.c:2012
|
||||
msgid "Unnamed Window"
|
||||
msgstr "Fenêtre sans nom"
|
||||
|
||||
#: openbox/client.c:2026 openbox/client.c:2058
|
||||
msgid "Killing..."
|
||||
msgstr "Tue..."
|
||||
|
||||
#: openbox/client.c:3462
|
||||
msgid "Disconnect"
|
||||
msgstr "Déconnexion"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:87 openbox/client_list_menu.c:91
|
||||
msgid "Go there..."
|
||||
msgstr "Aller là..."
|
||||
|
||||
#: openbox/client_list_combined_menu.c:94
|
||||
msgid "Manage desktops"
|
||||
msgstr "Gérer les bureaux"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:95 openbox/client_list_menu.c:155
|
||||
msgid "_Add new desktop"
|
||||
msgstr "_Ajouter un bureau"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:96 openbox/client_list_menu.c:156
|
||||
msgid "_Remove last desktop"
|
||||
msgstr "_Supprimer le dernier bureau"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:149
|
||||
msgid "Windows"
|
||||
msgstr "Fenêtres"
|
||||
|
||||
#: openbox/client_list_menu.c:203
|
||||
msgid "Desktops"
|
||||
msgstr "Bureaux"
|
||||
|
||||
#: openbox/client_menu.c:258
|
||||
msgid "All desktops"
|
||||
msgstr "Tous les bureaux"
|
||||
|
||||
#: openbox/client_menu.c:370
|
||||
msgid "_Layer"
|
||||
msgstr "_Disposition"
|
||||
|
||||
#: openbox/client_menu.c:375
|
||||
msgid "Always on _top"
|
||||
msgstr "_Toujours au premier plan"
|
||||
|
||||
#: openbox/client_menu.c:376
|
||||
msgid "_Normal"
|
||||
msgstr "_Normal"
|
||||
|
||||
#: openbox/client_menu.c:377
|
||||
msgid "Always on _bottom"
|
||||
msgstr "Toujours en _arrière plan"
|
||||
|
||||
#: openbox/client_menu.c:379
|
||||
msgid "_Send to desktop"
|
||||
msgstr "En_voyer vers le bureau"
|
||||
|
||||
#: openbox/client_menu.c:383
|
||||
msgid "Client menu"
|
||||
msgstr "Menu de la fenêtre"
|
||||
|
||||
#: openbox/client_menu.c:393
|
||||
msgid "R_estore"
|
||||
msgstr "R_estaurer"
|
||||
|
||||
#: openbox/client_menu.c:397
|
||||
msgid "_Move"
|
||||
msgstr "Dé_placer"
|
||||
|
||||
#: openbox/client_menu.c:399
|
||||
msgid "Resi_ze"
|
||||
msgstr "Red_imensionner"
|
||||
|
||||
#: openbox/client_menu.c:401
|
||||
msgid "Ico_nify"
|
||||
msgstr "Ico_nifier"
|
||||
|
||||
#: openbox/client_menu.c:405
|
||||
msgid "Ma_ximize"
|
||||
msgstr "Ma_ximiser"
|
||||
|
||||
#: openbox/client_menu.c:409
|
||||
msgid "_Roll up/down"
|
||||
msgstr "En/Dé_rouler"
|
||||
|
||||
#: openbox/client_menu.c:411
|
||||
msgid "Un/_Decorate"
|
||||
msgstr "Ne pas/Dé_corer"
|
||||
|
||||
#: openbox/client_menu.c:415
|
||||
msgid "_Close"
|
||||
msgstr "_Fermer"
|
||||
|
||||
#: openbox/config.c:781
|
||||
#, c-format
|
||||
msgid "Invalid button \"%s\" specified in config file"
|
||||
msgstr "Bouton « %s » indiqué dans le fichier de configuration invalide"
|
||||
|
||||
#: openbox/config.c:956
|
||||
msgid ""
|
||||
"Waybox was compiled without image loading support. Icons in menus will not "
|
||||
"be loaded."
|
||||
msgstr ""
|
||||
|
||||
#: openbox/keyboard.c:157
|
||||
msgid "Conflict with key binding in config file"
|
||||
msgstr "Conflit entre les raccourcis clavier dans le fichier de configuration"
|
||||
|
||||
#: openbox/menu.c:102 openbox/menu.c:110
|
||||
#, c-format
|
||||
msgid "Unable to find a valid menu file \"%s\""
|
||||
msgstr "Impossible de trouver un fichier de menus valide « %s »"
|
||||
|
||||
#: openbox/menu.c:170
|
||||
#, c-format
|
||||
msgid "Failed to execute command for pipe-menu \"%s\": %s"
|
||||
msgstr "Échec lors de l'exécution de la commande pour un pipe-menu « %s » : %s"
|
||||
|
||||
#: openbox/menu.c:184
|
||||
#, c-format
|
||||
msgid "Invalid output from pipe-menu \"%s\""
|
||||
msgstr "Sortie du pipe-menu invalide « %s »"
|
||||
|
||||
#: openbox/menu.c:197
|
||||
#, c-format
|
||||
msgid "Attempted to access menu \"%s\" but it does not exist"
|
||||
msgstr "Tentative d'accès au menu « %s » qui n'existe pas"
|
||||
|
||||
#: openbox/menu.c:367 openbox/menu.c:368
|
||||
msgid "More..."
|
||||
msgstr "Plus..."
|
||||
|
||||
#: openbox/mouse.c:373
|
||||
#, c-format
|
||||
msgid "Invalid button \"%s\" in mouse binding"
|
||||
msgstr "Bouton « %s » invalide dans le paramétrage de la souris"
|
||||
|
||||
#: openbox/mouse.c:379
|
||||
#, c-format
|
||||
msgid "Invalid context \"%s\" in mouse binding"
|
||||
msgstr "Contexte « %s » invalide dans le paramétrage de la souris"
|
||||
|
||||
#: openbox/openbox.c:133
|
||||
#, c-format
|
||||
msgid "Unable to change to home directory \"%s\": %s"
|
||||
msgstr "Impossible de changer vers le répertoire de l'utilisateur « %s » : %s"
|
||||
|
||||
#: openbox/openbox.c:263
|
||||
msgid "Unable to find a valid config file, using some simple defaults"
|
||||
msgstr ""
|
||||
"Impossible de trouver un fichier de configuration valide, utilisation de "
|
||||
"défauts simples"
|
||||
|
||||
#: openbox/openbox.c:297
|
||||
msgid "Unable to load a theme."
|
||||
msgstr "Impossible de charger un thème."
|
||||
|
||||
#: openbox/openbox.c:377
|
||||
#, c-format
|
||||
msgid ""
|
||||
"One or more XML syntax errors were found while parsing the Waybox "
|
||||
"configuration files. See stdout for more information. The last error seen "
|
||||
"was in file \"%s\" line %d, with message: %s"
|
||||
msgstr ""
|
||||
"Une ou plusieurs erreurs de syntaxe XML ont été trouvées lors de l'analyse "
|
||||
"des fichiers de configuration d'Waybox. Voir stdout pour plus "
|
||||
"d'information. La dernière erreur vue était dans le fichier \"%s\", ligne "
|
||||
"%d, avec le message : %s"
|
||||
|
||||
#: openbox/openbox.c:379
|
||||
msgid "Waybox Syntax Error"
|
||||
msgstr "Erreur de syntaxe Waybox"
|
||||
|
||||
#: openbox/openbox.c:379
|
||||
msgid "Close"
|
||||
msgstr "Fermer"
|
||||
|
||||
#: openbox/openbox.c:448
|
||||
#, c-format
|
||||
msgid "Restart failed to execute new executable \"%s\": %s"
|
||||
msgstr ""
|
||||
"Le redémarrage n'a pas réussi à exécuter le nouvel exécutable « %s » : %s"
|
||||
|
||||
#: openbox/openbox.c:518 openbox/openbox.c:520
|
||||
msgid "Copyright (c)"
|
||||
msgstr "Copyright (c)"
|
||||
|
||||
#: openbox/openbox.c:529
|
||||
msgid "Syntax: openbox [options]\n"
|
||||
msgstr "Syntaxe : openbox [options]\n"
|
||||
|
||||
#: openbox/openbox.c:530
|
||||
msgid ""
|
||||
"\n"
|
||||
"Options:\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"Options :\n"
|
||||
|
||||
#: openbox/openbox.c:531
|
||||
msgid " --help Display this help and exit\n"
|
||||
msgstr " --help Affiche cette aide et quitte\n"
|
||||
|
||||
#: openbox/openbox.c:532
|
||||
msgid " --version Display the version and exit\n"
|
||||
msgstr " --version Affiche la version et quitte\n"
|
||||
|
||||
#. TRANSLATORS: if you translate "FILE" here, make sure to keep the "Specify..."
|
||||
#. aligned still, if you have to, make a new line with \n and 22 spaces. It's
|
||||
#. fine to leave it as FILE though.
|
||||
#: openbox/openbox.c:537
|
||||
msgid " --config-file FILE Specify the path to the config file to use\n"
|
||||
msgstr ""
|
||||
" --config-file FILE Spécifie le chemin du fichier de configuration à "
|
||||
"utiliser\n"
|
||||
|
||||
#: openbox/openbox.c:538
|
||||
msgid " --sm-disable Disable connection to the session manager\n"
|
||||
msgstr ""
|
||||
" --sm-disable Désactive la connexion au gestionnaire de sessions\n"
|
||||
|
||||
#: openbox/openbox.c:543
|
||||
msgid ""
|
||||
"\n"
|
||||
"Debugging options:\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"Options de déboguage :\n"
|
||||
|
||||
#: openbox/openbox.c:544
|
||||
msgid " --sync Run in synchronous mode\n"
|
||||
msgstr " --sync Exécute en mode synchrone\n"
|
||||
|
||||
#: openbox/openbox.c:545
|
||||
msgid " --debug Display debugging output\n"
|
||||
msgstr " --debug Affiche la sortie de déboguage\n"
|
||||
|
||||
#: openbox/openbox.c:546
|
||||
msgid " --debug-focus Display debugging output for focus handling\n"
|
||||
msgstr ""
|
||||
" --debug-focus Affiche la sortie de déboguage pour la gestion du "
|
||||
"focus\n"
|
||||
|
||||
#: openbox/openbox.c:548
|
||||
msgid " --startup CMD Run CMD after starting\n"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/openbox.c:551
|
||||
msgid " --debug-session Display debugging output for session management\n"
|
||||
msgstr ""
|
||||
" --debug-session Affiche la sortie de déboguage pour la gestion du "
|
||||
"session\n"
|
||||
|
||||
#: openbox/openbox.c:548
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
"Please report bugs at %s\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"Veuillez soumettre les rapports de bogues à %s\n"
|
||||
|
||||
#: openbox/openbox.c:617
|
||||
msgid "%s requires an argument\n"
|
||||
msgstr "%s requiert un argument\n"
|
||||
|
||||
#: openbox/openbox.c:660
|
||||
#, c-format
|
||||
msgid "Invalid command line argument \"%s\"\n"
|
||||
msgstr "Argument de la ligne de commande invalide « %s »\n"
|
||||
|
||||
#. TRANSLATORS: If you need to specify a different order of the
|
||||
#. arguments, you can use %1$d for the first one and %2$d for the
|
||||
#. second one. For example,
|
||||
#. "The current session has %2$d desktops, but Waybox is configured for %1$d ..."
|
||||
#: openbox/screen.c:412
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Waybox is configured for %d desktop, but the current session has %d. "
|
||||
"Overriding the Waybox configuration."
|
||||
msgid_plural ""
|
||||
"Waybox is configured for %d desktops, but the current session has %d. "
|
||||
"Overriding the Waybox configuration."
|
||||
msgstr[0] ""
|
||||
"Waybox est configuré pour %d bureau, mais la session en a %d. Ceci "
|
||||
"supplante la configuration d'Waybox."
|
||||
msgstr[1] ""
|
||||
"Waybox est configuré pour %d bureaux, mais la session en a %d. Ceci "
|
||||
"supplante la configuration d'Waybox."
|
||||
|
||||
#: openbox/screen.c:1180
|
||||
#, c-format
|
||||
msgid "desktop %i"
|
||||
msgstr "bureau %i"
|
||||
|
||||
#: openbox/session.c:104
|
||||
#, fuzzy, c-format
|
||||
msgid "Unable to make directory \"%s\": %s"
|
||||
msgstr "Impossible de créer le répertoire « %s » : %s"
|
||||
|
||||
#: openbox/session.c:466
|
||||
#, fuzzy, c-format
|
||||
msgid "Unable to save the session to \"%s\": %s"
|
||||
msgstr "Impossible de changer vers le répertoire de l'utilisateur « %s » : %s"
|
||||
|
||||
#: openbox/session.c:605
|
||||
#, c-format
|
||||
msgid "Error while saving the session to \"%s\": %s"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/session.c:842
|
||||
msgid "Not connected to a session manager"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/startupnotify.c:243
|
||||
#, c-format
|
||||
msgid "Running %s"
|
||||
msgstr "Exécution de %s"
|
||||
|
||||
#: openbox/translate.c:59
|
||||
#, c-format
|
||||
msgid "Invalid modifier key \"%s\" in key/mouse binding"
|
||||
msgstr ""
|
||||
"Touche de modification « %s » invalide dans le paramétrage du clavier / de "
|
||||
"la souris"
|
||||
|
||||
#: openbox/translate.c:138
|
||||
#, c-format
|
||||
msgid "Invalid key code \"%s\" in key binding"
|
||||
msgstr "Code de touche « %s » invalide dans le raccourci clavier"
|
||||
|
||||
#: openbox/translate.c:145
|
||||
#, c-format
|
||||
msgid "Invalid key name \"%s\" in key binding"
|
||||
msgstr "Nom de touche « %s » invalide dans le raccourci clavier"
|
||||
|
||||
#: openbox/prompt.c:200
|
||||
msgid "OK"
|
||||
msgstr "OK"
|
||||
402
po/gl_ES.po
Normal file
402
po/gl_ES.po
Normal file
|
|
@ -0,0 +1,402 @@
|
|||
# Galician messages for Waybox
|
||||
# Copyright (C) 2020 Joe Wisdom
|
||||
# This file is distributed under the same license as the Waybox package.
|
||||
# Javier Mancebo <palleiros@yahoo.es>, 2013.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Waybox 0.0.1\n"
|
||||
"Report-Msgid-Bugs-To: https://github.com/wizbright/waybox/issues\n"
|
||||
"POT-Creation-Date: 2008-11-15 22:28+0100\n"
|
||||
"PO-Revision-Date: 2020-03-10 19:33-0400\n"
|
||||
"Last-Translator: Javier Mancebo <palleiros@yahoo.es>\n"
|
||||
"Language-Team: Galician\n"
|
||||
"Language: gl_ES\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: openbox/actions.c:149
|
||||
#, c-format
|
||||
msgid "Invalid action \"%s\" requested. No such action exists."
|
||||
msgstr "Acción non válida \"%s\" solicitada. A acción non existe."
|
||||
|
||||
#: openbox/actions/execute.c:128
|
||||
msgid "No"
|
||||
msgstr "Non"
|
||||
|
||||
#: openbox/actions/execute.c:129
|
||||
msgid "Yes"
|
||||
msgstr "Si"
|
||||
|
||||
#: openbox/actions/execute.c:133
|
||||
msgid "Execute"
|
||||
msgstr "Executar"
|
||||
|
||||
#: openbox/actions/execute.c:142
|
||||
#, c-format
|
||||
msgid "Failed to convert the path \"%s\" from utf8"
|
||||
msgstr "Erro convertendo a ruta \"%s\" dende utf8"
|
||||
|
||||
#: openbox/actions/exit.c:52 openbox/actions/session.c:64 openbox/client.c:3465
|
||||
msgid "Cancel"
|
||||
msgstr "Cancelar"
|
||||
|
||||
#: openbox/actions/exit.c:53
|
||||
msgid "Exit"
|
||||
msgstr "Saír"
|
||||
|
||||
#: openbox/actions/exit.c:56
|
||||
msgid "Are you sure you want to exit Waybox?"
|
||||
msgstr "Estas seguro de querer saír de Waybox?"
|
||||
|
||||
#: openbox/actions/exit.c:57
|
||||
msgid "Exit Waybox"
|
||||
msgstr "Saír do Waybox"
|
||||
|
||||
#. TRANSLATORS: Don't translate the word "SessionLogout" as it's the
|
||||
#. name of the action you write in rc.xml
|
||||
#: openbox/actions/session.c:43
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"The SessionLogout action is not available since Waybox was built without "
|
||||
"session management support"
|
||||
msgstr ""
|
||||
"A acción de Abandono de Sesión non está dispoñible xa que Waybox foi "
|
||||
"construido sen soporte para o manexo de sesión"
|
||||
|
||||
#: openbox/actions/session.c:65 openbox/actions/session.c:70
|
||||
msgid "Log Out"
|
||||
msgstr "Saír da sesión"
|
||||
|
||||
#: openbox/actions/session.c:69
|
||||
msgid "Are you sure you want to log out?"
|
||||
msgstr "Estas seguro de querer saír da sesión?"
|
||||
|
||||
#: openbox/client.c:2012
|
||||
msgid "Unnamed Window"
|
||||
msgstr "Fiestra sen nome"
|
||||
|
||||
#: openbox/client.c:2026 openbox/client.c:2058
|
||||
msgid "Killing..."
|
||||
msgstr "Abortando..."
|
||||
|
||||
#: openbox/client.c:3462
|
||||
msgid "Disconnect"
|
||||
msgstr "Desconectar"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:87 openbox/client_list_menu.c:91
|
||||
msgid "Go there..."
|
||||
msgstr "Ir ali..."
|
||||
|
||||
#: openbox/client_list_combined_menu.c:94
|
||||
msgid "Manage desktops"
|
||||
msgstr "Xestionar escritorios"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:95 openbox/client_list_menu.c:155
|
||||
msgid "_Add new desktop"
|
||||
msgstr "Engadir _novo escritorio"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:96 openbox/client_list_menu.c:156
|
||||
msgid "_Remove last desktop"
|
||||
msgstr "_Eliminar último escritorio"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:149
|
||||
msgid "Windows"
|
||||
msgstr "Fiestras"
|
||||
|
||||
#: openbox/client_list_menu.c:203
|
||||
msgid "Desktops"
|
||||
msgstr "Escritorios"
|
||||
|
||||
#: openbox/client_menu.c:258
|
||||
msgid "All desktops"
|
||||
msgstr "Tódolos escritorios"
|
||||
|
||||
#: openbox/client_menu.c:370
|
||||
msgid "_Layer"
|
||||
msgstr "_Capa"
|
||||
|
||||
#: openbox/client_menu.c:375
|
||||
msgid "Always on _top"
|
||||
msgstr "Sempre en_riba"
|
||||
|
||||
#: openbox/client_menu.c:376
|
||||
msgid "_Normal"
|
||||
msgstr "_Normal"
|
||||
|
||||
#: openbox/client_menu.c:377
|
||||
msgid "Always on _bottom"
|
||||
msgstr "Sempre em_baixo"
|
||||
|
||||
#: openbox/client_menu.c:379
|
||||
msgid "_Send to desktop"
|
||||
msgstr "_Enviar ó escritorio"
|
||||
|
||||
#: openbox/client_menu.c:383
|
||||
msgid "Client menu"
|
||||
msgstr "Menú do cliente"
|
||||
|
||||
#: openbox/client_menu.c:393
|
||||
msgid "R_estore"
|
||||
msgstr "Re_staurar"
|
||||
|
||||
#: openbox/client_menu.c:397
|
||||
msgid "_Move"
|
||||
msgstr "_Mover"
|
||||
|
||||
#: openbox/client_menu.c:399
|
||||
msgid "Resi_ze"
|
||||
msgstr "_Redimensionar"
|
||||
|
||||
#: openbox/client_menu.c:401
|
||||
msgid "Ico_nify"
|
||||
msgstr "Ico_nificar"
|
||||
|
||||
#: openbox/client_menu.c:405
|
||||
msgid "Ma_ximize"
|
||||
msgstr "Ma_ximizar"
|
||||
|
||||
#: openbox/client_menu.c:409
|
||||
msgid "_Roll up/down"
|
||||
msgstr "_Enrolar cara abaixo"
|
||||
|
||||
#: openbox/client_menu.c:411
|
||||
msgid "Un/_Decorate"
|
||||
msgstr "Eliminar _decoración"
|
||||
|
||||
#: openbox/client_menu.c:415
|
||||
msgid "_Close"
|
||||
msgstr "_Pechar"
|
||||
|
||||
#: openbox/config.c:781
|
||||
#, c-format
|
||||
msgid "Invalid button \"%s\" specified in config file"
|
||||
msgstr "Botón \"%s\" non válido especificado en arquivo de configuración"
|
||||
|
||||
#: openbox/config.c:956
|
||||
msgid ""
|
||||
"Waybox was compiled without image loading support. Icons in menus will not "
|
||||
"be loaded."
|
||||
msgstr ""
|
||||
|
||||
#: openbox/keyboard.c:157
|
||||
msgid "Conflict with key binding in config file"
|
||||
msgstr "Conflito con atallo de teclado en arquivo de configuración"
|
||||
|
||||
#: openbox/menu.c:102 openbox/menu.c:110
|
||||
#, c-format
|
||||
msgid "Unable to find a valid menu file \"%s\""
|
||||
msgstr "Imposible atopar un arquivo válido de menú \"%s\""
|
||||
|
||||
#: openbox/menu.c:170
|
||||
#, c-format
|
||||
msgid "Failed to execute command for pipe-menu \"%s\": %s"
|
||||
msgstr "Erro ó executa-lo comando para \"pipe-menu\" \"%s\": %s"
|
||||
|
||||
#: openbox/menu.c:184
|
||||
#, c-format
|
||||
msgid "Invalid output from pipe-menu \"%s\""
|
||||
msgstr "Saída non válida para \"pipe-menu\" \"%s\""
|
||||
|
||||
#: openbox/menu.c:197
|
||||
#, c-format
|
||||
msgid "Attempted to access menu \"%s\" but it does not exist"
|
||||
msgstr "Tento de acceder a menú \"%s\" mais non existe"
|
||||
|
||||
#: openbox/menu.c:367 openbox/menu.c:368
|
||||
msgid "More..."
|
||||
msgstr "Máis..."
|
||||
|
||||
#: openbox/mouse.c:373
|
||||
#, c-format
|
||||
msgid "Invalid button \"%s\" in mouse binding"
|
||||
msgstr "Botón no válido \"%s\" en atallo de rato"
|
||||
|
||||
#: openbox/mouse.c:379
|
||||
#, c-format
|
||||
msgid "Invalid context \"%s\" in mouse binding"
|
||||
msgstr "Contexto non válido \"%s\" en atallo de rato"
|
||||
|
||||
#: openbox/openbox.c:133
|
||||
#, c-format
|
||||
msgid "Unable to change to home directory \"%s\": %s"
|
||||
msgstr "Imposible cambiar a directorio persoal \"%s\": %s"
|
||||
|
||||
#: openbox/openbox.c:263
|
||||
msgid "Unable to find a valid config file, using some simple defaults"
|
||||
msgstr ""
|
||||
"Imposible atopar un arquivo válido de configuración, usando un por defecto."
|
||||
|
||||
#: openbox/openbox.c:297
|
||||
msgid "Unable to load a theme."
|
||||
msgstr "Imposible cargar un Tema."
|
||||
|
||||
#: openbox/openbox.c:377
|
||||
#, c-format
|
||||
msgid ""
|
||||
"One or more XML syntax errors were found while parsing the Waybox "
|
||||
"configuration files. See stdout for more information. The last error seen "
|
||||
"was in file \"%s\" line %d, with message: %s"
|
||||
msgstr ""
|
||||
"Un ou mais erros de sintaxe XML foron atopados mentras se analizaban os "
|
||||
"arquivos de configuración de Waybox. Olla stdout para máis información. O "
|
||||
"último erro visto foi no arquivo \"%s\" liña %d, coa mensaxe: %s"
|
||||
|
||||
#: openbox/openbox.c:379
|
||||
msgid "Waybox Syntax Error"
|
||||
msgstr "Erro de sintaxe de Waybox."
|
||||
|
||||
#: openbox/openbox.c:379
|
||||
msgid "Close"
|
||||
msgstr "Pechar"
|
||||
|
||||
#: openbox/openbox.c:448
|
||||
#, c-format
|
||||
msgid "Restart failed to execute new executable \"%s\": %s"
|
||||
msgstr "Reinicio fallou ó executar novo executable \"%s\": %s"
|
||||
|
||||
#: openbox/openbox.c:518 openbox/openbox.c:520
|
||||
msgid "Copyright (c)"
|
||||
msgstr "Copyright (c)"
|
||||
|
||||
#: openbox/openbox.c:529
|
||||
msgid "Syntax: openbox [options]\n"
|
||||
msgstr "Sintaxe: openbox [opcións]\n"
|
||||
|
||||
#: openbox/openbox.c:530
|
||||
msgid ""
|
||||
"\n"
|
||||
"Options:\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"Opcións:\n"
|
||||
|
||||
#: openbox/openbox.c:531
|
||||
msgid " --help Display this help and exit\n"
|
||||
msgstr " --help Amosa esta axuda e sae\n"
|
||||
|
||||
#: openbox/openbox.c:532
|
||||
msgid " --version Display the version and exit\n"
|
||||
msgstr " --version Amosa a versión e sae\n"
|
||||
|
||||
#. TRANSLATORS: if you translate "FILE" here, make sure to keep the "Specify..."
|
||||
#. aligned still, if you have to, make a new line with \n and 22 spaces. It's
|
||||
#. fine to leave it as FILE though.
|
||||
#: openbox/openbox.c:537
|
||||
msgid " --config-file FILE Specify the path to the config file to use\n"
|
||||
msgstr ""
|
||||
" --config-file FILE Especifica a ruta ó arquivo de configuración en uso\n"
|
||||
|
||||
#: openbox/openbox.c:538
|
||||
msgid " --sm-disable Disable connection to the session manager\n"
|
||||
msgstr " --sm-disable Inhabilita conexión ó xestor de sesión\n"
|
||||
|
||||
#: openbox/openbox.c:543
|
||||
msgid ""
|
||||
"\n"
|
||||
"Debugging options:\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"Opcións de depuración:\n"
|
||||
|
||||
#: openbox/openbox.c:544
|
||||
msgid " --sync Run in synchronous mode\n"
|
||||
msgstr " --sync Executar en modo síncrono\n"
|
||||
|
||||
#: openbox/openbox.c:545
|
||||
msgid " --debug Display debugging output\n"
|
||||
msgstr " --debug Amosa-la saída de depuración\n"
|
||||
|
||||
#: openbox/openbox.c:546
|
||||
msgid " --debug-focus Display debugging output for focus handling\n"
|
||||
msgstr " --debug-focus Amosa-la saída de depuración manualmente\n"
|
||||
|
||||
#: openbox/openbox.c:548
|
||||
msgid " --startup CMD Run CMD after starting\n"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/openbox.c:551
|
||||
msgid " --debug-session Display debugging output for session management\n"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/openbox.c:548
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
"Please report bugs at %s\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"Faga o favor de notificar bugs a %s\n"
|
||||
|
||||
#: openbox/openbox.c:617
|
||||
msgid "%s requires an argument\n"
|
||||
msgstr "%s require un argumento\n"
|
||||
|
||||
#: openbox/openbox.c:660
|
||||
#, c-format
|
||||
msgid "Invalid command line argument \"%s\"\n"
|
||||
msgstr "Argumento de liña de comandos \"%s\" non válido\n"
|
||||
|
||||
#. TRANSLATORS: If you need to specify a different order of the
|
||||
#. arguments, you can use %1$d for the first one and %2$d for the
|
||||
#. second one. For example,
|
||||
#. "The current session has %2$d desktops, but Waybox is configured for %1$d ..."
|
||||
#: openbox/screen.c:412
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Waybox is configured for %d desktop, but the current session has %d. "
|
||||
"Overriding the Waybox configuration."
|
||||
msgid_plural ""
|
||||
"Waybox is configured for %d desktops, but the current session has %d. "
|
||||
"Overriding the Waybox configuration."
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: openbox/screen.c:1180
|
||||
#, c-format
|
||||
msgid "desktop %i"
|
||||
msgstr "escritorio %i"
|
||||
|
||||
#: openbox/session.c:104
|
||||
#, c-format
|
||||
msgid "Unable to make directory \"%s\": %s"
|
||||
msgstr "Imposible crea-lo directorio \"%s\": %s"
|
||||
|
||||
#: openbox/session.c:466
|
||||
#, c-format
|
||||
msgid "Unable to save the session to \"%s\": %s"
|
||||
msgstr "Imposible garda-la sesión a \"%s\": %s"
|
||||
|
||||
#: openbox/session.c:605
|
||||
#, c-format
|
||||
msgid "Error while saving the session to \"%s\": %s"
|
||||
msgstr "Erro mentras se gardaba a sesión a \"%s\": %s"
|
||||
|
||||
#: openbox/session.c:842
|
||||
msgid "Not connected to a session manager"
|
||||
msgstr "Non conectado a un xestor de sesións"
|
||||
|
||||
#: openbox/startupnotify.c:243
|
||||
#, c-format
|
||||
msgid "Running %s"
|
||||
msgstr "Executando %s"
|
||||
|
||||
#: openbox/translate.c:59
|
||||
#, c-format
|
||||
msgid "Invalid modifier key \"%s\" in key/mouse binding"
|
||||
msgstr "Tecla modificadora \"%s\" non válida en atallo de teclado/rato"
|
||||
|
||||
#: openbox/translate.c:138
|
||||
#, c-format
|
||||
msgid "Invalid key code \"%s\" in key binding"
|
||||
msgstr "Chave \"%s\" inválida en atallo de teclado"
|
||||
|
||||
#: openbox/translate.c:145
|
||||
#, c-format
|
||||
msgid "Invalid key name \"%s\" in key binding"
|
||||
msgstr "Nome de tecla \"%s\" non válido en atallo de teclado"
|
||||
|
||||
#: openbox/prompt.c:200
|
||||
msgid "OK"
|
||||
msgstr "Feito"
|
||||
404
po/he.po
Normal file
404
po/he.po
Normal file
|
|
@ -0,0 +1,404 @@
|
|||
# Hebrew translation for openbox.
|
||||
# Copyright (C) 2002 Dana Jansens
|
||||
# Copyright (C) 2004 Mikael Magnusson
|
||||
# This file is distributed under the same license as the Waybox package.
|
||||
# Isratine Citizen <genghiskhan@gmx.ca>, 2012.
|
||||
# Eli Zaretskii <eliz@gnu.org>, 2013.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Waybox 0.0.1\n"
|
||||
"Report-Msgid-Bugs-To: https://github.com/wizbright/waybox/issues\n"
|
||||
"POT-Creation-Date: 2008-11-15 22:28+0100\n"
|
||||
"PO-Revision-Date: 2020-03-10 10:30-0400\n"
|
||||
"Last-Translator: Eli Zaretskii <eliz@gnu.org>\n"
|
||||
"Language-Team: Rahut <genghiskhan@gmx.ca>\n"
|
||||
"Language: he\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Generator: Poedit 1.5.4\n"
|
||||
|
||||
# אין פעולה כזו קיימת
|
||||
#: openbox/actions.c:149
|
||||
#, c-format
|
||||
msgid "Invalid action \"%s\" requested. No such action exists."
|
||||
msgstr "התבקשה פעולה שגויה \"%s\". פעולה שכזו לא קיימת."
|
||||
|
||||
#: openbox/actions/execute.c:128
|
||||
msgid "No"
|
||||
msgstr "לא"
|
||||
|
||||
#: openbox/actions/execute.c:129
|
||||
msgid "Yes"
|
||||
msgstr "כן"
|
||||
|
||||
#: openbox/actions/execute.c:133
|
||||
msgid "Execute"
|
||||
msgstr "הרצה"
|
||||
|
||||
#: openbox/actions/execute.c:142
|
||||
#, c-format
|
||||
msgid "Failed to convert the path \"%s\" from utf8"
|
||||
msgstr "כשל בהמרת הנתיב \"%s\" מן utf8"
|
||||
|
||||
#: openbox/actions/exit.c:52 openbox/actions/session.c:64 openbox/client.c:3465
|
||||
msgid "Cancel"
|
||||
msgstr "ביטול"
|
||||
|
||||
#: openbox/actions/exit.c:53
|
||||
msgid "Exit"
|
||||
msgstr "יציאה"
|
||||
|
||||
#: openbox/actions/exit.c:56
|
||||
msgid "Are you sure you want to exit Waybox?"
|
||||
msgstr "האם אכן ברצונך לצאת מן Waybox?"
|
||||
|
||||
#: openbox/actions/exit.c:57
|
||||
msgid "Exit Waybox"
|
||||
msgstr "יציאה מן Waybox"
|
||||
|
||||
#. TRANSLATORS: Don't translate the word "SessionLogout" as it's the
|
||||
#. name of the action you write in rc.xml
|
||||
#: openbox/actions/session.c:43
|
||||
msgid ""
|
||||
"The SessionLogout action is not available since Waybox was built without "
|
||||
"session management support"
|
||||
msgstr ""
|
||||
|
||||
# התנתקות
|
||||
#: openbox/actions/session.c:65 openbox/actions/session.c:70
|
||||
msgid "Log Out"
|
||||
msgstr "יציאה"
|
||||
|
||||
#: openbox/actions/session.c:69
|
||||
msgid "Are you sure you want to log out?"
|
||||
msgstr "האם אכן ברצונך להתנתק?"
|
||||
|
||||
#: openbox/client.c:2012
|
||||
msgid "Unnamed Window"
|
||||
msgstr "חלון ללא שם"
|
||||
|
||||
#: openbox/client.c:2026 openbox/client.c:2058
|
||||
msgid "Killing..."
|
||||
msgstr "הורג כעת..."
|
||||
|
||||
#: openbox/client.c:3462
|
||||
msgid "Disconnect"
|
||||
msgstr "ניתוק"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:87 openbox/client_list_menu.c:91
|
||||
msgid "Go there..."
|
||||
msgstr "לך אל מרחב זה..."
|
||||
|
||||
#: openbox/client_list_combined_menu.c:94
|
||||
msgid "Manage desktops"
|
||||
msgstr "ניהול שולחנות"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:95 openbox/client_list_menu.c:155
|
||||
msgid "_Add new desktop"
|
||||
msgstr "הוסף מרחב חדש (_A)"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:96 openbox/client_list_menu.c:156
|
||||
msgid "_Remove last desktop"
|
||||
msgstr "הסר מרחב אחרון (_R)"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:149
|
||||
msgid "Windows"
|
||||
msgstr "חלונות"
|
||||
|
||||
#: openbox/client_list_menu.c:203
|
||||
msgid "Desktops"
|
||||
msgstr "שולחנות עבודה"
|
||||
|
||||
#: openbox/client_menu.c:258
|
||||
msgid "All desktops"
|
||||
msgstr "כל השולחנות"
|
||||
|
||||
#: openbox/client_menu.c:370
|
||||
msgid "_Layer"
|
||||
msgstr "רובד (_L)"
|
||||
|
||||
#: openbox/client_menu.c:375
|
||||
msgid "Always on _top"
|
||||
msgstr "תמיד עליון (_T)"
|
||||
|
||||
#: openbox/client_menu.c:376
|
||||
msgid "_Normal"
|
||||
msgstr "רגיל (_N)"
|
||||
|
||||
#: openbox/client_menu.c:377
|
||||
msgid "Always on _bottom"
|
||||
msgstr "תמיד תחתון (_B)"
|
||||
|
||||
#: openbox/client_menu.c:379
|
||||
msgid "_Send to desktop"
|
||||
msgstr "שלח אל מרחב (_S)"
|
||||
|
||||
#: openbox/client_menu.c:383
|
||||
msgid "Client menu"
|
||||
msgstr "תפריט לקוח"
|
||||
|
||||
#: openbox/client_menu.c:393
|
||||
msgid "R_estore"
|
||||
msgstr "שחזר (_E)"
|
||||
|
||||
#: openbox/client_menu.c:397
|
||||
msgid "_Move"
|
||||
msgstr "הזז (_M)"
|
||||
|
||||
# מידה
|
||||
#: openbox/client_menu.c:399
|
||||
msgid "Resi_ze"
|
||||
msgstr "שנה גודל (_Z)"
|
||||
|
||||
#: openbox/client_menu.c:401
|
||||
msgid "Ico_nify"
|
||||
msgstr "מזער (_N)"
|
||||
|
||||
#: openbox/client_menu.c:405
|
||||
msgid "Ma_ximize"
|
||||
msgstr "הגדל (_X)"
|
||||
|
||||
#: openbox/client_menu.c:409
|
||||
msgid "_Roll up/down"
|
||||
msgstr "גלול מעלה/מטה (_R)"
|
||||
|
||||
#: openbox/client_menu.c:411
|
||||
msgid "Un/_Decorate"
|
||||
msgstr "אי/עיטור (_D)"
|
||||
|
||||
#: openbox/client_menu.c:415
|
||||
msgid "_Close"
|
||||
msgstr "סגור (_C)"
|
||||
|
||||
#: openbox/config.c:781
|
||||
#, c-format
|
||||
msgid "Invalid button \"%s\" specified in config file"
|
||||
msgstr "לחצן שגוי \"%s\" צוין בקובץ תצורה"
|
||||
|
||||
#: openbox/config.c:956
|
||||
msgid ""
|
||||
"Waybox was compiled without image loading support. Icons in menus will not "
|
||||
"be loaded."
|
||||
msgstr "Waybox הודר ללא תמיכת הטענת תמונות. צלמיות בתפריטים לא יוטענו."
|
||||
|
||||
# קליד
|
||||
#: openbox/keyboard.c:157
|
||||
msgid "Conflict with key binding in config file"
|
||||
msgstr "התנגשות עם כריכת מקש בקובץ תצורה"
|
||||
|
||||
#: openbox/menu.c:102 openbox/menu.c:110
|
||||
#, c-format
|
||||
msgid "Unable to find a valid menu file \"%s\""
|
||||
msgstr "לא ניתן למצוא קובץ תפריט תקף \"%s\""
|
||||
|
||||
# קנה
|
||||
#: openbox/menu.c:170
|
||||
#, c-format
|
||||
msgid "Failed to execute command for pipe-menu \"%s\": %s"
|
||||
msgstr "כשל בהרצת פקודה עבור תפריט-צינור \"%s\": %s"
|
||||
|
||||
#: openbox/menu.c:184
|
||||
#, c-format
|
||||
msgid "Invalid output from pipe-menu \"%s\""
|
||||
msgstr "פלט שגוי מן תפריט-צינור \"%s\""
|
||||
|
||||
#: openbox/menu.c:197
|
||||
#, c-format
|
||||
msgid "Attempted to access menu \"%s\" but it does not exist"
|
||||
msgstr "מנסה לגשת אל תפריט \"%s\" אך הוא לא קיים"
|
||||
|
||||
#: openbox/menu.c:367 openbox/menu.c:368
|
||||
msgid "More..."
|
||||
msgstr "עוד..."
|
||||
|
||||
#: openbox/mouse.c:373
|
||||
#, c-format
|
||||
msgid "Invalid button \"%s\" in mouse binding"
|
||||
msgstr "לחצן שגוי \"%s\" בכריכת עכבר"
|
||||
|
||||
#: openbox/mouse.c:379
|
||||
#, c-format
|
||||
msgid "Invalid context \"%s\" in mouse binding"
|
||||
msgstr "הקשר שגוי \"%s\" בכריכת עכבר"
|
||||
|
||||
#: openbox/openbox.c:133
|
||||
#, c-format
|
||||
msgid "Unable to change to home directory \"%s\": %s"
|
||||
msgstr "לא ניתן לשנות מדור בית \"%s\": %s"
|
||||
|
||||
#: openbox/openbox.c:263
|
||||
msgid "Unable to find a valid config file, using some simple defaults"
|
||||
msgstr "לא ניתן למצוא קובץ תצורה תקף, עושה שימוש כעת בהגדרות משתמטות פשוטות"
|
||||
|
||||
#: openbox/openbox.c:297
|
||||
msgid "Unable to load a theme."
|
||||
msgstr "לא ניתן להטעין מוטיב."
|
||||
|
||||
#: openbox/openbox.c:377
|
||||
#, c-format
|
||||
msgid ""
|
||||
"One or more XML syntax errors were found while parsing the Waybox "
|
||||
"configuration files. See stdout for more information. The last error seen "
|
||||
"was in file \"%s\" line %d, with message: %s"
|
||||
msgstr ""
|
||||
"שגיאות תחביר XML אחת או יותר נמצאו בשעת ניתוח קובצי התצורה של Waybox. ראה "
|
||||
"stdout עבור מידע נוסף. השגיאה האחרונה שנראתה הייתה בקובץ \"%s\" שורה %d, עם "
|
||||
"הודעה: %s"
|
||||
|
||||
#: openbox/openbox.c:379
|
||||
msgid "Waybox Syntax Error"
|
||||
msgstr "שגיאת תחביר Waybox"
|
||||
|
||||
#: openbox/openbox.c:379
|
||||
msgid "Close"
|
||||
msgstr "סגור"
|
||||
|
||||
#: openbox/openbox.c:448
|
||||
#, c-format
|
||||
msgid "Restart failed to execute new executable \"%s\": %s"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/openbox.c:518 openbox/openbox.c:520
|
||||
msgid "Copyright (c)"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/openbox.c:529
|
||||
msgid "Syntax: openbox [options]\n"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/openbox.c:530
|
||||
msgid ""
|
||||
"\n"
|
||||
"Options:\n"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/openbox.c:531
|
||||
msgid " --help Display this help and exit\n"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/openbox.c:532
|
||||
msgid " --version Display the version and exit\n"
|
||||
msgstr ""
|
||||
|
||||
#. TRANSLATORS: if you translate "FILE" here, make sure to keep the "Specify..."
|
||||
#. aligned still, if you have to, make a new line with \n and 22 spaces. It's
|
||||
#. fine to leave it as FILE though.
|
||||
#: openbox/openbox.c:537
|
||||
msgid " --config-file FILE Specify the path to the config file to use\n"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/openbox.c:538
|
||||
msgid " --sm-disable Disable connection to the session manager\n"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/openbox.c:543
|
||||
msgid ""
|
||||
"\n"
|
||||
"Debugging options:\n"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/openbox.c:544
|
||||
msgid " --sync Run in synchronous mode\n"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/openbox.c:545
|
||||
msgid " --debug Display debugging output\n"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/openbox.c:546
|
||||
msgid " --debug-focus Display debugging output for focus handling\n"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/openbox.c:548
|
||||
msgid " --startup CMD Run CMD after starting\n"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/openbox.c:551
|
||||
msgid " --debug-session Display debugging output for session management\n"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/openbox.c:548
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
"Please report bugs at %s\n"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/openbox.c:617
|
||||
msgid "%s requires an argument\n"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/openbox.c:660
|
||||
#, c-format
|
||||
msgid "Invalid command line argument \"%s\"\n"
|
||||
msgstr ""
|
||||
|
||||
#. TRANSLATORS: If you need to specify a different order of the
|
||||
#. arguments, you can use %1$d for the first one and %2$d for the
|
||||
#. second one. For example,
|
||||
#. "The current session has %2$d desktops, but Waybox is configured for %1$d ..."
|
||||
#: openbox/screen.c:412
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Waybox is configured for %d desktop, but the current session has %d. "
|
||||
"Overriding the Waybox configuration."
|
||||
msgid_plural ""
|
||||
"Waybox is configured for %d desktops, but the current session has %d. "
|
||||
"Overriding the Waybox configuration."
|
||||
msgstr[0] ""
|
||||
"Waybox הינו מוגדר עבור מרחב %d, אולם לסשן הנוכחי יש %d. עוקף כעת את התצורה "
|
||||
"של Waybox."
|
||||
msgstr[1] ""
|
||||
"Waybox הינו מוגדר עבור %d מרחבים, אולם לסשן הנוכחי יש %d. עוקף כעת את "
|
||||
"התצורה של Waybox."
|
||||
|
||||
#: openbox/screen.c:1180
|
||||
#, c-format
|
||||
msgid "desktop %i"
|
||||
msgstr "מרחב %i"
|
||||
|
||||
#: openbox/session.c:104
|
||||
#, fuzzy, c-format
|
||||
msgid "Unable to make directory \"%s\": %s"
|
||||
msgstr "לא ניתן ליצור מדור '%s': %s"
|
||||
|
||||
#: openbox/session.c:466
|
||||
#, fuzzy, c-format
|
||||
msgid "Unable to save the session to \"%s\": %s"
|
||||
msgstr "לא ניתן לשנות מדור בית \"%s\": %s"
|
||||
|
||||
#: openbox/session.c:605
|
||||
#, c-format
|
||||
msgid "Error while saving the session to \"%s\": %s"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/session.c:842
|
||||
msgid "Not connected to a session manager"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/startupnotify.c:243
|
||||
#, c-format
|
||||
msgid "Running %s"
|
||||
msgstr "מריץ כעת %s"
|
||||
|
||||
#: openbox/translate.c:59
|
||||
#, c-format
|
||||
msgid "Invalid modifier key \"%s\" in key/mouse binding"
|
||||
msgstr "משתני מקשים שגויים \"%s\" בכריכת מקש/עכבר"
|
||||
|
||||
#: openbox/translate.c:138
|
||||
#, c-format
|
||||
msgid "Invalid key code \"%s\" in key binding"
|
||||
msgstr "קוד מקש שגוי \"%s\" בכריכת מקש"
|
||||
|
||||
#: openbox/translate.c:145
|
||||
#, c-format
|
||||
msgid "Invalid key name \"%s\" in key binding"
|
||||
msgstr "שם מקש שגוי \"%s\" בכריכת מקש"
|
||||
|
||||
#: openbox/prompt.c:200
|
||||
msgid "OK"
|
||||
msgstr "אישור"
|
||||
409
po/hr.po
Normal file
409
po/hr.po
Normal file
|
|
@ -0,0 +1,409 @@
|
|||
# Croatian messages for openbox.
|
||||
# Copyright (C) 2020 Joe Wisdom
|
||||
# This file is distributed under the same license as the Waybox package.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Waybox 0.0.1\n"
|
||||
"Report-Msgid-Bugs-To: https://github.com/wizbright/waybox/issues\n"
|
||||
"POT-Creation-Date: 2008-11-15 22:28+0100\n"
|
||||
"PO-Revision-Date: 2020-03-10 14:07-0400\n"
|
||||
"Last-Translator: boljsa <asjlob AT vip.hr>\n"
|
||||
"Language-Team: <asjlob AT vip.hr>\n"
|
||||
"Language: hr\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=n == 1 ? 0 : 1;\n"
|
||||
|
||||
#: openbox/actions.c:149
|
||||
#, c-format
|
||||
msgid "Invalid action \"%s\" requested. No such action exists."
|
||||
msgstr "Nevažeća akcija \"%s\" zatražena. Takva akcija ne postoji."
|
||||
|
||||
#: openbox/actions/execute.c:128
|
||||
msgid "No"
|
||||
msgstr "Ne"
|
||||
|
||||
#: openbox/actions/execute.c:129
|
||||
msgid "Yes"
|
||||
msgstr "Da"
|
||||
|
||||
#: openbox/actions/execute.c:133
|
||||
msgid "Execute"
|
||||
msgstr "Izvrši"
|
||||
|
||||
#: openbox/actions/execute.c:142
|
||||
#, c-format
|
||||
msgid "Failed to convert the path \"%s\" from utf8"
|
||||
msgstr "Neuspio pokušaj pretvorbe putanje \"%s\" iz utf8"
|
||||
|
||||
#: openbox/actions/exit.c:52 openbox/actions/session.c:64 openbox/client.c:3465
|
||||
msgid "Cancel"
|
||||
msgstr "Odustani"
|
||||
|
||||
#: openbox/actions/exit.c:53
|
||||
msgid "Exit"
|
||||
msgstr "Izađi"
|
||||
|
||||
#: openbox/actions/exit.c:56
|
||||
msgid "Are you sure you want to exit Waybox?"
|
||||
msgstr "Jeste li sigurni da želite zatvoriti Waybox?"
|
||||
|
||||
#: openbox/actions/exit.c:57
|
||||
msgid "Exit Waybox"
|
||||
msgstr "Zatvori Waybox"
|
||||
|
||||
#. TRANSLATORS: Don't translate the word "SessionLogout" as it's the
|
||||
#. name of the action you write in rc.xml
|
||||
#: openbox/actions/session.c:43
|
||||
msgid ""
|
||||
"The SessionLogout action is not available since Waybox was built without "
|
||||
"session management support"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/actions/session.c:65 openbox/actions/session.c:70
|
||||
msgid "Log Out"
|
||||
msgstr "Odjava"
|
||||
|
||||
#: openbox/actions/session.c:69
|
||||
msgid "Are you sure you want to log out?"
|
||||
msgstr "Jeste li sigurni da se želite odjaviti?"
|
||||
|
||||
#: openbox/client.c:2012
|
||||
msgid "Unnamed Window"
|
||||
msgstr "Neimenovan Prozor"
|
||||
|
||||
#: openbox/client.c:2026 openbox/client.c:2058
|
||||
msgid "Killing..."
|
||||
msgstr "Ubijanje..."
|
||||
|
||||
#: openbox/client.c:3462
|
||||
msgid "Disconnect"
|
||||
msgstr "Prekid veze"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:87 openbox/client_list_menu.c:91
|
||||
msgid "Go there..."
|
||||
msgstr "Idi tamo..."
|
||||
|
||||
#: openbox/client_list_combined_menu.c:94
|
||||
msgid "Manage desktops"
|
||||
msgstr "Upravljanje radnim površinama"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:95 openbox/client_list_menu.c:155
|
||||
msgid "_Add new desktop"
|
||||
msgstr "_Dodaj novu radnu površinu"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:96 openbox/client_list_menu.c:156
|
||||
msgid "_Remove last desktop"
|
||||
msgstr "_Ukloni zadnju radnu površinu"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:149
|
||||
msgid "Windows"
|
||||
msgstr "Prozori"
|
||||
|
||||
#: openbox/client_list_menu.c:203
|
||||
msgid "Desktops"
|
||||
msgstr "Radne Površine"
|
||||
|
||||
#: openbox/client_menu.c:258
|
||||
msgid "All desktops"
|
||||
msgstr "Sve radne površine"
|
||||
|
||||
#: openbox/client_menu.c:370
|
||||
msgid "_Layer"
|
||||
msgstr "_Sloj"
|
||||
|
||||
#: openbox/client_menu.c:375
|
||||
msgid "Always on _top"
|
||||
msgstr "Uvijek na _vrhu"
|
||||
|
||||
#: openbox/client_menu.c:376
|
||||
msgid "_Normal"
|
||||
msgstr "_Normalno"
|
||||
|
||||
#: openbox/client_menu.c:377
|
||||
msgid "Always on _bottom"
|
||||
msgstr "Uvijek na _dnu"
|
||||
|
||||
#: openbox/client_menu.c:379
|
||||
msgid "_Send to desktop"
|
||||
msgstr "Pošalji na _radnu površinu"
|
||||
|
||||
#: openbox/client_menu.c:383
|
||||
msgid "Client menu"
|
||||
msgstr "Izbornik klijenta"
|
||||
|
||||
#: openbox/client_menu.c:393
|
||||
msgid "R_estore"
|
||||
msgstr "O_bnovi"
|
||||
|
||||
#: openbox/client_menu.c:397
|
||||
msgid "_Move"
|
||||
msgstr "_Pomicanje"
|
||||
|
||||
#: openbox/client_menu.c:399
|
||||
msgid "Resi_ze"
|
||||
msgstr "Prom_jena veličine"
|
||||
|
||||
#: openbox/client_menu.c:401
|
||||
msgid "Ico_nify"
|
||||
msgstr "Mi_nimizacija"
|
||||
|
||||
#: openbox/client_menu.c:405
|
||||
msgid "Ma_ximize"
|
||||
msgstr "M_aksimizacija"
|
||||
|
||||
#: openbox/client_menu.c:409
|
||||
msgid "_Roll up/down"
|
||||
msgstr "_Okretanje gore/dolje"
|
||||
|
||||
#: openbox/client_menu.c:411
|
||||
msgid "Un/_Decorate"
|
||||
msgstr "Ne/_Dekoriranje"
|
||||
|
||||
#: openbox/client_menu.c:415
|
||||
msgid "_Close"
|
||||
msgstr "_Zatvori"
|
||||
|
||||
#: openbox/config.c:781
|
||||
#, c-format
|
||||
msgid "Invalid button \"%s\" specified in config file"
|
||||
msgstr "Nevažeće dugme \"%s\" specificirano u konfiguracijskoj datoteci"
|
||||
|
||||
#: openbox/config.c:956
|
||||
msgid ""
|
||||
"Waybox was compiled without image loading support. Icons in menus will not "
|
||||
"be loaded."
|
||||
msgstr ""
|
||||
|
||||
#: openbox/keyboard.c:157
|
||||
msgid "Conflict with key binding in config file"
|
||||
msgstr "Konflikt sa povezivanjem tipki u konfiguracijskoj datoteci"
|
||||
|
||||
#: openbox/menu.c:102 openbox/menu.c:110
|
||||
#, c-format
|
||||
msgid "Unable to find a valid menu file \"%s\""
|
||||
msgstr "Ne mogu pronaći važeću datoteku izbornika \"%s\""
|
||||
|
||||
#: openbox/menu.c:170
|
||||
#, c-format
|
||||
msgid "Failed to execute command for pipe-menu \"%s\": %s"
|
||||
msgstr "Neuspio pokušaj izvršavanja naredbe za cijev-izbornik \"%s\": %s"
|
||||
|
||||
#: openbox/menu.c:184
|
||||
#, c-format
|
||||
msgid "Invalid output from pipe-menu \"%s\""
|
||||
msgstr "Nevažeći izlaz za cijev-izbornik \"%s\""
|
||||
|
||||
#: openbox/menu.c:197
|
||||
#, c-format
|
||||
msgid "Attempted to access menu \"%s\" but it does not exist"
|
||||
msgstr "Pokušavam pristupiti izborniku \"%s\" ali on ne postoji"
|
||||
|
||||
#: openbox/menu.c:367 openbox/menu.c:368
|
||||
msgid "More..."
|
||||
msgstr "Više..."
|
||||
|
||||
#: openbox/mouse.c:373
|
||||
#, c-format
|
||||
msgid "Invalid button \"%s\" in mouse binding"
|
||||
msgstr "Nevažeće dugme \"%s\" u povezivanju miša"
|
||||
|
||||
#: openbox/mouse.c:379
|
||||
#, c-format
|
||||
msgid "Invalid context \"%s\" in mouse binding"
|
||||
msgstr "Nevažeći kontekst \"%s\" u povezivanju miša"
|
||||
|
||||
#: openbox/openbox.c:133
|
||||
#, c-format
|
||||
msgid "Unable to change to home directory \"%s\": %s"
|
||||
msgstr "Ne mogu doći u home direktorij \"%s\": %s"
|
||||
|
||||
#: openbox/openbox.c:263
|
||||
msgid "Unable to find a valid config file, using some simple defaults"
|
||||
msgstr ""
|
||||
"Ne mogu pronaći važeću konfiguracijsku datoteku, koriteći neke jednostavne "
|
||||
"standarde"
|
||||
|
||||
#: openbox/openbox.c:297
|
||||
msgid "Unable to load a theme."
|
||||
msgstr "Ne mogu pokrenuti temu."
|
||||
|
||||
#: openbox/openbox.c:377
|
||||
#, c-format
|
||||
msgid ""
|
||||
"One or more XML syntax errors were found while parsing the Waybox "
|
||||
"configuration files. See stdout for more information. The last error seen "
|
||||
"was in file \"%s\" line %d, with message: %s"
|
||||
msgstr ""
|
||||
"Jedna ili više XML pogreški u sintaksi su pronađene prilikom analize Waybox "
|
||||
"konfiguracijskih datoteka. Pogledajte stdout za više informacija. Zadnja "
|
||||
"pogreška je u datoteci \"%s\" u liniji %d, sa porukom: %s"
|
||||
|
||||
#: openbox/openbox.c:379
|
||||
msgid "Waybox Syntax Error"
|
||||
msgstr "Waybox Pogreška u Sintaksi"
|
||||
|
||||
#: openbox/openbox.c:379
|
||||
msgid "Close"
|
||||
msgstr "Zatvori"
|
||||
|
||||
#: openbox/openbox.c:448
|
||||
#, c-format
|
||||
msgid "Restart failed to execute new executable \"%s\": %s"
|
||||
msgstr "Restart je bio neusješan za izvršenje novog izvršnog \"%s\": %s"
|
||||
|
||||
#: openbox/openbox.c:518 openbox/openbox.c:520
|
||||
msgid "Copyright (c)"
|
||||
msgstr "Copyright (c)"
|
||||
|
||||
#: openbox/openbox.c:529
|
||||
msgid "Syntax: openbox [options]\n"
|
||||
msgstr "Sintaksa: openbox [opcije]\n"
|
||||
|
||||
#: openbox/openbox.c:530
|
||||
msgid ""
|
||||
"\n"
|
||||
"Options:\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"Opcije:\n"
|
||||
|
||||
#: openbox/openbox.c:531
|
||||
msgid " --help Display this help and exit\n"
|
||||
msgstr " --help Prikazuje ovu pomoć i izlazi\n"
|
||||
|
||||
#: openbox/openbox.c:532
|
||||
msgid " --version Display the version and exit\n"
|
||||
msgstr " --version Prikazuje verziju i izlazi\n"
|
||||
|
||||
#. TRANSLATORS: if you translate "FILE" here, make sure to keep the "Specify..."
|
||||
#. aligned still, if you have to, make a new line with \n and 22 spaces. It's
|
||||
#. fine to leave it as FILE though.
|
||||
#: openbox/openbox.c:537
|
||||
msgid " --config-file FILE Specify the path to the config file to use\n"
|
||||
msgstr ""
|
||||
" --config-file FILE Specificira putanju do konfiguracijske datoteke koja "
|
||||
"se koristi\n"
|
||||
|
||||
#: openbox/openbox.c:538
|
||||
msgid " --sm-disable Disable connection to the session manager\n"
|
||||
msgstr " --sm-disable Onemogućuje vezu sa upraviteljom sesija\n"
|
||||
|
||||
#: openbox/openbox.c:543
|
||||
msgid ""
|
||||
"\n"
|
||||
"Debugging options:\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"Opcije traženja pogrešaka:\n"
|
||||
|
||||
#: openbox/openbox.c:544
|
||||
msgid " --sync Run in synchronous mode\n"
|
||||
msgstr " --sync Pokretanje u sinkronizacijskom modu\n"
|
||||
|
||||
#: openbox/openbox.c:545
|
||||
msgid " --debug Display debugging output\n"
|
||||
msgstr " --debug Prikazuje izlaz traženja pogrešaka\n"
|
||||
|
||||
#: openbox/openbox.c:546
|
||||
msgid " --debug-focus Display debugging output for focus handling\n"
|
||||
msgstr ""
|
||||
" --debug-focus Prikazuje izlaz traženja pogrešaka za rukovanje "
|
||||
"fokusom\n"
|
||||
|
||||
#: openbox/openbox.c:548
|
||||
msgid " --startup CMD Run CMD after starting\n"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/openbox.c:551
|
||||
msgid " --debug-session Display debugging output for session management\n"
|
||||
msgstr ""
|
||||
" --debug-session Prikazuje izlaz traženja pogrešaka za rukovanje "
|
||||
"sessionom\n"
|
||||
|
||||
#: openbox/openbox.c:548
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
"Please report bugs at %s\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"Molimo prijavite pogrešku na %s\n"
|
||||
|
||||
#: openbox/openbox.c:617
|
||||
msgid "%s requires an argument\n"
|
||||
msgstr "%s zahtjeva argument\n"
|
||||
|
||||
#: openbox/openbox.c:660
|
||||
#, c-format
|
||||
msgid "Invalid command line argument \"%s\"\n"
|
||||
msgstr "Nevažeći argument komandne linije \"%s\"\n"
|
||||
|
||||
#. TRANSLATORS: If you need to specify a different order of the
|
||||
#. arguments, you can use %1$d for the first one and %2$d for the
|
||||
#. second one. For example,
|
||||
#. "The current session has %2$d desktops, but Waybox is configured for %1$d ..."
|
||||
#: openbox/screen.c:412
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Waybox is configured for %d desktop, but the current session has %d. "
|
||||
"Overriding the Waybox configuration."
|
||||
msgid_plural ""
|
||||
"Waybox is configured for %d desktops, but the current session has %d. "
|
||||
"Overriding the Waybox configuration."
|
||||
msgstr[0] ""
|
||||
"Waybox je konfiguriran za %d radnu površinu, ali trenutna sesija ima %d. "
|
||||
"Prepisujem preko Waybox konfiguracije."
|
||||
msgstr[1] ""
|
||||
"Waybox je konfiguriran za %d radnu površinu, ali trenutna sesija ima %d. "
|
||||
"Prepisujem preko Waybox konfiguracije."
|
||||
|
||||
#: openbox/screen.c:1180
|
||||
#, c-format
|
||||
msgid "desktop %i"
|
||||
msgstr "radna površina %i"
|
||||
|
||||
#: openbox/session.c:104
|
||||
#, fuzzy, c-format
|
||||
msgid "Unable to make directory \"%s\": %s"
|
||||
msgstr "Ne mogu stvoriti direktorij '%s': %s"
|
||||
|
||||
#: openbox/session.c:466
|
||||
#, fuzzy, c-format
|
||||
msgid "Unable to save the session to \"%s\": %s"
|
||||
msgstr "Ne mogu doći u home direktorij \"%s\": %s"
|
||||
|
||||
#: openbox/session.c:605
|
||||
#, c-format
|
||||
msgid "Error while saving the session to \"%s\": %s"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/session.c:842
|
||||
msgid "Not connected to a session manager"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/startupnotify.c:243
|
||||
#, c-format
|
||||
msgid "Running %s"
|
||||
msgstr "Pokrenuto %s"
|
||||
|
||||
#: openbox/translate.c:59
|
||||
#, c-format
|
||||
msgid "Invalid modifier key \"%s\" in key/mouse binding"
|
||||
msgstr "Nevažeći modifikacijski ključ \"%s\" u povezivanju tipke/miš"
|
||||
|
||||
#: openbox/translate.c:138
|
||||
#, c-format
|
||||
msgid "Invalid key code \"%s\" in key binding"
|
||||
msgstr "Nevažeći kod ključa \"%s\" u povezivanju tipki"
|
||||
|
||||
#: openbox/translate.c:145
|
||||
#, c-format
|
||||
msgid "Invalid key name \"%s\" in key binding"
|
||||
msgstr "Nevažeće ime tipke \"%s\" u povezivanju tipki"
|
||||
|
||||
#: openbox/prompt.c:200
|
||||
msgid "OK"
|
||||
msgstr "OK"
|
||||
413
po/hu.po
Normal file
413
po/hu.po
Normal file
|
|
@ -0,0 +1,413 @@
|
|||
# Hungarian translation of openbox.
|
||||
# Copyright (C) 2007-2020 Joe Wisdom
|
||||
# This file is distributed under the same license as the Waybox package.
|
||||
# Robert Kuszinger <hiding@freemail.hu>, 2007.
|
||||
# Laszlo Dvornik <rezuri@zoho.com>, 2010-2011.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Waybox 0.0.1\n"
|
||||
"Report-Msgid-Bugs-To: https://github.com/wizbright/waybox/issues\n"
|
||||
"POT-Creation-Date: 2008-11-15 22:28+0100\n"
|
||||
"PO-Revision-Date: 2020-03-10 18:42-0400\n"
|
||||
"Last-Translator: Laszlo Dvornik <rezuri@zoho.com>\n"
|
||||
"Language-Team: Hungarian\n"
|
||||
"Language: hu\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: openbox/actions.c:149
|
||||
#, c-format
|
||||
msgid "Invalid action \"%s\" requested. No such action exists."
|
||||
msgstr "Érvénytelen művelet \"%s\". Nem létezik ilyen művelet."
|
||||
|
||||
#: openbox/actions/execute.c:128
|
||||
msgid "No"
|
||||
msgstr "Nem"
|
||||
|
||||
#: openbox/actions/execute.c:129
|
||||
msgid "Yes"
|
||||
msgstr "Igen"
|
||||
|
||||
#: openbox/actions/execute.c:133
|
||||
msgid "Execute"
|
||||
msgstr "Végrehajtás"
|
||||
|
||||
#: openbox/actions/execute.c:142
|
||||
#, c-format
|
||||
msgid "Failed to convert the path \"%s\" from utf8"
|
||||
msgstr "Az útvonalat nem sikerült átalakítani utf8-ból: \"%s\""
|
||||
|
||||
#: openbox/actions/exit.c:52 openbox/actions/session.c:64 openbox/client.c:3465
|
||||
msgid "Cancel"
|
||||
msgstr "Mégsem"
|
||||
|
||||
#: openbox/actions/exit.c:53
|
||||
msgid "Exit"
|
||||
msgstr "Kilépés"
|
||||
|
||||
#: openbox/actions/exit.c:56
|
||||
msgid "Are you sure you want to exit Waybox?"
|
||||
msgstr "Biztos ki akar lépni az Wayboxból?"
|
||||
|
||||
#: openbox/actions/exit.c:57
|
||||
msgid "Exit Waybox"
|
||||
msgstr "Kilépés az Wayboxból"
|
||||
|
||||
#. TRANSLATORS: Don't translate the word "SessionLogout" as it's the
|
||||
#. name of the action you write in rc.xml
|
||||
#: openbox/actions/session.c:43
|
||||
msgid ""
|
||||
"The SessionLogout action is not available since Waybox was built without "
|
||||
"session management support"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/actions/session.c:65 openbox/actions/session.c:70
|
||||
msgid "Log Out"
|
||||
msgstr "Kijelentkezés"
|
||||
|
||||
#: openbox/actions/session.c:69
|
||||
msgid "Are you sure you want to log out?"
|
||||
msgstr "Biztos ki akar jelentkezni?"
|
||||
|
||||
#: openbox/client.c:2012
|
||||
msgid "Unnamed Window"
|
||||
msgstr "Névtelen ablak"
|
||||
|
||||
#: openbox/client.c:2026 openbox/client.c:2058
|
||||
msgid "Killing..."
|
||||
msgstr "Kilövés..."
|
||||
|
||||
#: openbox/client.c:3462
|
||||
msgid "Disconnect"
|
||||
msgstr "Lekapcsolódás"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:87 openbox/client_list_menu.c:91
|
||||
msgid "Go there..."
|
||||
msgstr "Ugrás..."
|
||||
|
||||
#: openbox/client_list_combined_menu.c:94
|
||||
msgid "Manage desktops"
|
||||
msgstr "Munkaasztal-kezelés"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:95 openbox/client_list_menu.c:155
|
||||
msgid "_Add new desktop"
|
||||
msgstr "Új munk_aasztal"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:96 openbox/client_list_menu.c:156
|
||||
msgid "_Remove last desktop"
|
||||
msgstr "Utolsó munkaasztal _eltávolítása"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:149
|
||||
msgid "Windows"
|
||||
msgstr "Ablakok"
|
||||
|
||||
#: openbox/client_list_menu.c:203
|
||||
msgid "Desktops"
|
||||
msgstr "Munkaasztalok"
|
||||
|
||||
#: openbox/client_menu.c:258
|
||||
msgid "All desktops"
|
||||
msgstr "Összes munkaasztal"
|
||||
|
||||
#: openbox/client_menu.c:370
|
||||
msgid "_Layer"
|
||||
msgstr "_Réteg"
|
||||
|
||||
#: openbox/client_menu.c:375
|
||||
msgid "Always on _top"
|
||||
msgstr "Mindig _felül"
|
||||
|
||||
#: openbox/client_menu.c:376
|
||||
msgid "_Normal"
|
||||
msgstr "_Normál"
|
||||
|
||||
#: openbox/client_menu.c:377
|
||||
msgid "Always on _bottom"
|
||||
msgstr "Mindig _alul"
|
||||
|
||||
#: openbox/client_menu.c:379
|
||||
msgid "_Send to desktop"
|
||||
msgstr "Munkaasztalra _küldés"
|
||||
|
||||
#: openbox/client_menu.c:383
|
||||
msgid "Client menu"
|
||||
msgstr "Kliens menü"
|
||||
|
||||
#: openbox/client_menu.c:393
|
||||
msgid "R_estore"
|
||||
msgstr "_Visszaállítás"
|
||||
|
||||
#: openbox/client_menu.c:397
|
||||
msgid "_Move"
|
||||
msgstr "Á_thelyezés"
|
||||
|
||||
#: openbox/client_menu.c:399
|
||||
msgid "Resi_ze"
|
||||
msgstr "Átmérete_zés"
|
||||
|
||||
#: openbox/client_menu.c:401
|
||||
msgid "Ico_nify"
|
||||
msgstr "Iko_nizálás"
|
||||
|
||||
#: openbox/client_menu.c:405
|
||||
msgid "Ma_ximize"
|
||||
msgstr "Ma_ximalizálás"
|
||||
|
||||
#: openbox/client_menu.c:409
|
||||
msgid "_Roll up/down"
|
||||
msgstr "_Görgetés fel/le"
|
||||
|
||||
#: openbox/client_menu.c:411
|
||||
msgid "Un/_Decorate"
|
||||
msgstr "_Dekoráció eltávolítása"
|
||||
|
||||
#: openbox/client_menu.c:415
|
||||
msgid "_Close"
|
||||
msgstr "_Bezárás"
|
||||
|
||||
#: openbox/config.c:781
|
||||
#, c-format
|
||||
msgid "Invalid button \"%s\" specified in config file"
|
||||
msgstr "Érvénytelen gomb a konfigurációs fájlban \"%s\""
|
||||
|
||||
#: openbox/config.c:956
|
||||
msgid ""
|
||||
"Waybox was compiled without image loading support. Icons in menus will not "
|
||||
"be loaded."
|
||||
msgstr ""
|
||||
"Az Waybox képbetöltési támogatás nélkül lett fordítva. Az ikonok a menükben "
|
||||
"nem lesznek betöltve."
|
||||
|
||||
#: openbox/keyboard.c:157
|
||||
msgid "Conflict with key binding in config file"
|
||||
msgstr "Ütköző billentyű hozzárendelések a konfigurációs fájlban"
|
||||
|
||||
#: openbox/menu.c:102 openbox/menu.c:110
|
||||
#, c-format
|
||||
msgid "Unable to find a valid menu file \"%s\""
|
||||
msgstr "Nem található ilyen érvényes menüfájl: \"%s\""
|
||||
|
||||
#: openbox/menu.c:170
|
||||
#, c-format
|
||||
msgid "Failed to execute command for pipe-menu \"%s\": %s"
|
||||
msgstr "Nem sikerült végrehajtani a parancsot a csővezeték-menüben \"%s\": %s"
|
||||
|
||||
#: openbox/menu.c:184
|
||||
#, c-format
|
||||
msgid "Invalid output from pipe-menu \"%s\""
|
||||
msgstr "Érvénytelen kimenet a csővezeték-menüből \"%s\""
|
||||
|
||||
#: openbox/menu.c:197
|
||||
#, c-format
|
||||
msgid "Attempted to access menu \"%s\" but it does not exist"
|
||||
msgstr "\"%s\" menü elérésére történt kísérlet, de az nem létezik"
|
||||
|
||||
#: openbox/menu.c:367 openbox/menu.c:368
|
||||
msgid "More..."
|
||||
msgstr "Tovább..."
|
||||
|
||||
#: openbox/mouse.c:373
|
||||
#, c-format
|
||||
msgid "Invalid button \"%s\" in mouse binding"
|
||||
msgstr "Érvénytelen gomb \"%s\" az egér hozzárendeléseknél"
|
||||
|
||||
#: openbox/mouse.c:379
|
||||
#, c-format
|
||||
msgid "Invalid context \"%s\" in mouse binding"
|
||||
msgstr "Érvénytelen környezet az egér hozzárendeléseknél: \"%s\""
|
||||
|
||||
#: openbox/openbox.c:133
|
||||
#, c-format
|
||||
msgid "Unable to change to home directory \"%s\": %s"
|
||||
msgstr "Nem lehet a saját könyvtárba váltani \"%s\": %s"
|
||||
|
||||
#: openbox/openbox.c:263
|
||||
msgid "Unable to find a valid config file, using some simple defaults"
|
||||
msgstr ""
|
||||
"Nem található érvényes konfigurációs fájl, ezért egyszerű alapértelmezés "
|
||||
"lesznek használva"
|
||||
|
||||
#: openbox/openbox.c:297
|
||||
msgid "Unable to load a theme."
|
||||
msgstr "Nem lehet betölteni témát."
|
||||
|
||||
#: openbox/openbox.c:377
|
||||
#, c-format
|
||||
msgid ""
|
||||
"One or more XML syntax errors were found while parsing the Waybox "
|
||||
"configuration files. See stdout for more information. The last error seen "
|
||||
"was in file \"%s\" line %d, with message: %s"
|
||||
msgstr ""
|
||||
"Egy vagy több XML szintaktikai hiba található az Waybox konfigurációs fájl "
|
||||
"feldolgozásakor. További információkért tekintse meg a szabványos kimenetet. "
|
||||
"Az utolsó hiba ebben a fájlban volt: \"%s\" (%d sor). A hibaüzenet: %s"
|
||||
|
||||
#: openbox/openbox.c:379
|
||||
msgid "Waybox Syntax Error"
|
||||
msgstr "Waybox szintaktikai hiba"
|
||||
|
||||
#: openbox/openbox.c:379
|
||||
msgid "Close"
|
||||
msgstr "Bezárás"
|
||||
|
||||
#: openbox/openbox.c:448
|
||||
#, c-format
|
||||
msgid "Restart failed to execute new executable \"%s\": %s"
|
||||
msgstr "Az újraindítás során ez az új program nem volt indítható \"%s\": %s"
|
||||
|
||||
#: openbox/openbox.c:518 openbox/openbox.c:520
|
||||
msgid "Copyright (c)"
|
||||
msgstr "Copyright (c)"
|
||||
|
||||
#: openbox/openbox.c:529
|
||||
msgid "Syntax: openbox [options]\n"
|
||||
msgstr "Használat: openbox [opciók]\n"
|
||||
|
||||
#: openbox/openbox.c:530
|
||||
msgid ""
|
||||
"\n"
|
||||
"Options:\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"Opciók:\n"
|
||||
|
||||
#: openbox/openbox.c:531
|
||||
msgid " --help Display this help and exit\n"
|
||||
msgstr " --help Súgó megjelenítése és kilépés\n"
|
||||
|
||||
#: openbox/openbox.c:532
|
||||
msgid " --version Display the version and exit\n"
|
||||
msgstr " --version Verzió kiírása és kilépés\n"
|
||||
|
||||
#. TRANSLATORS: if you translate "FILE" here, make sure to keep the "Specify..."
|
||||
#. aligned still, if you have to, make a new line with \n and 22 spaces. It's
|
||||
#. fine to leave it as FILE though.
|
||||
#: openbox/openbox.c:537
|
||||
msgid " --config-file FILE Specify the path to the config file to use\n"
|
||||
msgstr ""
|
||||
" --config-file FÁJL A használandó konfigurációs fájl útvonalának megadása\n"
|
||||
|
||||
#: openbox/openbox.c:538
|
||||
msgid " --sm-disable Disable connection to the session manager\n"
|
||||
msgstr " --sm-disable Ne csatlakozzon a munkamenet-kezelőhöz\n"
|
||||
|
||||
#: openbox/openbox.c:543
|
||||
msgid ""
|
||||
"\n"
|
||||
"Debugging options:\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"Hibakeresési opciók:\n"
|
||||
|
||||
#: openbox/openbox.c:544
|
||||
msgid " --sync Run in synchronous mode\n"
|
||||
msgstr " --sync Futtatás szinkron módban\n"
|
||||
|
||||
#: openbox/openbox.c:545
|
||||
msgid " --debug Display debugging output\n"
|
||||
msgstr " --debug Hibakeresési kimenet megjelenítése\n"
|
||||
|
||||
#: openbox/openbox.c:546
|
||||
msgid " --debug-focus Display debugging output for focus handling\n"
|
||||
msgstr ""
|
||||
" --debug-focus Fókuszkezelésre vonatkozó hibakeresési kimenetek "
|
||||
"megjelenítése\n"
|
||||
|
||||
#: openbox/openbox.c:548
|
||||
msgid " --startup CMD Run CMD after starting\n"
|
||||
msgstr " --startup PARANCS PARANCS futtatása indulás után\n"
|
||||
|
||||
#: openbox/openbox.c:551
|
||||
msgid " --debug-session Display debugging output for session management\n"
|
||||
msgstr ""
|
||||
" --debug-session Munkamenet-kezelésre vonatkozó hibakeresési kimenetek "
|
||||
"megjelenítése\n"
|
||||
|
||||
#: openbox/openbox.c:548
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
"Please report bugs at %s\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"Kérjük a hibákat itt jelentse: %s\n"
|
||||
|
||||
#: openbox/openbox.c:617
|
||||
msgid "%s requires an argument\n"
|
||||
msgstr "%s kapcsolónak szüksége van egy argumentumra\n"
|
||||
|
||||
#: openbox/openbox.c:660
|
||||
#, c-format
|
||||
msgid "Invalid command line argument \"%s\"\n"
|
||||
msgstr "Érvénytelen parancssori argumentum: \"%s\"\n"
|
||||
|
||||
#. TRANSLATORS: If you need to specify a different order of the
|
||||
#. arguments, you can use %1$d for the first one and %2$d for the
|
||||
#. second one. For example,
|
||||
#. "The current session has %2$d desktops, but Waybox is configured for %1$d ..."
|
||||
#: openbox/screen.c:412
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Waybox is configured for %d desktop, but the current session has %d. "
|
||||
"Overriding the Waybox configuration."
|
||||
msgid_plural ""
|
||||
"Waybox is configured for %d desktops, but the current session has %d. "
|
||||
"Overriding the Waybox configuration."
|
||||
msgstr[0] ""
|
||||
"Az Waybox %d munkaasztal használatára lett beállítva, de a jelenlegi "
|
||||
"munkamenetnek %d van. Felülbíráljuk az Waybox beállítását."
|
||||
msgstr[1] ""
|
||||
"Az Waybox %d munkaasztal használatára lett beállítva, de a jelenlegi "
|
||||
"munkamenetnek %d van. Felülbíráljuk az Waybox beállítását."
|
||||
|
||||
#: openbox/screen.c:1180
|
||||
#, c-format
|
||||
msgid "desktop %i"
|
||||
msgstr "%i. munkaasztal"
|
||||
|
||||
#: openbox/session.c:104
|
||||
#, fuzzy, c-format
|
||||
msgid "Unable to make directory \"%s\": %s"
|
||||
msgstr "Nem lehet létrehozni a(z) \"%s\" könyvtárat: %s"
|
||||
|
||||
#: openbox/session.c:466
|
||||
#, fuzzy, c-format
|
||||
msgid "Unable to save the session to \"%s\": %s"
|
||||
msgstr "Nem lehet a saját könyvtárba váltani \"%s\": %s"
|
||||
|
||||
#: openbox/session.c:605
|
||||
#, c-format
|
||||
msgid "Error while saving the session to \"%s\": %s"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/session.c:842
|
||||
msgid "Not connected to a session manager"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/startupnotify.c:243
|
||||
#, c-format
|
||||
msgid "Running %s"
|
||||
msgstr "%s futtatása"
|
||||
|
||||
#: openbox/translate.c:59
|
||||
#, c-format
|
||||
msgid "Invalid modifier key \"%s\" in key/mouse binding"
|
||||
msgstr ""
|
||||
"Érvénytelen módosító billentyű \"%s\" billentyű vagy egér hozzárendelésnél"
|
||||
|
||||
#: openbox/translate.c:138
|
||||
#, c-format
|
||||
msgid "Invalid key code \"%s\" in key binding"
|
||||
msgstr "Érvénytelen billentyűkód \"%s\" billentyű hozzárendelésnél"
|
||||
|
||||
#: openbox/translate.c:145
|
||||
#, c-format
|
||||
msgid "Invalid key name \"%s\" in key binding"
|
||||
msgstr "Érvénytelen billentyűnév \"%s\" billentyű hozzárendelésnél"
|
||||
|
||||
#: openbox/prompt.c:200
|
||||
msgid "OK"
|
||||
msgstr "OK"
|
||||
416
po/ia.po
Normal file
416
po/ia.po
Normal file
|
|
@ -0,0 +1,416 @@
|
|||
# Interlingua translations for openbox.
|
||||
# This file is distributed under the same license as the Waybox package.
|
||||
# Nik Kalach <nikka@fedoraproject.org>, 2012.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Waybox 0.0.1\n"
|
||||
"Report-Msgid-Bugs-To: https://github.com/wizbright/waybox/issues\n"
|
||||
"POT-Creation-Date: 2008-11-15 22:28+0100\n"
|
||||
"PO-Revision-Date: 2020-03-10 18:42-0400\n"
|
||||
"Last-Translator: Nik Kalach <nikka@fedoraproject.org>\n"
|
||||
"Language-Team: Interlingua (International Auxiliary Language Association) "
|
||||
"<trans-ia@lists.fedoraproject.org>\n"
|
||||
"Language: ia\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Generator: Gtranslator 2.91.5\n"
|
||||
|
||||
#: openbox/actions.c:149
|
||||
#, c-format
|
||||
msgid "Invalid action \"%s\" requested. No such action exists."
|
||||
msgstr "Le action requestate \"%s\" es invalide. Nulle tal action existe."
|
||||
|
||||
#: openbox/actions/execute.c:128
|
||||
msgid "No"
|
||||
msgstr "No"
|
||||
|
||||
#: openbox/actions/execute.c:129
|
||||
msgid "Yes"
|
||||
msgstr "Si"
|
||||
|
||||
#: openbox/actions/execute.c:133
|
||||
msgid "Execute"
|
||||
msgstr "Exequer"
|
||||
|
||||
#: openbox/actions/execute.c:142
|
||||
#, c-format
|
||||
msgid "Failed to convert the path \"%s\" from utf8"
|
||||
msgstr "Insuccesso al converter le percurso \"%s\" desde utf8"
|
||||
|
||||
#: openbox/actions/exit.c:52 openbox/actions/session.c:64 openbox/client.c:3465
|
||||
msgid "Cancel"
|
||||
msgstr "Annullar"
|
||||
|
||||
#: openbox/actions/exit.c:53
|
||||
msgid "Exit"
|
||||
msgstr "Sortir"
|
||||
|
||||
#: openbox/actions/exit.c:56
|
||||
msgid "Are you sure you want to exit Waybox?"
|
||||
msgstr "Es tu secur de voler sortir de Waybox?"
|
||||
|
||||
#: openbox/actions/exit.c:57
|
||||
msgid "Exit Waybox"
|
||||
msgstr "Sortir de Waybox"
|
||||
|
||||
#. TRANSLATORS: Don't translate the word "SessionLogout" as it's the
|
||||
#. name of the action you write in rc.xml
|
||||
#: openbox/actions/session.c:43
|
||||
msgid ""
|
||||
"The SessionLogout action is not available since Waybox was built without "
|
||||
"session management support"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/actions/session.c:65 openbox/actions/session.c:70
|
||||
msgid "Log Out"
|
||||
msgstr "Clauder le session"
|
||||
|
||||
#: openbox/actions/session.c:69
|
||||
msgid "Are you sure you want to log out?"
|
||||
msgstr "Es tu secur de voler clauder le session?"
|
||||
|
||||
#: openbox/client.c:2012
|
||||
msgid "Unnamed Window"
|
||||
msgstr "Fenestra sin nomine"
|
||||
|
||||
#: openbox/client.c:2026 openbox/client.c:2058
|
||||
msgid "Killing..."
|
||||
msgstr "Termination..."
|
||||
|
||||
#: openbox/client.c:3462
|
||||
msgid "Disconnect"
|
||||
msgstr "Disconnecter"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:87 openbox/client_list_menu.c:91
|
||||
msgid "Go there..."
|
||||
msgstr "Ir a illac..."
|
||||
|
||||
#: openbox/client_list_combined_menu.c:94
|
||||
msgid "Manage desktops"
|
||||
msgstr "Administrar scriptorios"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:95 openbox/client_list_menu.c:155
|
||||
msgid "_Add new desktop"
|
||||
msgstr "_Adder un nove scriptorio"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:96 openbox/client_list_menu.c:156
|
||||
msgid "_Remove last desktop"
|
||||
msgstr "_Eliminar le ultime scriptorio"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:149
|
||||
msgid "Windows"
|
||||
msgstr "Fenestras"
|
||||
|
||||
#: openbox/client_list_menu.c:203
|
||||
msgid "Desktops"
|
||||
msgstr "Scriptorios"
|
||||
|
||||
#: openbox/client_menu.c:258
|
||||
msgid "All desktops"
|
||||
msgstr "Tote le scriptorios"
|
||||
|
||||
#: openbox/client_menu.c:370
|
||||
msgid "_Layer"
|
||||
msgstr "_Strato"
|
||||
|
||||
#: openbox/client_menu.c:375
|
||||
msgid "Always on _top"
|
||||
msgstr "Semper s_upra"
|
||||
|
||||
#: openbox/client_menu.c:376
|
||||
msgid "_Normal"
|
||||
msgstr "_Normal"
|
||||
|
||||
#: openbox/client_menu.c:377
|
||||
msgid "Always on _bottom"
|
||||
msgstr "Semper in_fra"
|
||||
|
||||
#: openbox/client_menu.c:379
|
||||
msgid "_Send to desktop"
|
||||
msgstr "_Inviar al scriptorio"
|
||||
|
||||
#: openbox/client_menu.c:383
|
||||
msgid "Client menu"
|
||||
msgstr "Menu de cliente"
|
||||
|
||||
#: openbox/client_menu.c:393
|
||||
msgid "R_estore"
|
||||
msgstr "R_estituer"
|
||||
|
||||
#: openbox/client_menu.c:397
|
||||
msgid "_Move"
|
||||
msgstr "_Mover"
|
||||
|
||||
#: openbox/client_menu.c:399
|
||||
msgid "Resi_ze"
|
||||
msgstr "Re_dimensionar"
|
||||
|
||||
#: openbox/client_menu.c:401
|
||||
msgid "Ico_nify"
|
||||
msgstr "Ico_nificar"
|
||||
|
||||
#: openbox/client_menu.c:405
|
||||
msgid "Ma_ximize"
|
||||
msgstr "Ma_ximisar"
|
||||
|
||||
#: openbox/client_menu.c:409
|
||||
msgid "_Roll up/down"
|
||||
msgstr "_Rolar in alto/basso"
|
||||
|
||||
#: openbox/client_menu.c:411
|
||||
msgid "Un/_Decorate"
|
||||
msgstr "_Decorar/Indecorar"
|
||||
|
||||
#: openbox/client_menu.c:415
|
||||
msgid "_Close"
|
||||
msgstr "_Clauder"
|
||||
|
||||
#: openbox/config.c:781
|
||||
#, c-format
|
||||
msgid "Invalid button \"%s\" specified in config file"
|
||||
msgstr "Button invalide \"%s\" es specificate in le file de configuration"
|
||||
|
||||
#: openbox/config.c:956
|
||||
msgid ""
|
||||
"Waybox was compiled without image loading support. Icons in menus will not "
|
||||
"be loaded."
|
||||
msgstr ""
|
||||
"Waybox era compilate sin le bibliotheca pro cargar imagines. Icones in menus "
|
||||
"non sera cargate."
|
||||
|
||||
#: openbox/keyboard.c:157
|
||||
msgid "Conflict with key binding in config file"
|
||||
msgstr "Conflicto con le combination de claves in le file de configuration"
|
||||
|
||||
#: openbox/menu.c:102 openbox/menu.c:110
|
||||
#, c-format
|
||||
msgid "Unable to find a valid menu file \"%s\""
|
||||
msgstr "Impossibile de trovar un file de menu valide \"%s\""
|
||||
|
||||
#: openbox/menu.c:170
|
||||
#, c-format
|
||||
msgid "Failed to execute command for pipe-menu \"%s\": %s"
|
||||
msgstr "Insuccesso al exequer le commando pro le pipe-menu \"%s\": %s"
|
||||
|
||||
#: openbox/menu.c:184
|
||||
#, c-format
|
||||
msgid "Invalid output from pipe-menu \"%s\""
|
||||
msgstr "Output incorrecte del pipe-menu \"%s\""
|
||||
|
||||
#: openbox/menu.c:197
|
||||
#, c-format
|
||||
msgid "Attempted to access menu \"%s\" but it does not exist"
|
||||
msgstr "Tentativa de acceder al menu \"%s\" que non existe"
|
||||
|
||||
#: openbox/menu.c:367 openbox/menu.c:368
|
||||
msgid "More..."
|
||||
msgstr "Plus..."
|
||||
|
||||
#: openbox/mouse.c:373
|
||||
#, c-format
|
||||
msgid "Invalid button \"%s\" in mouse binding"
|
||||
msgstr "Button \"%s\" incorrecte in le parametros del mouse"
|
||||
|
||||
#: openbox/mouse.c:379
|
||||
#, c-format
|
||||
msgid "Invalid context \"%s\" in mouse binding"
|
||||
msgstr "Contexto \"%s\" incorrecte in le parametros del mouse"
|
||||
|
||||
#: openbox/openbox.c:133
|
||||
#, c-format
|
||||
msgid "Unable to change to home directory \"%s\": %s"
|
||||
msgstr "Impossibile de ir al directorio personal \"%s\": %s"
|
||||
|
||||
#: openbox/openbox.c:263
|
||||
msgid "Unable to find a valid config file, using some simple defaults"
|
||||
msgstr ""
|
||||
"Impossibile de trovar un file de configuration valide, alicun "
|
||||
"predefinitiones simple sera utilisate."
|
||||
|
||||
#: openbox/openbox.c:297
|
||||
msgid "Unable to load a theme."
|
||||
msgstr "Impossibile de cargar un thema."
|
||||
|
||||
#: openbox/openbox.c:377
|
||||
#, c-format
|
||||
msgid ""
|
||||
"One or more XML syntax errors were found while parsing the Waybox "
|
||||
"configuration files. See stdout for more information. The last error seen "
|
||||
"was in file \"%s\" line %d, with message: %s"
|
||||
msgstr ""
|
||||
"Un o plus errores de syntaxe XML se ha trovate durante le analyse de files "
|
||||
"de configuration de Waybox. Reguarda stdout pro plus del information. Le "
|
||||
"ultime error trovate esseva in le file \"%s\" al linea %d, con le message: %s"
|
||||
|
||||
#: openbox/openbox.c:379
|
||||
msgid "Waybox Syntax Error"
|
||||
msgstr "Error de syntaxe de Waybox"
|
||||
|
||||
#: openbox/openbox.c:379
|
||||
msgid "Close"
|
||||
msgstr "Clauder"
|
||||
|
||||
#: openbox/openbox.c:448
|
||||
#, c-format
|
||||
msgid "Restart failed to execute new executable \"%s\": %s"
|
||||
msgstr "Le reinitio ha fallite exequer le nove executabile \"%s\": %s"
|
||||
|
||||
#: openbox/openbox.c:518 openbox/openbox.c:520
|
||||
msgid "Copyright (c)"
|
||||
msgstr "Copyright (c)"
|
||||
|
||||
#: openbox/openbox.c:529
|
||||
msgid "Syntax: openbox [options]\n"
|
||||
msgstr "Syntaxe: openbox [optiones]\n"
|
||||
|
||||
#: openbox/openbox.c:530
|
||||
msgid ""
|
||||
"\n"
|
||||
"Options:\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"Optiones:\n"
|
||||
|
||||
#: openbox/openbox.c:531
|
||||
msgid " --help Display this help and exit\n"
|
||||
msgstr " --help Monstrar iste adjuta e sortir\n"
|
||||
|
||||
#: openbox/openbox.c:532
|
||||
msgid " --version Display the version and exit\n"
|
||||
msgstr " --version Monstrar le version e sortir\n"
|
||||
|
||||
#. TRANSLATORS: if you translate "FILE" here, make sure to keep the "Specify..."
|
||||
#. aligned still, if you have to, make a new line with \n and 22 spaces. It's
|
||||
#. fine to leave it as FILE though.
|
||||
#: openbox/openbox.c:537
|
||||
msgid " --config-file FILE Specify the path to the config file to use\n"
|
||||
msgstr ""
|
||||
" --config-file FILE Specificar le percurso al file de configuration a "
|
||||
"usar\n"
|
||||
|
||||
#: openbox/openbox.c:538
|
||||
msgid " --sm-disable Disable connection to the session manager\n"
|
||||
msgstr " --sm-disable Disactivar le connexion al gerente de session\n"
|
||||
|
||||
#: openbox/openbox.c:543
|
||||
msgid ""
|
||||
"\n"
|
||||
"Debugging options:\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"Optiones pro eliminar errores:\n"
|
||||
|
||||
#: openbox/openbox.c:544
|
||||
msgid " --sync Run in synchronous mode\n"
|
||||
msgstr " --sync Exequer in modo synchrone\n"
|
||||
|
||||
#: openbox/openbox.c:545
|
||||
msgid " --debug Display debugging output\n"
|
||||
msgstr " --debug Monstrar datos utile pro eliminar errores\n"
|
||||
|
||||
#: openbox/openbox.c:546
|
||||
msgid " --debug-focus Display debugging output for focus handling\n"
|
||||
msgstr ""
|
||||
" --debug-focus Monstrar datos pro eliminar faltas in le gestion del "
|
||||
"foco\n"
|
||||
|
||||
#: openbox/openbox.c:548
|
||||
msgid " --startup CMD Run CMD after starting\n"
|
||||
msgstr " --startup CMD Exequer CMD post le lanceamento de Waybox\n"
|
||||
|
||||
#: openbox/openbox.c:551
|
||||
msgid " --debug-session Display debugging output for session management\n"
|
||||
msgstr ""
|
||||
" --debug-session Monstrar datos pro eliminar faltas in le gestion de "
|
||||
"session\n"
|
||||
|
||||
#: openbox/openbox.c:548
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
"Please report bugs at %s\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"Reportar errores a %s\n"
|
||||
|
||||
#: openbox/openbox.c:617
|
||||
msgid "%s requires an argument\n"
|
||||
msgstr "%s require un argumento\n"
|
||||
|
||||
#: openbox/openbox.c:660
|
||||
#, c-format
|
||||
msgid "Invalid command line argument \"%s\"\n"
|
||||
msgstr "Argumento del linea de commando incorrecte \"%s\"\n"
|
||||
|
||||
#. TRANSLATORS: If you need to specify a different order of the
|
||||
#. arguments, you can use %1$d for the first one and %2$d for the
|
||||
#. second one. For example,
|
||||
#. "The current session has %2$d desktops, but Waybox is configured for %1$d ..."
|
||||
#: openbox/screen.c:412
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Waybox is configured for %d desktop, but the current session has %d. "
|
||||
"Overriding the Waybox configuration."
|
||||
msgid_plural ""
|
||||
"Waybox is configured for %d desktops, but the current session has %d. "
|
||||
"Overriding the Waybox configuration."
|
||||
msgstr[0] ""
|
||||
"Waybox es configurate pro %d scriptorio, ma le session actual ha %d. Illo "
|
||||
"supplanta le configuration de Waybox."
|
||||
msgstr[1] ""
|
||||
"Waybox es configurate pro %d scriptorios, ma le session actual ha %d. Illo "
|
||||
"supplanta le configuration de Waybox."
|
||||
|
||||
#: openbox/screen.c:1180
|
||||
#, c-format
|
||||
msgid "desktop %i"
|
||||
msgstr "scriptorio %i"
|
||||
|
||||
#: openbox/session.c:104
|
||||
#, fuzzy, c-format
|
||||
msgid "Unable to make directory \"%s\": %s"
|
||||
msgstr ""
|
||||
"Impossibile de crear le directorio '%s'\n"
|
||||
": %s"
|
||||
|
||||
#: openbox/session.c:466
|
||||
#, fuzzy, c-format
|
||||
msgid "Unable to save the session to \"%s\": %s"
|
||||
msgstr "Impossibile de ir al directorio personal \"%s\": %s"
|
||||
|
||||
#: openbox/session.c:605
|
||||
#, c-format
|
||||
msgid "Error while saving the session to \"%s\": %s"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/session.c:842
|
||||
msgid "Not connected to a session manager"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/startupnotify.c:243
|
||||
#, c-format
|
||||
msgid "Running %s"
|
||||
msgstr "Execution de %s"
|
||||
|
||||
#: openbox/translate.c:59
|
||||
#, c-format
|
||||
msgid "Invalid modifier key \"%s\" in key/mouse binding"
|
||||
msgstr ""
|
||||
"Modificator de clave \"%s\" incorrecte in le parametros de clave or de mouse"
|
||||
|
||||
#: openbox/translate.c:138
|
||||
#, c-format
|
||||
msgid "Invalid key code \"%s\" in key binding"
|
||||
msgstr "Codice de clave \"%s\" incorrecte in le parametros de clave"
|
||||
|
||||
#: openbox/translate.c:145
|
||||
#, c-format
|
||||
msgid "Invalid key name \"%s\" in key binding"
|
||||
msgstr "Nomine de clave \"%s\" incorrecte in le parametros de clave"
|
||||
|
||||
#: openbox/prompt.c:200
|
||||
msgid "OK"
|
||||
msgstr "OK"
|
||||
415
po/it.po
Normal file
415
po/it.po
Normal file
|
|
@ -0,0 +1,415 @@
|
|||
# Italian translation for Waybox
|
||||
# Copyright (C) 2020 Joe Wisdom
|
||||
# This file is distributed under the same license as the Waybox package.
|
||||
# Davide Truffa <davide@catoblepa.org>, 2007-2010.
|
||||
# Andrea Scarpino <bash.lnx@gmail.com>, 2008.
|
||||
#
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Waybox 0.0.1\n"
|
||||
"Report-Msgid-Bugs-To: https://github.com/wizbright/waybox/issues\n"
|
||||
"POT-Creation-Date: 2008-11-15 22:28+0100\n"
|
||||
"PO-Revision-Date: 2020-03-10 14:08-0400\n"
|
||||
"Last-Translator: Davide Truffa <davide@catoblepa.org>\n"
|
||||
"Language-Team: Italian <tp@lists.linux.it>\n"
|
||||
"Language: it\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: openbox/actions.c:149
|
||||
#, c-format
|
||||
msgid "Invalid action \"%s\" requested. No such action exists."
|
||||
msgstr "L'azione \"%s\" richiesta non è valida e non esiste."
|
||||
|
||||
#: openbox/actions/execute.c:128
|
||||
msgid "No"
|
||||
msgstr "No"
|
||||
|
||||
#: openbox/actions/execute.c:129
|
||||
msgid "Yes"
|
||||
msgstr "Si"
|
||||
|
||||
#: openbox/actions/execute.c:133
|
||||
msgid "Execute"
|
||||
msgstr "Esegui"
|
||||
|
||||
#: openbox/actions/execute.c:142
|
||||
#, c-format
|
||||
msgid "Failed to convert the path \"%s\" from utf8"
|
||||
msgstr "Impossibile convertire il percorso utf8 \"%s\""
|
||||
|
||||
#: openbox/actions/exit.c:52 openbox/actions/session.c:64 openbox/client.c:3465
|
||||
msgid "Cancel"
|
||||
msgstr "Annulla"
|
||||
|
||||
#: openbox/actions/exit.c:53
|
||||
msgid "Exit"
|
||||
msgstr "Esci"
|
||||
|
||||
#: openbox/actions/exit.c:56
|
||||
msgid "Are you sure you want to exit Waybox?"
|
||||
msgstr "Sicuro di voler uscire da Waybox?"
|
||||
|
||||
#: openbox/actions/exit.c:57
|
||||
msgid "Exit Waybox"
|
||||
msgstr "Esci da Waybox"
|
||||
|
||||
#. TRANSLATORS: Don't translate the word "SessionLogout" as it's the
|
||||
#. name of the action you write in rc.xml
|
||||
#: openbox/actions/session.c:43
|
||||
msgid ""
|
||||
"The SessionLogout action is not available since Waybox was built without "
|
||||
"session management support"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/actions/session.c:65 openbox/actions/session.c:70
|
||||
msgid "Log Out"
|
||||
msgstr "Esci"
|
||||
|
||||
#: openbox/actions/session.c:69
|
||||
msgid "Are you sure you want to log out?"
|
||||
msgstr "Sicuro di volerti disconnettere?"
|
||||
|
||||
#: openbox/client.c:2012
|
||||
msgid "Unnamed Window"
|
||||
msgstr "Finestra senza nome"
|
||||
|
||||
#: openbox/client.c:2026 openbox/client.c:2058
|
||||
msgid "Killing..."
|
||||
msgstr "Termino..."
|
||||
|
||||
#: openbox/client.c:3462
|
||||
msgid "Disconnect"
|
||||
msgstr "Disconnesso"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:87 openbox/client_list_menu.c:91
|
||||
msgid "Go there..."
|
||||
msgstr "Spostati qui..."
|
||||
|
||||
#: openbox/client_list_combined_menu.c:94
|
||||
msgid "Manage desktops"
|
||||
msgstr "Gestisci i desktop"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:95 openbox/client_list_menu.c:155
|
||||
msgid "_Add new desktop"
|
||||
msgstr "_Aggiungi nuovo desktop"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:96 openbox/client_list_menu.c:156
|
||||
msgid "_Remove last desktop"
|
||||
msgstr "_Rimuovi ultimo desktop"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:149
|
||||
msgid "Windows"
|
||||
msgstr "Finestre"
|
||||
|
||||
#: openbox/client_list_menu.c:203
|
||||
msgid "Desktops"
|
||||
msgstr "Desktop"
|
||||
|
||||
#: openbox/client_menu.c:258
|
||||
msgid "All desktops"
|
||||
msgstr "Tutti i desktop"
|
||||
|
||||
#: openbox/client_menu.c:370
|
||||
msgid "_Layer"
|
||||
msgstr "_Livello"
|
||||
|
||||
#: openbox/client_menu.c:375
|
||||
msgid "Always on _top"
|
||||
msgstr "Sempre _sopra"
|
||||
|
||||
#: openbox/client_menu.c:376
|
||||
msgid "_Normal"
|
||||
msgstr "_Normale"
|
||||
|
||||
#: openbox/client_menu.c:377
|
||||
msgid "Always on _bottom"
|
||||
msgstr "Sempre s_otto"
|
||||
|
||||
#: openbox/client_menu.c:379
|
||||
msgid "_Send to desktop"
|
||||
msgstr "Invia al _desktop"
|
||||
|
||||
#: openbox/client_menu.c:383
|
||||
msgid "Client menu"
|
||||
msgstr "Menù della finestra"
|
||||
|
||||
#: openbox/client_menu.c:393
|
||||
msgid "R_estore"
|
||||
msgstr "_Ripristina"
|
||||
|
||||
#: openbox/client_menu.c:397
|
||||
msgid "_Move"
|
||||
msgstr "_Muovi"
|
||||
|
||||
#: openbox/client_menu.c:399
|
||||
msgid "Resi_ze"
|
||||
msgstr "R_idimensiona"
|
||||
|
||||
#: openbox/client_menu.c:401
|
||||
msgid "Ico_nify"
|
||||
msgstr "Mi_nimizza"
|
||||
|
||||
#: openbox/client_menu.c:405
|
||||
msgid "Ma_ximize"
|
||||
msgstr "Ma_ssimizza"
|
||||
|
||||
#: openbox/client_menu.c:409
|
||||
msgid "_Roll up/down"
|
||||
msgstr "A_rrotola"
|
||||
|
||||
#: openbox/client_menu.c:411
|
||||
msgid "Un/_Decorate"
|
||||
msgstr "Si/No _Decorazioni"
|
||||
|
||||
#: openbox/client_menu.c:415
|
||||
msgid "_Close"
|
||||
msgstr "_Chiudi"
|
||||
|
||||
#: openbox/config.c:781
|
||||
#, c-format
|
||||
msgid "Invalid button \"%s\" specified in config file"
|
||||
msgstr "Il pulsante \"%s\" indicato nel file di configurazione non è valido"
|
||||
|
||||
#: openbox/config.c:956
|
||||
msgid ""
|
||||
"Waybox was compiled without image loading support. Icons in menus will not "
|
||||
"be loaded."
|
||||
msgstr ""
|
||||
|
||||
#: openbox/keyboard.c:157
|
||||
msgid "Conflict with key binding in config file"
|
||||
msgstr "Conflitto con l'associazione tasti indicata nel file di configurazione"
|
||||
|
||||
#: openbox/menu.c:102 openbox/menu.c:110
|
||||
#, c-format
|
||||
msgid "Unable to find a valid menu file \"%s\""
|
||||
msgstr "Impossibile trovare il file di menù \"%s\""
|
||||
|
||||
#: openbox/menu.c:170
|
||||
#, c-format
|
||||
msgid "Failed to execute command for pipe-menu \"%s\": %s"
|
||||
msgstr "Impossibile eseguire il comando nel pipe-menù \"%s\": %s"
|
||||
|
||||
#: openbox/menu.c:184
|
||||
#, c-format
|
||||
msgid "Invalid output from pipe-menu \"%s\""
|
||||
msgstr "Output del pipe-menù \"%s\" non valido"
|
||||
|
||||
#: openbox/menu.c:197
|
||||
#, c-format
|
||||
msgid "Attempted to access menu \"%s\" but it does not exist"
|
||||
msgstr "Il menù \"%s\" a cui si sta tentando di accedere non esiste"
|
||||
|
||||
#: openbox/menu.c:367 openbox/menu.c:368
|
||||
msgid "More..."
|
||||
msgstr "Altri..."
|
||||
|
||||
#: openbox/mouse.c:373
|
||||
#, c-format
|
||||
msgid "Invalid button \"%s\" in mouse binding"
|
||||
msgstr "Il pulsante \"%s\" indicato nelle associazioni mouse non è valido"
|
||||
|
||||
#: openbox/mouse.c:379
|
||||
#, c-format
|
||||
msgid "Invalid context \"%s\" in mouse binding"
|
||||
msgstr "Il contesto \"%s\" indicato nelle associazioni mouse non è valido"
|
||||
|
||||
#: openbox/openbox.c:133
|
||||
#, c-format
|
||||
msgid "Unable to change to home directory \"%s\": %s"
|
||||
msgstr "Impossibile accedere alla directory home \"%s\": %s"
|
||||
|
||||
#: openbox/openbox.c:263
|
||||
msgid "Unable to find a valid config file, using some simple defaults"
|
||||
msgstr ""
|
||||
"Impossibile trovare un file di configurazione valido, verranno utilizzate le "
|
||||
"impostazioni predefinite"
|
||||
|
||||
#: openbox/openbox.c:297
|
||||
msgid "Unable to load a theme."
|
||||
msgstr "Impossibile caricare un tema."
|
||||
|
||||
#: openbox/openbox.c:377
|
||||
#, c-format
|
||||
msgid ""
|
||||
"One or more XML syntax errors were found while parsing the Waybox "
|
||||
"configuration files. See stdout for more information. The last error seen "
|
||||
"was in file \"%s\" line %d, with message: %s"
|
||||
msgstr ""
|
||||
"Sono stati trovati uno o più errori nel file di configurazione di Waybox. "
|
||||
"Vedi stdout per ulteriori informazioni. L'ultimo errore era in \"%s\" alla "
|
||||
"linea %d, con il messaggio: %s"
|
||||
|
||||
#: openbox/openbox.c:379
|
||||
msgid "Waybox Syntax Error"
|
||||
msgstr "Errore di sintassi"
|
||||
|
||||
#: openbox/openbox.c:379
|
||||
msgid "Close"
|
||||
msgstr "Chiudi"
|
||||
|
||||
#: openbox/openbox.c:448
|
||||
#, c-format
|
||||
msgid "Restart failed to execute new executable \"%s\": %s"
|
||||
msgstr "Non è stato possibile riavviare il nuovo eseguibile \"%s\": %s"
|
||||
|
||||
#: openbox/openbox.c:518 openbox/openbox.c:520
|
||||
msgid "Copyright (c)"
|
||||
msgstr "Copyright (c)"
|
||||
|
||||
#: openbox/openbox.c:529
|
||||
msgid "Syntax: openbox [options]\n"
|
||||
msgstr "Sintassi: openbox [opzioni]\n"
|
||||
|
||||
#: openbox/openbox.c:530
|
||||
msgid ""
|
||||
"\n"
|
||||
"Options:\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"Opzioni:\n"
|
||||
|
||||
#: openbox/openbox.c:531
|
||||
msgid " --help Display this help and exit\n"
|
||||
msgstr " --help Mostra questo messaggio di aiuto ed esce\n"
|
||||
|
||||
#: openbox/openbox.c:532
|
||||
msgid " --version Display the version and exit\n"
|
||||
msgstr " --version Mostra il numero di versione ed esce\n"
|
||||
|
||||
#. TRANSLATORS: if you translate "FILE" here, make sure to keep the "Specify..."
|
||||
#. aligned still, if you have to, make a new line with \n and 22 spaces. It's
|
||||
#. fine to leave it as FILE though.
|
||||
#: openbox/openbox.c:537
|
||||
msgid " --config-file FILE Specify the path to the config file to use\n"
|
||||
msgstr ""
|
||||
" --config-file FILE Specifica il percorso del file di configurazione\n"
|
||||
|
||||
#: openbox/openbox.c:538
|
||||
msgid " --sm-disable Disable connection to the session manager\n"
|
||||
msgstr " --sm-disable Disabilita connessione al gestore di sessione\n"
|
||||
|
||||
#: openbox/openbox.c:543
|
||||
msgid ""
|
||||
"\n"
|
||||
"Debugging options:\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"Opzioni di debug:\n"
|
||||
|
||||
#: openbox/openbox.c:544
|
||||
msgid " --sync Run in synchronous mode\n"
|
||||
msgstr " --sync Esegue in modalità sincrona\n"
|
||||
|
||||
#: openbox/openbox.c:545
|
||||
msgid " --debug Display debugging output\n"
|
||||
msgstr " --debug Mostra le informazioni di debug\n"
|
||||
|
||||
#: openbox/openbox.c:546
|
||||
msgid " --debug-focus Display debugging output for focus handling\n"
|
||||
msgstr ""
|
||||
" --debug-focus Mostra le informazioni di debug sulla gestione del "
|
||||
"focus\n"
|
||||
|
||||
#: openbox/openbox.c:548
|
||||
msgid " --startup CMD Run CMD after starting\n"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/openbox.c:551
|
||||
msgid " --debug-session Display debugging output for session management\n"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/openbox.c:548
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
"Please report bugs at %s\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"Segnalate eventuali bug a %s\n"
|
||||
|
||||
#: openbox/openbox.c:617
|
||||
msgid "%s requires an argument\n"
|
||||
msgstr "%s richiede un argomento\n"
|
||||
|
||||
#: openbox/openbox.c:660
|
||||
#, c-format
|
||||
msgid "Invalid command line argument \"%s\"\n"
|
||||
msgstr "Argomento da linea di comando non valido \"%s\"\n"
|
||||
|
||||
#. TRANSLATORS: If you need to specify a different order of the
|
||||
#. arguments, you can use %1$d for the first one and %2$d for the
|
||||
#. second one. For example,
|
||||
#. "The current session has %2$d desktops, but Waybox is configured for %1$d ..."
|
||||
#: openbox/screen.c:412
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Waybox is configured for %d desktop, but the current session has %d. "
|
||||
"Overriding the Waybox configuration."
|
||||
msgid_plural ""
|
||||
"Waybox is configured for %d desktops, but the current session has %d. "
|
||||
"Overriding the Waybox configuration."
|
||||
msgstr[0] ""
|
||||
"Waybox è configurato per %d desktop, ma la sessione attuale ne ha %d. "
|
||||
"Ignoro la configurazione di Waybox."
|
||||
msgstr[1] ""
|
||||
"Waybox è configurato per %d desktop, ma la sessione attuale ne ha %d. "
|
||||
"Ignoro la configurazione di Waybox."
|
||||
|
||||
#: openbox/screen.c:1180
|
||||
#, c-format
|
||||
msgid "desktop %i"
|
||||
msgstr "desktop %i"
|
||||
|
||||
#: openbox/session.c:104
|
||||
#, fuzzy, c-format
|
||||
msgid "Unable to make directory \"%s\": %s"
|
||||
msgstr "Impossibile accedere alla directory home \"%s\": %s"
|
||||
|
||||
#: openbox/session.c:466
|
||||
#, fuzzy, c-format
|
||||
msgid "Unable to save the session to \"%s\": %s"
|
||||
msgstr "Impossibile accedere alla directory home \"%s\": %s"
|
||||
|
||||
#: openbox/session.c:605
|
||||
#, c-format
|
||||
msgid "Error while saving the session to \"%s\": %s"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/session.c:842
|
||||
msgid "Not connected to a session manager"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/startupnotify.c:243
|
||||
#, c-format
|
||||
msgid "Running %s"
|
||||
msgstr "Sto eseguendo %s"
|
||||
|
||||
#: openbox/translate.c:59
|
||||
#, c-format
|
||||
msgid "Invalid modifier key \"%s\" in key/mouse binding"
|
||||
msgstr ""
|
||||
"Il modificatore \"%s\" indicato nelle associazioni mouse/tastiera non è "
|
||||
"valido"
|
||||
|
||||
#: openbox/translate.c:138
|
||||
#, c-format
|
||||
msgid "Invalid key code \"%s\" in key binding"
|
||||
msgstr ""
|
||||
"Il codice del tasto \"%s\" indicato nelle associazioni mouse/tastiera non è "
|
||||
"valido"
|
||||
|
||||
#: openbox/translate.c:145
|
||||
#, c-format
|
||||
msgid "Invalid key name \"%s\" in key binding"
|
||||
msgstr ""
|
||||
"Il nome del tasto \"%s\" indicato nelle associazioni di mouse/tastiera non è "
|
||||
"valido"
|
||||
|
||||
#: openbox/prompt.c:200
|
||||
msgid "OK"
|
||||
msgstr "Ok"
|
||||
403
po/ja.po
Normal file
403
po/ja.po
Normal file
|
|
@ -0,0 +1,403 @@
|
|||
# Japanese messages for openbox.
|
||||
# Copyright (C) 2020 Joe Wisdom
|
||||
# This file is distributed under the same license as the Waybox package.
|
||||
# Yukihiro Nakai <nakai@gnome.gr.jp>, 2003.
|
||||
# Ryoichiro Suzuki <ryoichiro.suzuki@gmail.com>, 2007, 2008.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Waybox 0.0.1\n"
|
||||
"Report-Msgid-Bugs-To: https://github.com/wizbright/waybox/issues\n"
|
||||
"POT-Creation-Date: 2008-11-15 22:28+0100\n"
|
||||
"PO-Revision-Date: 2020-03-10 14:08-0400\n"
|
||||
"Last-Translator: Ryoichiro Suzuki <ryoichiro.suzuki@gmail.com>\n"
|
||||
"Language-Team: Japanese <ja@li.org>\n"
|
||||
"Language: ja\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#: openbox/actions.c:149
|
||||
#, c-format
|
||||
msgid "Invalid action \"%s\" requested. No such action exists."
|
||||
msgstr ""
|
||||
"不正なアクション\"%s\"が要求されました。そのようなアクションは存在しません。"
|
||||
|
||||
#: openbox/actions/execute.c:128
|
||||
msgid "No"
|
||||
msgstr "いいえ"
|
||||
|
||||
#: openbox/actions/execute.c:129
|
||||
msgid "Yes"
|
||||
msgstr "はい"
|
||||
|
||||
#: openbox/actions/execute.c:133
|
||||
msgid "Execute"
|
||||
msgstr "実行する"
|
||||
|
||||
#: openbox/actions/execute.c:142
|
||||
#, c-format
|
||||
msgid "Failed to convert the path \"%s\" from utf8"
|
||||
msgstr "パス\"%s\"を utf8 から変換するのに失敗しました。"
|
||||
|
||||
#: openbox/actions/exit.c:52 openbox/actions/session.c:64 openbox/client.c:3465
|
||||
msgid "Cancel"
|
||||
msgstr "キャンセル"
|
||||
|
||||
#: openbox/actions/exit.c:53
|
||||
msgid "Exit"
|
||||
msgstr "終了"
|
||||
|
||||
#: openbox/actions/exit.c:56
|
||||
msgid "Are you sure you want to exit Waybox?"
|
||||
msgstr "Waybox を終了してもよろしいですか?"
|
||||
|
||||
#: openbox/actions/exit.c:57
|
||||
msgid "Exit Waybox"
|
||||
msgstr "Waybox を終了する"
|
||||
|
||||
#. TRANSLATORS: Don't translate the word "SessionLogout" as it's the
|
||||
#. name of the action you write in rc.xml
|
||||
#: openbox/actions/session.c:43
|
||||
msgid ""
|
||||
"The SessionLogout action is not available since Waybox was built without "
|
||||
"session management support"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/actions/session.c:65 openbox/actions/session.c:70
|
||||
msgid "Log Out"
|
||||
msgstr "ログアウト"
|
||||
|
||||
#: openbox/actions/session.c:69
|
||||
msgid "Are you sure you want to log out?"
|
||||
msgstr "ログアウトしてもよろしいですか?"
|
||||
|
||||
#: openbox/client.c:2012
|
||||
msgid "Unnamed Window"
|
||||
msgstr "名称未設定"
|
||||
|
||||
#: openbox/client.c:2026 openbox/client.c:2058
|
||||
msgid "Killing..."
|
||||
msgstr "強制終了中..."
|
||||
|
||||
#: openbox/client.c:3462
|
||||
msgid "Disconnect"
|
||||
msgstr "切断する"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:87 openbox/client_list_menu.c:91
|
||||
msgid "Go there..."
|
||||
msgstr "移動する..."
|
||||
|
||||
#: openbox/client_list_combined_menu.c:94
|
||||
msgid "Manage desktops"
|
||||
msgstr "デスクトップを管理"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:95 openbox/client_list_menu.c:155
|
||||
msgid "_Add new desktop"
|
||||
msgstr "新しくデスクトップを追加(_A)"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:96 openbox/client_list_menu.c:156
|
||||
msgid "_Remove last desktop"
|
||||
msgstr "最後のデスクトップを削除(_R)"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:149
|
||||
msgid "Windows"
|
||||
msgstr "ウィンドウ"
|
||||
|
||||
#: openbox/client_list_menu.c:203
|
||||
msgid "Desktops"
|
||||
msgstr "デスクトップ"
|
||||
|
||||
#: openbox/client_menu.c:258
|
||||
msgid "All desktops"
|
||||
msgstr "すべてのデスクトップ(_A)"
|
||||
|
||||
#: openbox/client_menu.c:370
|
||||
msgid "_Layer"
|
||||
msgstr "階層(_L)"
|
||||
|
||||
#: openbox/client_menu.c:375
|
||||
msgid "Always on _top"
|
||||
msgstr "常に最上層にする(_T)"
|
||||
|
||||
#: openbox/client_menu.c:376
|
||||
msgid "_Normal"
|
||||
msgstr "通常(_N)"
|
||||
|
||||
#: openbox/client_menu.c:377
|
||||
msgid "Always on _bottom"
|
||||
msgstr "常に最下層にする(_B)"
|
||||
|
||||
#: openbox/client_menu.c:379
|
||||
msgid "_Send to desktop"
|
||||
msgstr "デスクトップに送る(_S)"
|
||||
|
||||
#: openbox/client_menu.c:383
|
||||
msgid "Client menu"
|
||||
msgstr "クライアントメニュー"
|
||||
|
||||
#: openbox/client_menu.c:393
|
||||
msgid "R_estore"
|
||||
msgstr "復元(_E)"
|
||||
|
||||
#: openbox/client_menu.c:397
|
||||
msgid "_Move"
|
||||
msgstr "移動(_M)"
|
||||
|
||||
#: openbox/client_menu.c:399
|
||||
msgid "Resi_ze"
|
||||
msgstr "サイズの変更(_Z)"
|
||||
|
||||
#: openbox/client_menu.c:401
|
||||
msgid "Ico_nify"
|
||||
msgstr "最小化(_N)"
|
||||
|
||||
#: openbox/client_menu.c:405
|
||||
msgid "Ma_ximize"
|
||||
msgstr "最大化(_X)"
|
||||
|
||||
#: openbox/client_menu.c:409
|
||||
msgid "_Roll up/down"
|
||||
msgstr "巻き上げ/展開(_R)"
|
||||
|
||||
#: openbox/client_menu.c:411
|
||||
msgid "Un/_Decorate"
|
||||
msgstr "非/装飾(_D)"
|
||||
|
||||
#: openbox/client_menu.c:415
|
||||
msgid "_Close"
|
||||
msgstr "閉じる(_C)"
|
||||
|
||||
#: openbox/config.c:781
|
||||
#, c-format
|
||||
msgid "Invalid button \"%s\" specified in config file"
|
||||
msgstr "不正なボタン\"%s\"が設定ファイルで指定されています。"
|
||||
|
||||
#: openbox/config.c:956
|
||||
msgid ""
|
||||
"Waybox was compiled without image loading support. Icons in menus will not "
|
||||
"be loaded."
|
||||
msgstr ""
|
||||
|
||||
#: openbox/keyboard.c:157
|
||||
msgid "Conflict with key binding in config file"
|
||||
msgstr "設定ファイルにキー割り当ての衝突があります。"
|
||||
|
||||
#: openbox/menu.c:102 openbox/menu.c:110
|
||||
#, c-format
|
||||
msgid "Unable to find a valid menu file \"%s\""
|
||||
msgstr "正当なメニューファイル\"%s\"を見つけることができません。"
|
||||
|
||||
#: openbox/menu.c:170
|
||||
#, c-format
|
||||
msgid "Failed to execute command for pipe-menu \"%s\": %s"
|
||||
msgstr "パイプメニューの為のコマンド\"%s\"の実行に失敗しました: %s"
|
||||
|
||||
#: openbox/menu.c:184
|
||||
#, c-format
|
||||
msgid "Invalid output from pipe-menu \"%s\""
|
||||
msgstr "パイプメニュー\"%s\"からの不正な出力です。"
|
||||
|
||||
#: openbox/menu.c:197
|
||||
#, c-format
|
||||
msgid "Attempted to access menu \"%s\" but it does not exist"
|
||||
msgstr "メニュー\"%s\"へのアクセスを試みましたが、それは存在しません。"
|
||||
|
||||
#: openbox/menu.c:367 openbox/menu.c:368
|
||||
msgid "More..."
|
||||
msgstr "もっと..."
|
||||
|
||||
#: openbox/mouse.c:373
|
||||
#, c-format
|
||||
msgid "Invalid button \"%s\" in mouse binding"
|
||||
msgstr "マウス割り当てに於いて不正なボタン \"%s\""
|
||||
|
||||
#: openbox/mouse.c:379
|
||||
#, c-format
|
||||
msgid "Invalid context \"%s\" in mouse binding"
|
||||
msgstr "マウス割り当てに於いて不正なコンテクスト \"%s\""
|
||||
|
||||
#: openbox/openbox.c:133
|
||||
#, c-format
|
||||
msgid "Unable to change to home directory \"%s\": %s"
|
||||
msgstr "ホームディレクトリ\"%s\"に移動できません: %s"
|
||||
|
||||
#: openbox/openbox.c:263
|
||||
msgid "Unable to find a valid config file, using some simple defaults"
|
||||
msgstr "正当な設定ファイルを見つけられません。単純な初期設定を使います。"
|
||||
|
||||
#: openbox/openbox.c:297
|
||||
msgid "Unable to load a theme."
|
||||
msgstr "テーマを読み込めません。"
|
||||
|
||||
#: openbox/openbox.c:377
|
||||
#, c-format
|
||||
msgid ""
|
||||
"One or more XML syntax errors were found while parsing the Waybox "
|
||||
"configuration files. See stdout for more information. The last error seen "
|
||||
"was in file \"%s\" line %d, with message: %s"
|
||||
msgstr ""
|
||||
"Waybox の設定ファイルを解析中に XML の構文エラーが見つかりました。詳しい情報"
|
||||
"は標準出力を見て下さい。最後に見つかったエラーは\"%s\"ファイルの%d 行目で、説"
|
||||
"明はこうです:%s"
|
||||
|
||||
#: openbox/openbox.c:379
|
||||
msgid "Waybox Syntax Error"
|
||||
msgstr "Waybox 構文エラー"
|
||||
|
||||
#: openbox/openbox.c:379
|
||||
msgid "Close"
|
||||
msgstr "閉じる"
|
||||
|
||||
#: openbox/openbox.c:448
|
||||
#, c-format
|
||||
msgid "Restart failed to execute new executable \"%s\": %s"
|
||||
msgstr "再起動の際新しい実行ファイル\"%s\"の実行に失敗しました: %s"
|
||||
|
||||
#: openbox/openbox.c:518 openbox/openbox.c:520
|
||||
msgid "Copyright (c)"
|
||||
msgstr "著作権 (c)"
|
||||
|
||||
#: openbox/openbox.c:529
|
||||
msgid "Syntax: openbox [options]\n"
|
||||
msgstr "用法: openbox [オプション]\n"
|
||||
|
||||
#: openbox/openbox.c:530
|
||||
msgid ""
|
||||
"\n"
|
||||
"Options:\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"オプション:\n"
|
||||
|
||||
#: openbox/openbox.c:531
|
||||
msgid " --help Display this help and exit\n"
|
||||
msgstr " --help この使い方を表示して終了します\n"
|
||||
|
||||
#: openbox/openbox.c:532
|
||||
msgid " --version Display the version and exit\n"
|
||||
msgstr " --version バージョンを表示して終了します\n"
|
||||
|
||||
#. TRANSLATORS: if you translate "FILE" here, make sure to keep the "Specify..."
|
||||
#. aligned still, if you have to, make a new line with \n and 22 spaces. It's
|
||||
#. fine to leave it as FILE though.
|
||||
#: openbox/openbox.c:537
|
||||
msgid " --config-file FILE Specify the path to the config file to use\n"
|
||||
msgstr " --config-file FILE 使用する設定ファイルのパスを指定します\n"
|
||||
|
||||
#: openbox/openbox.c:538
|
||||
msgid " --sm-disable Disable connection to the session manager\n"
|
||||
msgstr " --sm-disable セッションマネージャへの接続を止めます\n"
|
||||
|
||||
#: openbox/openbox.c:543
|
||||
msgid ""
|
||||
"\n"
|
||||
"Debugging options:\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"デバッグオプション:\n"
|
||||
|
||||
#: openbox/openbox.c:544
|
||||
msgid " --sync Run in synchronous mode\n"
|
||||
msgstr " --sync 同期モードで実行します\n"
|
||||
|
||||
#: openbox/openbox.c:545
|
||||
msgid " --debug Display debugging output\n"
|
||||
msgstr " --debug デバッグ情報を表示します\n"
|
||||
|
||||
#: openbox/openbox.c:546
|
||||
msgid " --debug-focus Display debugging output for focus handling\n"
|
||||
msgstr ""
|
||||
" --debug-focus フォーカスの扱いに関するデバッグ情報を表示します\n"
|
||||
|
||||
#: openbox/openbox.c:548
|
||||
msgid " --startup CMD Run CMD after starting\n"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/openbox.c:551
|
||||
msgid " --debug-session Display debugging output for session management\n"
|
||||
msgstr ""
|
||||
" --debug-session セッションの扱いに関するデバッグ情報を表示します\n"
|
||||
|
||||
#: openbox/openbox.c:548
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
"Please report bugs at %s\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"バグは %s 宛へ報告して下さい\n"
|
||||
|
||||
#: openbox/openbox.c:617
|
||||
msgid "%s requires an argument\n"
|
||||
msgstr "%s requires an argument\n"
|
||||
|
||||
#: openbox/openbox.c:660
|
||||
#, c-format
|
||||
msgid "Invalid command line argument \"%s\"\n"
|
||||
msgstr "不正なコマンドライン引数 \"%s\"\n"
|
||||
|
||||
#. TRANSLATORS: If you need to specify a different order of the
|
||||
#. arguments, you can use %1$d for the first one and %2$d for the
|
||||
#. second one. For example,
|
||||
#. "The current session has %2$d desktops, but Waybox is configured for %1$d ..."
|
||||
#: openbox/screen.c:412
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Waybox is configured for %d desktop, but the current session has %d. "
|
||||
"Overriding the Waybox configuration."
|
||||
msgid_plural ""
|
||||
"Waybox is configured for %d desktops, but the current session has %d. "
|
||||
"Overriding the Waybox configuration."
|
||||
msgstr[0] ""
|
||||
"Waybox は %d 個のデスクトップを設定されましたが, 現在のセッションは %d 個持っ"
|
||||
"ています。 Waybox の設定を無視します。"
|
||||
|
||||
#: openbox/screen.c:1180
|
||||
#, c-format
|
||||
msgid "desktop %i"
|
||||
msgstr "デスクトップ%i"
|
||||
|
||||
#: openbox/session.c:104
|
||||
#, fuzzy, c-format
|
||||
msgid "Unable to make directory \"%s\": %s"
|
||||
msgstr "ディレクトリ'%s'を作れません: %s"
|
||||
|
||||
#: openbox/session.c:466
|
||||
#, fuzzy, c-format
|
||||
msgid "Unable to save the session to \"%s\": %s"
|
||||
msgstr "ホームディレクトリ\"%s\"に移動できません: %s"
|
||||
|
||||
#: openbox/session.c:605
|
||||
#, c-format
|
||||
msgid "Error while saving the session to \"%s\": %s"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/session.c:842
|
||||
msgid "Not connected to a session manager"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/startupnotify.c:243
|
||||
#, c-format
|
||||
msgid "Running %s"
|
||||
msgstr "起動中 %s"
|
||||
|
||||
#: openbox/translate.c:59
|
||||
#, c-format
|
||||
msgid "Invalid modifier key \"%s\" in key/mouse binding"
|
||||
msgstr "キー/マウス割り当ての中の不正な修飾キー \"%s\""
|
||||
|
||||
#: openbox/translate.c:138
|
||||
#, c-format
|
||||
msgid "Invalid key code \"%s\" in key binding"
|
||||
msgstr "キー割り当ての中の不正なキーコード \"%s\""
|
||||
|
||||
#: openbox/translate.c:145
|
||||
#, c-format
|
||||
msgid "Invalid key name \"%s\" in key binding"
|
||||
msgstr "キー割り当ての中の不正なキー名称 \"%s\""
|
||||
|
||||
#: openbox/prompt.c:200
|
||||
msgid "OK"
|
||||
msgstr "OK"
|
||||
412
po/lt.po
Normal file
412
po/lt.po
Normal file
|
|
@ -0,0 +1,412 @@
|
|||
# Lithuanian messages for openbox
|
||||
# Copyright (C) 2020 Joe Wisdom
|
||||
# This file is distributed under the same license as the Waybox package.
|
||||
# Vytautas (GODhack) <vytautas1987@yahoo.com>, 2008.
|
||||
# Kiprianas Spiridonovas <k.spiridonovas@gmail.com>, 2012.
|
||||
# Algimantas Margevičius <margevicius.algimantas@gmail.com>, 2012, 2013.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Waybox 0.0.1\n"
|
||||
"Report-Msgid-Bugs-To: https://github.com/wizbright/waybox/issues\n"
|
||||
"POT-Creation-Date: 2008-11-15 22:28+0100\n"
|
||||
"PO-Revision-Date: 2020-03-10 18:42-0400\n"
|
||||
"Last-Translator: Algimantas Margevičius <margevicius.algimantas@gmail.com>\n"
|
||||
"Language-Team: Lietuvių <>\n"
|
||||
"Language: lt\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n"
|
||||
"%100<10 || n%100>=20) ? 1 : 2)\n"
|
||||
"X-Generator: Gtranslator 2.91.5\n"
|
||||
|
||||
#: openbox/actions.c:149
|
||||
#, c-format
|
||||
msgid "Invalid action \"%s\" requested. No such action exists."
|
||||
msgstr "Pareikalauta netinkamo veiksmo „%s“. Toks veiksmas neegzistuoja."
|
||||
|
||||
#: openbox/actions/execute.c:128
|
||||
msgid "No"
|
||||
msgstr "Ne"
|
||||
|
||||
#: openbox/actions/execute.c:129
|
||||
msgid "Yes"
|
||||
msgstr "Taip"
|
||||
|
||||
#: openbox/actions/execute.c:133
|
||||
msgid "Execute"
|
||||
msgstr "Vykdyti"
|
||||
|
||||
#: openbox/actions/execute.c:142
|
||||
#, c-format
|
||||
msgid "Failed to convert the path \"%s\" from utf8"
|
||||
msgstr "Nepavyko išversti kelio „%s“ iš utf8"
|
||||
|
||||
#: openbox/actions/exit.c:52 openbox/actions/session.c:64 openbox/client.c:3465
|
||||
msgid "Cancel"
|
||||
msgstr "Atšaukti"
|
||||
|
||||
#: openbox/actions/exit.c:53
|
||||
msgid "Exit"
|
||||
msgstr "Išeiti"
|
||||
|
||||
#: openbox/actions/exit.c:56
|
||||
msgid "Are you sure you want to exit Waybox?"
|
||||
msgstr "Ar tikrai norite baigti darbą su Waybox?"
|
||||
|
||||
#: openbox/actions/exit.c:57
|
||||
msgid "Exit Waybox"
|
||||
msgstr "Baigti darbą su Waybox"
|
||||
|
||||
#. TRANSLATORS: Don't translate the word "SessionLogout" as it's the
|
||||
#. name of the action you write in rc.xml
|
||||
#: openbox/actions/session.c:43
|
||||
msgid ""
|
||||
"The SessionLogout action is not available since Waybox was built without "
|
||||
"session management support"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/actions/session.c:65 openbox/actions/session.c:70
|
||||
msgid "Log Out"
|
||||
msgstr "Atsijungti"
|
||||
|
||||
#: openbox/actions/session.c:69
|
||||
msgid "Are you sure you want to log out?"
|
||||
msgstr "Ar tikrai norite atsijungti?"
|
||||
|
||||
#: openbox/client.c:2012
|
||||
msgid "Unnamed Window"
|
||||
msgstr "Bevardis langas"
|
||||
|
||||
#: openbox/client.c:2026 openbox/client.c:2058
|
||||
msgid "Killing..."
|
||||
msgstr "Nutraukiama..."
|
||||
|
||||
#: openbox/client.c:3462
|
||||
msgid "Disconnect"
|
||||
msgstr "Atjungti"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:87 openbox/client_list_menu.c:91
|
||||
msgid "Go there..."
|
||||
msgstr "Eiti ten..."
|
||||
|
||||
#: openbox/client_list_combined_menu.c:94
|
||||
msgid "Manage desktops"
|
||||
msgstr "Tvarkyti darbastalius"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:95 openbox/client_list_menu.c:155
|
||||
msgid "_Add new desktop"
|
||||
msgstr "_Pridėti darbastalį"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:96 openbox/client_list_menu.c:156
|
||||
msgid "_Remove last desktop"
|
||||
msgstr "P_ašalinti paskutinį darbastalį"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:149
|
||||
msgid "Windows"
|
||||
msgstr "Langai"
|
||||
|
||||
#: openbox/client_list_menu.c:203
|
||||
msgid "Desktops"
|
||||
msgstr "Darbastaliai"
|
||||
|
||||
#: openbox/client_menu.c:258
|
||||
msgid "All desktops"
|
||||
msgstr "Visi darbastaliai"
|
||||
|
||||
#: openbox/client_menu.c:370
|
||||
msgid "_Layer"
|
||||
msgstr "_Sluoksnis"
|
||||
|
||||
#: openbox/client_menu.c:375
|
||||
msgid "Always on _top"
|
||||
msgstr "Visada _viršuje"
|
||||
|
||||
#: openbox/client_menu.c:376
|
||||
msgid "_Normal"
|
||||
msgstr "_Normalus"
|
||||
|
||||
#: openbox/client_menu.c:377
|
||||
msgid "Always on _bottom"
|
||||
msgstr "Visada _apačioje"
|
||||
|
||||
#: openbox/client_menu.c:379
|
||||
msgid "_Send to desktop"
|
||||
msgstr "Siųsti į _darbastalį"
|
||||
|
||||
#: openbox/client_menu.c:383
|
||||
msgid "Client menu"
|
||||
msgstr "Kliento meniu"
|
||||
|
||||
#: openbox/client_menu.c:393
|
||||
msgid "R_estore"
|
||||
msgstr "_Atstatyti"
|
||||
|
||||
#: openbox/client_menu.c:397
|
||||
msgid "_Move"
|
||||
msgstr "_Perkelti"
|
||||
|
||||
#: openbox/client_menu.c:399
|
||||
msgid "Resi_ze"
|
||||
msgstr "_Keisti dydį"
|
||||
|
||||
#: openbox/client_menu.c:401
|
||||
msgid "Ico_nify"
|
||||
msgstr "_Mažinti"
|
||||
|
||||
#: openbox/client_menu.c:405
|
||||
msgid "Ma_ximize"
|
||||
msgstr "D_idinti"
|
||||
|
||||
#: openbox/client_menu.c:409
|
||||
msgid "_Roll up/down"
|
||||
msgstr "Suskleis_ti/išskleisti"
|
||||
|
||||
#: openbox/client_menu.c:411
|
||||
msgid "Un/_Decorate"
|
||||
msgstr "Ne/d_ekoruoti"
|
||||
|
||||
#: openbox/client_menu.c:415
|
||||
msgid "_Close"
|
||||
msgstr "_Užverti"
|
||||
|
||||
#: openbox/config.c:781
|
||||
#, c-format
|
||||
msgid "Invalid button \"%s\" specified in config file"
|
||||
msgstr "Nustatymų faile nurodytas netinkamas pelės klavišas „%s“"
|
||||
|
||||
#: openbox/config.c:956
|
||||
msgid ""
|
||||
"Waybox was compiled without image loading support. Icons in menus will not "
|
||||
"be loaded."
|
||||
msgstr "Waybox sukompiliuota be bibliotekos. Meniu piktogramos nebus įkeltos."
|
||||
|
||||
#: openbox/keyboard.c:157
|
||||
msgid "Conflict with key binding in config file"
|
||||
msgstr "Konfliktas tarp klavišų susiejimų nustatymų faile"
|
||||
|
||||
#: openbox/menu.c:102 openbox/menu.c:110
|
||||
#, c-format
|
||||
msgid "Unable to find a valid menu file \"%s\""
|
||||
msgstr "Nepavyko rasti tinkamo meniu failo „%s“"
|
||||
|
||||
#: openbox/menu.c:170
|
||||
#, c-format
|
||||
msgid "Failed to execute command for pipe-menu \"%s\": %s"
|
||||
msgstr "Nepavyko įvykdyti pipe-meniu komandos „%s“: %s"
|
||||
|
||||
#: openbox/menu.c:184
|
||||
#, c-format
|
||||
msgid "Invalid output from pipe-menu \"%s\""
|
||||
msgstr "Netinkama išvestis iš pipe-meniu „%s“"
|
||||
|
||||
#: openbox/menu.c:197
|
||||
#, c-format
|
||||
msgid "Attempted to access menu \"%s\" but it does not exist"
|
||||
msgstr "Bandoma prieiti prie meniu „%s“, bet jis neegzistuoja"
|
||||
|
||||
#: openbox/menu.c:367 openbox/menu.c:368
|
||||
msgid "More..."
|
||||
msgstr "Daugiau..."
|
||||
|
||||
#: openbox/mouse.c:373
|
||||
#, c-format
|
||||
msgid "Invalid button \"%s\" in mouse binding"
|
||||
msgstr "Netinkamas klavišas „%s“ pelės susiejime"
|
||||
|
||||
#: openbox/mouse.c:379
|
||||
#, c-format
|
||||
msgid "Invalid context \"%s\" in mouse binding"
|
||||
msgstr "Netinkamas kontekstas „%s“ pelės susiejime"
|
||||
|
||||
#: openbox/openbox.c:133
|
||||
#, c-format
|
||||
msgid "Unable to change to home directory \"%s\": %s"
|
||||
msgstr "Nepavyko pakeisti namų katalogo į „%s“: %s"
|
||||
|
||||
#: openbox/openbox.c:263
|
||||
msgid "Unable to find a valid config file, using some simple defaults"
|
||||
msgstr ""
|
||||
"Nepavyko rasti tinkamo nustatymų failo, naudojami numatytieji nustatymai."
|
||||
|
||||
#: openbox/openbox.c:297
|
||||
msgid "Unable to load a theme."
|
||||
msgstr "Nepavyko įkelti temos."
|
||||
|
||||
#: openbox/openbox.c:377
|
||||
#, c-format
|
||||
msgid ""
|
||||
"One or more XML syntax errors were found while parsing the Waybox "
|
||||
"configuration files. See stdout for more information. The last error seen "
|
||||
"was in file \"%s\" line %d, with message: %s"
|
||||
msgstr ""
|
||||
"Waybox nustatymų failuose rasta sintaksės klaidų. Išsami informacija "
|
||||
"pateikta stdout. Paskutinė rasta klaida yra failo „%s“ %d eilutėje, su "
|
||||
"pranešimu: %s"
|
||||
|
||||
#: openbox/openbox.c:379
|
||||
msgid "Waybox Syntax Error"
|
||||
msgstr "Waybox sintaksės klaida"
|
||||
|
||||
#: openbox/openbox.c:379
|
||||
msgid "Close"
|
||||
msgstr "Užverti"
|
||||
|
||||
#: openbox/openbox.c:448
|
||||
#, c-format
|
||||
msgid "Restart failed to execute new executable \"%s\": %s"
|
||||
msgstr "Paleidžiant iš naujo nepavyko įvykdyti naujo vykdomojo failo „%s“: %s"
|
||||
|
||||
#: openbox/openbox.c:518 openbox/openbox.c:520
|
||||
msgid "Copyright (c)"
|
||||
msgstr "Autorinės teisės (c)"
|
||||
|
||||
#: openbox/openbox.c:529
|
||||
msgid "Syntax: openbox [options]\n"
|
||||
msgstr "Sintaksė: openbox [parinktys]\n"
|
||||
|
||||
#: openbox/openbox.c:530
|
||||
msgid ""
|
||||
"\n"
|
||||
"Options:\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"Parinktys:\n"
|
||||
|
||||
#: openbox/openbox.c:531
|
||||
msgid " --help Display this help and exit\n"
|
||||
msgstr " --help Parodyti šį pagalbos pranešimą ir išeiti\n"
|
||||
|
||||
#: openbox/openbox.c:532
|
||||
msgid " --version Display the version and exit\n"
|
||||
msgstr " --version Parodyti versiją ir išeiti\n"
|
||||
|
||||
#. TRANSLATORS: if you translate "FILE" here, make sure to keep the "Specify..."
|
||||
#. aligned still, if you have to, make a new line with \n and 22 spaces. It's
|
||||
#. fine to leave it as FILE though.
|
||||
#: openbox/openbox.c:537
|
||||
msgid " --config-file FILE Specify the path to the config file to use\n"
|
||||
msgstr " --config-file FILE Naudoti nurodytą nustatymų failą\n"
|
||||
|
||||
#: openbox/openbox.c:538
|
||||
msgid " --sm-disable Disable connection to the session manager\n"
|
||||
msgstr " --sm-disable Nenaudoti sesijų tvarkytuvės\n"
|
||||
|
||||
#: openbox/openbox.c:543
|
||||
msgid ""
|
||||
"\n"
|
||||
"Debugging options:\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"Derinimo parinktys:\n"
|
||||
|
||||
#: openbox/openbox.c:544
|
||||
msgid " --sync Run in synchronous mode\n"
|
||||
msgstr " --sync Paleisti sinchroniniame režime\n"
|
||||
|
||||
#: openbox/openbox.c:545
|
||||
msgid " --debug Display debugging output\n"
|
||||
msgstr " --debug Rodyti derinimo išvestį\n"
|
||||
|
||||
#: openbox/openbox.c:546
|
||||
msgid " --debug-focus Display debugging output for focus handling\n"
|
||||
msgstr ""
|
||||
" --debug-focus Rodyti derinimo išvestį susijusią su fokusavimu\n"
|
||||
|
||||
#: openbox/openbox.c:548
|
||||
msgid " --startup CMD Run CMD after starting\n"
|
||||
msgstr " --startup CMD Vykdyti komandą CMD po paleidimo\n"
|
||||
|
||||
#: openbox/openbox.c:551
|
||||
msgid " --debug-session Display debugging output for session management\n"
|
||||
msgstr ""
|
||||
" --debug-session Rodyti derinimo išvestį susijusią su sesijų tvarkymu\n"
|
||||
|
||||
#: openbox/openbox.c:548
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
"Please report bugs at %s\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"Praneškite apie klaidas %s\n"
|
||||
|
||||
#: openbox/openbox.c:617
|
||||
msgid "%s requires an argument\n"
|
||||
msgstr "%s reikalauja argumento\n"
|
||||
|
||||
#: openbox/openbox.c:660
|
||||
#, c-format
|
||||
msgid "Invalid command line argument \"%s\"\n"
|
||||
msgstr "Netinkamas komandinės eilutės argumentas „%s“\n"
|
||||
|
||||
#. TRANSLATORS: If you need to specify a different order of the
|
||||
#. arguments, you can use %1$d for the first one and %2$d for the
|
||||
#. second one. For example,
|
||||
#. "The current session has %2$d desktops, but Waybox is configured for %1$d ..."
|
||||
#: openbox/screen.c:412
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Waybox is configured for %d desktop, but the current session has %d. "
|
||||
"Overriding the Waybox configuration."
|
||||
msgid_plural ""
|
||||
"Waybox is configured for %d desktops, but the current session has %d. "
|
||||
"Overriding the Waybox configuration."
|
||||
msgstr[0] ""
|
||||
"Waybox yra suderinta %d darbastaliui, bet dabartinė sesija turi %d. "
|
||||
"Nepaisoma Waybox konfiguracijos."
|
||||
msgstr[1] ""
|
||||
"Waybox yra suderinta %d darbastaliams, bet dabartinė sesija turi %d. "
|
||||
"Nepaisoma Waybox konfiguracijos."
|
||||
msgstr[2] ""
|
||||
"Waybox yra suderinta %d darbastalių, bet dabartinė sesija turi %d. Nepaisoma "
|
||||
"Waybox konfiguracijos."
|
||||
|
||||
#: openbox/screen.c:1180
|
||||
#, c-format
|
||||
msgid "desktop %i"
|
||||
msgstr "darbastalis %i"
|
||||
|
||||
#: openbox/session.c:104
|
||||
#, fuzzy, c-format
|
||||
msgid "Unable to make directory \"%s\": %s"
|
||||
msgstr "Nepavyko sukurti katalogo „%s“: %s"
|
||||
|
||||
#: openbox/session.c:466
|
||||
#, fuzzy, c-format
|
||||
msgid "Unable to save the session to \"%s\": %s"
|
||||
msgstr "Nepavyko pakeisti namų katalogo į „%s“: %s"
|
||||
|
||||
#: openbox/session.c:605
|
||||
#, c-format
|
||||
msgid "Error while saving the session to \"%s\": %s"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/session.c:842
|
||||
msgid "Not connected to a session manager"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/startupnotify.c:243
|
||||
#, c-format
|
||||
msgid "Running %s"
|
||||
msgstr "Paleidžiama %s"
|
||||
|
||||
#: openbox/translate.c:59
|
||||
#, c-format
|
||||
msgid "Invalid modifier key \"%s\" in key/mouse binding"
|
||||
msgstr "Netinkamas modifikavimo klavišas „%s“ susiejime"
|
||||
|
||||
#: openbox/translate.c:138
|
||||
#, c-format
|
||||
msgid "Invalid key code \"%s\" in key binding"
|
||||
msgstr "Netinkamas klavišo kodas „%s“ susiejime"
|
||||
|
||||
#: openbox/translate.c:145
|
||||
#, c-format
|
||||
msgid "Invalid key name \"%s\" in key binding"
|
||||
msgstr "Netinkamas klavišo vardas „%s“ susiejime"
|
||||
|
||||
#: openbox/prompt.c:200
|
||||
msgid "OK"
|
||||
msgstr "Gerai"
|
||||
409
po/lv.po
Normal file
409
po/lv.po
Normal file
|
|
@ -0,0 +1,409 @@
|
|||
# Latvian translations for openbox.
|
||||
# Copyright (C) 2020 Joe Wisdom
|
||||
# This file is distributed under the same license as the Waybox package.
|
||||
#
|
||||
# Einars Sprugis <einars8@gmail.com>, 2010.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Waybox 0.0.1\n"
|
||||
"Report-Msgid-Bugs-To: https://github.com/wizbright/waybox/issues\n"
|
||||
"POT-Creation-Date: 2008-11-15 22:28+0100\n"
|
||||
"PO-Revision-Date: 2020-03-10 14:08-0400\n"
|
||||
"Last-Translator: Einars Sprugis <einars8@gmail.com>\n"
|
||||
"Language-Team: Latvian <locale@laka.lv>\n"
|
||||
"Language: lv\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : "
|
||||
"2);\n"
|
||||
"X-Generator: Lokalize 1.0\n"
|
||||
|
||||
#: openbox/actions.c:149
|
||||
#, c-format
|
||||
msgid "Invalid action \"%s\" requested. No such action exists."
|
||||
msgstr "Prasīta neatļauta darbība \"%s\". Šāda darbība neeksistē."
|
||||
|
||||
#: openbox/actions/execute.c:128
|
||||
msgid "No"
|
||||
msgstr "Nē"
|
||||
|
||||
#: openbox/actions/execute.c:129
|
||||
msgid "Yes"
|
||||
msgstr "Jā"
|
||||
|
||||
#: openbox/actions/execute.c:133
|
||||
msgid "Execute"
|
||||
msgstr "Izpildīt"
|
||||
|
||||
#: openbox/actions/execute.c:142
|
||||
#, c-format
|
||||
msgid "Failed to convert the path \"%s\" from utf8"
|
||||
msgstr "Neizdevās pārveidot ceļu \"%s\" no utf8"
|
||||
|
||||
#: openbox/actions/exit.c:52 openbox/actions/session.c:64 openbox/client.c:3465
|
||||
msgid "Cancel"
|
||||
msgstr "Atcelt"
|
||||
|
||||
#: openbox/actions/exit.c:53
|
||||
msgid "Exit"
|
||||
msgstr "Iziet"
|
||||
|
||||
#: openbox/actions/exit.c:56
|
||||
msgid "Are you sure you want to exit Waybox?"
|
||||
msgstr "Vai tiešām vēlaties iziet no Waybox?"
|
||||
|
||||
#: openbox/actions/exit.c:57
|
||||
msgid "Exit Waybox"
|
||||
msgstr "Iziet no Waybox"
|
||||
|
||||
#. TRANSLATORS: Don't translate the word "SessionLogout" as it's the
|
||||
#. name of the action you write in rc.xml
|
||||
#: openbox/actions/session.c:43
|
||||
msgid ""
|
||||
"The SessionLogout action is not available since Waybox was built without "
|
||||
"session management support"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/actions/session.c:65 openbox/actions/session.c:70
|
||||
msgid "Log Out"
|
||||
msgstr "Atteikties"
|
||||
|
||||
#: openbox/actions/session.c:69
|
||||
msgid "Are you sure you want to log out?"
|
||||
msgstr "Vai tiešām vēlaties atteikties?"
|
||||
|
||||
#: openbox/client.c:2012
|
||||
msgid "Unnamed Window"
|
||||
msgstr "Logs bez nosaukuma"
|
||||
|
||||
#: openbox/client.c:2026 openbox/client.c:2058
|
||||
msgid "Killing..."
|
||||
msgstr "Nogalina..."
|
||||
|
||||
#: openbox/client.c:3462
|
||||
msgid "Disconnect"
|
||||
msgstr "Atvienot"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:87 openbox/client_list_menu.c:91
|
||||
msgid "Go there..."
|
||||
msgstr "Iet uz turieni..."
|
||||
|
||||
#: openbox/client_list_combined_menu.c:94
|
||||
msgid "Manage desktops"
|
||||
msgstr "Pārvaldīt darbvirsmas"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:95 openbox/client_list_menu.c:155
|
||||
msgid "_Add new desktop"
|
||||
msgstr "Pievienot j_aunu darbvirsmu"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:96 openbox/client_list_menu.c:156
|
||||
msgid "_Remove last desktop"
|
||||
msgstr "Noņemt pēdējo da_rbvirsmu"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:149
|
||||
msgid "Windows"
|
||||
msgstr "Logi"
|
||||
|
||||
#: openbox/client_list_menu.c:203
|
||||
msgid "Desktops"
|
||||
msgstr "Darbvirsmas"
|
||||
|
||||
#: openbox/client_menu.c:258
|
||||
msgid "All desktops"
|
||||
msgstr "Visas darbvirsmas"
|
||||
|
||||
#: openbox/client_menu.c:370
|
||||
msgid "_Layer"
|
||||
msgstr "S_lānis"
|
||||
|
||||
#: openbox/client_menu.c:375
|
||||
msgid "Always on _top"
|
||||
msgstr "Vienmēr augšā"
|
||||
|
||||
#: openbox/client_menu.c:376
|
||||
msgid "_Normal"
|
||||
msgstr "_Normāls"
|
||||
|
||||
#: openbox/client_menu.c:377
|
||||
msgid "Always on _bottom"
|
||||
msgstr "Vienmēr a_pakšā"
|
||||
|
||||
#: openbox/client_menu.c:379
|
||||
msgid "_Send to desktop"
|
||||
msgstr "No_sūtīt uz darbvirsmu"
|
||||
|
||||
#: openbox/client_menu.c:383
|
||||
msgid "Client menu"
|
||||
msgstr "Klienta izvēlne"
|
||||
|
||||
#: openbox/client_menu.c:393
|
||||
msgid "R_estore"
|
||||
msgstr "Atja_unot"
|
||||
|
||||
#: openbox/client_menu.c:397
|
||||
msgid "_Move"
|
||||
msgstr "Pārviet_ot"
|
||||
|
||||
#: openbox/client_menu.c:399
|
||||
msgid "Resi_ze"
|
||||
msgstr "Mainīt i_zmēru"
|
||||
|
||||
#: openbox/client_menu.c:401
|
||||
msgid "Ico_nify"
|
||||
msgstr "Mi_nimizēt"
|
||||
|
||||
#: openbox/client_menu.c:405
|
||||
msgid "Ma_ximize"
|
||||
msgstr "Maksimizē_t"
|
||||
|
||||
#: openbox/client_menu.c:409
|
||||
msgid "_Roll up/down"
|
||||
msgstr "Sa_ritināt/Atritināt"
|
||||
|
||||
#: openbox/client_menu.c:411
|
||||
msgid "Un/_Decorate"
|
||||
msgstr "Bez/Ar _dekorācijām"
|
||||
|
||||
#: openbox/client_menu.c:415
|
||||
msgid "_Close"
|
||||
msgstr "Ai_zvērt"
|
||||
|
||||
#: openbox/config.c:781
|
||||
#, c-format
|
||||
msgid "Invalid button \"%s\" specified in config file"
|
||||
msgstr "Konfigurācijas failā \"%s\" norādīts neatļauts taustiņš"
|
||||
|
||||
#: openbox/config.c:956
|
||||
msgid ""
|
||||
"Waybox was compiled without image loading support. Icons in menus will not "
|
||||
"be loaded."
|
||||
msgstr ""
|
||||
|
||||
#: openbox/keyboard.c:157
|
||||
msgid "Conflict with key binding in config file"
|
||||
msgstr "Konfliktē ar tastatūras saīsnēm konfigurācijas failā"
|
||||
|
||||
#: openbox/menu.c:102 openbox/menu.c:110
|
||||
#, c-format
|
||||
msgid "Unable to find a valid menu file \"%s\""
|
||||
msgstr "Nav atrasts atļauts izvēlnes fails \"%s\""
|
||||
|
||||
#: openbox/menu.c:170
|
||||
#, c-format
|
||||
msgid "Failed to execute command for pipe-menu \"%s\": %s"
|
||||
msgstr "Nevarēja izpildīt skriptētās izvēlnes komandu \"%s\": %s"
|
||||
|
||||
#: openbox/menu.c:184
|
||||
#, c-format
|
||||
msgid "Invalid output from pipe-menu \"%s\""
|
||||
msgstr "Neatļauta izvade no skriptētās izvēlnes \"%s\""
|
||||
|
||||
#: openbox/menu.c:197
|
||||
#, c-format
|
||||
msgid "Attempted to access menu \"%s\" but it does not exist"
|
||||
msgstr "Mēģināja piekļūt izvēlnei \"%s\", bet tā neeksistē"
|
||||
|
||||
#: openbox/menu.c:367 openbox/menu.c:368
|
||||
msgid "More..."
|
||||
msgstr "Vairāk..."
|
||||
|
||||
#: openbox/mouse.c:373
|
||||
#, c-format
|
||||
msgid "Invalid button \"%s\" in mouse binding"
|
||||
msgstr "Neatļauts taustiņš \"%s\" peles saīsnē"
|
||||
|
||||
#: openbox/mouse.c:379
|
||||
#, c-format
|
||||
msgid "Invalid context \"%s\" in mouse binding"
|
||||
msgstr "Neatļauts konteksts \"%s\" peles saīsnē"
|
||||
|
||||
#: openbox/openbox.c:133
|
||||
#, c-format
|
||||
msgid "Unable to change to home directory \"%s\": %s"
|
||||
msgstr "Nevarēja pāriet uz mājas mapi \"%s\": %s"
|
||||
|
||||
#: openbox/openbox.c:263
|
||||
msgid "Unable to find a valid config file, using some simple defaults"
|
||||
msgstr ""
|
||||
"Nevarēja atrast atļautu konfigurācijas failu, tiek izmantoti noklusējumi"
|
||||
|
||||
#: openbox/openbox.c:297
|
||||
msgid "Unable to load a theme."
|
||||
msgstr "Nebija iespējams ielādēt tēmu."
|
||||
|
||||
#: openbox/openbox.c:377
|
||||
#, c-format
|
||||
msgid ""
|
||||
"One or more XML syntax errors were found while parsing the Waybox "
|
||||
"configuration files. See stdout for more information. The last error seen "
|
||||
"was in file \"%s\" line %d, with message: %s"
|
||||
msgstr ""
|
||||
"Analizējot Waybox konfigurācijas failus, tika atrastas viena vai vairākas "
|
||||
"XML sintakses kļūdas. Aplūkojiet standarta izvadi, lai noskaidrotu vairāk. "
|
||||
"Pēdējā kļūda bija failā \"%s\" - %d rinda, kļūdas ziņojums: %s"
|
||||
|
||||
#: openbox/openbox.c:379
|
||||
msgid "Waybox Syntax Error"
|
||||
msgstr "Waybox sintakses kļūda"
|
||||
|
||||
#: openbox/openbox.c:379
|
||||
msgid "Close"
|
||||
msgstr "Aizvērt"
|
||||
|
||||
#: openbox/openbox.c:448
|
||||
#, c-format
|
||||
msgid "Restart failed to execute new executable \"%s\": %s"
|
||||
msgstr "Pārstartētājam neizdevās palaist jauno izpildāmo \"%s\": %s"
|
||||
|
||||
#: openbox/openbox.c:518 openbox/openbox.c:520
|
||||
msgid "Copyright (c)"
|
||||
msgstr "Autortiesības (c)"
|
||||
|
||||
#: openbox/openbox.c:529
|
||||
msgid "Syntax: openbox [options]\n"
|
||||
msgstr "Sintakse: openbox [opcijas]\n"
|
||||
|
||||
#: openbox/openbox.c:530
|
||||
msgid ""
|
||||
"\n"
|
||||
"Options:\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"Opcijas:\n"
|
||||
|
||||
#: openbox/openbox.c:531
|
||||
msgid " --help Display this help and exit\n"
|
||||
msgstr " --help Parāda šo palīdzības tekstu un iziet\n"
|
||||
|
||||
#: openbox/openbox.c:532
|
||||
msgid " --version Display the version and exit\n"
|
||||
msgstr " --version Parāda versiju un iziet\n"
|
||||
|
||||
#. TRANSLATORS: if you translate "FILE" here, make sure to keep the "Specify..."
|
||||
#. aligned still, if you have to, make a new line with \n and 22 spaces. It's
|
||||
#. fine to leave it as FILE though.
|
||||
#: openbox/openbox.c:537
|
||||
msgid " --config-file FILE Specify the path to the config file to use\n"
|
||||
msgstr ""
|
||||
" --config-file FAILS Norāda ceļu uz izmantojamo konfigurācijas failu\n"
|
||||
|
||||
#: openbox/openbox.c:538
|
||||
msgid " --sm-disable Disable connection to the session manager\n"
|
||||
msgstr " --sm-disable Pārtrauc savienojumu ar sesiju pārvaldnieku\n"
|
||||
|
||||
#: openbox/openbox.c:543
|
||||
msgid ""
|
||||
"\n"
|
||||
"Debugging options:\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"Atkļūdošanas iespējas:\n"
|
||||
|
||||
#: openbox/openbox.c:544
|
||||
msgid " --sync Run in synchronous mode\n"
|
||||
msgstr " --sync Palaist sinhronajā režīmā\n"
|
||||
|
||||
#: openbox/openbox.c:545
|
||||
msgid " --debug Display debugging output\n"
|
||||
msgstr " --debug Rādīt atkļūdošanas izvadi\n"
|
||||
|
||||
#: openbox/openbox.c:546
|
||||
msgid " --debug-focus Display debugging output for focus handling\n"
|
||||
msgstr " --debug-focus Rādīt atkļūdošanas izvadi fokusēšanas darbībām\n"
|
||||
|
||||
#: openbox/openbox.c:548
|
||||
msgid " --startup CMD Run CMD after starting\n"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/openbox.c:551
|
||||
msgid " --debug-session Display debugging output for session management\n"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/openbox.c:548
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
"Please report bugs at %s\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"Lūdzu, ziņojiet kļūdas %s\n"
|
||||
|
||||
#: openbox/openbox.c:617
|
||||
msgid "%s requires an argument\n"
|
||||
msgstr "%s vajadzīgs arguments\n"
|
||||
|
||||
#: openbox/openbox.c:660
|
||||
#, c-format
|
||||
msgid "Invalid command line argument \"%s\"\n"
|
||||
msgstr "Neatļauts komandrindas arguments \"%s\"\n"
|
||||
|
||||
#. TRANSLATORS: If you need to specify a different order of the
|
||||
#. arguments, you can use %1$d for the first one and %2$d for the
|
||||
#. second one. For example,
|
||||
#. "The current session has %2$d desktops, but Waybox is configured for %1$d ..."
|
||||
#: openbox/screen.c:412
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Waybox is configured for %d desktop, but the current session has %d. "
|
||||
"Overriding the Waybox configuration."
|
||||
msgid_plural ""
|
||||
"Waybox is configured for %d desktops, but the current session has %d. "
|
||||
"Overriding the Waybox configuration."
|
||||
msgstr[0] ""
|
||||
"Waybox ir konfigurēts %d darbvirsmai, bet pašreizējai sesijai tādu ir %d. "
|
||||
"Šī Waybox konfigurācijas opcija tiks ignorēta."
|
||||
msgstr[1] ""
|
||||
"Waybox ir konfigurēts %d darbvirsmām, bet pašreizējai sesijai tādu ir %d. "
|
||||
"Šī Waybox konfigurācijas opcija tiks ignorēta."
|
||||
msgstr[2] ""
|
||||
"Waybox ir konfigurēts %d darbvirsmām, bet pašreizējai sesijai tādu ir %d. "
|
||||
"Šī Waybox konfigurācijas opcija tiks ignorēta."
|
||||
|
||||
#: openbox/screen.c:1180
|
||||
#, c-format
|
||||
msgid "desktop %i"
|
||||
msgstr "darbvirsma %i"
|
||||
|
||||
#: openbox/session.c:104
|
||||
#, fuzzy, c-format
|
||||
msgid "Unable to make directory \"%s\": %s"
|
||||
msgstr "Nevarēja izveidot mapi '%s': %s"
|
||||
|
||||
#: openbox/session.c:466
|
||||
#, fuzzy, c-format
|
||||
msgid "Unable to save the session to \"%s\": %s"
|
||||
msgstr "Nevarēja pāriet uz mājas mapi \"%s\": %s"
|
||||
|
||||
#: openbox/session.c:605
|
||||
#, c-format
|
||||
msgid "Error while saving the session to \"%s\": %s"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/session.c:842
|
||||
msgid "Not connected to a session manager"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/startupnotify.c:243
|
||||
#, c-format
|
||||
msgid "Running %s"
|
||||
msgstr "Palaiž %s"
|
||||
|
||||
#: openbox/translate.c:59
|
||||
#, c-format
|
||||
msgid "Invalid modifier key \"%s\" in key/mouse binding"
|
||||
msgstr "Neatļauts modificētājtaustiņš \"%s\" tastatūras/peles saīsnē"
|
||||
|
||||
#: openbox/translate.c:138
|
||||
#, c-format
|
||||
msgid "Invalid key code \"%s\" in key binding"
|
||||
msgstr "Neatļauts taustiņa kods \"%s\" tastatūras saīsnē"
|
||||
|
||||
#: openbox/translate.c:145
|
||||
#, c-format
|
||||
msgid "Invalid key name \"%s\" in key binding"
|
||||
msgstr "Neatļauts taustiņa nosaukums \"%s\" tastatūras saīsnē"
|
||||
|
||||
#: openbox/prompt.c:200
|
||||
msgid "OK"
|
||||
msgstr "Labi"
|
||||
9
po/meson.build
Normal file
9
po/meson.build
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
i18n = import('i18n')
|
||||
add_project_arguments('-DGETTEXT_PACKAGE="' + meson.project_name().to_lower() + '"',
|
||||
'-DLOCALEDIR="' + get_option('prefix') + '/' + get_option('localedir') + '"',
|
||||
language:'c')
|
||||
i18n.gettext(meson.project_name().to_lower(),
|
||||
args: ['--directory=' + meson.source_root(),
|
||||
'--add-comments=TRANSLATORS',
|
||||
'--msgid-bugs=https://github.com/wizbright/waybox/issues']
|
||||
)
|
||||
412
po/nl.po
Normal file
412
po/nl.po
Normal file
|
|
@ -0,0 +1,412 @@
|
|||
# Dutch translations for openbox.
|
||||
# This file is distributed under the same license as the Waybox package.
|
||||
#
|
||||
# Mark Pustjens <pustjens@dds.nl>, 2007.
|
||||
# Jochem Kossen <jkossen@xs4all.nl>, 2007.
|
||||
# Marvin Vek <laen@onedot.nl>, 2008.
|
||||
# Benno Schulenberg <benno@vertaalt.nl>, 2008.
|
||||
# Pjotr <pjotrvertaalt@gmail.com>, 2013.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Waybox 0.0.1\n"
|
||||
"Report-Msgid-Bugs-To: https://github.com/wizbright/waybox/issues\n"
|
||||
"POT-Creation-Date: 2008-11-15 22:28+0100\n"
|
||||
"PO-Revision-Date: 2020-03-10 14:08-0400\n"
|
||||
"Last-Translator: Pjotr <pjotrvertaalt@gmail.com>\n"
|
||||
"Language-Team: Dutch <vertaling@vrijschrift.org>\n"
|
||||
"Language: nl\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: openbox/actions.c:149
|
||||
#, c-format
|
||||
msgid "Invalid action \"%s\" requested. No such action exists."
|
||||
msgstr "Er werd gevraagd om ongeldige actie '%s'. Deze actie bestaat niet."
|
||||
|
||||
#: openbox/actions/execute.c:128
|
||||
msgid "No"
|
||||
msgstr "Nee"
|
||||
|
||||
#: openbox/actions/execute.c:129
|
||||
msgid "Yes"
|
||||
msgstr "Ja"
|
||||
|
||||
#: openbox/actions/execute.c:133
|
||||
msgid "Execute"
|
||||
msgstr "Uitvoeren"
|
||||
|
||||
#: openbox/actions/execute.c:142
|
||||
#, c-format
|
||||
msgid "Failed to convert the path \"%s\" from utf8"
|
||||
msgstr "Converteren van het pad '%s' vanuit UTF-8 is mislukt"
|
||||
|
||||
#: openbox/actions/exit.c:52 openbox/actions/session.c:64 openbox/client.c:3465
|
||||
msgid "Cancel"
|
||||
msgstr "Annuleren"
|
||||
|
||||
#: openbox/actions/exit.c:53
|
||||
msgid "Exit"
|
||||
msgstr "Afsluiten"
|
||||
|
||||
#: openbox/actions/exit.c:56
|
||||
msgid "Are you sure you want to exit Waybox?"
|
||||
msgstr "Weet u zeker dat u Waybox wilt afsluiten?"
|
||||
|
||||
#: openbox/actions/exit.c:57
|
||||
msgid "Exit Waybox"
|
||||
msgstr "Waybox afsluiten"
|
||||
|
||||
#. TRANSLATORS: Don't translate the word "SessionLogout" as it's the
|
||||
#. name of the action you write in rc.xml
|
||||
#: openbox/actions/session.c:43
|
||||
msgid ""
|
||||
"The SessionLogout action is not available since Waybox was built without "
|
||||
"session management support"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/actions/session.c:65 openbox/actions/session.c:70
|
||||
msgid "Log Out"
|
||||
msgstr "Afmelden"
|
||||
|
||||
#: openbox/actions/session.c:69
|
||||
msgid "Are you sure you want to log out?"
|
||||
msgstr "Weet u zeker dat u zich wilt afmelden?"
|
||||
|
||||
#: openbox/client.c:2012
|
||||
msgid "Unnamed Window"
|
||||
msgstr "Naamloos venster"
|
||||
|
||||
#: openbox/client.c:2026 openbox/client.c:2058
|
||||
msgid "Killing..."
|
||||
msgstr "Bezig met termineren..."
|
||||
|
||||
#: openbox/client.c:3462
|
||||
msgid "Disconnect"
|
||||
msgstr "Verbreek verbinding"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:87 openbox/client_list_menu.c:91
|
||||
msgid "Go there..."
|
||||
msgstr "Ga erheen..."
|
||||
|
||||
#: openbox/client_list_combined_menu.c:94
|
||||
msgid "Manage desktops"
|
||||
msgstr "Bureaubladen beheren"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:95 openbox/client_list_menu.c:155
|
||||
msgid "_Add new desktop"
|
||||
msgstr "_Voeg nieuw bureaublad toe"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:96 openbox/client_list_menu.c:156
|
||||
msgid "_Remove last desktop"
|
||||
msgstr "V_erwijder laatste bureaublad"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:149
|
||||
msgid "Windows"
|
||||
msgstr "Vensters"
|
||||
|
||||
#: openbox/client_list_menu.c:203
|
||||
msgid "Desktops"
|
||||
msgstr "Bureaubladen"
|
||||
|
||||
#: openbox/client_menu.c:258
|
||||
msgid "All desktops"
|
||||
msgstr "Alle bureaubladen"
|
||||
|
||||
#: openbox/client_menu.c:370
|
||||
msgid "_Layer"
|
||||
msgstr "_Laag"
|
||||
|
||||
#: openbox/client_menu.c:375
|
||||
msgid "Always on _top"
|
||||
msgstr "Altijd _bovenop"
|
||||
|
||||
#: openbox/client_menu.c:376
|
||||
msgid "_Normal"
|
||||
msgstr "_Normaal"
|
||||
|
||||
#: openbox/client_menu.c:377
|
||||
msgid "Always on _bottom"
|
||||
msgstr "Altijd _onderop"
|
||||
|
||||
#: openbox/client_menu.c:379
|
||||
msgid "_Send to desktop"
|
||||
msgstr "Verplaats _naar bureaublad"
|
||||
|
||||
#: openbox/client_menu.c:383
|
||||
msgid "Client menu"
|
||||
msgstr "Venstermenu"
|
||||
|
||||
#: openbox/client_menu.c:393
|
||||
msgid "R_estore"
|
||||
msgstr "_Herstellen"
|
||||
|
||||
#: openbox/client_menu.c:397
|
||||
msgid "_Move"
|
||||
msgstr "_Verplaatsen"
|
||||
|
||||
#: openbox/client_menu.c:399
|
||||
msgid "Resi_ze"
|
||||
msgstr "_Grootte aanpassen"
|
||||
|
||||
#: openbox/client_menu.c:401
|
||||
msgid "Ico_nify"
|
||||
msgstr "Pictogram van maken"
|
||||
|
||||
#: openbox/client_menu.c:405
|
||||
msgid "Ma_ximize"
|
||||
msgstr "_Maximaliseren"
|
||||
|
||||
#: openbox/client_menu.c:409
|
||||
msgid "_Roll up/down"
|
||||
msgstr "_Op-/neerrollen"
|
||||
|
||||
#: openbox/client_menu.c:411
|
||||
msgid "Un/_Decorate"
|
||||
msgstr "_Vensterrand weghalen/toevoegen"
|
||||
|
||||
#: openbox/client_menu.c:415
|
||||
msgid "_Close"
|
||||
msgstr "_Sluiten"
|
||||
|
||||
#: openbox/config.c:781
|
||||
#, c-format
|
||||
msgid "Invalid button \"%s\" specified in config file"
|
||||
msgstr "Ongeldige knop '%s' opgegeven in het instellingenbestand"
|
||||
|
||||
#: openbox/config.c:956
|
||||
msgid ""
|
||||
"Waybox was compiled without image loading support. Icons in menus will not "
|
||||
"be loaded."
|
||||
msgstr ""
|
||||
|
||||
#: openbox/keyboard.c:157
|
||||
msgid "Conflict with key binding in config file"
|
||||
msgstr "Conflict bij toetsbindingen in het instellingenbestand"
|
||||
|
||||
#: openbox/menu.c:102 openbox/menu.c:110
|
||||
#, c-format
|
||||
msgid "Unable to find a valid menu file \"%s\""
|
||||
msgstr "Kan geen geldig menubestand '%s' vinden"
|
||||
|
||||
#: openbox/menu.c:170
|
||||
#, c-format
|
||||
msgid "Failed to execute command for pipe-menu \"%s\": %s"
|
||||
msgstr "Uitvoeren van opdracht voor pipe-menu '%s' is mislukt: %s"
|
||||
|
||||
#: openbox/menu.c:184
|
||||
#, c-format
|
||||
msgid "Invalid output from pipe-menu \"%s\""
|
||||
msgstr "Ongeldige uitvoer van pipe-menu '%s'"
|
||||
|
||||
#: openbox/menu.c:197
|
||||
#, c-format
|
||||
msgid "Attempted to access menu \"%s\" but it does not exist"
|
||||
msgstr "Getracht niet-bestaand menu '%s' te benaderen"
|
||||
|
||||
#: openbox/menu.c:367 openbox/menu.c:368
|
||||
msgid "More..."
|
||||
msgstr "Meer..."
|
||||
|
||||
#: openbox/mouse.c:373
|
||||
#, c-format
|
||||
msgid "Invalid button \"%s\" in mouse binding"
|
||||
msgstr "Ongeldige knop '%s' in muisbinding"
|
||||
|
||||
#: openbox/mouse.c:379
|
||||
#, c-format
|
||||
msgid "Invalid context \"%s\" in mouse binding"
|
||||
msgstr "Ongeldige context '%s' in muisbinding"
|
||||
|
||||
#: openbox/openbox.c:133
|
||||
#, c-format
|
||||
msgid "Unable to change to home directory \"%s\": %s"
|
||||
msgstr "Kan niet overschakelen naar thuismap '%s': %s"
|
||||
|
||||
#: openbox/openbox.c:263
|
||||
msgid "Unable to find a valid config file, using some simple defaults"
|
||||
msgstr ""
|
||||
"Kan geen geldig configuratiebestand vinden; er worden enkele simpele "
|
||||
"standaardinstellingen gebruikt"
|
||||
|
||||
#: openbox/openbox.c:297
|
||||
msgid "Unable to load a theme."
|
||||
msgstr "Kan geen thema laden."
|
||||
|
||||
#: openbox/openbox.c:377
|
||||
#, c-format
|
||||
msgid ""
|
||||
"One or more XML syntax errors were found while parsing the Waybox "
|
||||
"configuration files. See stdout for more information. The last error seen "
|
||||
"was in file \"%s\" line %d, with message: %s"
|
||||
msgstr ""
|
||||
"Er zijn een of meer XML-syntaxfouten gevonden tijdens het inlezen van de "
|
||||
"Waybox-configuratiebestanden. Zie standaarduitvoer voor meer informatie. De "
|
||||
"laatste fout werd gevonden in bestand '%s' regel %d, met bericht: %s"
|
||||
|
||||
#: openbox/openbox.c:379
|
||||
msgid "Waybox Syntax Error"
|
||||
msgstr "Waybox-syntaxfout"
|
||||
|
||||
#: openbox/openbox.c:379
|
||||
msgid "Close"
|
||||
msgstr "Sluiten"
|
||||
|
||||
#: openbox/openbox.c:448
|
||||
#, c-format
|
||||
msgid "Restart failed to execute new executable \"%s\": %s"
|
||||
msgstr "Bij herstart is uitvoeren van nieuw programma '%s' mislukt: %s"
|
||||
|
||||
#: openbox/openbox.c:518 openbox/openbox.c:520
|
||||
msgid "Copyright (c)"
|
||||
msgstr "Auteursrecht (c)"
|
||||
|
||||
#: openbox/openbox.c:529
|
||||
msgid "Syntax: openbox [options]\n"
|
||||
msgstr "Gebruik: openbox [opties]\n"
|
||||
|
||||
#: openbox/openbox.c:530
|
||||
msgid ""
|
||||
"\n"
|
||||
"Options:\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"Opties:\n"
|
||||
|
||||
#: openbox/openbox.c:531
|
||||
msgid " --help Display this help and exit\n"
|
||||
msgstr " --help Toon deze hulptekst en sluit af\n"
|
||||
|
||||
#: openbox/openbox.c:532
|
||||
msgid " --version Display the version and exit\n"
|
||||
msgstr " --version Toon versie en sluit af\n"
|
||||
|
||||
#. TRANSLATORS: if you translate "FILE" here, make sure to keep the "Specify..."
|
||||
#. aligned still, if you have to, make a new line with \n and 22 spaces. It's
|
||||
#. fine to leave it as FILE though.
|
||||
#: openbox/openbox.c:537
|
||||
msgid " --config-file FILE Specify the path to the config file to use\n"
|
||||
msgstr ""
|
||||
" --config-file BESTAND\n"
|
||||
" Dit configuratiebestand gebruiken\n"
|
||||
|
||||
#: openbox/openbox.c:538
|
||||
msgid " --sm-disable Disable connection to the session manager\n"
|
||||
msgstr " --sm-disable Verbinding met de sessiebeheerder uitschakelen\n"
|
||||
|
||||
#: openbox/openbox.c:543
|
||||
msgid ""
|
||||
"\n"
|
||||
"Debugging options:\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"Opties voor foutopsporing:\n"
|
||||
|
||||
#: openbox/openbox.c:544
|
||||
msgid " --sync Run in synchronous mode\n"
|
||||
msgstr " --sync In synchrone modus starten\n"
|
||||
|
||||
#: openbox/openbox.c:545
|
||||
msgid " --debug Display debugging output\n"
|
||||
msgstr " --debug Toon foutopsporingsuitvoer\n"
|
||||
|
||||
#: openbox/openbox.c:546
|
||||
msgid " --debug-focus Display debugging output for focus handling\n"
|
||||
msgstr ""
|
||||
" --debug-focus Toon foutopsporingsuitvoer voor afhandeling van "
|
||||
"scherpstelling\n"
|
||||
|
||||
#: openbox/openbox.c:548
|
||||
msgid " --startup CMD Run CMD after starting\n"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/openbox.c:551
|
||||
msgid " --debug-session Display debugging output for session management\n"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/openbox.c:548
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
"Please report bugs at %s\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"Gelieve fouten te melden aan %s\n"
|
||||
|
||||
#: openbox/openbox.c:617
|
||||
msgid "%s requires an argument\n"
|
||||
msgstr "'%s' vereist een argument\n"
|
||||
|
||||
#: openbox/openbox.c:660
|
||||
#, c-format
|
||||
msgid "Invalid command line argument \"%s\"\n"
|
||||
msgstr "Ongeldige opdrachtregeloptie '%s'\n"
|
||||
|
||||
#. TRANSLATORS: If you need to specify a different order of the
|
||||
#. arguments, you can use %1$d for the first one and %2$d for the
|
||||
#. second one. For example,
|
||||
#. "The current session has %2$d desktops, but Waybox is configured for %1$d ..."
|
||||
#: openbox/screen.c:412
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Waybox is configured for %d desktop, but the current session has %d. "
|
||||
"Overriding the Waybox configuration."
|
||||
msgid_plural ""
|
||||
"Waybox is configured for %d desktops, but the current session has %d. "
|
||||
"Overriding the Waybox configuration."
|
||||
msgstr[0] ""
|
||||
"Waybox is ingesteld op %d bureaublad, maar de huidige sessie heeft er %d. "
|
||||
"De Waybox-instelling wordt genegeerd."
|
||||
msgstr[1] ""
|
||||
"Waybox is ingesteld op %d bureaubladen, maar de huidige sessie heeft er %d. "
|
||||
"De Waybox-instelling wordt genegeerd."
|
||||
|
||||
#: openbox/screen.c:1180
|
||||
#, c-format
|
||||
msgid "desktop %i"
|
||||
msgstr "bureaublad %i"
|
||||
|
||||
#: openbox/session.c:104
|
||||
#, fuzzy, c-format
|
||||
msgid "Unable to make directory \"%s\": %s"
|
||||
msgstr "Kan niet overschakelen naar thuismap '%s': %s"
|
||||
|
||||
#: openbox/session.c:466
|
||||
#, fuzzy, c-format
|
||||
msgid "Unable to save the session to \"%s\": %s"
|
||||
msgstr "Kan niet overschakelen naar thuismap '%s': %s"
|
||||
|
||||
#: openbox/session.c:605
|
||||
#, c-format
|
||||
msgid "Error while saving the session to \"%s\": %s"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/session.c:842
|
||||
msgid "Not connected to a session manager"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/startupnotify.c:243
|
||||
#, c-format
|
||||
msgid "Running %s"
|
||||
msgstr "%s aan het draaien"
|
||||
|
||||
#: openbox/translate.c:59
|
||||
#, c-format
|
||||
msgid "Invalid modifier key \"%s\" in key/mouse binding"
|
||||
msgstr "Ongeldige aanpassingstoets '%s' in toetsen-/muisbinding"
|
||||
|
||||
#: openbox/translate.c:138
|
||||
#, c-format
|
||||
msgid "Invalid key code \"%s\" in key binding"
|
||||
msgstr "Ongeldige toetscode '%s' in toetsenbinding"
|
||||
|
||||
#: openbox/translate.c:145
|
||||
#, c-format
|
||||
msgid "Invalid key name \"%s\" in key binding"
|
||||
msgstr "Ongeldige toetsnaam '%s' in toetsenbinding"
|
||||
|
||||
#: openbox/prompt.c:200
|
||||
msgid "OK"
|
||||
msgstr "OK"
|
||||
408
po/no.po
Normal file
408
po/no.po
Normal file
|
|
@ -0,0 +1,408 @@
|
|||
# Norwegian messages for openbox
|
||||
# Copyright (C) 2020 Joe Wisdom
|
||||
# This file is distributed under the same license as the Waybox package.
|
||||
#
|
||||
# Michael Kjelbergvik Thung <postlogic@gmail.com>, 2008.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Waybox 0.0.1\n"
|
||||
"Report-Msgid-Bugs-To: https://github.com/wizbright/waybox/issues\n"
|
||||
"POT-Creation-Date: 2008-11-15 22:28+0100\n"
|
||||
"PO-Revision-Date: 2020-03-10 18:23-0400\n"
|
||||
"Last-Translator: Michael Kjelbergvik Thung <postlogic@gmail.com>\n"
|
||||
"Language-Team: None\n"
|
||||
"Language: no\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=n == 1 ? 0 : 1;\n"
|
||||
|
||||
#: openbox/actions.c:149
|
||||
#, c-format
|
||||
msgid "Invalid action \"%s\" requested. No such action exists."
|
||||
msgstr "Ugyldig operasjon \"%s\" etterspurt. Operasjonen finnes ikke."
|
||||
|
||||
#: openbox/actions/execute.c:128
|
||||
msgid "No"
|
||||
msgstr "Nei"
|
||||
|
||||
#: openbox/actions/execute.c:129
|
||||
msgid "Yes"
|
||||
msgstr "Ja"
|
||||
|
||||
#: openbox/actions/execute.c:133
|
||||
msgid "Execute"
|
||||
msgstr "Utfør"
|
||||
|
||||
#: openbox/actions/execute.c:142
|
||||
#, c-format
|
||||
msgid "Failed to convert the path \"%s\" from utf8"
|
||||
msgstr "Feil ved konvertering av \"%s\" fra utf8 "
|
||||
|
||||
#: openbox/actions/exit.c:52 openbox/actions/session.c:64 openbox/client.c:3465
|
||||
msgid "Cancel"
|
||||
msgstr "Avbryt"
|
||||
|
||||
#: openbox/actions/exit.c:53
|
||||
msgid "Exit"
|
||||
msgstr "Avslutt"
|
||||
|
||||
#: openbox/actions/exit.c:56
|
||||
msgid "Are you sure you want to exit Waybox?"
|
||||
msgstr "Er du sikker på at du vil avslutte Waybox?"
|
||||
|
||||
#: openbox/actions/exit.c:57
|
||||
msgid "Exit Waybox"
|
||||
msgstr "Avslutt Waybox"
|
||||
|
||||
#. TRANSLATORS: Don't translate the word "SessionLogout" as it's the
|
||||
#. name of the action you write in rc.xml
|
||||
#: openbox/actions/session.c:43
|
||||
msgid ""
|
||||
"The SessionLogout action is not available since Waybox was built without "
|
||||
"session management support"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/actions/session.c:65 openbox/actions/session.c:70
|
||||
msgid "Log Out"
|
||||
msgstr "Logg Ut"
|
||||
|
||||
#: openbox/actions/session.c:69
|
||||
msgid "Are you sure you want to log out?"
|
||||
msgstr "Er du sikker på at du vil logge ut?"
|
||||
|
||||
#: openbox/client.c:2012
|
||||
msgid "Unnamed Window"
|
||||
msgstr "Ukjent Vindu"
|
||||
|
||||
#: openbox/client.c:2026 openbox/client.c:2058
|
||||
msgid "Killing..."
|
||||
msgstr "Dreper..."
|
||||
|
||||
#: openbox/client.c:3462
|
||||
msgid "Disconnect"
|
||||
msgstr "Fjern tilknytning"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:87 openbox/client_list_menu.c:91
|
||||
msgid "Go there..."
|
||||
msgstr "Gå dit..."
|
||||
|
||||
#: openbox/client_list_combined_menu.c:94
|
||||
msgid "Manage desktops"
|
||||
msgstr "Behandle skrivebord"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:95 openbox/client_list_menu.c:155
|
||||
msgid "_Add new desktop"
|
||||
msgstr "_Nytt skrivebord"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:96 openbox/client_list_menu.c:156
|
||||
msgid "_Remove last desktop"
|
||||
msgstr "_Fjern siste skrivebord"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:149
|
||||
msgid "Windows"
|
||||
msgstr "Vinduer"
|
||||
|
||||
#: openbox/client_list_menu.c:203
|
||||
msgid "Desktops"
|
||||
msgstr "Skrivebord"
|
||||
|
||||
#: openbox/client_menu.c:258
|
||||
msgid "All desktops"
|
||||
msgstr "Alle skrivebord"
|
||||
|
||||
#: openbox/client_menu.c:370
|
||||
msgid "_Layer"
|
||||
msgstr "La_g"
|
||||
|
||||
#: openbox/client_menu.c:375
|
||||
msgid "Always on _top"
|
||||
msgstr "Alltid ø_verst"
|
||||
|
||||
#: openbox/client_menu.c:376
|
||||
msgid "_Normal"
|
||||
msgstr "Nor_mal"
|
||||
|
||||
#: openbox/client_menu.c:377
|
||||
msgid "Always on _bottom"
|
||||
msgstr "Alltid _nederst"
|
||||
|
||||
#: openbox/client_menu.c:379
|
||||
msgid "_Send to desktop"
|
||||
msgstr "_Send til"
|
||||
|
||||
#: openbox/client_menu.c:383
|
||||
msgid "Client menu"
|
||||
msgstr "Klient-meny"
|
||||
|
||||
#: openbox/client_menu.c:393
|
||||
msgid "R_estore"
|
||||
msgstr "Tilbak_estill"
|
||||
|
||||
#: openbox/client_menu.c:397
|
||||
msgid "_Move"
|
||||
msgstr "_Flytt"
|
||||
|
||||
#: openbox/client_menu.c:399
|
||||
msgid "Resi_ze"
|
||||
msgstr "Endre s_tørrelse"
|
||||
|
||||
#: openbox/client_menu.c:401
|
||||
msgid "Ico_nify"
|
||||
msgstr "_Minimer"
|
||||
|
||||
#: openbox/client_menu.c:405
|
||||
msgid "Ma_ximize"
|
||||
msgstr "Ma_ximer"
|
||||
|
||||
#: openbox/client_menu.c:409
|
||||
msgid "_Roll up/down"
|
||||
msgstr "_Rull opp/ned"
|
||||
|
||||
#: openbox/client_menu.c:411
|
||||
msgid "Un/_Decorate"
|
||||
msgstr "Fjern/Legg til _dekorasjon"
|
||||
|
||||
#: openbox/client_menu.c:415
|
||||
msgid "_Close"
|
||||
msgstr "_Lukk"
|
||||
|
||||
#: openbox/config.c:781
|
||||
#, c-format
|
||||
msgid "Invalid button \"%s\" specified in config file"
|
||||
msgstr "Ugyldig tast \"%s\" spesifisert i konfigurasjonsfilen"
|
||||
|
||||
#: openbox/config.c:956
|
||||
msgid ""
|
||||
"Waybox was compiled without image loading support. Icons in menus will not "
|
||||
"be loaded."
|
||||
msgstr ""
|
||||
"Waybox ble kompilert uten støtte for lasting av bilder. Ikoner i menyer vil "
|
||||
"ikke bli lastet."
|
||||
|
||||
#: openbox/keyboard.c:157
|
||||
msgid "Conflict with key binding in config file"
|
||||
msgstr "Konflikt med hurtigtastbinding i konfigurasjonsfilen"
|
||||
|
||||
#: openbox/menu.c:102 openbox/menu.c:110
|
||||
#, c-format
|
||||
msgid "Unable to find a valid menu file \"%s\""
|
||||
msgstr "Kan ikke finne en gyldig menyfil \"%s\""
|
||||
|
||||
#: openbox/menu.c:170
|
||||
#, c-format
|
||||
msgid "Failed to execute command for pipe-menu \"%s\": %s"
|
||||
msgstr "Kunne ikke kjøre kommando for pipe-meny \"%s\": %s"
|
||||
|
||||
#: openbox/menu.c:184
|
||||
#, c-format
|
||||
msgid "Invalid output from pipe-menu \"%s\""
|
||||
msgstr "Ugyldig utdata fra pipe-menyen \"%s\""
|
||||
|
||||
#: openbox/menu.c:197
|
||||
#, c-format
|
||||
msgid "Attempted to access menu \"%s\" but it does not exist"
|
||||
msgstr "Forsøkte å åpne menyen \"%s\", men denne finnes ikke"
|
||||
|
||||
#: openbox/menu.c:367 openbox/menu.c:368
|
||||
msgid "More..."
|
||||
msgstr "Mer..."
|
||||
|
||||
#: openbox/mouse.c:373
|
||||
#, c-format
|
||||
msgid "Invalid button \"%s\" in mouse binding"
|
||||
msgstr "Ugyldig knapp \"%s\" i binding for mus"
|
||||
|
||||
#: openbox/mouse.c:379
|
||||
#, c-format
|
||||
msgid "Invalid context \"%s\" in mouse binding"
|
||||
msgstr "Ugyldig innhold \"%s\" i binding for mus"
|
||||
|
||||
#: openbox/openbox.c:133
|
||||
#, c-format
|
||||
msgid "Unable to change to home directory \"%s\": %s"
|
||||
msgstr "Kan ikke endre til hjemmekatalogen \"%s\": %s"
|
||||
|
||||
#: openbox/openbox.c:263
|
||||
msgid "Unable to find a valid config file, using some simple defaults"
|
||||
msgstr "Kunne ikke finne en gyldig konfigurasjonsfil, bruker standardverdier"
|
||||
|
||||
#: openbox/openbox.c:297
|
||||
msgid "Unable to load a theme."
|
||||
msgstr "Kan ikke laste et tema."
|
||||
|
||||
#: openbox/openbox.c:377
|
||||
#, c-format
|
||||
msgid ""
|
||||
"One or more XML syntax errors were found while parsing the Waybox "
|
||||
"configuration files. See stdout for more information. The last error seen "
|
||||
"was in file \"%s\" line %d, with message: %s"
|
||||
msgstr ""
|
||||
"En eller flere XML-syntaksfeil ble funnet ved lesing av konfigurasjonsfilene "
|
||||
"til Waybox. Se stdout for mer informasjon. Forrige feil funnet var i filen "
|
||||
"\"%s\", linje %d, med beskjeden: %s"
|
||||
|
||||
#: openbox/openbox.c:379
|
||||
msgid "Waybox Syntax Error"
|
||||
msgstr "Waybox Syntaksfeil"
|
||||
|
||||
#: openbox/openbox.c:379
|
||||
msgid "Close"
|
||||
msgstr "Lukk"
|
||||
|
||||
#: openbox/openbox.c:448
|
||||
#, c-format
|
||||
msgid "Restart failed to execute new executable \"%s\": %s"
|
||||
msgstr "Kunne ikke starte nytt program ved omstart: \"%s\": %s"
|
||||
|
||||
#: openbox/openbox.c:518 openbox/openbox.c:520
|
||||
msgid "Copyright (c)"
|
||||
msgstr "Copyright (c)"
|
||||
|
||||
#: openbox/openbox.c:529
|
||||
msgid "Syntax: openbox [options]\n"
|
||||
msgstr "Syntax: openbox [alternativer\n"
|
||||
|
||||
#: openbox/openbox.c:530
|
||||
msgid ""
|
||||
"\n"
|
||||
"Options:\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"Alternativ:\n"
|
||||
|
||||
#: openbox/openbox.c:531
|
||||
msgid " --help Display this help and exit\n"
|
||||
msgstr " --help Vise denne hjelpeteksten og avslutt\n"
|
||||
|
||||
#: openbox/openbox.c:532
|
||||
msgid " --version Display the version and exit\n"
|
||||
msgstr " --version Vis versjonsnummeret og avslutt\n"
|
||||
|
||||
#. TRANSLATORS: if you translate "FILE" here, make sure to keep the "Specify..."
|
||||
#. aligned still, if you have to, make a new line with \n and 22 spaces. It's
|
||||
#. fine to leave it as FILE though.
|
||||
#: openbox/openbox.c:537
|
||||
msgid " --config-file FILE Specify the path to the config file to use\n"
|
||||
msgstr ""
|
||||
" --config-file FIL Spesifisér filbane til konfigurasjonsfilen du vil ta i "
|
||||
"bruk\n"
|
||||
|
||||
#: openbox/openbox.c:538
|
||||
msgid " --sm-disable Disable connection to the session manager\n"
|
||||
msgstr " --sm-disable Deaktiver tilknytning til sesjonsbehandleren\n"
|
||||
|
||||
#: openbox/openbox.c:543
|
||||
msgid ""
|
||||
"\n"
|
||||
"Debugging options:\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"Debug-alternativ:\n"
|
||||
|
||||
#: openbox/openbox.c:544
|
||||
msgid " --sync Run in synchronous mode\n"
|
||||
msgstr " --sync Kjør i synkron-modus\n"
|
||||
|
||||
#: openbox/openbox.c:545
|
||||
msgid " --debug Display debugging output\n"
|
||||
msgstr " --debug Vis debuggingsinformasjon\n"
|
||||
|
||||
#: openbox/openbox.c:546
|
||||
msgid " --debug-focus Display debugging output for focus handling\n"
|
||||
msgstr " --debug-focus Vis debuggingsinformasjon for fokus-håndtering\n"
|
||||
|
||||
#: openbox/openbox.c:548
|
||||
#, fuzzy
|
||||
msgid " --startup CMD Run CMD after starting\n"
|
||||
msgstr " --startup CMD Kjør CMD (kommando) etter oppstart\n"
|
||||
|
||||
#: openbox/openbox.c:551
|
||||
msgid " --debug-session Display debugging output for session management\n"
|
||||
msgstr ""
|
||||
" --debug-session Vis debuggingsinformasjon for session-håndtering\n"
|
||||
|
||||
#: openbox/openbox.c:548
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
"Please report bugs at %s\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"Vennligst rapporter bugs til %s\n"
|
||||
|
||||
#: openbox/openbox.c:617
|
||||
msgid "%s requires an argument\n"
|
||||
msgstr "%s krever et argument\n"
|
||||
|
||||
#: openbox/openbox.c:660
|
||||
#, c-format
|
||||
msgid "Invalid command line argument \"%s\"\n"
|
||||
msgstr "Ugyldig kommandolinje-argument \"%s\"\n"
|
||||
|
||||
#. TRANSLATORS: If you need to specify a different order of the
|
||||
#. arguments, you can use %1$d for the first one and %2$d for the
|
||||
#. second one. For example,
|
||||
#. "The current session has %2$d desktops, but Waybox is configured for %1$d ..."
|
||||
#: openbox/screen.c:412
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Waybox is configured for %d desktop, but the current session has %d. "
|
||||
"Overriding the Waybox configuration."
|
||||
msgid_plural ""
|
||||
"Waybox is configured for %d desktops, but the current session has %d. "
|
||||
"Overriding the Waybox configuration."
|
||||
msgstr[0] ""
|
||||
"Aktiv sesjon har %2$d skrivebord, mens Waybox er konfigurert til %1$d. "
|
||||
"Benytter innstillingene for den aktive sesjonen."
|
||||
msgstr[1] ""
|
||||
"Aktiv sesjon har %2$d skrivebord, mens Waybox er konfigurert til %1$d. "
|
||||
"Benytter innstillingene for den aktive sesjonen."
|
||||
|
||||
#: openbox/screen.c:1180
|
||||
#, c-format
|
||||
msgid "desktop %i"
|
||||
msgstr "skrivebord %i"
|
||||
|
||||
#: openbox/session.c:104
|
||||
#, fuzzy, c-format
|
||||
msgid "Unable to make directory \"%s\": %s"
|
||||
msgstr "Kan ikke lage katalog '%s': %s"
|
||||
|
||||
#: openbox/session.c:466
|
||||
#, fuzzy, c-format
|
||||
msgid "Unable to save the session to \"%s\": %s"
|
||||
msgstr "Kan ikke endre til hjemmekatalogen \"%s\": %s"
|
||||
|
||||
#: openbox/session.c:605
|
||||
#, c-format
|
||||
msgid "Error while saving the session to \"%s\": %s"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/session.c:842
|
||||
msgid "Not connected to a session manager"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/startupnotify.c:243
|
||||
#, c-format
|
||||
msgid "Running %s"
|
||||
msgstr "Kjører %s"
|
||||
|
||||
#: openbox/translate.c:59
|
||||
#, c-format
|
||||
msgid "Invalid modifier key \"%s\" in key/mouse binding"
|
||||
msgstr "Ugyldig modifikasjonsknapp \"%s\" i binding for tast/mus"
|
||||
|
||||
#: openbox/translate.c:138
|
||||
#, c-format
|
||||
msgid "Invalid key code \"%s\" in key binding"
|
||||
msgstr "Ugyldig tastekode \"%s\" i hurtigtastbinding"
|
||||
|
||||
#: openbox/translate.c:145
|
||||
#, c-format
|
||||
msgid "Invalid key name \"%s\" in key binding"
|
||||
msgstr "Ugyldig tastenavn \"%s\" i hurtigtastbinding"
|
||||
|
||||
#: openbox/prompt.c:200
|
||||
msgid "OK"
|
||||
msgstr "OK"
|
||||
419
po/pl.po
Normal file
419
po/pl.po
Normal file
|
|
@ -0,0 +1,419 @@
|
|||
# Polish translation of Waybox 3.
|
||||
# Copyright (C) 2020 Joe Wisdom
|
||||
# This file is distributed under the same license as the Waybox package.
|
||||
# Madej <madej@afn.no-ip.org>, 2004.
|
||||
# Paweł Rusinek <p.rusinek@gmail.com>, 2007.
|
||||
# Piotr Drąg <raven@pmail.pl>, 2007.
|
||||
# Jakub Łojewski <lojewski@ovi.com>, 2010.
|
||||
# Jakub Błażejczyk <kuboslawik@gmail.com>, 2013.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Waybox 0.0.1\n"
|
||||
"Report-Msgid-Bugs-To: https://github.com/wizbright/waybox/issues\n"
|
||||
"POT-Creation-Date: 2008-11-15 22:28+0100\n"
|
||||
"PO-Revision-Date: 2020-03-10 14:08-0400\n"
|
||||
"Last-Translator: Jakub Błażejczyk\n"
|
||||
"Language-Team: polski <kuboslawik@gmail.com>\n"
|
||||
"Language: pl\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
|
||||
"|| n%100>=20) ? 1 : 2);\n"
|
||||
|
||||
#: openbox/actions.c:149
|
||||
#, c-format
|
||||
msgid "Invalid action \"%s\" requested. No such action exists."
|
||||
msgstr "Wywołana akcja \"%s\" nie istnieje."
|
||||
|
||||
#: openbox/actions/execute.c:128
|
||||
msgid "No"
|
||||
msgstr "Nie"
|
||||
|
||||
#: openbox/actions/execute.c:129
|
||||
msgid "Yes"
|
||||
msgstr "Tak"
|
||||
|
||||
#: openbox/actions/execute.c:133
|
||||
msgid "Execute"
|
||||
msgstr "Wykonaj"
|
||||
|
||||
#: openbox/actions/execute.c:142
|
||||
#, c-format
|
||||
msgid "Failed to convert the path \"%s\" from utf8"
|
||||
msgstr "Nie można przekonwertować ścieżki \"%s\" z UTF-8"
|
||||
|
||||
#: openbox/actions/exit.c:52 openbox/actions/session.c:64 openbox/client.c:3465
|
||||
msgid "Cancel"
|
||||
msgstr "Anuluj"
|
||||
|
||||
#: openbox/actions/exit.c:53
|
||||
msgid "Exit"
|
||||
msgstr "Wyjście"
|
||||
|
||||
#: openbox/actions/exit.c:56
|
||||
msgid "Are you sure you want to exit Waybox?"
|
||||
msgstr "Czy na pewno chcesz opuścić Openboksa?"
|
||||
|
||||
#: openbox/actions/exit.c:57
|
||||
msgid "Exit Waybox"
|
||||
msgstr "Opuść Waybox"
|
||||
|
||||
#. TRANSLATORS: Don't translate the word "SessionLogout" as it's the
|
||||
#. name of the action you write in rc.xml
|
||||
#: openbox/actions/session.c:43
|
||||
msgid ""
|
||||
"The SessionLogout action is not available since Waybox was built without "
|
||||
"session management support"
|
||||
msgstr ""
|
||||
"SessionLogout jest niedostępne, ponieważ Waybox został stworzony bez "
|
||||
"wsparcia dla zarządzania sesją"
|
||||
|
||||
#: openbox/actions/session.c:65 openbox/actions/session.c:70
|
||||
msgid "Log Out"
|
||||
msgstr "Wyloguj"
|
||||
|
||||
#: openbox/actions/session.c:69
|
||||
msgid "Are you sure you want to log out?"
|
||||
msgstr "Czy na pewno chcesz się wylogować?"
|
||||
|
||||
#: openbox/client.c:2012
|
||||
msgid "Unnamed Window"
|
||||
msgstr "Okno bez nazwy"
|
||||
|
||||
#: openbox/client.c:2026 openbox/client.c:2058
|
||||
msgid "Killing..."
|
||||
msgstr "Kończenie..."
|
||||
|
||||
#: openbox/client.c:3462
|
||||
msgid "Disconnect"
|
||||
msgstr "Odłącz"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:87 openbox/client_list_menu.c:91
|
||||
msgid "Go there..."
|
||||
msgstr "Przejdź..."
|
||||
|
||||
#: openbox/client_list_combined_menu.c:94
|
||||
msgid "Manage desktops"
|
||||
msgstr "Zarządzaj pulpitami"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:95 openbox/client_list_menu.c:155
|
||||
msgid "_Add new desktop"
|
||||
msgstr "Dod_aj nowy pulpit"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:96 openbox/client_list_menu.c:156
|
||||
msgid "_Remove last desktop"
|
||||
msgstr "_Usuń ostatni pulpit"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:149
|
||||
msgid "Windows"
|
||||
msgstr "Okna"
|
||||
|
||||
#: openbox/client_list_menu.c:203
|
||||
msgid "Desktops"
|
||||
msgstr "Pulpity"
|
||||
|
||||
#: openbox/client_menu.c:258
|
||||
msgid "All desktops"
|
||||
msgstr "Wszystkie pulpity"
|
||||
|
||||
#: openbox/client_menu.c:370
|
||||
msgid "_Layer"
|
||||
msgstr "_Warstwa"
|
||||
|
||||
#: openbox/client_menu.c:375
|
||||
msgid "Always on _top"
|
||||
msgstr "Zawsze na _wierzchu"
|
||||
|
||||
#: openbox/client_menu.c:376
|
||||
msgid "_Normal"
|
||||
msgstr "_Normalnie"
|
||||
|
||||
#: openbox/client_menu.c:377
|
||||
msgid "Always on _bottom"
|
||||
msgstr "Zawsze pod _spodem"
|
||||
|
||||
#: openbox/client_menu.c:379
|
||||
msgid "_Send to desktop"
|
||||
msgstr "Wyślij na p_ulpit"
|
||||
|
||||
#: openbox/client_menu.c:383
|
||||
msgid "Client menu"
|
||||
msgstr "Menu klienta"
|
||||
|
||||
#: openbox/client_menu.c:393
|
||||
msgid "R_estore"
|
||||
msgstr "P_rzywróć"
|
||||
|
||||
#: openbox/client_menu.c:397
|
||||
msgid "_Move"
|
||||
msgstr "_Przesuń"
|
||||
|
||||
#: openbox/client_menu.c:399
|
||||
msgid "Resi_ze"
|
||||
msgstr "Zmień _rozmiar"
|
||||
|
||||
#: openbox/client_menu.c:401
|
||||
msgid "Ico_nify"
|
||||
msgstr "Zmi_nimalizuj"
|
||||
|
||||
#: openbox/client_menu.c:405
|
||||
msgid "Ma_ximize"
|
||||
msgstr "Zma_ksymalizuj"
|
||||
|
||||
#: openbox/client_menu.c:409
|
||||
msgid "_Roll up/down"
|
||||
msgstr "_Zwiń/Rozwiń"
|
||||
|
||||
#: openbox/client_menu.c:411
|
||||
msgid "Un/_Decorate"
|
||||
msgstr "Wyświetl/ukryj _dekoracje"
|
||||
|
||||
#: openbox/client_menu.c:415
|
||||
msgid "_Close"
|
||||
msgstr "Z_amknij"
|
||||
|
||||
#: openbox/config.c:781
|
||||
#, c-format
|
||||
msgid "Invalid button \"%s\" specified in config file"
|
||||
msgstr "Nieprawidłowy klawisz \"%s\" określony w pliku konfiguracyjnym"
|
||||
|
||||
#: openbox/config.c:956
|
||||
msgid ""
|
||||
"Waybox was compiled without image loading support. Icons in menus will not "
|
||||
"be loaded."
|
||||
msgstr ""
|
||||
|
||||
#: openbox/keyboard.c:157
|
||||
msgid "Conflict with key binding in config file"
|
||||
msgstr "Konflikt skrótów klawiszowych w pliku konfiguracyjnym"
|
||||
|
||||
#: openbox/menu.c:102 openbox/menu.c:110
|
||||
#, c-format
|
||||
msgid "Unable to find a valid menu file \"%s\""
|
||||
msgstr "Nie można znaleźć prawidłowego pliku menu \"%s\""
|
||||
|
||||
#: openbox/menu.c:170
|
||||
#, c-format
|
||||
msgid "Failed to execute command for pipe-menu \"%s\": %s"
|
||||
msgstr "Wykonanie polecenia dla pipe-menu \"%s\" nie powiodło się: %s"
|
||||
|
||||
#: openbox/menu.c:184
|
||||
#, c-format
|
||||
msgid "Invalid output from pipe-menu \"%s\""
|
||||
msgstr "Nieprawidłowe wyjście z pipe-menu \"%s\""
|
||||
|
||||
#: openbox/menu.c:197
|
||||
#, c-format
|
||||
msgid "Attempted to access menu \"%s\" but it does not exist"
|
||||
msgstr "Spróbowano uzyskać dostęp do menu \"%s\", ale ono nie istnieje"
|
||||
|
||||
#: openbox/menu.c:367 openbox/menu.c:368
|
||||
msgid "More..."
|
||||
msgstr "Więcej..."
|
||||
|
||||
#: openbox/mouse.c:373
|
||||
#, c-format
|
||||
msgid "Invalid button \"%s\" in mouse binding"
|
||||
msgstr "Nieprawidłowy klawisz \"%s\" w skrócie myszy"
|
||||
|
||||
#: openbox/mouse.c:379
|
||||
#, c-format
|
||||
msgid "Invalid context \"%s\" in mouse binding"
|
||||
msgstr "Nieprawidłowy kontekst \"%s\" w skrócie myszy"
|
||||
|
||||
#: openbox/openbox.c:133
|
||||
#, c-format
|
||||
msgid "Unable to change to home directory \"%s\": %s"
|
||||
msgstr "Nie można przejść do katalogu domowego \"%s\": %s"
|
||||
|
||||
#: openbox/openbox.c:263
|
||||
msgid "Unable to find a valid config file, using some simple defaults"
|
||||
msgstr ""
|
||||
"Nie można znaleźć prawidłowego pliku konfiguracyjnego, używanie "
|
||||
"domyślnychwartości"
|
||||
|
||||
#: openbox/openbox.c:297
|
||||
msgid "Unable to load a theme."
|
||||
msgstr "Nie można wczytać motywu."
|
||||
|
||||
#: openbox/openbox.c:377
|
||||
#, c-format
|
||||
msgid ""
|
||||
"One or more XML syntax errors were found while parsing the Waybox "
|
||||
"configuration files. See stdout for more information. The last error seen "
|
||||
"was in file \"%s\" line %d, with message: %s"
|
||||
msgstr ""
|
||||
"Jeden lub więcej błędów składniowych XML zostało znalezionych podczas "
|
||||
"sprawdzania plików konfiguracyjnych. Zobacz stdout aby uzyskać więcej "
|
||||
"informacji. Ostatnio błąd znaleziono w pliku \"%s\" linia %d, z wiadomością: "
|
||||
"%s"
|
||||
|
||||
#: openbox/openbox.c:379
|
||||
msgid "Waybox Syntax Error"
|
||||
msgstr "Błąd składniowy Openboksa"
|
||||
|
||||
#: openbox/openbox.c:379
|
||||
msgid "Close"
|
||||
msgstr "Zamknij"
|
||||
|
||||
#: openbox/openbox.c:448
|
||||
#, c-format
|
||||
msgid "Restart failed to execute new executable \"%s\": %s"
|
||||
msgstr ""
|
||||
"Wykonanie nowego pliku wykonywalnego \"%s\" podczas ponownego "
|
||||
"uruchomienianie powiodło się: %s"
|
||||
|
||||
#: openbox/openbox.c:518 openbox/openbox.c:520
|
||||
msgid "Copyright (c)"
|
||||
msgstr "Copyright (c)"
|
||||
|
||||
#: openbox/openbox.c:529
|
||||
msgid "Syntax: openbox [options]\n"
|
||||
msgstr "Składnia: openbox [opcje]\n"
|
||||
|
||||
#: openbox/openbox.c:530
|
||||
msgid ""
|
||||
"\n"
|
||||
"Options:\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"Opcje:\n"
|
||||
|
||||
#: openbox/openbox.c:531
|
||||
msgid " --help Display this help and exit\n"
|
||||
msgstr " --help Wyświetla tę pomoc i kończy\n"
|
||||
|
||||
#: openbox/openbox.c:532
|
||||
msgid " --version Display the version and exit\n"
|
||||
msgstr " --version Wyświetla wersję i kończy\n"
|
||||
|
||||
#. TRANSLATORS: if you translate "FILE" here, make sure to keep the "Specify..."
|
||||
#. aligned still, if you have to, make a new line with \n and 22 spaces. It's
|
||||
#. fine to leave it as FILE though.
|
||||
#: openbox/openbox.c:537
|
||||
msgid " --config-file FILE Specify the path to the config file to use\n"
|
||||
msgstr " --config-file FILE Podaj ścieżkę do pliku konfiguracji\n"
|
||||
|
||||
#: openbox/openbox.c:538
|
||||
msgid " --sm-disable Disable connection to the session manager\n"
|
||||
msgstr " --sm-disable Nie tworzy połączenia z menedżerem sesji\n"
|
||||
|
||||
#: openbox/openbox.c:543
|
||||
msgid ""
|
||||
"\n"
|
||||
"Debugging options:\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"Opcje debugowania:\n"
|
||||
|
||||
#: openbox/openbox.c:544
|
||||
msgid " --sync Run in synchronous mode\n"
|
||||
msgstr " --sync Uruchamia w trybie synchronicznym\n"
|
||||
|
||||
#: openbox/openbox.c:545
|
||||
msgid " --debug Display debugging output\n"
|
||||
msgstr " --debug Wyświetla informacje o debugowaniu\n"
|
||||
|
||||
#: openbox/openbox.c:546
|
||||
msgid " --debug-focus Display debugging output for focus handling\n"
|
||||
msgstr ""
|
||||
" --debug-focus Wyświetla wyjście debugowania obsługi aktywacji\n"
|
||||
|
||||
#: openbox/openbox.c:548
|
||||
msgid " --startup CMD Run CMD after starting\n"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/openbox.c:551
|
||||
msgid " --debug-session Display debugging output for session management\n"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/openbox.c:548
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
"Please report bugs at %s\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"Proszę zgłaszać błędy (w języku angielskim) pod adresem %s\n"
|
||||
|
||||
#: openbox/openbox.c:617
|
||||
msgid "%s requires an argument\n"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/openbox.c:660
|
||||
#, c-format
|
||||
msgid "Invalid command line argument \"%s\"\n"
|
||||
msgstr "Nieprawidłowy argument wiersza poleceń \"%s\"\n"
|
||||
|
||||
#. TRANSLATORS: If you need to specify a different order of the
|
||||
#. arguments, you can use %1$d for the first one and %2$d for the
|
||||
#. second one. For example,
|
||||
#. "The current session has %2$d desktops, but Waybox is configured for %1$d ..."
|
||||
#: openbox/screen.c:412
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Waybox is configured for %d desktop, but the current session has %d. "
|
||||
"Overriding the Waybox configuration."
|
||||
msgid_plural ""
|
||||
"Waybox is configured for %d desktops, but the current session has %d. "
|
||||
"Overriding the Waybox configuration."
|
||||
msgstr[0] ""
|
||||
"Waybox jest skonfigurowany dla %d pulpitu, ale bieżąca sesja ma %d. "
|
||||
"Nadpisywanie konfiguracji Openboksa."
|
||||
msgstr[1] ""
|
||||
"Waybox jest skonfigurowany dla %d pulpitu, ale bieżąca sesja ma %d. "
|
||||
"Nadpisywanie konfiguracji Openboksa."
|
||||
msgstr[2] ""
|
||||
"Waybox jest skonfigurowany dla %d pulpitu, ale bieżąca sesja ma %d. "
|
||||
"Nadpisywanie konfiguracji Openboksa."
|
||||
|
||||
#: openbox/screen.c:1180
|
||||
#, c-format
|
||||
msgid "desktop %i"
|
||||
msgstr "pulpit %i"
|
||||
|
||||
#: openbox/session.c:104
|
||||
#, fuzzy, c-format
|
||||
msgid "Unable to make directory \"%s\": %s"
|
||||
msgstr "Nie można utworzyć katalogu \"%s\": %s"
|
||||
|
||||
#: openbox/session.c:466
|
||||
#, c-format
|
||||
msgid "Unable to save the session to \"%s\": %s"
|
||||
msgstr "Nie można zapisać sesji do \"%s\": %s"
|
||||
|
||||
#: openbox/session.c:605
|
||||
#, c-format
|
||||
msgid "Error while saving the session to \"%s\": %s"
|
||||
msgstr "Wystąpił błąd podczas zapisywania sesji do \"%s\": %s"
|
||||
|
||||
#: openbox/session.c:842
|
||||
msgid "Not connected to a session manager"
|
||||
msgstr "Nie podłączono do menedżera sesji"
|
||||
|
||||
#: openbox/startupnotify.c:243
|
||||
#, c-format
|
||||
msgid "Running %s"
|
||||
msgstr "Uruchamianie %s"
|
||||
|
||||
#: openbox/translate.c:59
|
||||
#, c-format
|
||||
msgid "Invalid modifier key \"%s\" in key/mouse binding"
|
||||
msgstr ""
|
||||
"Nieprawidłowy klawisz modyfikatora \"%s\" w skrócie klawiszowym lub myszy"
|
||||
|
||||
#: openbox/translate.c:138
|
||||
#, c-format
|
||||
msgid "Invalid key code \"%s\" in key binding"
|
||||
msgstr "Nieprawidłowy kod \"%s\" w skrócie klawiszowym"
|
||||
|
||||
#: openbox/translate.c:145
|
||||
#, c-format
|
||||
msgid "Invalid key name \"%s\" in key binding"
|
||||
msgstr "Nieprawidłowa nazwa \"%s\" w skrócie klawiszowym"
|
||||
|
||||
#: openbox/prompt.c:200
|
||||
msgid "OK"
|
||||
msgstr "OK"
|
||||
415
po/pt.po
Normal file
415
po/pt.po
Normal file
|
|
@ -0,0 +1,415 @@
|
|||
# Portuguese translation of openbox package.
|
||||
# Copyright (C) 2020 Joe Wisdom
|
||||
# This file is distributed under the same license as the Waybox package.
|
||||
# Gonçalo Ferreira <gonsas@gmail.com>, 2006.
|
||||
# Pedro Beja <althaser@gmail.com>, 2007 2008 2010.
|
||||
# Sérgio Marques <smarquespt@gmail.com>, 2013
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Waybox 0.0.1\n"
|
||||
"Report-Msgid-Bugs-To: https://github.com/wizbright/waybox/issues\n"
|
||||
"POT-Creation-Date: 2008-11-15 22:28+0100\n"
|
||||
"PO-Revision-Date: 2020-03-10 18:42-0400\n"
|
||||
"Last-Translator: Sérgio Marques <smarquespt@gmail.com>\n"
|
||||
"Language-Team: \n"
|
||||
"Language: pt\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Generator: Poedit 1.5.7\n"
|
||||
|
||||
#: openbox/actions.c:149
|
||||
#, c-format
|
||||
msgid "Invalid action \"%s\" requested. No such action exists."
|
||||
msgstr "Pedido de ação \"%s\" inválido. A ação não existe."
|
||||
|
||||
#: openbox/actions/execute.c:128
|
||||
msgid "No"
|
||||
msgstr "Não"
|
||||
|
||||
#: openbox/actions/execute.c:129
|
||||
msgid "Yes"
|
||||
msgstr "Sim"
|
||||
|
||||
#: openbox/actions/execute.c:133
|
||||
msgid "Execute"
|
||||
msgstr "Executar"
|
||||
|
||||
#: openbox/actions/execute.c:142
|
||||
#, c-format
|
||||
msgid "Failed to convert the path \"%s\" from utf8"
|
||||
msgstr "Falha a converter o caminho \"%s\" do utf8"
|
||||
|
||||
#: openbox/actions/exit.c:52 openbox/actions/session.c:64 openbox/client.c:3465
|
||||
msgid "Cancel"
|
||||
msgstr "Cancelar"
|
||||
|
||||
#: openbox/actions/exit.c:53
|
||||
msgid "Exit"
|
||||
msgstr "Sair"
|
||||
|
||||
#: openbox/actions/exit.c:56
|
||||
msgid "Are you sure you want to exit Waybox?"
|
||||
msgstr "Tem a certeza que pretende sair do Waybox?"
|
||||
|
||||
#: openbox/actions/exit.c:57
|
||||
msgid "Exit Waybox"
|
||||
msgstr "Sair do Waybox"
|
||||
|
||||
#. TRANSLATORS: Don't translate the word "SessionLogout" as it's the
|
||||
#. name of the action you write in rc.xml
|
||||
#: openbox/actions/session.c:43
|
||||
msgid ""
|
||||
"The SessionLogout action is not available since Waybox was built without "
|
||||
"session management support"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/actions/session.c:65 openbox/actions/session.c:70
|
||||
msgid "Log Out"
|
||||
msgstr "Sair da sessão"
|
||||
|
||||
#: openbox/actions/session.c:69
|
||||
msgid "Are you sure you want to log out?"
|
||||
msgstr "Tem a certeza que pretende sair da sessão?"
|
||||
|
||||
#: openbox/client.c:2012
|
||||
msgid "Unnamed Window"
|
||||
msgstr "Janela sem nome"
|
||||
|
||||
#: openbox/client.c:2026 openbox/client.c:2058
|
||||
msgid "Killing..."
|
||||
msgstr "Terminando..."
|
||||
|
||||
#: openbox/client.c:3462
|
||||
msgid "Disconnect"
|
||||
msgstr "Desligar"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:87 openbox/client_list_menu.c:91
|
||||
msgid "Go there..."
|
||||
msgstr "Ir para..."
|
||||
|
||||
#: openbox/client_list_combined_menu.c:94
|
||||
msgid "Manage desktops"
|
||||
msgstr "Gerir áreas de trabalho"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:95 openbox/client_list_menu.c:155
|
||||
msgid "_Add new desktop"
|
||||
msgstr "_Adicionar nova área de trabalho"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:96 openbox/client_list_menu.c:156
|
||||
msgid "_Remove last desktop"
|
||||
msgstr "_Remover última área de trabalho"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:149
|
||||
msgid "Windows"
|
||||
msgstr "Janelas"
|
||||
|
||||
#: openbox/client_list_menu.c:203
|
||||
msgid "Desktops"
|
||||
msgstr "Áreas de trabalho"
|
||||
|
||||
#: openbox/client_menu.c:258
|
||||
msgid "All desktops"
|
||||
msgstr "Todas as áreas de trabalho"
|
||||
|
||||
#: openbox/client_menu.c:370
|
||||
msgid "_Layer"
|
||||
msgstr "_Camada"
|
||||
|
||||
#: openbox/client_menu.c:375
|
||||
msgid "Always on _top"
|
||||
msgstr "Sempre na _frente"
|
||||
|
||||
#: openbox/client_menu.c:376
|
||||
msgid "_Normal"
|
||||
msgstr "_Normal"
|
||||
|
||||
#: openbox/client_menu.c:377
|
||||
msgid "Always on _bottom"
|
||||
msgstr "Sempre por _trás"
|
||||
|
||||
#: openbox/client_menu.c:379
|
||||
msgid "_Send to desktop"
|
||||
msgstr "Enviar para a área de _trabalho"
|
||||
|
||||
#: openbox/client_menu.c:383
|
||||
msgid "Client menu"
|
||||
msgstr "Menu cliente"
|
||||
|
||||
#: openbox/client_menu.c:393
|
||||
msgid "R_estore"
|
||||
msgstr "R_estaurar"
|
||||
|
||||
#: openbox/client_menu.c:397
|
||||
msgid "_Move"
|
||||
msgstr "_Mover"
|
||||
|
||||
#: openbox/client_menu.c:399
|
||||
msgid "Resi_ze"
|
||||
msgstr "Redimen_sionar"
|
||||
|
||||
#: openbox/client_menu.c:401
|
||||
msgid "Ico_nify"
|
||||
msgstr "Mi_nimizar"
|
||||
|
||||
#: openbox/client_menu.c:405
|
||||
msgid "Ma_ximize"
|
||||
msgstr "Ma_ximizar"
|
||||
|
||||
#: openbox/client_menu.c:409
|
||||
msgid "_Roll up/down"
|
||||
msgstr "En_rolar/desenrolar"
|
||||
|
||||
#: openbox/client_menu.c:411
|
||||
msgid "Un/_Decorate"
|
||||
msgstr "_Decorar/não decorar"
|
||||
|
||||
#: openbox/client_menu.c:415
|
||||
msgid "_Close"
|
||||
msgstr "Fe_char"
|
||||
|
||||
#: openbox/config.c:781
|
||||
#, c-format
|
||||
msgid "Invalid button \"%s\" specified in config file"
|
||||
msgstr "Botão inválido \"%s\" no ficheiro de configuração"
|
||||
|
||||
#: openbox/config.c:956
|
||||
msgid ""
|
||||
"Waybox was compiled without image loading support. Icons in menus will not "
|
||||
"be loaded."
|
||||
msgstr ""
|
||||
"O Waybox foi compilado sem suporte a imagens. Os ícones de menu não serão "
|
||||
"carregados."
|
||||
|
||||
#: openbox/keyboard.c:157
|
||||
msgid "Conflict with key binding in config file"
|
||||
msgstr "Conflito entre teclas de atalho no ficheiro de configuração"
|
||||
|
||||
#: openbox/menu.c:102 openbox/menu.c:110
|
||||
#, c-format
|
||||
msgid "Unable to find a valid menu file \"%s\""
|
||||
msgstr "Incapaz de encontrar um ficheiro de menu válido \"%s\""
|
||||
|
||||
#: openbox/menu.c:170
|
||||
#, c-format
|
||||
msgid "Failed to execute command for pipe-menu \"%s\": %s"
|
||||
msgstr "Falha a executar o comando para o menu de processamento \"%s\": %s"
|
||||
|
||||
#: openbox/menu.c:184
|
||||
#, c-format
|
||||
msgid "Invalid output from pipe-menu \"%s\""
|
||||
msgstr "Resultado inválido do menu de processamento \"%s\""
|
||||
|
||||
#: openbox/menu.c:197
|
||||
#, c-format
|
||||
msgid "Attempted to access menu \"%s\" but it does not exist"
|
||||
msgstr "Tentou aceder ao menu \"%s\" mas este não existe"
|
||||
|
||||
#: openbox/menu.c:367 openbox/menu.c:368
|
||||
msgid "More..."
|
||||
msgstr "Mais..."
|
||||
|
||||
#: openbox/mouse.c:373
|
||||
#, c-format
|
||||
msgid "Invalid button \"%s\" in mouse binding"
|
||||
msgstr "Botão inválido \"%s\" no atalho do rato"
|
||||
|
||||
#: openbox/mouse.c:379
|
||||
#, c-format
|
||||
msgid "Invalid context \"%s\" in mouse binding"
|
||||
msgstr "Contexto inválido \"%s\" no atalho do rato"
|
||||
|
||||
#: openbox/openbox.c:133
|
||||
#, c-format
|
||||
msgid "Unable to change to home directory \"%s\": %s"
|
||||
msgstr "Incapaz de mudar para a pasta pessoal \"%s\": %s"
|
||||
|
||||
#: openbox/openbox.c:263
|
||||
msgid "Unable to find a valid config file, using some simple defaults"
|
||||
msgstr ""
|
||||
"Incapaz de encontrar um ficheiro de configuração válido. Serão utilizados os "
|
||||
"valores pré-definidos."
|
||||
|
||||
#: openbox/openbox.c:297
|
||||
msgid "Unable to load a theme."
|
||||
msgstr "Incapaz de carregar o tema."
|
||||
|
||||
#: openbox/openbox.c:377
|
||||
#, c-format
|
||||
msgid ""
|
||||
"One or more XML syntax errors were found while parsing the Waybox "
|
||||
"configuration files. See stdout for more information. The last error seen "
|
||||
"was in file \"%s\" line %d, with message: %s"
|
||||
msgstr ""
|
||||
"Um ou mais erros de sintaxe do XML foram encontrados ao analisar os "
|
||||
"ficheiros de configuração do Waybox. Consulte stdout para mais informações. "
|
||||
"O último erro foi encontrado no ficheiro \"%s\", na linha %d e com a "
|
||||
"mensagem: %s"
|
||||
|
||||
#: openbox/openbox.c:379
|
||||
msgid "Waybox Syntax Error"
|
||||
msgstr "Erro de sintaxe do Waybox"
|
||||
|
||||
#: openbox/openbox.c:379
|
||||
msgid "Close"
|
||||
msgstr "Fechar"
|
||||
|
||||
#: openbox/openbox.c:448
|
||||
#, c-format
|
||||
msgid "Restart failed to execute new executable \"%s\": %s"
|
||||
msgstr "Falha ao reiniciar a execução do novo executável \"%s\": %s"
|
||||
|
||||
#: openbox/openbox.c:518 openbox/openbox.c:520
|
||||
msgid "Copyright (c)"
|
||||
msgstr "Direitos de autor (c)"
|
||||
|
||||
#: openbox/openbox.c:529
|
||||
msgid "Syntax: openbox [options]\n"
|
||||
msgstr "Sintaxe: openbox [opções]\n"
|
||||
|
||||
#: openbox/openbox.c:530
|
||||
msgid ""
|
||||
"\n"
|
||||
"Options:\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"Opções:\n"
|
||||
|
||||
#: openbox/openbox.c:531
|
||||
msgid " --help Display this help and exit\n"
|
||||
msgstr " --help Mostra esta ajuda e sai\n"
|
||||
|
||||
#: openbox/openbox.c:532
|
||||
msgid " --version Display the version and exit\n"
|
||||
msgstr " --version Mostra a versão e sai\n"
|
||||
|
||||
#. TRANSLATORS: if you translate "FILE" here, make sure to keep the "Specify..."
|
||||
#. aligned still, if you have to, make a new line with \n and 22 spaces. It's
|
||||
#. fine to leave it as FILE though.
|
||||
#: openbox/openbox.c:537
|
||||
msgid " --config-file FILE Specify the path to the config file to use\n"
|
||||
msgstr ""
|
||||
" --config-file FICHEIRO\n"
|
||||
" Especifica o caminho do ficheiro de configuração a "
|
||||
"usar\n"
|
||||
|
||||
#: openbox/openbox.c:538
|
||||
msgid " --sm-disable Disable connection to the session manager\n"
|
||||
msgstr " --sm-disable Desativa a ligação ao gestor de sessões\n"
|
||||
|
||||
#: openbox/openbox.c:543
|
||||
msgid ""
|
||||
"\n"
|
||||
"Debugging options:\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"Opções de depuração:\n"
|
||||
|
||||
#: openbox/openbox.c:544
|
||||
msgid " --sync Run in synchronous mode\n"
|
||||
msgstr " --sync Executa em modo sincronizado\n"
|
||||
|
||||
#: openbox/openbox.c:545
|
||||
msgid " --debug Display debugging output\n"
|
||||
msgstr " --debug Mostra o resultado da depuração\n"
|
||||
|
||||
#: openbox/openbox.c:546
|
||||
msgid " --debug-focus Display debugging output for focus handling\n"
|
||||
msgstr ""
|
||||
" --debug-focus Mostra o resultado de depuração para gestão de foco\n"
|
||||
|
||||
#: openbox/openbox.c:548
|
||||
msgid " --startup CMD Run CMD after starting\n"
|
||||
msgstr " --startup CMD Executa CMD ao iniciar\n"
|
||||
|
||||
#: openbox/openbox.c:551
|
||||
msgid " --debug-session Display debugging output for session management\n"
|
||||
msgstr ""
|
||||
" --debug-session Mostra o resultado de depuração da gestão de sessão\n"
|
||||
|
||||
#: openbox/openbox.c:548
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
"Please report bugs at %s\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"Por favor reporte os erros em %s\n"
|
||||
|
||||
#: openbox/openbox.c:617
|
||||
msgid "%s requires an argument\n"
|
||||
msgstr "%s requer um argumento\n"
|
||||
|
||||
#: openbox/openbox.c:660
|
||||
#, c-format
|
||||
msgid "Invalid command line argument \"%s\"\n"
|
||||
msgstr "Argumento inválido na linha de comandos \"%s\"\n"
|
||||
|
||||
#. TRANSLATORS: If you need to specify a different order of the
|
||||
#. arguments, you can use %1$d for the first one and %2$d for the
|
||||
#. second one. For example,
|
||||
#. "The current session has %2$d desktops, but Waybox is configured for %1$d ..."
|
||||
#: openbox/screen.c:412
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Waybox is configured for %d desktop, but the current session has %d. "
|
||||
"Overriding the Waybox configuration."
|
||||
msgid_plural ""
|
||||
"Waybox is configured for %d desktops, but the current session has %d. "
|
||||
"Overriding the Waybox configuration."
|
||||
msgstr[0] ""
|
||||
"O Waybox está configurado para %d área de trabalho, mas a sessão atual tem "
|
||||
"%d. Sobrescrevendo a configuração do Waybox."
|
||||
msgstr[1] ""
|
||||
"O Waybox está configurado para %d áreas de trabalho, mas a sessão atual tem "
|
||||
"%d. Sobrescrevendo a configuração do Waybox."
|
||||
|
||||
#: openbox/screen.c:1180
|
||||
#, c-format
|
||||
msgid "desktop %i"
|
||||
msgstr "área de trabalho %i"
|
||||
|
||||
#: openbox/session.c:104
|
||||
#, fuzzy, c-format
|
||||
msgid "Unable to make directory \"%s\": %s"
|
||||
msgstr "Incapaz de criar o diretório '%s': %s"
|
||||
|
||||
#: openbox/session.c:466
|
||||
#, fuzzy, c-format
|
||||
msgid "Unable to save the session to \"%s\": %s"
|
||||
msgstr "Incapaz de mudar para a pasta pessoal \"%s\": %s"
|
||||
|
||||
#: openbox/session.c:605
|
||||
#, c-format
|
||||
msgid "Error while saving the session to \"%s\": %s"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/session.c:842
|
||||
msgid "Not connected to a session manager"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/startupnotify.c:243
|
||||
#, c-format
|
||||
msgid "Running %s"
|
||||
msgstr "Executando %s"
|
||||
|
||||
#: openbox/translate.c:59
|
||||
#, c-format
|
||||
msgid "Invalid modifier key \"%s\" in key/mouse binding"
|
||||
msgstr "Tecla modificadora inválida \"%s\" no atalho de tecla/rato"
|
||||
|
||||
#: openbox/translate.c:138
|
||||
#, c-format
|
||||
msgid "Invalid key code \"%s\" in key binding"
|
||||
msgstr "Código chave inválido \"%s\" na tecla de atalho"
|
||||
|
||||
#: openbox/translate.c:145
|
||||
#, c-format
|
||||
msgid "Invalid key name \"%s\" in key binding"
|
||||
msgstr "Nome de chave inválido \"%s\" na tecla de atalho"
|
||||
|
||||
#: openbox/prompt.c:200
|
||||
msgid "OK"
|
||||
msgstr "Aceitar"
|
||||
415
po/pt_BR.po
Normal file
415
po/pt_BR.po
Normal file
|
|
@ -0,0 +1,415 @@
|
|||
# Portuguese Brazil (pt_BR) messages for openbox
|
||||
# Copyright (C) 2020 Joe Wisdom
|
||||
# This file is distributed under the same license as the Waybox package.
|
||||
# crimeboy, 2007.
|
||||
# Og Maciel <ogmaciel@gnome.org>, 2007, 2008.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Waybox 0.0.1\n"
|
||||
"Report-Msgid-Bugs-To: https://github.com/wizbright/waybox/issues\n"
|
||||
"POT-Creation-Date: 2008-11-15 22:28+0100\n"
|
||||
"PO-Revision-Date: 2020-03-10 18:45-0400\n"
|
||||
"Last-Translator: Og Maciel <ogmaciel@gnome.org>\n"
|
||||
"Language-Team: Brazilian Portuguese <gnome-l10n-br@listas.cipsga.org.br>\n"
|
||||
"Language: pt_BR\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#: openbox/actions.c:149
|
||||
#, c-format
|
||||
msgid "Invalid action \"%s\" requested. No such action exists."
|
||||
msgstr "Ação inválida \"%s\" requisitada. Ação não existe."
|
||||
|
||||
#: openbox/actions/execute.c:128
|
||||
msgid "No"
|
||||
msgstr "Não"
|
||||
|
||||
#: openbox/actions/execute.c:129
|
||||
msgid "Yes"
|
||||
msgstr "Sim"
|
||||
|
||||
#: openbox/actions/execute.c:133
|
||||
msgid "Execute"
|
||||
msgstr "Executar"
|
||||
|
||||
#: openbox/actions/execute.c:142
|
||||
#, c-format
|
||||
msgid "Failed to convert the path \"%s\" from utf8"
|
||||
msgstr "Falha ao converter o caminho \"%s\" do utf8"
|
||||
|
||||
#: openbox/actions/exit.c:52 openbox/actions/session.c:64 openbox/client.c:3465
|
||||
msgid "Cancel"
|
||||
msgstr "Cancelar"
|
||||
|
||||
#: openbox/actions/exit.c:53
|
||||
msgid "Exit"
|
||||
msgstr "Sair"
|
||||
|
||||
#: openbox/actions/exit.c:56
|
||||
msgid "Are you sure you want to exit Waybox?"
|
||||
msgstr "Você tem certeza que deseja sair do Waybox?"
|
||||
|
||||
#: openbox/actions/exit.c:57
|
||||
msgid "Exit Waybox"
|
||||
msgstr "Sair do Waybox"
|
||||
|
||||
#. TRANSLATORS: Don't translate the word "SessionLogout" as it's the
|
||||
#. name of the action you write in rc.xml
|
||||
#: openbox/actions/session.c:43
|
||||
msgid ""
|
||||
"The SessionLogout action is not available since Waybox was built without "
|
||||
"session management support"
|
||||
msgstr ""
|
||||
"A ação SessionLogout não está disponível já que o Waybox foi compilado sem "
|
||||
"suporte de gerenciamento de sessões"
|
||||
|
||||
#: openbox/actions/session.c:65 openbox/actions/session.c:70
|
||||
msgid "Log Out"
|
||||
msgstr "Sair"
|
||||
|
||||
#: openbox/actions/session.c:69
|
||||
msgid "Are you sure you want to log out?"
|
||||
msgstr "Você tem certeza que deseja sair?"
|
||||
|
||||
#: openbox/client.c:2012
|
||||
msgid "Unnamed Window"
|
||||
msgstr "Janela sem nome"
|
||||
|
||||
#: openbox/client.c:2026 openbox/client.c:2058
|
||||
msgid "Killing..."
|
||||
msgstr "Terminando..."
|
||||
|
||||
#: openbox/client.c:3462
|
||||
msgid "Disconnect"
|
||||
msgstr "Desconectar"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:87 openbox/client_list_menu.c:91
|
||||
msgid "Go there..."
|
||||
msgstr "Ir lá..."
|
||||
|
||||
#: openbox/client_list_combined_menu.c:94
|
||||
msgid "Manage desktops"
|
||||
msgstr "Gerenciar áreas de trabalho"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:95 openbox/client_list_menu.c:155
|
||||
msgid "_Add new desktop"
|
||||
msgstr "_Adicionar nova área de trabalho"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:96 openbox/client_list_menu.c:156
|
||||
msgid "_Remove last desktop"
|
||||
msgstr "_Remover última área de trabalho"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:149
|
||||
msgid "Windows"
|
||||
msgstr "Janelas"
|
||||
|
||||
#: openbox/client_list_menu.c:203
|
||||
msgid "Desktops"
|
||||
msgstr "Áreas de trabalho"
|
||||
|
||||
#: openbox/client_menu.c:258
|
||||
msgid "All desktops"
|
||||
msgstr "Todas as áreas de trabalho"
|
||||
|
||||
#: openbox/client_menu.c:370
|
||||
msgid "_Layer"
|
||||
msgstr "_Camada"
|
||||
|
||||
#: openbox/client_menu.c:375
|
||||
msgid "Always on _top"
|
||||
msgstr "Sempre no _topo"
|
||||
|
||||
#: openbox/client_menu.c:376
|
||||
msgid "_Normal"
|
||||
msgstr "_Normal"
|
||||
|
||||
#: openbox/client_menu.c:377
|
||||
msgid "Always on _bottom"
|
||||
msgstr "Sempre no _fundo"
|
||||
|
||||
#: openbox/client_menu.c:379
|
||||
msgid "_Send to desktop"
|
||||
msgstr "Enviar para área de _trabalho"
|
||||
|
||||
#: openbox/client_menu.c:383
|
||||
msgid "Client menu"
|
||||
msgstr "Menu do cliente"
|
||||
|
||||
#: openbox/client_menu.c:393
|
||||
msgid "R_estore"
|
||||
msgstr "R_estaurar"
|
||||
|
||||
#: openbox/client_menu.c:397
|
||||
msgid "_Move"
|
||||
msgstr "_Mover"
|
||||
|
||||
#: openbox/client_menu.c:399
|
||||
msgid "Resi_ze"
|
||||
msgstr "Redimen_sionar"
|
||||
|
||||
#: openbox/client_menu.c:401
|
||||
msgid "Ico_nify"
|
||||
msgstr "Mi_nimizar"
|
||||
|
||||
#: openbox/client_menu.c:405
|
||||
msgid "Ma_ximize"
|
||||
msgstr "Ma_ximizar"
|
||||
|
||||
#: openbox/client_menu.c:409
|
||||
msgid "_Roll up/down"
|
||||
msgstr "(Des)en_rolar"
|
||||
|
||||
#: openbox/client_menu.c:411
|
||||
msgid "Un/_Decorate"
|
||||
msgstr "(Não) _Decorar"
|
||||
|
||||
#: openbox/client_menu.c:415
|
||||
msgid "_Close"
|
||||
msgstr "_Fechar"
|
||||
|
||||
#: openbox/config.c:781
|
||||
#, c-format
|
||||
msgid "Invalid button \"%s\" specified in config file"
|
||||
msgstr "Botão inválido \"%s\" especificado no arquivo de configuração"
|
||||
|
||||
#: openbox/config.c:956
|
||||
msgid ""
|
||||
"Waybox was compiled without image loading support. Icons in menus will not "
|
||||
"be loaded."
|
||||
msgstr ""
|
||||
|
||||
#: openbox/keyboard.c:157
|
||||
msgid "Conflict with key binding in config file"
|
||||
msgstr "Conflito com associação de chave no arquivo de configuração"
|
||||
|
||||
#: openbox/menu.c:102 openbox/menu.c:110
|
||||
#, c-format
|
||||
msgid "Unable to find a valid menu file \"%s\""
|
||||
msgstr "Não foi possível encontrar um arquivo de menu \"%s\" válido"
|
||||
|
||||
#: openbox/menu.c:170
|
||||
#, c-format
|
||||
msgid "Failed to execute command for pipe-menu \"%s\": %s"
|
||||
msgstr "Falha ao executar comando para menu de processamento \"%s\": %s"
|
||||
|
||||
#: openbox/menu.c:184
|
||||
#, c-format
|
||||
msgid "Invalid output from pipe-menu \"%s\""
|
||||
msgstr "Saída inválida do menu de processamento \"%s\""
|
||||
|
||||
#: openbox/menu.c:197
|
||||
#, c-format
|
||||
msgid "Attempted to access menu \"%s\" but it does not exist"
|
||||
msgstr "Tentou acessar menu \"%s\" mas ele não existe"
|
||||
|
||||
#: openbox/menu.c:367 openbox/menu.c:368
|
||||
msgid "More..."
|
||||
msgstr "Mais.."
|
||||
|
||||
#: openbox/mouse.c:373
|
||||
#, c-format
|
||||
msgid "Invalid button \"%s\" in mouse binding"
|
||||
msgstr "Botão inválido \"%s\" na associação do mouse"
|
||||
|
||||
#: openbox/mouse.c:379
|
||||
#, c-format
|
||||
msgid "Invalid context \"%s\" in mouse binding"
|
||||
msgstr "Contexto \"%s\" inválido na associação do mouse"
|
||||
|
||||
#: openbox/openbox.c:133
|
||||
#, c-format
|
||||
msgid "Unable to change to home directory \"%s\": %s"
|
||||
msgstr "Não foi possível mudar para o diretório pessoal \"%s\": %s"
|
||||
|
||||
#: openbox/openbox.c:263
|
||||
msgid "Unable to find a valid config file, using some simple defaults"
|
||||
msgstr ""
|
||||
"Não foi possível encontrar um arquivo de configuração válido, usando alguns "
|
||||
"valores padrão simples."
|
||||
|
||||
#: openbox/openbox.c:297
|
||||
msgid "Unable to load a theme."
|
||||
msgstr "Não foi possível carregar um tema."
|
||||
|
||||
#: openbox/openbox.c:377
|
||||
#, c-format
|
||||
msgid ""
|
||||
"One or more XML syntax errors were found while parsing the Waybox "
|
||||
"configuration files. See stdout for more information. The last error seen "
|
||||
"was in file \"%s\" line %d, with message: %s"
|
||||
msgstr ""
|
||||
"Um ou mais erros de sintaxe de XML foram encontrados ao analisar os arquivos "
|
||||
"de configuração do Waybox. Veja a saída padrão para mais informação. O "
|
||||
"último erro relatado foi no arquivo \"%s\" linha %d, com a mensagem: %s"
|
||||
|
||||
#: openbox/openbox.c:379
|
||||
msgid "Waybox Syntax Error"
|
||||
msgstr "Erro de Sintaxe do Waybox"
|
||||
|
||||
#: openbox/openbox.c:379
|
||||
msgid "Close"
|
||||
msgstr "Fechar"
|
||||
|
||||
#: openbox/openbox.c:448
|
||||
#, c-format
|
||||
msgid "Restart failed to execute new executable \"%s\": %s"
|
||||
msgstr "O comando de reiniciar falhou ao executar novo executável \"%s\": %s"
|
||||
|
||||
#: openbox/openbox.c:518 openbox/openbox.c:520
|
||||
msgid "Copyright (c)"
|
||||
msgstr "Copyright (c)"
|
||||
|
||||
#: openbox/openbox.c:529
|
||||
msgid "Syntax: openbox [options]\n"
|
||||
msgstr "Sintaxe: openbox [opções]\n"
|
||||
|
||||
#: openbox/openbox.c:530
|
||||
msgid ""
|
||||
"\n"
|
||||
"Options:\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"Opções:\n"
|
||||
|
||||
#: openbox/openbox.c:531
|
||||
msgid " --help Display this help and exit\n"
|
||||
msgstr " --help Mostra esta ajuda e sai\n"
|
||||
|
||||
#: openbox/openbox.c:532
|
||||
msgid " --version Display the version and exit\n"
|
||||
msgstr " --version Mostra a versão e sai\n"
|
||||
|
||||
#. TRANSLATORS: if you translate "FILE" here, make sure to keep the "Specify..."
|
||||
#. aligned still, if you have to, make a new line with \n and 22 spaces. It's
|
||||
#. fine to leave it as FILE though.
|
||||
#: openbox/openbox.c:537
|
||||
msgid " --config-file FILE Specify the path to the config file to use\n"
|
||||
msgstr ""
|
||||
" --config-file ARQUIVO\n"
|
||||
" Especifica o caminho do arquivo de configuração para "
|
||||
"usar\n"
|
||||
|
||||
#: openbox/openbox.c:538
|
||||
msgid " --sm-disable Disable connection to the session manager\n"
|
||||
msgstr ""
|
||||
" --sm-disable Desabilita conexão com o gerenciador de sessões\n"
|
||||
|
||||
#: openbox/openbox.c:543
|
||||
msgid ""
|
||||
"\n"
|
||||
"Debugging options:\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"Opções de depuração:\n"
|
||||
|
||||
#: openbox/openbox.c:544
|
||||
msgid " --sync Run in synchronous mode\n"
|
||||
msgstr " --sync Executa em modo sincronizado\n"
|
||||
|
||||
#: openbox/openbox.c:545
|
||||
msgid " --debug Display debugging output\n"
|
||||
msgstr " --debug Mostra saida de depuração\n"
|
||||
|
||||
#: openbox/openbox.c:546
|
||||
msgid " --debug-focus Display debugging output for focus handling\n"
|
||||
msgstr ""
|
||||
" --debug-focus Mostra saída de depuração para manipulação de foco\n"
|
||||
|
||||
#: openbox/openbox.c:548
|
||||
msgid " --startup CMD Run CMD after starting\n"
|
||||
msgstr " --startup CMD Executa CMD depois de iniciar\n"
|
||||
|
||||
#: openbox/openbox.c:551
|
||||
#, fuzzy
|
||||
msgid " --debug-session Display debugging output for session management\n"
|
||||
msgstr ""
|
||||
" --debug-focus Mostra saída de depuração para manipulação de foco\n"
|
||||
|
||||
#: openbox/openbox.c:548
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
"Please report bugs at %s\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"Por favor reporte erros em %s\n"
|
||||
|
||||
#: openbox/openbox.c:617
|
||||
#, fuzzy
|
||||
msgid "%s requires an argument\n"
|
||||
msgstr "--config-file requere um argumento\n"
|
||||
|
||||
#: openbox/openbox.c:660
|
||||
#, c-format
|
||||
msgid "Invalid command line argument \"%s\"\n"
|
||||
msgstr "Argumento de linha de comando inválido \"%s\"\n"
|
||||
|
||||
#. TRANSLATORS: If you need to specify a different order of the
|
||||
#. arguments, you can use %1$d for the first one and %2$d for the
|
||||
#. second one. For example,
|
||||
#. "The current session has %2$d desktops, but Waybox is configured for %1$d ..."
|
||||
#: openbox/screen.c:412
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Waybox is configured for %d desktop, but the current session has %d. "
|
||||
"Overriding the Waybox configuration."
|
||||
msgid_plural ""
|
||||
"Waybox is configured for %d desktops, but the current session has %d. "
|
||||
"Overriding the Waybox configuration."
|
||||
msgstr[0] ""
|
||||
"O Waybox está configurado para %d área de trabalho, mas a sessão atual "
|
||||
"contém %d. Sobrescrevendo a configuração do Waybox."
|
||||
msgstr[1] ""
|
||||
"O Waybox está configurado para %d áreas de trabalho, mas a sessão atual "
|
||||
"contém %d. Sobrescrevendo a configuração do Waybox."
|
||||
|
||||
#: openbox/screen.c:1180
|
||||
#, c-format
|
||||
msgid "desktop %i"
|
||||
msgstr "área de trabalho %i"
|
||||
|
||||
#: openbox/session.c:104
|
||||
#, c-format
|
||||
msgid "Unable to make directory \"%s\": %s"
|
||||
msgstr "Não foi possível criar o diretório \"%s\": %s"
|
||||
|
||||
#: openbox/session.c:466
|
||||
#, c-format
|
||||
msgid "Unable to save the session to \"%s\": %s"
|
||||
msgstr "Não foi possível salvar a sessão em \"%s\": %s"
|
||||
|
||||
#: openbox/session.c:605
|
||||
#, c-format
|
||||
msgid "Error while saving the session to \"%s\": %s"
|
||||
msgstr "Erro enquanto salvando a sessão em \"%s\": %s"
|
||||
|
||||
#: openbox/session.c:842
|
||||
msgid "Not connected to a session manager"
|
||||
msgstr "Não está conectado à um gerente de sessões"
|
||||
|
||||
#: openbox/startupnotify.c:243
|
||||
#, c-format
|
||||
msgid "Running %s"
|
||||
msgstr "Executando %s"
|
||||
|
||||
#: openbox/translate.c:59
|
||||
#, c-format
|
||||
msgid "Invalid modifier key \"%s\" in key/mouse binding"
|
||||
msgstr "Chave modificadora \"%s\" inválida na associação de tecla/mouse"
|
||||
|
||||
#: openbox/translate.c:138
|
||||
#, c-format
|
||||
msgid "Invalid key code \"%s\" in key binding"
|
||||
msgstr "Código chave \"%s\" inválido na associação de chave"
|
||||
|
||||
#: openbox/translate.c:145
|
||||
#, c-format
|
||||
msgid "Invalid key name \"%s\" in key binding"
|
||||
msgstr "Nome de chave \"%s\" inválido na associação de chave"
|
||||
|
||||
#: openbox/prompt.c:200
|
||||
msgid "OK"
|
||||
msgstr "OK"
|
||||
409
po/ro.po
Normal file
409
po/ro.po
Normal file
|
|
@ -0,0 +1,409 @@
|
|||
# Romanian translations for openbox package.
|
||||
# Copyright (C) 2020 Joe Wisdom
|
||||
# This file is distributed under the same license as the Waybox package.
|
||||
# Radu Feflea <rfeflea@googlemail.com>, 2010.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Waybox 0.0.1\n"
|
||||
"Report-Msgid-Bugs-To: https://github.com/wizbright/waybox/issues\n"
|
||||
"POT-Creation-Date: 2008-11-15 22:28+0100\n"
|
||||
"PO-Revision-Date: 2020-03-10 14:09-0400\n"
|
||||
"Last-Translator: Radu Feflea <rfeflea@googlemail.com>\n"
|
||||
"Language-Team: none\n"
|
||||
"Language: ro\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: openbox/actions.c:149
|
||||
#, c-format
|
||||
msgid "Invalid action \"%s\" requested. No such action exists."
|
||||
msgstr "Comanda internă “%s” invalidă. Nu există o astfel de comandă internă."
|
||||
|
||||
#: openbox/actions/execute.c:128
|
||||
msgid "No"
|
||||
msgstr "Nu"
|
||||
|
||||
#: openbox/actions/execute.c:129
|
||||
msgid "Yes"
|
||||
msgstr "Da"
|
||||
|
||||
#: openbox/actions/execute.c:133
|
||||
msgid "Execute"
|
||||
msgstr "Execută"
|
||||
|
||||
#: openbox/actions/execute.c:142
|
||||
#, c-format
|
||||
msgid "Failed to convert the path \"%s\" from utf8"
|
||||
msgstr "Calea “%s” nu a putut fi convertită din cod UTF-8"
|
||||
|
||||
#: openbox/actions/exit.c:52 openbox/actions/session.c:64 openbox/client.c:3465
|
||||
msgid "Cancel"
|
||||
msgstr "Anulare"
|
||||
|
||||
#: openbox/actions/exit.c:53
|
||||
msgid "Exit"
|
||||
msgstr "Ieșire"
|
||||
|
||||
#: openbox/actions/exit.c:56
|
||||
msgid "Are you sure you want to exit Waybox?"
|
||||
msgstr "Sunteți sigur că vreți să ieșiți din Waybox?"
|
||||
|
||||
#: openbox/actions/exit.c:57
|
||||
msgid "Exit Waybox"
|
||||
msgstr "Ieșire din Waybox"
|
||||
|
||||
#. TRANSLATORS: Don't translate the word "SessionLogout" as it's the
|
||||
#. name of the action you write in rc.xml
|
||||
#: openbox/actions/session.c:43
|
||||
msgid ""
|
||||
"The SessionLogout action is not available since Waybox was built without "
|
||||
"session management support"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/actions/session.c:65 openbox/actions/session.c:70
|
||||
msgid "Log Out"
|
||||
msgstr "Delogare"
|
||||
|
||||
#: openbox/actions/session.c:69
|
||||
msgid "Are you sure you want to log out?"
|
||||
msgstr "Sunteți sigur că vreți să vă delogați?"
|
||||
|
||||
#: openbox/client.c:2012
|
||||
msgid "Unnamed Window"
|
||||
msgstr "Fereastră fără nume"
|
||||
|
||||
#: openbox/client.c:2026 openbox/client.c:2058
|
||||
msgid "Killing..."
|
||||
msgstr "Terminare forțată..."
|
||||
|
||||
#: openbox/client.c:3462
|
||||
msgid "Disconnect"
|
||||
msgstr "Deconectare"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:87 openbox/client_list_menu.c:91
|
||||
msgid "Go there..."
|
||||
msgstr "Activează..."
|
||||
|
||||
#: openbox/client_list_combined_menu.c:94
|
||||
msgid "Manage desktops"
|
||||
msgstr "Administrează desktop-uri"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:95 openbox/client_list_menu.c:155
|
||||
msgid "_Add new desktop"
|
||||
msgstr "_Adaugă desktop nou"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:96 openbox/client_list_menu.c:156
|
||||
msgid "_Remove last desktop"
|
||||
msgstr "Șterge _ultimul desktop"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:149
|
||||
msgid "Windows"
|
||||
msgstr "Ferestre"
|
||||
|
||||
#: openbox/client_list_menu.c:203
|
||||
msgid "Desktops"
|
||||
msgstr "Desktop-uri"
|
||||
|
||||
#: openbox/client_menu.c:258
|
||||
msgid "All desktops"
|
||||
msgstr "Toate desktop-urile"
|
||||
|
||||
#: openbox/client_menu.c:370
|
||||
msgid "_Layer"
|
||||
msgstr "_Vizibilitate"
|
||||
|
||||
#: openbox/client_menu.c:375
|
||||
msgid "Always on _top"
|
||||
msgstr "Întotdeauna _deasupra"
|
||||
|
||||
#: openbox/client_menu.c:376
|
||||
msgid "_Normal"
|
||||
msgstr "_Normal"
|
||||
|
||||
#: openbox/client_menu.c:377
|
||||
msgid "Always on _bottom"
|
||||
msgstr "Întotdeauna în _fundal"
|
||||
|
||||
#: openbox/client_menu.c:379
|
||||
msgid "_Send to desktop"
|
||||
msgstr "_Trimite pe desktop"
|
||||
|
||||
#: openbox/client_menu.c:383
|
||||
msgid "Client menu"
|
||||
msgstr "Meniu client"
|
||||
|
||||
#: openbox/client_menu.c:393
|
||||
msgid "R_estore"
|
||||
msgstr "R_estaurează"
|
||||
|
||||
#: openbox/client_menu.c:397
|
||||
msgid "_Move"
|
||||
msgstr "_Mută"
|
||||
|
||||
#: openbox/client_menu.c:399
|
||||
msgid "Resi_ze"
|
||||
msgstr "Redimensionea_ză"
|
||||
|
||||
#: openbox/client_menu.c:401
|
||||
msgid "Ico_nify"
|
||||
msgstr "Mi_nimizează"
|
||||
|
||||
#: openbox/client_menu.c:405
|
||||
msgid "Ma_ximize"
|
||||
msgstr "Ma_ximizează"
|
||||
|
||||
#: openbox/client_menu.c:409
|
||||
msgid "_Roll up/down"
|
||||
msgstr "Minimizează/maximizează la _bara de titlu"
|
||||
|
||||
#: openbox/client_menu.c:411
|
||||
msgid "Un/_Decorate"
|
||||
msgstr "_Ascunde/afișează bara de titlu"
|
||||
|
||||
#: openbox/client_menu.c:415
|
||||
msgid "_Close"
|
||||
msgstr "În_chide"
|
||||
|
||||
#: openbox/config.c:781
|
||||
#, c-format
|
||||
msgid "Invalid button \"%s\" specified in config file"
|
||||
msgstr "Buton invalid “%s” specificat în fișierul de configurare"
|
||||
|
||||
#: openbox/config.c:956
|
||||
msgid ""
|
||||
"Waybox was compiled without image loading support. Icons in menus will not "
|
||||
"be loaded."
|
||||
msgstr ""
|
||||
|
||||
#: openbox/keyboard.c:157
|
||||
msgid "Conflict with key binding in config file"
|
||||
msgstr "Conflict de combinații de taste în fișierul de configurare"
|
||||
|
||||
#: openbox/menu.c:102 openbox/menu.c:110
|
||||
#, c-format
|
||||
msgid "Unable to find a valid menu file \"%s\""
|
||||
msgstr "Nu a fost găsit nici un fișier meniu valid “%s”"
|
||||
|
||||
#: openbox/menu.c:170
|
||||
#, c-format
|
||||
msgid "Failed to execute command for pipe-menu \"%s\": %s"
|
||||
msgstr "Comandă eșuată în meniul dinamic “%s”: %s"
|
||||
|
||||
#: openbox/menu.c:184
|
||||
#, c-format
|
||||
msgid "Invalid output from pipe-menu \"%s\""
|
||||
msgstr "Răspuns invalid de la meniul dinamic “%s”"
|
||||
|
||||
#: openbox/menu.c:197
|
||||
#, c-format
|
||||
msgid "Attempted to access menu \"%s\" but it does not exist"
|
||||
msgstr "Accesare meniu “%s” eșuată. Meniu inexistent"
|
||||
|
||||
#: openbox/menu.c:367 openbox/menu.c:368
|
||||
msgid "More..."
|
||||
msgstr "Mai mult..."
|
||||
|
||||
#: openbox/mouse.c:373
|
||||
#, c-format
|
||||
msgid "Invalid button \"%s\" in mouse binding"
|
||||
msgstr "Buton invalid “%s” în configurarea mouse-ului"
|
||||
|
||||
#: openbox/mouse.c:379
|
||||
#, c-format
|
||||
msgid "Invalid context \"%s\" in mouse binding"
|
||||
msgstr "Context invalid “%s” în configurarea mouse-ului"
|
||||
|
||||
#: openbox/openbox.c:133
|
||||
#, c-format
|
||||
msgid "Unable to change to home directory \"%s\": %s"
|
||||
msgstr "Directorul home “%s” nu a putut fi selectat: %s"
|
||||
|
||||
#: openbox/openbox.c:263
|
||||
msgid "Unable to find a valid config file, using some simple defaults"
|
||||
msgstr ""
|
||||
"Nu a fost găsit nici un fișier de configurare valid, se vor folosi valori "
|
||||
"implicite"
|
||||
|
||||
#: openbox/openbox.c:297
|
||||
msgid "Unable to load a theme."
|
||||
msgstr "O temă grafică nu a putut fi încarcată."
|
||||
|
||||
#: openbox/openbox.c:377
|
||||
#, c-format
|
||||
msgid ""
|
||||
"One or more XML syntax errors were found while parsing the Waybox "
|
||||
"configuration files. See stdout for more information. The last error seen "
|
||||
"was in file \"%s\" line %d, with message: %s"
|
||||
msgstr ""
|
||||
"Una sau mai multe erori de sintaxă XML au fost găsite la parcurgerea "
|
||||
"fișierului de configurare Waybox. Vezi stdout pentru mai multe informații. "
|
||||
"Ultima eroare găsită a fost in fișierul “%s” la linia %d, cu mesajul: %s"
|
||||
|
||||
#: openbox/openbox.c:379
|
||||
msgid "Waybox Syntax Error"
|
||||
msgstr "Eroare de sintaxă Waybox"
|
||||
|
||||
#: openbox/openbox.c:379
|
||||
msgid "Close"
|
||||
msgstr "Închide"
|
||||
|
||||
#: openbox/openbox.c:448
|
||||
#, c-format
|
||||
msgid "Restart failed to execute new executable \"%s\": %s"
|
||||
msgstr "Restartarea a eșuat lansarea noului fișier executabil “%s”: %s"
|
||||
|
||||
#: openbox/openbox.c:518 openbox/openbox.c:520
|
||||
msgid "Copyright (c)"
|
||||
msgstr "Copyright (c)"
|
||||
|
||||
#: openbox/openbox.c:529
|
||||
msgid "Syntax: openbox [options]\n"
|
||||
msgstr "Sintaxă: openbox [opțiuni]\n"
|
||||
|
||||
#: openbox/openbox.c:530
|
||||
msgid ""
|
||||
"\n"
|
||||
"Options:\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"Opțiuni:\n"
|
||||
|
||||
#: openbox/openbox.c:531
|
||||
msgid " --help Display this help and exit\n"
|
||||
msgstr " --help Afișează mesajul acesta și părăsește programul\n"
|
||||
|
||||
#: openbox/openbox.c:532
|
||||
msgid " --version Display the version and exit\n"
|
||||
msgstr ""
|
||||
" --version Afișează versiunea curentă și părăsește programul\n"
|
||||
|
||||
#. TRANSLATORS: if you translate "FILE" here, make sure to keep the "Specify..."
|
||||
#. aligned still, if you have to, make a new line with \n and 22 spaces. It's
|
||||
#. fine to leave it as FILE though.
|
||||
#: openbox/openbox.c:537
|
||||
msgid " --config-file FILE Specify the path to the config file to use\n"
|
||||
msgstr ""
|
||||
" --config-file FIȘIER Definește calea către fișierul de configurare dorit\n"
|
||||
|
||||
#: openbox/openbox.c:538
|
||||
msgid " --sm-disable Disable connection to the session manager\n"
|
||||
msgstr ""
|
||||
" --sm-disable Dezactivează conexiunea cu managerul de sesiune\n"
|
||||
|
||||
#: openbox/openbox.c:543
|
||||
msgid ""
|
||||
"\n"
|
||||
"Debugging options:\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"Opțiuni pentru depanare:\n"
|
||||
|
||||
#: openbox/openbox.c:544
|
||||
msgid " --sync Run in synchronous mode\n"
|
||||
msgstr " --sync Rulează Waybox în mod sincron\n"
|
||||
|
||||
#: openbox/openbox.c:545
|
||||
msgid " --debug Display debugging output\n"
|
||||
msgstr " --debug Afișează output-ul pentru depanare\n"
|
||||
|
||||
#: openbox/openbox.c:546
|
||||
msgid " --debug-focus Display debugging output for focus handling\n"
|
||||
msgstr ""
|
||||
" --debug-focus Afișează output-ul pentru depanare a problemelor de "
|
||||
"focus\n"
|
||||
|
||||
#: openbox/openbox.c:548
|
||||
msgid " --startup CMD Run CMD after starting\n"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/openbox.c:551
|
||||
msgid " --debug-session Display debugging output for session management\n"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/openbox.c:548
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
"Please report bugs at %s\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"Vă rugăm să anunțați erori la %s\n"
|
||||
|
||||
#: openbox/openbox.c:617
|
||||
msgid "%s requires an argument\n"
|
||||
msgstr "%s necesită un argument\n"
|
||||
|
||||
#: openbox/openbox.c:660
|
||||
#, c-format
|
||||
msgid "Invalid command line argument \"%s\"\n"
|
||||
msgstr "Argument invalid în linia de comandă “%s”\n"
|
||||
|
||||
#. TRANSLATORS: If you need to specify a different order of the
|
||||
#. arguments, you can use %1$d for the first one and %2$d for the
|
||||
#. second one. For example,
|
||||
#. "The current session has %2$d desktops, but Waybox is configured for %1$d ..."
|
||||
#: openbox/screen.c:412
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Waybox is configured for %d desktop, but the current session has %d. "
|
||||
"Overriding the Waybox configuration."
|
||||
msgid_plural ""
|
||||
"Waybox is configured for %d desktops, but the current session has %d. "
|
||||
"Overriding the Waybox configuration."
|
||||
msgstr[0] ""
|
||||
"Waybox e configurat pentru %d desktop, iar sesiunea curentă are %d. "
|
||||
"Configurația Waybox va fi ignorată."
|
||||
msgstr[1] ""
|
||||
"Waybox e configurat pentru %d desktop-uri, iar sesiunea curentă are %d. "
|
||||
"Configurația Waybox va fi ignorată."
|
||||
|
||||
#: openbox/screen.c:1180
|
||||
#, c-format
|
||||
msgid "desktop %i"
|
||||
msgstr "desktop %i"
|
||||
|
||||
#: openbox/session.c:104
|
||||
#, fuzzy, c-format
|
||||
msgid "Unable to make directory \"%s\": %s"
|
||||
msgstr "Directorul home “%s” nu a putut fi selectat: %s"
|
||||
|
||||
#: openbox/session.c:466
|
||||
#, fuzzy, c-format
|
||||
msgid "Unable to save the session to \"%s\": %s"
|
||||
msgstr "Directorul home “%s” nu a putut fi selectat: %s"
|
||||
|
||||
#: openbox/session.c:605
|
||||
#, c-format
|
||||
msgid "Error while saving the session to \"%s\": %s"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/session.c:842
|
||||
msgid "Not connected to a session manager"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/startupnotify.c:243
|
||||
#, c-format
|
||||
msgid "Running %s"
|
||||
msgstr "Rulează %s"
|
||||
|
||||
#: openbox/translate.c:59
|
||||
#, c-format
|
||||
msgid "Invalid modifier key \"%s\" in key/mouse binding"
|
||||
msgstr "Tasta specială “%s” este invalidă în combinația de taste/mouse"
|
||||
|
||||
#: openbox/translate.c:138
|
||||
#, c-format
|
||||
msgid "Invalid key code \"%s\" in key binding"
|
||||
msgstr "Codul de tastă “%s” este invalid în combinația de taste"
|
||||
|
||||
#: openbox/translate.c:145
|
||||
#, c-format
|
||||
msgid "Invalid key name \"%s\" in key binding"
|
||||
msgstr "Numele de tastă “%s” este invalid în combinația de taste"
|
||||
|
||||
#: openbox/prompt.c:200
|
||||
msgid "OK"
|
||||
msgstr "OK"
|
||||
406
po/ru.po
Normal file
406
po/ru.po
Normal file
|
|
@ -0,0 +1,406 @@
|
|||
# Russian translation of Waybox
|
||||
# Copyright (C) 2020 Joe Wisdom
|
||||
# This file is distributed under the same license as the Waybox package.
|
||||
# Alexey Remizov <alexey@remizov.pp.ru>, 2004.
|
||||
# Nikita Bukhvostov <dragon.djanic@gmail.com>, 2007.
|
||||
# Moroz Sergey L. <se.seam@gmail.com>, 2008.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Waybox 0.0.1\n"
|
||||
"Report-Msgid-Bugs-To: https://github.com/wizbright/waybox/issues\n"
|
||||
"POT-Creation-Date: 2008-11-15 22:28+0100\n"
|
||||
"PO-Revision-Date: 2020-03-10 14:09-0400\n"
|
||||
"Last-Translator: Moroz Sergey L. <se.seam@gmail.com>\n"
|
||||
"Language-Team: None\n"
|
||||
"Language: ru\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=n == 1 ? 0 : 1;\n"
|
||||
|
||||
#: openbox/actions.c:149
|
||||
#, c-format
|
||||
msgid "Invalid action \"%s\" requested. No such action exists."
|
||||
msgstr "Запрошено неверное действие \"%s\". Такого действия нет."
|
||||
|
||||
#: openbox/actions/execute.c:128
|
||||
msgid "No"
|
||||
msgstr "Нет"
|
||||
|
||||
#: openbox/actions/execute.c:129
|
||||
msgid "Yes"
|
||||
msgstr "Да"
|
||||
|
||||
#: openbox/actions/execute.c:133
|
||||
msgid "Execute"
|
||||
msgstr "Запустить"
|
||||
|
||||
#: openbox/actions/execute.c:142
|
||||
#, c-format
|
||||
msgid "Failed to convert the path \"%s\" from utf8"
|
||||
msgstr "Неудачная конвертация пути \"%s\" из utf8"
|
||||
|
||||
#: openbox/actions/exit.c:52 openbox/actions/session.c:64 openbox/client.c:3465
|
||||
msgid "Cancel"
|
||||
msgstr "Отменить"
|
||||
|
||||
#: openbox/actions/exit.c:53
|
||||
msgid "Exit"
|
||||
msgstr "Выйти"
|
||||
|
||||
#: openbox/actions/exit.c:56
|
||||
msgid "Are you sure you want to exit Waybox?"
|
||||
msgstr "Вы действительно хотите выйти из Waybox?"
|
||||
|
||||
#: openbox/actions/exit.c:57
|
||||
msgid "Exit Waybox"
|
||||
msgstr "Выйти из Waybox"
|
||||
|
||||
#. TRANSLATORS: Don't translate the word "SessionLogout" as it's the
|
||||
#. name of the action you write in rc.xml
|
||||
#: openbox/actions/session.c:43
|
||||
msgid ""
|
||||
"The SessionLogout action is not available since Waybox was built without "
|
||||
"session management support"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/actions/session.c:65 openbox/actions/session.c:70
|
||||
msgid "Log Out"
|
||||
msgstr "Выход"
|
||||
|
||||
#: openbox/actions/session.c:69
|
||||
msgid "Are you sure you want to log out?"
|
||||
msgstr "Вы действительно хотите выйти?"
|
||||
|
||||
#: openbox/client.c:2012
|
||||
msgid "Unnamed Window"
|
||||
msgstr "Безымянное окно"
|
||||
|
||||
#: openbox/client.c:2026 openbox/client.c:2058
|
||||
msgid "Killing..."
|
||||
msgstr "Завершение..."
|
||||
|
||||
#: openbox/client.c:3462
|
||||
msgid "Disconnect"
|
||||
msgstr "Отключить"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:87 openbox/client_list_menu.c:91
|
||||
msgid "Go there..."
|
||||
msgstr "Перейти..."
|
||||
|
||||
#: openbox/client_list_combined_menu.c:94
|
||||
msgid "Manage desktops"
|
||||
msgstr "Управление рабочими столами"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:95 openbox/client_list_menu.c:155
|
||||
msgid "_Add new desktop"
|
||||
msgstr "Добавить новый рабочий стол(_A)"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:96 openbox/client_list_menu.c:156
|
||||
msgid "_Remove last desktop"
|
||||
msgstr "Удалить последний рабочий стол(_R)"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:149
|
||||
msgid "Windows"
|
||||
msgstr "Окна"
|
||||
|
||||
#: openbox/client_list_menu.c:203
|
||||
msgid "Desktops"
|
||||
msgstr "Рабочие столы"
|
||||
|
||||
#: openbox/client_menu.c:258
|
||||
msgid "All desktops"
|
||||
msgstr "Все рабочие столы"
|
||||
|
||||
#: openbox/client_menu.c:370
|
||||
msgid "_Layer"
|
||||
msgstr "Положение(_L)"
|
||||
|
||||
#: openbox/client_menu.c:375
|
||||
msgid "Always on _top"
|
||||
msgstr "Всегда наверху(_T)"
|
||||
|
||||
#: openbox/client_menu.c:376
|
||||
msgid "_Normal"
|
||||
msgstr "Обычное(_N)"
|
||||
|
||||
#: openbox/client_menu.c:377
|
||||
msgid "Always on _bottom"
|
||||
msgstr "Всегда внизу(_B)"
|
||||
|
||||
#: openbox/client_menu.c:379
|
||||
msgid "_Send to desktop"
|
||||
msgstr "Отправить на рабочий стол(_S)"
|
||||
|
||||
#: openbox/client_menu.c:383
|
||||
msgid "Client menu"
|
||||
msgstr "Клиентское меню"
|
||||
|
||||
#: openbox/client_menu.c:393
|
||||
msgid "R_estore"
|
||||
msgstr "Восстановить(_E)"
|
||||
|
||||
#: openbox/client_menu.c:397
|
||||
msgid "_Move"
|
||||
msgstr "Переместить(_M)"
|
||||
|
||||
#: openbox/client_menu.c:399
|
||||
msgid "Resi_ze"
|
||||
msgstr "Изменить размер(_Z)"
|
||||
|
||||
#: openbox/client_menu.c:401
|
||||
msgid "Ico_nify"
|
||||
msgstr "Свернуть в значок(_N)"
|
||||
|
||||
#: openbox/client_menu.c:405
|
||||
msgid "Ma_ximize"
|
||||
msgstr "Распахнуть(_X)"
|
||||
|
||||
#: openbox/client_menu.c:409
|
||||
msgid "_Roll up/down"
|
||||
msgstr "Рас/скрутить(_R)"
|
||||
|
||||
#: openbox/client_menu.c:411
|
||||
msgid "Un/_Decorate"
|
||||
msgstr "Рас/Декорировать(_D)"
|
||||
|
||||
#: openbox/client_menu.c:415
|
||||
msgid "_Close"
|
||||
msgstr "Закрыть(_C)"
|
||||
|
||||
#: openbox/config.c:781
|
||||
#, c-format
|
||||
msgid "Invalid button \"%s\" specified in config file"
|
||||
msgstr "В файле конфигурации определена неверная кнопка \"%s\""
|
||||
|
||||
#: openbox/config.c:956
|
||||
msgid ""
|
||||
"Waybox was compiled without image loading support. Icons in menus will not "
|
||||
"be loaded."
|
||||
msgstr ""
|
||||
|
||||
#: openbox/keyboard.c:157
|
||||
msgid "Conflict with key binding in config file"
|
||||
msgstr "Конфликтует с комбинацией клавиш из файла конфигурации"
|
||||
|
||||
#: openbox/menu.c:102 openbox/menu.c:110
|
||||
#, c-format
|
||||
msgid "Unable to find a valid menu file \"%s\""
|
||||
msgstr "Невозможно найти соответствующий файл меню \"%s\""
|
||||
|
||||
#: openbox/menu.c:170
|
||||
#, c-format
|
||||
msgid "Failed to execute command for pipe-menu \"%s\": %s"
|
||||
msgstr "Неудачное выполнение команды для меню канала \"%s\": %s"
|
||||
|
||||
#: openbox/menu.c:184
|
||||
#, c-format
|
||||
msgid "Invalid output from pipe-menu \"%s\""
|
||||
msgstr "Неверный выход меню канала \"%s\""
|
||||
|
||||
#: openbox/menu.c:197
|
||||
#, c-format
|
||||
msgid "Attempted to access menu \"%s\" but it does not exist"
|
||||
msgstr "Попытка доступа к меню \"%s\", которого не существует"
|
||||
|
||||
#: openbox/menu.c:367 openbox/menu.c:368
|
||||
msgid "More..."
|
||||
msgstr "Еще..."
|
||||
|
||||
#: openbox/mouse.c:373
|
||||
#, c-format
|
||||
msgid "Invalid button \"%s\" in mouse binding"
|
||||
msgstr "Неверная кнопка \"%s\" в комбинации мыши"
|
||||
|
||||
#: openbox/mouse.c:379
|
||||
#, c-format
|
||||
msgid "Invalid context \"%s\" in mouse binding"
|
||||
msgstr "Неверная связь \"%s\" в комбинации мыши"
|
||||
|
||||
#: openbox/openbox.c:133
|
||||
#, c-format
|
||||
msgid "Unable to change to home directory \"%s\": %s"
|
||||
msgstr "Невозможно изменить на домашнюю директорию \"%s\": %s"
|
||||
|
||||
#: openbox/openbox.c:263
|
||||
msgid "Unable to find a valid config file, using some simple defaults"
|
||||
msgstr ""
|
||||
"Невозможно найти правильный файл настройки, используется простой по "
|
||||
"умолчанию."
|
||||
|
||||
#: openbox/openbox.c:297
|
||||
msgid "Unable to load a theme."
|
||||
msgstr "Невозможно загрузить тему."
|
||||
|
||||
#: openbox/openbox.c:377
|
||||
#, c-format
|
||||
msgid ""
|
||||
"One or more XML syntax errors were found while parsing the Waybox "
|
||||
"configuration files. See stdout for more information. The last error seen "
|
||||
"was in file \"%s\" line %d, with message: %s"
|
||||
msgstr ""
|
||||
"При обработке файлов конфигурации Waybox найдена одна или более "
|
||||
"синтаксических ошибок XML. Подробную информацию просмотрите в выводе "
|
||||
"stdout. Последняя ошибка замечена в файле \"%s\" строке %d, с сообщением: %s"
|
||||
|
||||
#: openbox/openbox.c:379
|
||||
msgid "Waybox Syntax Error"
|
||||
msgstr "Ошибка синтаксиса Waybox"
|
||||
|
||||
#: openbox/openbox.c:379
|
||||
msgid "Close"
|
||||
msgstr "Закрыть"
|
||||
|
||||
#: openbox/openbox.c:448
|
||||
#, c-format
|
||||
msgid "Restart failed to execute new executable \"%s\": %s"
|
||||
msgstr "При перезапуске не удалось выполнить новую команду \"%s\": %s"
|
||||
|
||||
#: openbox/openbox.c:518 openbox/openbox.c:520
|
||||
msgid "Copyright (c)"
|
||||
msgstr "Copyright (c)"
|
||||
|
||||
#: openbox/openbox.c:529
|
||||
msgid "Syntax: openbox [options]\n"
|
||||
msgstr "Синтаксис: openbox [options]\n"
|
||||
|
||||
#: openbox/openbox.c:530
|
||||
msgid ""
|
||||
"\n"
|
||||
"Options:\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"Опции:\n"
|
||||
|
||||
#: openbox/openbox.c:531
|
||||
msgid " --help Display this help and exit\n"
|
||||
msgstr " --help Показать эту справку и выйти\n"
|
||||
|
||||
#: openbox/openbox.c:532
|
||||
msgid " --version Display the version and exit\n"
|
||||
msgstr " --version Показать версию и выйти\n"
|
||||
|
||||
#. TRANSLATORS: if you translate "FILE" here, make sure to keep the "Specify..."
|
||||
#. aligned still, if you have to, make a new line with \n and 22 spaces. It's
|
||||
#. fine to leave it as FILE though.
|
||||
#: openbox/openbox.c:537
|
||||
msgid " --config-file FILE Specify the path to the config file to use\n"
|
||||
msgstr " --config-file FILE Указать путь к используемому файлу настройки\n"
|
||||
|
||||
#: openbox/openbox.c:538
|
||||
msgid " --sm-disable Disable connection to the session manager\n"
|
||||
msgstr " --sm-disable Разорвать соединение с менеджером сессии\n"
|
||||
|
||||
#: openbox/openbox.c:543
|
||||
msgid ""
|
||||
"\n"
|
||||
"Debugging options:\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"Настройки отладки:\n"
|
||||
|
||||
#: openbox/openbox.c:544
|
||||
msgid " --sync Run in synchronous mode\n"
|
||||
msgstr " --sync Запустить в режиме синхронизации\n"
|
||||
|
||||
#: openbox/openbox.c:545
|
||||
msgid " --debug Display debugging output\n"
|
||||
msgstr " --debug Показать вывод отладки\n"
|
||||
|
||||
#: openbox/openbox.c:546
|
||||
msgid " --debug-focus Display debugging output for focus handling\n"
|
||||
msgstr " --debug-focus Показать вывод отладки для выделенного фокусом\n"
|
||||
|
||||
#: openbox/openbox.c:548
|
||||
msgid " --startup CMD Run CMD after starting\n"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/openbox.c:551
|
||||
msgid " --debug-session Display debugging output for session management\n"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/openbox.c:548
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
"Please report bugs at %s\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"Пожалуйста, сообщайте об ошибках на %s\n"
|
||||
|
||||
#: openbox/openbox.c:617
|
||||
msgid "%s requires an argument\n"
|
||||
msgstr "%s требует указания аргумента\n"
|
||||
|
||||
#: openbox/openbox.c:660
|
||||
#, c-format
|
||||
msgid "Invalid command line argument \"%s\"\n"
|
||||
msgstr "Неверный аргумент командной строки \"%s\"\n"
|
||||
|
||||
#. TRANSLATORS: If you need to specify a different order of the
|
||||
#. arguments, you can use %1$d for the first one and %2$d for the
|
||||
#. second one. For example,
|
||||
#. "The current session has %2$d desktops, but Waybox is configured for %1$d ..."
|
||||
#: openbox/screen.c:412
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Waybox is configured for %d desktop, but the current session has %d. "
|
||||
"Overriding the Waybox configuration."
|
||||
msgid_plural ""
|
||||
"Waybox is configured for %d desktops, but the current session has %d. "
|
||||
"Overriding the Waybox configuration."
|
||||
msgstr[0] ""
|
||||
"Waybox сконфигурирован для %d рабочих столов, а в текущей сессии имеется "
|
||||
"%d. Изменены настройки Waybox."
|
||||
msgstr[1] ""
|
||||
"Waybox сконфигурирован для %d рабочих столов, а в текущей сессии имеется "
|
||||
"%d. Изменены настройки Waybox."
|
||||
|
||||
#: openbox/screen.c:1180
|
||||
#, c-format
|
||||
msgid "desktop %i"
|
||||
msgstr "рабочий стол %i"
|
||||
|
||||
#: openbox/session.c:104
|
||||
#, fuzzy, c-format
|
||||
msgid "Unable to make directory \"%s\": %s"
|
||||
msgstr "Невозможно создать директорию '%s': %s"
|
||||
|
||||
#: openbox/session.c:466
|
||||
#, fuzzy, c-format
|
||||
msgid "Unable to save the session to \"%s\": %s"
|
||||
msgstr "Невозможно изменить на домашнюю директорию \"%s\": %s"
|
||||
|
||||
#: openbox/session.c:605
|
||||
#, c-format
|
||||
msgid "Error while saving the session to \"%s\": %s"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/session.c:842
|
||||
msgid "Not connected to a session manager"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/startupnotify.c:243
|
||||
#, c-format
|
||||
msgid "Running %s"
|
||||
msgstr "Запуск %s"
|
||||
|
||||
#: openbox/translate.c:59
|
||||
#, c-format
|
||||
msgid "Invalid modifier key \"%s\" in key/mouse binding"
|
||||
msgstr "Неверный модификатор \"%s\" в комбинации клавиши/мыши"
|
||||
|
||||
#: openbox/translate.c:138
|
||||
#, c-format
|
||||
msgid "Invalid key code \"%s\" in key binding"
|
||||
msgstr "Неверный код ключа \"%s\" в комбинации клавиш"
|
||||
|
||||
#: openbox/translate.c:145
|
||||
#, c-format
|
||||
msgid "Invalid key name \"%s\" in key binding"
|
||||
msgstr "Неверное имя ключа \"%s\" в комбинации клавиш"
|
||||
|
||||
#: openbox/prompt.c:200
|
||||
msgid "OK"
|
||||
msgstr "OK"
|
||||
399
po/sk.po
Normal file
399
po/sk.po
Normal file
|
|
@ -0,0 +1,399 @@
|
|||
# Translation of openbox.pot to Slovak.
|
||||
# Copyright (C) 2020 Joe Wisdom
|
||||
# This file is distributed under the same license as the Waybox package.
|
||||
# Jozef Říha <jose1711@gmail.com>, 2006, 2007.
|
||||
# František Eliáš <elias.frantisek@gmail.com>, 2009.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Waybox 0.0.1\n"
|
||||
"Report-Msgid-Bugs-To: https://github.com/wizbright/waybox/issues\n"
|
||||
"POT-Creation-Date: 2008-11-15 22:28+0100\n"
|
||||
"PO-Revision-Date: 2020-03-10 14:09-0400\n"
|
||||
"Last-Translator: Frantisek Elias <elias.frantisek@gmail.com>\n"
|
||||
"Language-Team: Slovak <sk@sk.org>\n"
|
||||
"Language: sk\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1) ? 1 : (n>=2 && n<=4) ? 2 : 0;\n"
|
||||
|
||||
#: openbox/actions.c:149
|
||||
#, c-format
|
||||
msgid "Invalid action \"%s\" requested. No such action exists."
|
||||
msgstr "Vyžiadaná neplatná akcia \"%s\". Takáto akcia neexistuje."
|
||||
|
||||
#: openbox/actions/execute.c:128
|
||||
msgid "No"
|
||||
msgstr "Nie"
|
||||
|
||||
#: openbox/actions/execute.c:129
|
||||
msgid "Yes"
|
||||
msgstr "Áno"
|
||||
|
||||
#: openbox/actions/execute.c:133
|
||||
msgid "Execute"
|
||||
msgstr "Spustiť"
|
||||
|
||||
#: openbox/actions/execute.c:142
|
||||
#, c-format
|
||||
msgid "Failed to convert the path \"%s\" from utf8"
|
||||
msgstr "Nepodarilo sa skonvertovať cestu \"%s\" z utf8"
|
||||
|
||||
#: openbox/actions/exit.c:52 openbox/actions/session.c:64 openbox/client.c:3465
|
||||
msgid "Cancel"
|
||||
msgstr "Zrušiť"
|
||||
|
||||
#: openbox/actions/exit.c:53
|
||||
msgid "Exit"
|
||||
msgstr "Ukončiť"
|
||||
|
||||
#: openbox/actions/exit.c:56
|
||||
msgid "Are you sure you want to exit Waybox?"
|
||||
msgstr "Určite chcete ukončiť Waybox?"
|
||||
|
||||
#: openbox/actions/exit.c:57
|
||||
msgid "Exit Waybox"
|
||||
msgstr "Ukončiť Waybox"
|
||||
|
||||
#. TRANSLATORS: Don't translate the word "SessionLogout" as it's the
|
||||
#. name of the action you write in rc.xml
|
||||
#: openbox/actions/session.c:43
|
||||
msgid ""
|
||||
"The SessionLogout action is not available since Waybox was built without "
|
||||
"session management support"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/actions/session.c:65 openbox/actions/session.c:70
|
||||
msgid "Log Out"
|
||||
msgstr "Odhlásiť sa"
|
||||
|
||||
#: openbox/actions/session.c:69
|
||||
msgid "Are you sure you want to log out?"
|
||||
msgstr "Naozaj sa chcete odhlásiť?"
|
||||
|
||||
#: openbox/client.c:2012
|
||||
msgid "Unnamed Window"
|
||||
msgstr "Nepomenované okno"
|
||||
|
||||
#: openbox/client.c:2026 openbox/client.c:2058
|
||||
msgid "Killing..."
|
||||
msgstr "Ukončujem proces..."
|
||||
|
||||
#: openbox/client.c:3462
|
||||
msgid "Disconnect"
|
||||
msgstr "Odpojiť"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:87 openbox/client_list_menu.c:91
|
||||
msgid "Go there..."
|
||||
msgstr "Prejsť na..."
|
||||
|
||||
#: openbox/client_list_combined_menu.c:94
|
||||
msgid "Manage desktops"
|
||||
msgstr "Správa plôch"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:95 openbox/client_list_menu.c:155
|
||||
msgid "_Add new desktop"
|
||||
msgstr "_Pridať novú plochu"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:96 openbox/client_list_menu.c:156
|
||||
msgid "_Remove last desktop"
|
||||
msgstr "_Odstrániť poslednú plochu"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:149
|
||||
msgid "Windows"
|
||||
msgstr "Okná"
|
||||
|
||||
#: openbox/client_list_menu.c:203
|
||||
msgid "Desktops"
|
||||
msgstr "Plochy"
|
||||
|
||||
#: openbox/client_menu.c:258
|
||||
msgid "All desktops"
|
||||
msgstr "Všetky plochy"
|
||||
|
||||
#: openbox/client_menu.c:370
|
||||
msgid "_Layer"
|
||||
msgstr "_Vrstva"
|
||||
|
||||
#: openbox/client_menu.c:375
|
||||
msgid "Always on _top"
|
||||
msgstr "Vždy _navrchu"
|
||||
|
||||
#: openbox/client_menu.c:376
|
||||
msgid "_Normal"
|
||||
msgstr "Nor_málna"
|
||||
|
||||
#: openbox/client_menu.c:377
|
||||
msgid "Always on _bottom"
|
||||
msgstr "Vždy _dole"
|
||||
|
||||
#: openbox/client_menu.c:379
|
||||
msgid "_Send to desktop"
|
||||
msgstr "_Poslať na plochu"
|
||||
|
||||
#: openbox/client_menu.c:383
|
||||
msgid "Client menu"
|
||||
msgstr "Menu klienta"
|
||||
|
||||
#: openbox/client_menu.c:393
|
||||
msgid "R_estore"
|
||||
msgstr "_Obnoviť"
|
||||
|
||||
#: openbox/client_menu.c:397
|
||||
msgid "_Move"
|
||||
msgstr "Pre_sunúť"
|
||||
|
||||
#: openbox/client_menu.c:399
|
||||
msgid "Resi_ze"
|
||||
msgstr "Z_mena veľkosti"
|
||||
|
||||
#: openbox/client_menu.c:401
|
||||
msgid "Ico_nify"
|
||||
msgstr "Do iko_ny"
|
||||
|
||||
#: openbox/client_menu.c:405
|
||||
msgid "Ma_ximize"
|
||||
msgstr "Ma_ximalizovať"
|
||||
|
||||
#: openbox/client_menu.c:409
|
||||
msgid "_Roll up/down"
|
||||
msgstr "Ro/_Zvinúť"
|
||||
|
||||
#: openbox/client_menu.c:411
|
||||
msgid "Un/_Decorate"
|
||||
msgstr "(Ne)_Dekorovať"
|
||||
|
||||
#: openbox/client_menu.c:415
|
||||
msgid "_Close"
|
||||
msgstr "Z_avrieť"
|
||||
|
||||
#: openbox/config.c:781
|
||||
#, c-format
|
||||
msgid "Invalid button \"%s\" specified in config file"
|
||||
msgstr "Neplatné tlačidlo \"%s\" špecifikované v konfiguračnom súbore"
|
||||
|
||||
#: openbox/config.c:956
|
||||
msgid ""
|
||||
"Waybox was compiled without image loading support. Icons in menus will not "
|
||||
"be loaded."
|
||||
msgstr ""
|
||||
|
||||
#: openbox/keyboard.c:157
|
||||
msgid "Conflict with key binding in config file"
|
||||
msgstr "Konflikt priradenie klávesov v konfiguračnom súbore"
|
||||
|
||||
#: openbox/menu.c:102 openbox/menu.c:110
|
||||
#, c-format
|
||||
msgid "Unable to find a valid menu file \"%s\""
|
||||
msgstr "Nepodarilo sa nájsť platný súbor menu \"%s\""
|
||||
|
||||
#: openbox/menu.c:170
|
||||
#, c-format
|
||||
msgid "Failed to execute command for pipe-menu \"%s\": %s"
|
||||
msgstr "Nepodarilo sa spustiť príkaz pre pipe-menu \"%s\": %s"
|
||||
|
||||
#: openbox/menu.c:184
|
||||
#, c-format
|
||||
msgid "Invalid output from pipe-menu \"%s\""
|
||||
msgstr "Neplatný výstup z pipe-menu \"%s\""
|
||||
|
||||
#: openbox/menu.c:197
|
||||
#, c-format
|
||||
msgid "Attempted to access menu \"%s\" but it does not exist"
|
||||
msgstr "Pokus o sprístupnenie menu \"%s\", ale to neexistuje"
|
||||
|
||||
#: openbox/menu.c:367 openbox/menu.c:368
|
||||
msgid "More..."
|
||||
msgstr "Viac..."
|
||||
|
||||
#: openbox/mouse.c:373
|
||||
#, c-format
|
||||
msgid "Invalid button \"%s\" in mouse binding"
|
||||
msgstr "Neplatné tlačidlo \"%s\" v priradení myši"
|
||||
|
||||
#: openbox/mouse.c:379
|
||||
#, c-format
|
||||
msgid "Invalid context \"%s\" in mouse binding"
|
||||
msgstr "Neplatný kontext \"%s\" v priradení myši"
|
||||
|
||||
#: openbox/openbox.c:133
|
||||
#, c-format
|
||||
msgid "Unable to change to home directory \"%s\": %s"
|
||||
msgstr "Nepodarilo sa prejsť do domovského adresára \"%s\": %s"
|
||||
|
||||
#: openbox/openbox.c:263
|
||||
msgid "Unable to find a valid config file, using some simple defaults"
|
||||
msgstr ""
|
||||
"Nepodarilo sa nájsť platný konfiguračný súbor, použijem jednoduché "
|
||||
"implicitné nastavenia"
|
||||
|
||||
#: openbox/openbox.c:297
|
||||
msgid "Unable to load a theme."
|
||||
msgstr "Nepodarilo sa nahrať tému."
|
||||
|
||||
#: openbox/openbox.c:377
|
||||
#, c-format
|
||||
msgid ""
|
||||
"One or more XML syntax errors were found while parsing the Waybox "
|
||||
"configuration files. See stdout for more information. The last error seen "
|
||||
"was in file \"%s\" line %d, with message: %s"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/openbox.c:379
|
||||
msgid "Waybox Syntax Error"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/openbox.c:379
|
||||
msgid "Close"
|
||||
msgstr "Zavrieť"
|
||||
|
||||
#: openbox/openbox.c:448
|
||||
#, c-format
|
||||
msgid "Restart failed to execute new executable \"%s\": %s"
|
||||
msgstr "Reštart zlyhal pri spúšťaní novej binárky \"%s\": %s"
|
||||
|
||||
#: openbox/openbox.c:518 openbox/openbox.c:520
|
||||
msgid "Copyright (c)"
|
||||
msgstr "Copyright (c)"
|
||||
|
||||
#: openbox/openbox.c:529
|
||||
msgid "Syntax: openbox [options]\n"
|
||||
msgstr "Syntax: openbox [volby]\n"
|
||||
|
||||
#: openbox/openbox.c:530
|
||||
msgid ""
|
||||
"\n"
|
||||
"Options:\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"Volby:\n"
|
||||
|
||||
#: openbox/openbox.c:531
|
||||
msgid " --help Display this help and exit\n"
|
||||
msgstr " --help Zobrazi tuto napovedu a skonci\n"
|
||||
|
||||
#: openbox/openbox.c:532
|
||||
msgid " --version Display the version and exit\n"
|
||||
msgstr " --version Zobrazi cislo verzie a skonci\n"
|
||||
|
||||
#. TRANSLATORS: if you translate "FILE" here, make sure to keep the "Specify..."
|
||||
#. aligned still, if you have to, make a new line with \n and 22 spaces. It's
|
||||
#. fine to leave it as FILE though.
|
||||
#: openbox/openbox.c:537
|
||||
msgid " --config-file FILE Specify the path to the config file to use\n"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/openbox.c:538
|
||||
msgid " --sm-disable Disable connection to the session manager\n"
|
||||
msgstr " --sm-disable Vypne spojenie k manazerovi sedenia\n"
|
||||
|
||||
#: openbox/openbox.c:543
|
||||
msgid ""
|
||||
"\n"
|
||||
"Debugging options:\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"Volby ladenia:\n"
|
||||
|
||||
#: openbox/openbox.c:544
|
||||
msgid " --sync Run in synchronous mode\n"
|
||||
msgstr " --sync Spustit v synchronnom mode\n"
|
||||
|
||||
#: openbox/openbox.c:545
|
||||
msgid " --debug Display debugging output\n"
|
||||
msgstr " --debug Zobrazit ladiaci vystup\n"
|
||||
|
||||
#: openbox/openbox.c:546
|
||||
msgid " --debug-focus Display debugging output for focus handling\n"
|
||||
msgstr ""
|
||||
" --debug-focus Zobrazit ladiaci vystup pre manipulaciu s fokusom\n"
|
||||
|
||||
#: openbox/openbox.c:548
|
||||
msgid " --startup CMD Run CMD after starting\n"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/openbox.c:551
|
||||
msgid " --debug-session Display debugging output for session management\n"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/openbox.c:548
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
"Please report bugs at %s\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"Prosim hlaste chyby na %s\n"
|
||||
|
||||
#: openbox/openbox.c:617
|
||||
msgid "%s requires an argument\n"
|
||||
msgstr "%s vyzaduje parameter\n"
|
||||
|
||||
#: openbox/openbox.c:660
|
||||
#, c-format
|
||||
msgid "Invalid command line argument \"%s\"\n"
|
||||
msgstr "Neplatny parameter prikazoveho riadku \"%s\"\n"
|
||||
|
||||
#. TRANSLATORS: If you need to specify a different order of the
|
||||
#. arguments, you can use %1$d for the first one and %2$d for the
|
||||
#. second one. For example,
|
||||
#. "The current session has %2$d desktops, but Waybox is configured for %1$d ..."
|
||||
#: openbox/screen.c:412
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Waybox is configured for %d desktop, but the current session has %d. "
|
||||
"Overriding the Waybox configuration."
|
||||
msgid_plural ""
|
||||
"Waybox is configured for %d desktops, but the current session has %d. "
|
||||
"Overriding the Waybox configuration."
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: openbox/screen.c:1180
|
||||
#, c-format
|
||||
msgid "desktop %i"
|
||||
msgstr "plocha %i"
|
||||
|
||||
#: openbox/session.c:104
|
||||
#, fuzzy, c-format
|
||||
msgid "Unable to make directory \"%s\": %s"
|
||||
msgstr "Nebolo možné vytvoriť adresár '%s': %s"
|
||||
|
||||
#: openbox/session.c:466
|
||||
#, fuzzy, c-format
|
||||
msgid "Unable to save the session to \"%s\": %s"
|
||||
msgstr "Nepodarilo sa prejsť do domovského adresára \"%s\": %s"
|
||||
|
||||
#: openbox/session.c:605
|
||||
#, c-format
|
||||
msgid "Error while saving the session to \"%s\": %s"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/session.c:842
|
||||
msgid "Not connected to a session manager"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/startupnotify.c:243
|
||||
#, c-format
|
||||
msgid "Running %s"
|
||||
msgstr "Spúšťam %s"
|
||||
|
||||
#: openbox/translate.c:59
|
||||
#, c-format
|
||||
msgid "Invalid modifier key \"%s\" in key/mouse binding"
|
||||
msgstr "Neplatný kláves pre modifikátor \"%s\" v priradení klávesov/myši"
|
||||
|
||||
#: openbox/translate.c:138
|
||||
#, c-format
|
||||
msgid "Invalid key code \"%s\" in key binding"
|
||||
msgstr "Neplatný kód klávesu \"%s\" v priradení klávesov"
|
||||
|
||||
#: openbox/translate.c:145
|
||||
#, c-format
|
||||
msgid "Invalid key name \"%s\" in key binding"
|
||||
msgstr "Neplatný názov klávesu \"%s\" v priradení klávesov"
|
||||
|
||||
#: openbox/prompt.c:200
|
||||
msgid "OK"
|
||||
msgstr "OK"
|
||||
411
po/sr.po
Normal file
411
po/sr.po
Normal file
|
|
@ -0,0 +1,411 @@
|
|||
# Serbian translations for Waybox package
|
||||
# Copyright (C) 2020 Joe Wisdom
|
||||
# This file is distributed under the same license as the Waybox package.
|
||||
# Jay A. Fleming <tito.nehru.naser@gmail.com>, 2008.
|
||||
#
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Waybox 0.0.1\n"
|
||||
"Report-Msgid-Bugs-To: https://github.com/wizbright/waybox/issues\n"
|
||||
"POT-Creation-Date: 2008-11-15 22:28+0100\n"
|
||||
"PO-Revision-Date: 2020-03-10 14:09-0400\n"
|
||||
"Last-Translator: Jay Alexander Fleming <tito.nehru.naser@gmail.com>\n"
|
||||
"Language-Team: None\n"
|
||||
"Language: sr\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
|
||||
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
|
||||
#: openbox/actions.c:149
|
||||
#, c-format
|
||||
msgid "Invalid action \"%s\" requested. No such action exists."
|
||||
msgstr "Захтевана је непостојећа акција „%s“."
|
||||
|
||||
#: openbox/actions/execute.c:128
|
||||
msgid "No"
|
||||
msgstr "Не"
|
||||
|
||||
#: openbox/actions/execute.c:129
|
||||
msgid "Yes"
|
||||
msgstr "Да"
|
||||
|
||||
#: openbox/actions/execute.c:133
|
||||
msgid "Execute"
|
||||
msgstr "Изврши"
|
||||
|
||||
#: openbox/actions/execute.c:142
|
||||
#, c-format
|
||||
msgid "Failed to convert the path \"%s\" from utf8"
|
||||
msgstr "Претварање путање „%s“ из УТФ-8 није успело"
|
||||
|
||||
#: openbox/actions/exit.c:52 openbox/actions/session.c:64 openbox/client.c:3465
|
||||
msgid "Cancel"
|
||||
msgstr "Поништи"
|
||||
|
||||
#: openbox/actions/exit.c:53
|
||||
msgid "Exit"
|
||||
msgstr "Излаз"
|
||||
|
||||
#: openbox/actions/exit.c:56
|
||||
msgid "Are you sure you want to exit Waybox?"
|
||||
msgstr "Желите ли да напустите Опенбокс?"
|
||||
|
||||
#: openbox/actions/exit.c:57
|
||||
msgid "Exit Waybox"
|
||||
msgstr "Излаз из Опенбокса"
|
||||
|
||||
#. TRANSLATORS: Don't translate the word "SessionLogout" as it's the
|
||||
#. name of the action you write in rc.xml
|
||||
#: openbox/actions/session.c:43
|
||||
msgid ""
|
||||
"The SessionLogout action is not available since Waybox was built without "
|
||||
"session management support"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/actions/session.c:65 openbox/actions/session.c:70
|
||||
msgid "Log Out"
|
||||
msgstr "Одјављивање"
|
||||
|
||||
#: openbox/actions/session.c:69
|
||||
msgid "Are you sure you want to log out?"
|
||||
msgstr "Желите ли да одјавите сесију?"
|
||||
|
||||
#: openbox/client.c:2012
|
||||
msgid "Unnamed Window"
|
||||
msgstr "Безимени прозор"
|
||||
|
||||
#: openbox/client.c:2026 openbox/client.c:2058
|
||||
msgid "Killing..."
|
||||
msgstr "Убијање..."
|
||||
|
||||
#: openbox/client.c:3462
|
||||
msgid "Disconnect"
|
||||
msgstr "Прекид везе"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:87 openbox/client_list_menu.c:91
|
||||
msgid "Go there..."
|
||||
msgstr "Иди овде..."
|
||||
|
||||
#: openbox/client_list_combined_menu.c:94
|
||||
msgid "Manage desktops"
|
||||
msgstr "Управљање радним површима"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:95 openbox/client_list_menu.c:155
|
||||
msgid "_Add new desktop"
|
||||
msgstr "Додајте радну површ"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:96 openbox/client_list_menu.c:156
|
||||
msgid "_Remove last desktop"
|
||||
msgstr "Уклоните последњу радну површ"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:149
|
||||
msgid "Windows"
|
||||
msgstr "Прозори"
|
||||
|
||||
#: openbox/client_list_menu.c:203
|
||||
msgid "Desktops"
|
||||
msgstr "Радне површине"
|
||||
|
||||
#: openbox/client_menu.c:258
|
||||
msgid "All desktops"
|
||||
msgstr "Све радне површине"
|
||||
|
||||
#: openbox/client_menu.c:370
|
||||
msgid "_Layer"
|
||||
msgstr "Слој"
|
||||
|
||||
#: openbox/client_menu.c:375
|
||||
msgid "Always on _top"
|
||||
msgstr "Увек изнад осталих"
|
||||
|
||||
#: openbox/client_menu.c:376
|
||||
msgid "_Normal"
|
||||
msgstr "Номално"
|
||||
|
||||
#: openbox/client_menu.c:377
|
||||
msgid "Always on _bottom"
|
||||
msgstr "Увек на дну"
|
||||
|
||||
#: openbox/client_menu.c:379
|
||||
msgid "_Send to desktop"
|
||||
msgstr "Премести на радну површ"
|
||||
|
||||
#: openbox/client_menu.c:383
|
||||
msgid "Client menu"
|
||||
msgstr "Кориснички мени"
|
||||
|
||||
#: openbox/client_menu.c:393
|
||||
msgid "R_estore"
|
||||
msgstr "Врати"
|
||||
|
||||
#: openbox/client_menu.c:397
|
||||
msgid "_Move"
|
||||
msgstr "Помери"
|
||||
|
||||
#: openbox/client_menu.c:399
|
||||
msgid "Resi_ze"
|
||||
msgstr "Промени величину"
|
||||
|
||||
#: openbox/client_menu.c:401
|
||||
msgid "Ico_nify"
|
||||
msgstr "Умањи"
|
||||
|
||||
#: openbox/client_menu.c:405
|
||||
msgid "Ma_ximize"
|
||||
msgstr "Увећај"
|
||||
|
||||
#: openbox/client_menu.c:409
|
||||
msgid "_Roll up/down"
|
||||
msgstr "Замотај/Одмотај прозор"
|
||||
|
||||
#: openbox/client_menu.c:411
|
||||
msgid "Un/_Decorate"
|
||||
msgstr "Не/Украси"
|
||||
|
||||
#: openbox/client_menu.c:415
|
||||
msgid "_Close"
|
||||
msgstr "Затвори"
|
||||
|
||||
#: openbox/config.c:781
|
||||
#, c-format
|
||||
msgid "Invalid button \"%s\" specified in config file"
|
||||
msgstr "Погрешно дугме „%s“ наведено у датотеци за подешавање"
|
||||
|
||||
#: openbox/config.c:956
|
||||
msgid ""
|
||||
"Waybox was compiled without image loading support. Icons in menus will not "
|
||||
"be loaded."
|
||||
msgstr ""
|
||||
|
||||
#: openbox/keyboard.c:157
|
||||
msgid "Conflict with key binding in config file"
|
||||
msgstr "Сукоб у комбинацији тастера у датотеци за подешавање"
|
||||
|
||||
#: openbox/menu.c:102 openbox/menu.c:110
|
||||
#, c-format
|
||||
msgid "Unable to find a valid menu file \"%s\""
|
||||
msgstr "Датотека за подешавање менија („%s“) није пронађена"
|
||||
|
||||
#: openbox/menu.c:170
|
||||
#, c-format
|
||||
msgid "Failed to execute command for pipe-menu \"%s\": %s"
|
||||
msgstr "Није се могла извршити команда за цевни-мени „%s“: %s"
|
||||
|
||||
#: openbox/menu.c:184
|
||||
#, c-format
|
||||
msgid "Invalid output from pipe-menu \"%s\""
|
||||
msgstr "Погрешан излаз из цевног-менија „%s“"
|
||||
|
||||
#: openbox/menu.c:197
|
||||
#, c-format
|
||||
msgid "Attempted to access menu \"%s\" but it does not exist"
|
||||
msgstr "Покушај приступа менију „%s“ није успео јер он не постоји"
|
||||
|
||||
#: openbox/menu.c:367 openbox/menu.c:368
|
||||
msgid "More..."
|
||||
msgstr "Више..."
|
||||
|
||||
#: openbox/mouse.c:373
|
||||
#, c-format
|
||||
msgid "Invalid button \"%s\" in mouse binding"
|
||||
msgstr "Погрешан тастер „%s“ у спајању миша"
|
||||
|
||||
#: openbox/mouse.c:379
|
||||
#, c-format
|
||||
msgid "Invalid context \"%s\" in mouse binding"
|
||||
msgstr "Погрешан садржај „%s“ у спајању миша"
|
||||
|
||||
#: openbox/openbox.c:133
|
||||
#, c-format
|
||||
msgid "Unable to change to home directory \"%s\": %s"
|
||||
msgstr "Не могу се преместити у Личну фасциклу „%s“:%s"
|
||||
|
||||
#: openbox/openbox.c:263
|
||||
msgid "Unable to find a valid config file, using some simple defaults"
|
||||
msgstr ""
|
||||
"Нема исправне датотеке подешавања. Користиће се подразумевана подешавања."
|
||||
|
||||
#: openbox/openbox.c:297
|
||||
msgid "Unable to load a theme."
|
||||
msgstr "Не могу да учитам тему."
|
||||
|
||||
#: openbox/openbox.c:377
|
||||
#, c-format
|
||||
msgid ""
|
||||
"One or more XML syntax errors were found while parsing the Waybox "
|
||||
"configuration files. See stdout for more information. The last error seen "
|
||||
"was in file \"%s\" line %d, with message: %s"
|
||||
msgstr ""
|
||||
"Код обраде датотека за подешавање пронађена је једна или више синтаксних "
|
||||
"грешака (XML). Последња је била у датотеци „%s“, у линији %d, са поруком: %s"
|
||||
|
||||
#: openbox/openbox.c:379
|
||||
msgid "Waybox Syntax Error"
|
||||
msgstr "Синтаксна грешка у Опенбоксу"
|
||||
|
||||
#: openbox/openbox.c:379
|
||||
msgid "Close"
|
||||
msgstr "Затвори"
|
||||
|
||||
#: openbox/openbox.c:448
|
||||
#, c-format
|
||||
msgid "Restart failed to execute new executable \"%s\": %s"
|
||||
msgstr "Поновно покретање није могло извршити нови програм „%s“: %s"
|
||||
|
||||
#: openbox/openbox.c:518 openbox/openbox.c:520
|
||||
msgid "Copyright (c)"
|
||||
msgstr "Ауторска права (c)"
|
||||
|
||||
#: openbox/openbox.c:529
|
||||
msgid "Syntax: openbox [options]\n"
|
||||
msgstr "Синтакса: openbox [опције]\n"
|
||||
|
||||
#: openbox/openbox.c:530
|
||||
msgid ""
|
||||
"\n"
|
||||
"Options:\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"Опције:\n"
|
||||
|
||||
#: openbox/openbox.c:531
|
||||
msgid " --help Display this help and exit\n"
|
||||
msgstr " --help Прикажи ову помоћ и изађи\n"
|
||||
|
||||
#: openbox/openbox.c:532
|
||||
msgid " --version Display the version and exit\n"
|
||||
msgstr " --version Прикажи верзију и изађи\n"
|
||||
|
||||
#. TRANSLATORS: if you translate "FILE" here, make sure to keep the "Specify..."
|
||||
#. aligned still, if you have to, make a new line with \n and 22 spaces. It's
|
||||
#. fine to leave it as FILE though.
|
||||
#: openbox/openbox.c:537
|
||||
msgid " --config-file FILE Specify the path to the config file to use\n"
|
||||
msgstr ""
|
||||
" --config-file FILE Наведите путању до датотеке са подешавањима која ће се "
|
||||
"користити\n"
|
||||
|
||||
#: openbox/openbox.c:538
|
||||
msgid " --sm-disable Disable connection to the session manager\n"
|
||||
msgstr " --sm-disable Онемогући везу са управљачем сесија\n"
|
||||
|
||||
#: openbox/openbox.c:543
|
||||
msgid ""
|
||||
"\n"
|
||||
"Debugging options:\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"Опције отклањања грешака:\n"
|
||||
|
||||
#: openbox/openbox.c:544
|
||||
msgid " --sync Run in synchronous mode\n"
|
||||
msgstr " --sync Изврши у истовременом режиму\n"
|
||||
|
||||
#: openbox/openbox.c:545
|
||||
msgid " --debug Display debugging output\n"
|
||||
msgstr " --debug Прикажи излаз код отклањања грешака\n"
|
||||
|
||||
#: openbox/openbox.c:546
|
||||
msgid " --debug-focus Display debugging output for focus handling\n"
|
||||
msgstr ""
|
||||
" --debug-focus Прикажи излаз код отклањања грешака за руковање "
|
||||
"фокусом\n"
|
||||
|
||||
#: openbox/openbox.c:548
|
||||
msgid " --startup CMD Run CMD after starting\n"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/openbox.c:551
|
||||
msgid " --debug-session Display debugging output for session management\n"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/openbox.c:548
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
"Please report bugs at %s\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"Пријавите грешке на %s\n"
|
||||
|
||||
#: openbox/openbox.c:617
|
||||
msgid "%s requires an argument\n"
|
||||
msgstr "%s захтева одговарајући аргумент\n"
|
||||
|
||||
#: openbox/openbox.c:660
|
||||
#, c-format
|
||||
msgid "Invalid command line argument \"%s\"\n"
|
||||
msgstr "Неисправан аргумент командне линије „%s“\n"
|
||||
|
||||
#. TRANSLATORS: If you need to specify a different order of the
|
||||
#. arguments, you can use %1$d for the first one and %2$d for the
|
||||
#. second one. For example,
|
||||
#. "The current session has %2$d desktops, but Waybox is configured for %1$d ..."
|
||||
#: openbox/screen.c:412
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Waybox is configured for %d desktop, but the current session has %d. "
|
||||
"Overriding the Waybox configuration."
|
||||
msgid_plural ""
|
||||
"Waybox is configured for %d desktops, but the current session has %d. "
|
||||
"Overriding the Waybox configuration."
|
||||
msgstr[0] ""
|
||||
"Опенбокс је подешен за %d радну површ, а тренутна сесија их има %d. "
|
||||
"Преклапање Опенбокс подешавања."
|
||||
msgstr[1] ""
|
||||
"Опенбокс је подешен за %d радне површи, а тренутна сесија их има %d. "
|
||||
"Преклапање Опенбокс подешавања."
|
||||
msgstr[2] ""
|
||||
"Опенбокс је подешен за %d радних површи, а тренутна сесија их има %d. "
|
||||
"Преклапање Опенбокс подешавања."
|
||||
|
||||
#: openbox/screen.c:1180
|
||||
#, c-format
|
||||
msgid "desktop %i"
|
||||
msgstr "радна површина %i"
|
||||
|
||||
#: openbox/session.c:104
|
||||
#, fuzzy, c-format
|
||||
msgid "Unable to make directory \"%s\": %s"
|
||||
msgstr "Не могу се преместити у Личну фасциклу „%s“:%s"
|
||||
|
||||
#: openbox/session.c:466
|
||||
#, fuzzy, c-format
|
||||
msgid "Unable to save the session to \"%s\": %s"
|
||||
msgstr "Не могу се преместити у Личну фасциклу „%s“:%s"
|
||||
|
||||
#: openbox/session.c:605
|
||||
#, c-format
|
||||
msgid "Error while saving the session to \"%s\": %s"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/session.c:842
|
||||
msgid "Not connected to a session manager"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/startupnotify.c:243
|
||||
#, c-format
|
||||
msgid "Running %s"
|
||||
msgstr "Извршавам %s"
|
||||
|
||||
#: openbox/translate.c:59
|
||||
#, c-format
|
||||
msgid "Invalid modifier key \"%s\" in key/mouse binding"
|
||||
msgstr "Неисправан измењивач тастера „%s“ у комбинацији тастер/миш"
|
||||
|
||||
#: openbox/translate.c:138
|
||||
#, c-format
|
||||
msgid "Invalid key code \"%s\" in key binding"
|
||||
msgstr "Неисправан код тастера „%s“ у комбинацији тастера"
|
||||
|
||||
#: openbox/translate.c:145
|
||||
#, c-format
|
||||
msgid "Invalid key name \"%s\" in key binding"
|
||||
msgstr "Неисправно име тастера „%s“ у комбинацији тастера"
|
||||
|
||||
#: openbox/prompt.c:200
|
||||
msgid "OK"
|
||||
msgstr "У реду"
|
||||
419
po/sr@latin.po
Normal file
419
po/sr@latin.po
Normal file
|
|
@ -0,0 +1,419 @@
|
|||
# Serbian translations for Waybox package
|
||||
# Copyright (C) 2020 Joe Wisdom
|
||||
# This file is distributed under the same license as the Waybox package.
|
||||
# Jay A. Fleming <tito.nehru.naser@gmail.com>, 2008.
|
||||
#
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Waybox 0.0.1\n"
|
||||
"Report-Msgid-Bugs-To: https://github.com/wizbright/waybox/issues\n"
|
||||
"POT-Creation-Date: 2008-11-15 22:28+0100\n"
|
||||
"PO-Revision-Date: 2020-03-10 14:09-0400\n"
|
||||
"Last-Translator: Jay A. Fleming <tito.nehru.naser@gmail.com>\n"
|
||||
"Language-Team: None\n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
|
||||
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
|
||||
#: openbox/actions.c:149
|
||||
#, c-format
|
||||
msgid "Invalid action \"%s\" requested. No such action exists."
|
||||
msgstr "Zahtevana je nepostojeća akcija „%s“."
|
||||
|
||||
#: openbox/actions/execute.c:128
|
||||
msgid "No"
|
||||
msgstr "Ne"
|
||||
|
||||
#: openbox/actions/execute.c:129
|
||||
msgid "Yes"
|
||||
msgstr "Da"
|
||||
|
||||
#: openbox/actions/execute.c:133
|
||||
msgid "Execute"
|
||||
msgstr "Izvrši"
|
||||
|
||||
#: openbox/actions/execute.c:142
|
||||
#, c-format
|
||||
msgid "Failed to convert the path \"%s\" from utf8"
|
||||
msgstr "Pretvaranje putanje „%s“ iz UTF-8 nije uspelo"
|
||||
|
||||
#: openbox/actions/exit.c:52 openbox/actions/session.c:64 openbox/client.c:3465
|
||||
msgid "Cancel"
|
||||
msgstr "Poništi"
|
||||
|
||||
#: openbox/actions/exit.c:53
|
||||
msgid "Exit"
|
||||
msgstr "Izlaz"
|
||||
|
||||
#: openbox/actions/exit.c:56
|
||||
msgid "Are you sure you want to exit Waybox?"
|
||||
msgstr "Zaista želite da izađete iz Openboksa?"
|
||||
|
||||
#: openbox/actions/exit.c:57
|
||||
msgid "Exit Waybox"
|
||||
msgstr "Izlaz iz Openboksa"
|
||||
|
||||
#. TRANSLATORS: Don't translate the word "SessionLogout" as it's the
|
||||
#. name of the action you write in rc.xml
|
||||
#: openbox/actions/session.c:43
|
||||
msgid ""
|
||||
"The SessionLogout action is not available since Waybox was built without "
|
||||
"session management support"
|
||||
msgstr ""
|
||||
"Akcija „SessionLogout“ nije dostupna jer je Openboks preveden bez podrške za "
|
||||
"upravljanje sesijama"
|
||||
|
||||
#: openbox/actions/session.c:65 openbox/actions/session.c:70
|
||||
msgid "Log Out"
|
||||
msgstr "Odjavljivanje"
|
||||
|
||||
#: openbox/actions/session.c:69
|
||||
msgid "Are you sure you want to log out?"
|
||||
msgstr "Zaista želite da se odjavite?"
|
||||
|
||||
#: openbox/client.c:2012
|
||||
msgid "Unnamed Window"
|
||||
msgstr "Bezimeni prozor"
|
||||
|
||||
#: openbox/client.c:2026 openbox/client.c:2058
|
||||
msgid "Killing..."
|
||||
msgstr "Ubijanje..."
|
||||
|
||||
#: openbox/client.c:3462
|
||||
msgid "Disconnect"
|
||||
msgstr "Prekid veze"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:87 openbox/client_list_menu.c:91
|
||||
msgid "Go there..."
|
||||
msgstr "Idi ovde..."
|
||||
|
||||
#: openbox/client_list_combined_menu.c:94
|
||||
msgid "Manage desktops"
|
||||
msgstr "Upravljanje radnim površinama"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:95 openbox/client_list_menu.c:155
|
||||
msgid "_Add new desktop"
|
||||
msgstr "Dodajte novu radnu površinu"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:96 openbox/client_list_menu.c:156
|
||||
msgid "_Remove last desktop"
|
||||
msgstr "Uklonite poslednju radnu površinu"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:149
|
||||
msgid "Windows"
|
||||
msgstr "Prozori"
|
||||
|
||||
#: openbox/client_list_menu.c:203
|
||||
msgid "Desktops"
|
||||
msgstr "Radne površine"
|
||||
|
||||
#: openbox/client_menu.c:258
|
||||
msgid "All desktops"
|
||||
msgstr "Sve radne površine"
|
||||
|
||||
#: openbox/client_menu.c:370
|
||||
msgid "_Layer"
|
||||
msgstr "Sloj"
|
||||
|
||||
#: openbox/client_menu.c:375
|
||||
msgid "Always on _top"
|
||||
msgstr "Uvek iznad ostalih"
|
||||
|
||||
#: openbox/client_menu.c:376
|
||||
msgid "_Normal"
|
||||
msgstr "_Nomalno"
|
||||
|
||||
#: openbox/client_menu.c:377
|
||||
msgid "Always on _bottom"
|
||||
msgstr "Uvek na dnu"
|
||||
|
||||
#: openbox/client_menu.c:379
|
||||
msgid "_Send to desktop"
|
||||
msgstr "Premesti na radnu površinu"
|
||||
|
||||
#: openbox/client_menu.c:383
|
||||
msgid "Client menu"
|
||||
msgstr "Korisnički meni"
|
||||
|
||||
#: openbox/client_menu.c:393
|
||||
msgid "R_estore"
|
||||
msgstr "Vrati"
|
||||
|
||||
#: openbox/client_menu.c:397
|
||||
msgid "_Move"
|
||||
msgstr "Pomeri"
|
||||
|
||||
#: openbox/client_menu.c:399
|
||||
msgid "Resi_ze"
|
||||
msgstr "Promeni veličinu"
|
||||
|
||||
#: openbox/client_menu.c:401
|
||||
msgid "Ico_nify"
|
||||
msgstr "Umanji"
|
||||
|
||||
#: openbox/client_menu.c:405
|
||||
msgid "Ma_ximize"
|
||||
msgstr "Uvećaj"
|
||||
|
||||
#: openbox/client_menu.c:409
|
||||
msgid "_Roll up/down"
|
||||
msgstr "Zamotaj/Odmotaj prozor"
|
||||
|
||||
#: openbox/client_menu.c:411
|
||||
msgid "Un/_Decorate"
|
||||
msgstr "Ne/Ukrasi"
|
||||
|
||||
#: openbox/client_menu.c:415
|
||||
msgid "_Close"
|
||||
msgstr "Zatvori"
|
||||
|
||||
#: openbox/config.c:781
|
||||
#, c-format
|
||||
msgid "Invalid button \"%s\" specified in config file"
|
||||
msgstr "Pogrešno dugme „%s“ navedeno u datoteci za podešavanje"
|
||||
|
||||
#: openbox/config.c:956
|
||||
msgid ""
|
||||
"Waybox was compiled without image loading support. Icons in menus will not "
|
||||
"be loaded."
|
||||
msgstr ""
|
||||
|
||||
#: openbox/keyboard.c:157
|
||||
msgid "Conflict with key binding in config file"
|
||||
msgstr "Sukob u kombinaciji tastera u datoteci za podešavanje"
|
||||
|
||||
#: openbox/menu.c:102 openbox/menu.c:110
|
||||
#, c-format
|
||||
msgid "Unable to find a valid menu file \"%s\""
|
||||
msgstr "Datoteka za podešavanje menija („%s“) nije pronađena"
|
||||
|
||||
#: openbox/menu.c:170
|
||||
#, c-format
|
||||
msgid "Failed to execute command for pipe-menu \"%s\": %s"
|
||||
msgstr "Nije se mogla izvršiti komanda za cevni-meni „%s“: %s"
|
||||
|
||||
#: openbox/menu.c:184
|
||||
#, c-format
|
||||
msgid "Invalid output from pipe-menu \"%s\""
|
||||
msgstr "Pogrešan izlaz iz cevnog-menija „%s“"
|
||||
|
||||
#: openbox/menu.c:197
|
||||
#, c-format
|
||||
msgid "Attempted to access menu \"%s\" but it does not exist"
|
||||
msgstr "Pokušaj pristupa meniju „%s“ nije uspeo jer on ne postoji"
|
||||
|
||||
#: openbox/menu.c:367 openbox/menu.c:368
|
||||
msgid "More..."
|
||||
msgstr "Više..."
|
||||
|
||||
#: openbox/mouse.c:373
|
||||
#, c-format
|
||||
msgid "Invalid button \"%s\" in mouse binding"
|
||||
msgstr "Pogrešan taster „%s“ u spajanju miša"
|
||||
|
||||
#: openbox/mouse.c:379
|
||||
#, c-format
|
||||
msgid "Invalid context \"%s\" in mouse binding"
|
||||
msgstr "Pogrešan sadržaj „%s“ u spajanju miša"
|
||||
|
||||
#: openbox/openbox.c:133
|
||||
#, c-format
|
||||
msgid "Unable to change to home directory \"%s\": %s"
|
||||
msgstr "Ne mogu se premestiti u Ličnu fasciklu „%s“:%s"
|
||||
|
||||
#: openbox/openbox.c:263
|
||||
msgid "Unable to find a valid config file, using some simple defaults"
|
||||
msgstr ""
|
||||
"Ne mogu naći ispravne datoteke podešavanja. Koristiće se samo osnovna "
|
||||
"podešavanja."
|
||||
|
||||
#: openbox/openbox.c:297
|
||||
msgid "Unable to load a theme."
|
||||
msgstr "Ne mogu učitati temu."
|
||||
|
||||
#: openbox/openbox.c:377
|
||||
#, c-format
|
||||
msgid ""
|
||||
"One or more XML syntax errors were found while parsing the Waybox "
|
||||
"configuration files. See stdout for more information. The last error seen "
|
||||
"was in file \"%s\" line %d, with message: %s"
|
||||
msgstr ""
|
||||
"Kod obrade datoteka za podešavanje Openboksa pronađeno je jedna ili više "
|
||||
"sintaksnih grešaka (XML). Poslednja je bila u datoteci „%s“, u liniji %d, "
|
||||
"sa porukom: %s"
|
||||
|
||||
#: openbox/openbox.c:379
|
||||
msgid "Waybox Syntax Error"
|
||||
msgstr "Sintaksna greška u Openboksu"
|
||||
|
||||
#: openbox/openbox.c:379
|
||||
msgid "Close"
|
||||
msgstr "Zatvori"
|
||||
|
||||
#: openbox/openbox.c:448
|
||||
#, c-format
|
||||
msgid "Restart failed to execute new executable \"%s\": %s"
|
||||
msgstr "Ponovno pokretanje nije moglo izvršiti novi program „%s“: %s"
|
||||
|
||||
#: openbox/openbox.c:518 openbox/openbox.c:520
|
||||
msgid "Copyright (c)"
|
||||
msgstr "Autorska prava (c)"
|
||||
|
||||
#: openbox/openbox.c:529
|
||||
msgid "Syntax: openbox [options]\n"
|
||||
msgstr "Sintaksa: openbox [opcije]\n"
|
||||
|
||||
#: openbox/openbox.c:530
|
||||
msgid ""
|
||||
"\n"
|
||||
"Options:\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"Opcije:\n"
|
||||
|
||||
#: openbox/openbox.c:531
|
||||
msgid " --help Display this help and exit\n"
|
||||
msgstr " --help Prikaži ovu pomoć i izađi\n"
|
||||
|
||||
#: openbox/openbox.c:532
|
||||
msgid " --version Display the version and exit\n"
|
||||
msgstr " --version Prikaži verziju i izađi\n"
|
||||
|
||||
#. TRANSLATORS: if you translate "FILE" here, make sure to keep the "Specify..."
|
||||
#. aligned still, if you have to, make a new line with \n and 22 spaces. It's
|
||||
#. fine to leave it as FILE though.
|
||||
#: openbox/openbox.c:537
|
||||
msgid " --config-file FILE Specify the path to the config file to use\n"
|
||||
msgstr ""
|
||||
" --config-file FILE Navedite putanju do datoteke sa podešavanjima koja će "
|
||||
"se koristiti\n"
|
||||
|
||||
#: openbox/openbox.c:538
|
||||
msgid " --sm-disable Disable connection to the session manager\n"
|
||||
msgstr " --sm-disable Onemogući vezu sa upravljačem sesija\n"
|
||||
|
||||
#: openbox/openbox.c:543
|
||||
msgid ""
|
||||
"\n"
|
||||
"Debugging options:\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"Opcije otklanjanja grešaka:\n"
|
||||
|
||||
#: openbox/openbox.c:544
|
||||
msgid " --sync Run in synchronous mode\n"
|
||||
msgstr " --sync Izvrši u istovremenom režimu\n"
|
||||
|
||||
#: openbox/openbox.c:545
|
||||
msgid " --debug Display debugging output\n"
|
||||
msgstr " --debug Prikaži izlaz kod otklanjanja grešaka\n"
|
||||
|
||||
#: openbox/openbox.c:546
|
||||
msgid " --debug-focus Display debugging output for focus handling\n"
|
||||
msgstr ""
|
||||
" --debug-focus Prikaži izlaz kod otklanjanja grešaka za rukovanje "
|
||||
"fokusom\n"
|
||||
|
||||
#: openbox/openbox.c:548
|
||||
msgid " --startup CMD Run CMD after starting\n"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/openbox.c:551
|
||||
#, fuzzy
|
||||
msgid " --debug-session Display debugging output for session management\n"
|
||||
msgstr ""
|
||||
" --debug-focus Prikaži izlaz kod otklanjanja grešaka za rukovanje "
|
||||
"fokusom\n"
|
||||
|
||||
#: openbox/openbox.c:548
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
"Please report bugs at %s\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"Prijavite greške na %s\n"
|
||||
|
||||
#: openbox/openbox.c:617
|
||||
#, fuzzy
|
||||
msgid "%s requires an argument\n"
|
||||
msgstr "--config-file zahteva odgovarajući argument\n"
|
||||
|
||||
#: openbox/openbox.c:660
|
||||
#, c-format
|
||||
msgid "Invalid command line argument \"%s\"\n"
|
||||
msgstr "Neispravan argument komandne linije „%s“\n"
|
||||
|
||||
#. TRANSLATORS: If you need to specify a different order of the
|
||||
#. arguments, you can use %1$d for the first one and %2$d for the
|
||||
#. second one. For example,
|
||||
#. "The current session has %2$d desktops, but Waybox is configured for %1$d ..."
|
||||
#: openbox/screen.c:412
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Waybox is configured for %d desktop, but the current session has %d. "
|
||||
"Overriding the Waybox configuration."
|
||||
msgid_plural ""
|
||||
"Waybox is configured for %d desktops, but the current session has %d. "
|
||||
"Overriding the Waybox configuration."
|
||||
msgstr[0] ""
|
||||
"Openboks je podešen za %d radnu površinu, a trenutna sesija ih ima %d. "
|
||||
"Preklapanje Openboks podešavanja."
|
||||
msgstr[1] ""
|
||||
"Openboks je podešen za %d radne površine, a trenutna sesija ih ima %d. "
|
||||
"Preklapanje Openboks podešavanja."
|
||||
msgstr[2] ""
|
||||
"Openboks je podešen za %d radnih površina, a trenutna sesija ih ima %d. "
|
||||
"Preklapanje Openboks podešavanja."
|
||||
|
||||
#: openbox/screen.c:1180
|
||||
#, c-format
|
||||
msgid "desktop %i"
|
||||
msgstr "radna površina %i"
|
||||
|
||||
#: openbox/session.c:104
|
||||
#, c-format
|
||||
msgid "Unable to make directory \"%s\": %s"
|
||||
msgstr "Ne mogu da napravim direktorijum „%s“: %s"
|
||||
|
||||
#: openbox/session.c:466
|
||||
#, c-format
|
||||
msgid "Unable to save the session to \"%s\": %s"
|
||||
msgstr "Ne mogu sačuvati sesiju u „%s“: %s"
|
||||
|
||||
#: openbox/session.c:605
|
||||
#, c-format
|
||||
msgid "Error while saving the session to \"%s\": %s"
|
||||
msgstr "Greška prilikom upisa u datoteku sesije „%s“: %s"
|
||||
|
||||
#: openbox/session.c:842
|
||||
msgid "Not connected to a session manager"
|
||||
msgstr "Nije povezan sa upravnikom sesija"
|
||||
|
||||
#: openbox/startupnotify.c:243
|
||||
#, c-format
|
||||
msgid "Running %s"
|
||||
msgstr "Izvršavam %s"
|
||||
|
||||
#: openbox/translate.c:59
|
||||
#, c-format
|
||||
msgid "Invalid modifier key \"%s\" in key/mouse binding"
|
||||
msgstr "Neispravan izmenjivač tastera „%s“ u kombinaciji taster/miš"
|
||||
|
||||
#: openbox/translate.c:138
|
||||
#, c-format
|
||||
msgid "Invalid key code \"%s\" in key binding"
|
||||
msgstr "Neispravan kod tastera „%s“ u kombinaciji tastera"
|
||||
|
||||
#: openbox/translate.c:145
|
||||
#, c-format
|
||||
msgid "Invalid key name \"%s\" in key binding"
|
||||
msgstr "Neispravno ime tastera „%s“ u kombinaciji tastera"
|
||||
|
||||
#: openbox/prompt.c:200
|
||||
msgid "OK"
|
||||
msgstr "U redu"
|
||||
406
po/sv.po
Normal file
406
po/sv.po
Normal file
|
|
@ -0,0 +1,406 @@
|
|||
# Swedish messages for openbox
|
||||
# Copyright (C) 2020 Joe Wisdom
|
||||
# This file is distributed under the same license as the Waybox package.
|
||||
# Mikael Magnusson <mikachu@icculus.org>, 2007.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Waybox 0.0.1\n"
|
||||
"Report-Msgid-Bugs-To: https://github.com/wizbright/waybox/issues\n"
|
||||
"POT-Creation-Date: 2008-11-15 22:28+0100\n"
|
||||
"PO-Revision-Date: 2020-03-10 18:42-0400\n"
|
||||
"Last-Translator: Mikael Magnusson <mikachu@icculus.org>\n"
|
||||
"Language-Team: None\n"
|
||||
"Language: sv\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=iso-8859-1\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: openbox/actions.c:149
|
||||
#, c-format
|
||||
msgid "Invalid action \"%s\" requested. No such action exists."
|
||||
msgstr "Ogiltig action \"%s\" efterfrågades, men den finns inte."
|
||||
|
||||
#: openbox/actions/execute.c:128
|
||||
msgid "No"
|
||||
msgstr "Nej"
|
||||
|
||||
#: openbox/actions/execute.c:129
|
||||
msgid "Yes"
|
||||
msgstr "Ja"
|
||||
|
||||
#: openbox/actions/execute.c:133
|
||||
msgid "Execute"
|
||||
msgstr "Kör"
|
||||
|
||||
#: openbox/actions/execute.c:142
|
||||
#, c-format
|
||||
msgid "Failed to convert the path \"%s\" from utf8"
|
||||
msgstr "Lyckades inte konvertera sökvägen \"%s\" från utf8"
|
||||
|
||||
#: openbox/actions/exit.c:52 openbox/actions/session.c:64 openbox/client.c:3465
|
||||
msgid "Cancel"
|
||||
msgstr "Avbryt"
|
||||
|
||||
#: openbox/actions/exit.c:53
|
||||
msgid "Exit"
|
||||
msgstr "Avsluta"
|
||||
|
||||
#: openbox/actions/exit.c:56
|
||||
msgid "Are you sure you want to exit Waybox?"
|
||||
msgstr "Är du säker på att du vill avsluta Waybox?"
|
||||
|
||||
#: openbox/actions/exit.c:57
|
||||
msgid "Exit Waybox"
|
||||
msgstr "Avsluta Waybox"
|
||||
|
||||
#. TRANSLATORS: Don't translate the word "SessionLogout" as it's the
|
||||
#. name of the action you write in rc.xml
|
||||
#: openbox/actions/session.c:43
|
||||
msgid ""
|
||||
"The SessionLogout action is not available since Waybox was built without "
|
||||
"session management support"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/actions/session.c:65 openbox/actions/session.c:70
|
||||
msgid "Log Out"
|
||||
msgstr "Logga ut"
|
||||
|
||||
#: openbox/actions/session.c:69
|
||||
msgid "Are you sure you want to log out?"
|
||||
msgstr "Är du säker på att du vill logga ut?"
|
||||
|
||||
#: openbox/client.c:2012
|
||||
msgid "Unnamed Window"
|
||||
msgstr "Namnlöst fönster"
|
||||
|
||||
#: openbox/client.c:2026 openbox/client.c:2058
|
||||
msgid "Killing..."
|
||||
msgstr "Dödar..."
|
||||
|
||||
#: openbox/client.c:3462
|
||||
msgid "Disconnect"
|
||||
msgstr "Stäng anslutning"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:87 openbox/client_list_menu.c:91
|
||||
msgid "Go there..."
|
||||
msgstr "Gå dit..."
|
||||
|
||||
#: openbox/client_list_combined_menu.c:94
|
||||
msgid "Manage desktops"
|
||||
msgstr "Hantera skrivbord"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:95 openbox/client_list_menu.c:155
|
||||
msgid "_Add new desktop"
|
||||
msgstr "_Lägg till nytt skrivbord"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:96 openbox/client_list_menu.c:156
|
||||
msgid "_Remove last desktop"
|
||||
msgstr "_Ta bort sista skrivbordet"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:149
|
||||
msgid "Windows"
|
||||
msgstr "Fönster"
|
||||
|
||||
#: openbox/client_list_menu.c:203
|
||||
msgid "Desktops"
|
||||
msgstr "Skrivbord"
|
||||
|
||||
#: openbox/client_menu.c:258
|
||||
msgid "All desktops"
|
||||
msgstr "Alla skrivbord"
|
||||
|
||||
#: openbox/client_menu.c:370
|
||||
msgid "_Layer"
|
||||
msgstr "_Lager"
|
||||
|
||||
#: openbox/client_menu.c:375
|
||||
msgid "Always on _top"
|
||||
msgstr "Alltid ö_verst"
|
||||
|
||||
#: openbox/client_menu.c:376
|
||||
msgid "_Normal"
|
||||
msgstr "_Normal"
|
||||
|
||||
#: openbox/client_menu.c:377
|
||||
msgid "Always on _bottom"
|
||||
msgstr "Alltid _underst"
|
||||
|
||||
#: openbox/client_menu.c:379
|
||||
msgid "_Send to desktop"
|
||||
msgstr "_Skicka till skrivbord"
|
||||
|
||||
#: openbox/client_menu.c:383
|
||||
msgid "Client menu"
|
||||
msgstr "Klientmeny"
|
||||
|
||||
#: openbox/client_menu.c:393
|
||||
msgid "R_estore"
|
||||
msgstr "Åt_erställ"
|
||||
|
||||
#: openbox/client_menu.c:397
|
||||
msgid "_Move"
|
||||
msgstr "_Flytta"
|
||||
|
||||
#: openbox/client_menu.c:399
|
||||
msgid "Resi_ze"
|
||||
msgstr "Ändra s_torlek"
|
||||
|
||||
#: openbox/client_menu.c:401
|
||||
msgid "Ico_nify"
|
||||
msgstr "Mi_nimera"
|
||||
|
||||
#: openbox/client_menu.c:405
|
||||
msgid "Ma_ximize"
|
||||
msgstr "Ma_ximera"
|
||||
|
||||
#: openbox/client_menu.c:409
|
||||
msgid "_Roll up/down"
|
||||
msgstr "_Rulla upp/ner"
|
||||
|
||||
#: openbox/client_menu.c:411
|
||||
msgid "Un/_Decorate"
|
||||
msgstr "_Dekorationer"
|
||||
|
||||
#: openbox/client_menu.c:415
|
||||
msgid "_Close"
|
||||
msgstr "Stän_g"
|
||||
|
||||
#: openbox/config.c:781
|
||||
#, c-format
|
||||
msgid "Invalid button \"%s\" specified in config file"
|
||||
msgstr "Ogiltig knapp \"%s\" angiven i konfigurationsfilen"
|
||||
|
||||
#: openbox/config.c:956
|
||||
msgid ""
|
||||
"Waybox was compiled without image loading support. Icons in menus will not "
|
||||
"be loaded."
|
||||
msgstr ""
|
||||
"Waybox kompilerades utan stöd för att ladda bilder. Ikoner i menyer kommer "
|
||||
"inte att laddas."
|
||||
|
||||
#: openbox/keyboard.c:157
|
||||
msgid "Conflict with key binding in config file"
|
||||
msgstr "Konflikt med annan tangentbindning i konfigurationsfilen"
|
||||
|
||||
#: openbox/menu.c:102 openbox/menu.c:110
|
||||
#, c-format
|
||||
msgid "Unable to find a valid menu file \"%s\""
|
||||
msgstr "Kunde inte hitta en giltig menyfil \"%s\""
|
||||
|
||||
#: openbox/menu.c:170
|
||||
#, c-format
|
||||
msgid "Failed to execute command for pipe-menu \"%s\": %s"
|
||||
msgstr "Misslyckades att köra kommando för pipe-menyn \"%s\": %s"
|
||||
|
||||
#: openbox/menu.c:184
|
||||
#, c-format
|
||||
msgid "Invalid output from pipe-menu \"%s\""
|
||||
msgstr "Ogiltig utdata från pipe-menyn \"%s\""
|
||||
|
||||
#: openbox/menu.c:197
|
||||
#, c-format
|
||||
msgid "Attempted to access menu \"%s\" but it does not exist"
|
||||
msgstr "Försökte öppna menyn \"%s\", men den finns inte"
|
||||
|
||||
#: openbox/menu.c:367 openbox/menu.c:368
|
||||
msgid "More..."
|
||||
msgstr "Mer..."
|
||||
|
||||
#: openbox/mouse.c:373
|
||||
#, c-format
|
||||
msgid "Invalid button \"%s\" in mouse binding"
|
||||
msgstr "Ogiltig knapp \"%s\" i musbindning"
|
||||
|
||||
#: openbox/mouse.c:379
|
||||
#, c-format
|
||||
msgid "Invalid context \"%s\" in mouse binding"
|
||||
msgstr "Ogiltig kontext \"%s\" i musbindning"
|
||||
|
||||
#: openbox/openbox.c:133
|
||||
#, c-format
|
||||
msgid "Unable to change to home directory \"%s\": %s"
|
||||
msgstr "Kunde inte gå till hemkatalogen \"%s\": %s"
|
||||
|
||||
#: openbox/openbox.c:263
|
||||
msgid "Unable to find a valid config file, using some simple defaults"
|
||||
msgstr ""
|
||||
"Kunde inte hitta en giltig konfigurationsfil, använder enkla standardvärden"
|
||||
|
||||
#: openbox/openbox.c:297
|
||||
msgid "Unable to load a theme."
|
||||
msgstr "Kunde inte ladda ett tema."
|
||||
|
||||
#: openbox/openbox.c:377
|
||||
#, c-format
|
||||
msgid ""
|
||||
"One or more XML syntax errors were found while parsing the Waybox "
|
||||
"configuration files. See stdout for more information. The last error seen "
|
||||
"was in file \"%s\" line %d, with message: %s"
|
||||
msgstr ""
|
||||
"Ett eller flera fel påträffades medan konfigurationsfilerna för Waybox "
|
||||
"lästes in. Se stdout för mer information. Det sista felet var i filen \"%s"
|
||||
"\" rad %d, med meddelandet: %s"
|
||||
|
||||
#: openbox/openbox.c:379
|
||||
msgid "Waybox Syntax Error"
|
||||
msgstr "Waybox syntaxfel"
|
||||
|
||||
#: openbox/openbox.c:379
|
||||
msgid "Close"
|
||||
msgstr "Stäng"
|
||||
|
||||
#: openbox/openbox.c:448
|
||||
#, c-format
|
||||
msgid "Restart failed to execute new executable \"%s\": %s"
|
||||
msgstr "Restart misslyckades att starta nytt program \"%s\": %s"
|
||||
|
||||
#: openbox/openbox.c:518 openbox/openbox.c:520
|
||||
msgid "Copyright (c)"
|
||||
msgstr "Copyright (c)"
|
||||
|
||||
#: openbox/openbox.c:529
|
||||
msgid "Syntax: openbox [options]\n"
|
||||
msgstr "Syntax: openbox [alternativ]\n"
|
||||
|
||||
#: openbox/openbox.c:530
|
||||
msgid ""
|
||||
"\n"
|
||||
"Options:\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"Alternativ:\n"
|
||||
|
||||
#: openbox/openbox.c:531
|
||||
msgid " --help Display this help and exit\n"
|
||||
msgstr " --help Visa den här hjälpen och avsluta\n"
|
||||
|
||||
#: openbox/openbox.c:532
|
||||
msgid " --version Display the version and exit\n"
|
||||
msgstr " --version Visa versionen och avsluta\n"
|
||||
|
||||
#. TRANSLATORS: if you translate "FILE" here, make sure to keep the "Specify..."
|
||||
#. aligned still, if you have to, make a new line with \n and 22 spaces. It's
|
||||
#. fine to leave it as FILE though.
|
||||
#: openbox/openbox.c:537
|
||||
msgid " --config-file FILE Specify the path to the config file to use\n"
|
||||
msgstr ""
|
||||
" --config-file FIL Ange sökvägen till konfigurationsfil att använda\n"
|
||||
|
||||
#: openbox/openbox.c:538
|
||||
msgid " --sm-disable Disable connection to the session manager\n"
|
||||
msgstr " --sm-disable Avaktivera anslutning till sessionshanteraren\n"
|
||||
|
||||
#: openbox/openbox.c:543
|
||||
msgid ""
|
||||
"\n"
|
||||
"Debugging options:\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"Debug-alternativ:\n"
|
||||
|
||||
#: openbox/openbox.c:544
|
||||
msgid " --sync Run in synchronous mode\n"
|
||||
msgstr " --sync Kör i synkroniserat läge\n"
|
||||
|
||||
#: openbox/openbox.c:545
|
||||
msgid " --debug Display debugging output\n"
|
||||
msgstr " --debug Visa debuginformation\n"
|
||||
|
||||
#: openbox/openbox.c:546
|
||||
msgid " --debug-focus Display debugging output for focus handling\n"
|
||||
msgstr " --debug-focus Visa debuginformation för fokushantering\n"
|
||||
|
||||
#: openbox/openbox.c:548
|
||||
msgid " --startup CMD Run CMD after starting\n"
|
||||
msgstr " --startup CMD Kör CMD efter uppstart\n"
|
||||
|
||||
#: openbox/openbox.c:551
|
||||
msgid " --debug-session Display debugging output for session management\n"
|
||||
msgstr " --debug-session Visa debuginformation för sessionshantering\n"
|
||||
|
||||
#: openbox/openbox.c:548
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
"Please report bugs at %s\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"Rapportera buggar till %s\n"
|
||||
|
||||
#: openbox/openbox.c:617
|
||||
msgid "%s requires an argument\n"
|
||||
msgstr "%s kräver ett argument\n"
|
||||
|
||||
#: openbox/openbox.c:660
|
||||
#, c-format
|
||||
msgid "Invalid command line argument \"%s\"\n"
|
||||
msgstr "Ogiltigt kommandoradsargument \"%s\"\n"
|
||||
|
||||
#. TRANSLATORS: If you need to specify a different order of the
|
||||
#. arguments, you can use %1$d for the first one and %2$d for the
|
||||
#. second one. For example,
|
||||
#. "The current session has %2$d desktops, but Waybox is configured for %1$d ..."
|
||||
#: openbox/screen.c:412
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Waybox is configured for %d desktop, but the current session has %d. "
|
||||
"Overriding the Waybox configuration."
|
||||
msgid_plural ""
|
||||
"Waybox is configured for %d desktops, but the current session has %d. "
|
||||
"Overriding the Waybox configuration."
|
||||
msgstr[0] ""
|
||||
"Waybox är inställt på %d skrivbord, men nuvarande session har %d. Använder "
|
||||
"sessionens inställning."
|
||||
msgstr[1] ""
|
||||
"Waybox är inställt på %d skrivbord, men nuvarande session har %d. Använder "
|
||||
"sessionens inställning."
|
||||
|
||||
#: openbox/screen.c:1180
|
||||
#, c-format
|
||||
msgid "desktop %i"
|
||||
msgstr "skrivbord %i"
|
||||
|
||||
#: openbox/session.c:104
|
||||
#, fuzzy, c-format
|
||||
msgid "Unable to make directory \"%s\": %s"
|
||||
msgstr "Kunde inte skapa katalogen '%s': %s"
|
||||
|
||||
#: openbox/session.c:466
|
||||
#, fuzzy, c-format
|
||||
msgid "Unable to save the session to \"%s\": %s"
|
||||
msgstr "Kunde inte gå till hemkatalogen \"%s\": %s"
|
||||
|
||||
#: openbox/session.c:605
|
||||
#, c-format
|
||||
msgid "Error while saving the session to \"%s\": %s"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/session.c:842
|
||||
msgid "Not connected to a session manager"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/startupnotify.c:243
|
||||
#, c-format
|
||||
msgid "Running %s"
|
||||
msgstr "Kör %s"
|
||||
|
||||
#: openbox/translate.c:59
|
||||
#, c-format
|
||||
msgid "Invalid modifier key \"%s\" in key/mouse binding"
|
||||
msgstr "Ogiltig modifikationstangent \"%s\" i tangent-/musbindning"
|
||||
|
||||
#: openbox/translate.c:138
|
||||
#, c-format
|
||||
msgid "Invalid key code \"%s\" in key binding"
|
||||
msgstr "Ogiltig tangentkod \"%s\" i tantentbindning"
|
||||
|
||||
#: openbox/translate.c:145
|
||||
#, c-format
|
||||
msgid "Invalid key name \"%s\" in key binding"
|
||||
msgstr "Ogiltigt tangentnamn \"%s\" i tangentbindning"
|
||||
|
||||
#: openbox/prompt.c:200
|
||||
msgid "OK"
|
||||
msgstr "OK"
|
||||
410
po/tr.po
Normal file
410
po/tr.po
Normal file
|
|
@ -0,0 +1,410 @@
|
|||
# Turkish translation of openbox.
|
||||
# Copyright (C) 2020 Joe Wisdom
|
||||
# This file is distributed under the same license as the Waybox package.
|
||||
# Tutku Dalmaz <mektup@tutkudalmaz.org>, 2008.
|
||||
# Muhammet Kara <muhammet.k@gmail.com>, 2011.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Waybox 0.0.1\n"
|
||||
"Report-Msgid-Bugs-To: https://github.com/wizbright/waybox/issues\n"
|
||||
"POT-Creation-Date: 2008-11-15 22:28+0100\n"
|
||||
"PO-Revision-Date: 2020-03-10 14:09-0400\n"
|
||||
"Last-Translator: Muhammet Kara <muhammet.k@gmail.com>\n"
|
||||
"Language-Team: Turkish <gnome-turk@gnome.org>\n"
|
||||
"Language: tr\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=n == 1 ? 0 : 1;\n"
|
||||
|
||||
#: openbox/actions.c:149
|
||||
#, c-format
|
||||
msgid "Invalid action \"%s\" requested. No such action exists."
|
||||
msgstr "\"%s\" geçersiz eylem isteği. Böyle bir eylem yok."
|
||||
|
||||
#: openbox/actions/execute.c:128
|
||||
msgid "No"
|
||||
msgstr "Hayır"
|
||||
|
||||
#: openbox/actions/execute.c:129
|
||||
msgid "Yes"
|
||||
msgstr "Evet"
|
||||
|
||||
#: openbox/actions/execute.c:133
|
||||
msgid "Execute"
|
||||
msgstr "Çalıştır"
|
||||
|
||||
#: openbox/actions/execute.c:142
|
||||
#, c-format
|
||||
msgid "Failed to convert the path \"%s\" from utf8"
|
||||
msgstr "\"%s\" yolu utf8'e çevrilmesi başarısız oldu"
|
||||
|
||||
#: openbox/actions/exit.c:52 openbox/actions/session.c:64 openbox/client.c:3465
|
||||
msgid "Cancel"
|
||||
msgstr "İptal"
|
||||
|
||||
#: openbox/actions/exit.c:53
|
||||
msgid "Exit"
|
||||
msgstr "Çık"
|
||||
|
||||
#: openbox/actions/exit.c:56
|
||||
msgid "Are you sure you want to exit Waybox?"
|
||||
msgstr "Waybox'tan çıkmak istediğinize emin misiniz?"
|
||||
|
||||
#: openbox/actions/exit.c:57
|
||||
msgid "Exit Waybox"
|
||||
msgstr "Waybox'tan Çık"
|
||||
|
||||
#. TRANSLATORS: Don't translate the word "SessionLogout" as it's the
|
||||
#. name of the action you write in rc.xml
|
||||
#: openbox/actions/session.c:43
|
||||
msgid ""
|
||||
"The SessionLogout action is not available since Waybox was built without "
|
||||
"session management support"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/actions/session.c:65 openbox/actions/session.c:70
|
||||
msgid "Log Out"
|
||||
msgstr "Oturumu Kapat"
|
||||
|
||||
#: openbox/actions/session.c:69
|
||||
msgid "Are you sure you want to log out?"
|
||||
msgstr "Oturumu kapatmak istediğinizden emin misiniz?"
|
||||
|
||||
#: openbox/client.c:2012
|
||||
msgid "Unnamed Window"
|
||||
msgstr "İsimsiz Pencere"
|
||||
|
||||
#: openbox/client.c:2026 openbox/client.c:2058
|
||||
msgid "Killing..."
|
||||
msgstr "Sonlandırılıyor..."
|
||||
|
||||
#: openbox/client.c:3462
|
||||
msgid "Disconnect"
|
||||
msgstr "Bağlantıyı Kes"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:87 openbox/client_list_menu.c:91
|
||||
msgid "Go there..."
|
||||
msgstr "Oraya git..."
|
||||
|
||||
#: openbox/client_list_combined_menu.c:94
|
||||
msgid "Manage desktops"
|
||||
msgstr "Masaüstlerini yönet"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:95 openbox/client_list_menu.c:155
|
||||
msgid "_Add new desktop"
|
||||
msgstr "_Yeni masaüstü ekle"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:96 openbox/client_list_menu.c:156
|
||||
msgid "_Remove last desktop"
|
||||
msgstr "_Son masaüstünü kaldır"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:149
|
||||
msgid "Windows"
|
||||
msgstr "Pencereler"
|
||||
|
||||
#: openbox/client_list_menu.c:203
|
||||
msgid "Desktops"
|
||||
msgstr "Masaüstleri"
|
||||
|
||||
#: openbox/client_menu.c:258
|
||||
msgid "All desktops"
|
||||
msgstr "Tüm masaüstleri"
|
||||
|
||||
#: openbox/client_menu.c:370
|
||||
msgid "_Layer"
|
||||
msgstr "_Katman"
|
||||
|
||||
#: openbox/client_menu.c:375
|
||||
msgid "Always on _top"
|
||||
msgstr "_Her zaman üstte"
|
||||
|
||||
#: openbox/client_menu.c:376
|
||||
msgid "_Normal"
|
||||
msgstr "_Normal"
|
||||
|
||||
#: openbox/client_menu.c:377
|
||||
msgid "Always on _bottom"
|
||||
msgstr "_Her zaman altta"
|
||||
|
||||
#: openbox/client_menu.c:379
|
||||
msgid "_Send to desktop"
|
||||
msgstr "_Masaüstüne gönder"
|
||||
|
||||
#: openbox/client_menu.c:383
|
||||
msgid "Client menu"
|
||||
msgstr "İstemci menüsü"
|
||||
|
||||
#: openbox/client_menu.c:393
|
||||
msgid "R_estore"
|
||||
msgstr "_Eski durumuna getir"
|
||||
|
||||
#: openbox/client_menu.c:397
|
||||
msgid "_Move"
|
||||
msgstr "_Taşı"
|
||||
|
||||
#: openbox/client_menu.c:399
|
||||
msgid "Resi_ze"
|
||||
msgstr "_Yeniden boyutlandır"
|
||||
|
||||
#: openbox/client_menu.c:401
|
||||
msgid "Ico_nify"
|
||||
msgstr "_Simge durumuna küçült"
|
||||
|
||||
#: openbox/client_menu.c:405
|
||||
msgid "Ma_ximize"
|
||||
msgstr "_Ekranı kapla"
|
||||
|
||||
#: openbox/client_menu.c:409
|
||||
msgid "_Roll up/down"
|
||||
msgstr "_Dürele/Aç"
|
||||
|
||||
#: openbox/client_menu.c:411
|
||||
msgid "Un/_Decorate"
|
||||
msgstr "Geri Al/Kapla"
|
||||
|
||||
#: openbox/client_menu.c:415
|
||||
msgid "_Close"
|
||||
msgstr "_Kapat"
|
||||
|
||||
#: openbox/config.c:781
|
||||
#, c-format
|
||||
msgid "Invalid button \"%s\" specified in config file"
|
||||
msgstr "Yapılandırılma dosyasında belirtilmiş geçersiz \"%s\" düğmesi"
|
||||
|
||||
#: openbox/config.c:956
|
||||
msgid ""
|
||||
"Waybox was compiled without image loading support. Icons in menus will not "
|
||||
"be loaded."
|
||||
msgstr ""
|
||||
|
||||
#: openbox/keyboard.c:157
|
||||
msgid "Conflict with key binding in config file"
|
||||
msgstr "Yapılandırma dosyasındaki tuş bağlantısında çakışma"
|
||||
|
||||
#: openbox/menu.c:102 openbox/menu.c:110
|
||||
#, c-format
|
||||
msgid "Unable to find a valid menu file \"%s\""
|
||||
msgstr "\"%s\" geçerli menü dosyası bulunamadı"
|
||||
|
||||
#: openbox/menu.c:170
|
||||
#, c-format
|
||||
msgid "Failed to execute command for pipe-menu \"%s\": %s"
|
||||
msgstr "İletim menüsü için \"%s\": %s komutunun çalıştırılması başarısız oldu"
|
||||
|
||||
#: openbox/menu.c:184
|
||||
#, c-format
|
||||
msgid "Invalid output from pipe-menu \"%s\""
|
||||
msgstr "\"%s\" iletim menüsü için geçersiz çıkış"
|
||||
|
||||
#: openbox/menu.c:197
|
||||
#, c-format
|
||||
msgid "Attempted to access menu \"%s\" but it does not exist"
|
||||
msgstr "\"%s\" menüsüne erişilmeye çalışıldı fakat bu menü yok"
|
||||
|
||||
#: openbox/menu.c:367 openbox/menu.c:368
|
||||
msgid "More..."
|
||||
msgstr "Daha..."
|
||||
|
||||
#: openbox/mouse.c:373
|
||||
#, c-format
|
||||
msgid "Invalid button \"%s\" in mouse binding"
|
||||
msgstr "Fare bağında geçersiz \"%s\" tuşu"
|
||||
|
||||
#: openbox/mouse.c:379
|
||||
#, c-format
|
||||
msgid "Invalid context \"%s\" in mouse binding"
|
||||
msgstr "Fare bağında geçersinz \"%s\" içeriği"
|
||||
|
||||
#: openbox/openbox.c:133
|
||||
#, c-format
|
||||
msgid "Unable to change to home directory \"%s\": %s"
|
||||
msgstr "\"%s\": %s ev dizini değiştirilemedi"
|
||||
|
||||
#: openbox/openbox.c:263
|
||||
msgid "Unable to find a valid config file, using some simple defaults"
|
||||
msgstr ""
|
||||
"Geçerli yapılandırma dosyası bulunamadı, bazı basit öntanımlı ayarlar "
|
||||
"kullanılıyor"
|
||||
|
||||
#: openbox/openbox.c:297
|
||||
msgid "Unable to load a theme."
|
||||
msgstr "Tema yüklenemedi."
|
||||
|
||||
#: openbox/openbox.c:377
|
||||
#, c-format
|
||||
msgid ""
|
||||
"One or more XML syntax errors were found while parsing the Waybox "
|
||||
"configuration files. See stdout for more information. The last error seen "
|
||||
"was in file \"%s\" line %d, with message: %s"
|
||||
msgstr ""
|
||||
"Waybox yapılandırma dosyası ayrıştırılırken bir yada daha fazla XML "
|
||||
"sözdizimi hatası bulundu. Daha fazla bilgi için stdout çıktısına bakınız. "
|
||||
"Son hata \"%s\" dosyası içerisindeki %d satırında %s hata iletisi ile görüldü"
|
||||
|
||||
#: openbox/openbox.c:379
|
||||
msgid "Waybox Syntax Error"
|
||||
msgstr "Waybox Sözdizimi Hatası"
|
||||
|
||||
#: openbox/openbox.c:379
|
||||
msgid "Close"
|
||||
msgstr "Kapat"
|
||||
|
||||
#: openbox/openbox.c:448
|
||||
#, c-format
|
||||
msgid "Restart failed to execute new executable \"%s\": %s"
|
||||
msgstr ""
|
||||
"Yeniden başlatmadaki \"%s\": %s çalıştırılabilir dosyalarının başlatılması "
|
||||
"başarısız oldu"
|
||||
|
||||
#: openbox/openbox.c:518 openbox/openbox.c:520
|
||||
msgid "Copyright (c)"
|
||||
msgstr "Telif Hakkı (c)"
|
||||
|
||||
#: openbox/openbox.c:529
|
||||
msgid "Syntax: openbox [options]\n"
|
||||
msgstr "Sözdizimi: openbox [seçenekler]\n"
|
||||
|
||||
#: openbox/openbox.c:530
|
||||
msgid ""
|
||||
"\n"
|
||||
"Options:\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"Seçenekler:\n"
|
||||
|
||||
#: openbox/openbox.c:531
|
||||
msgid " --help Display this help and exit\n"
|
||||
msgstr " --help Yardımı görüntüle ve çık\n"
|
||||
|
||||
#: openbox/openbox.c:532
|
||||
msgid " --version Display the version and exit\n"
|
||||
msgstr " --version Sürüm bilgisini görüntüle ve çık\n"
|
||||
|
||||
#. TRANSLATORS: if you translate "FILE" here, make sure to keep the "Specify..."
|
||||
#. aligned still, if you have to, make a new line with \n and 22 spaces. It's
|
||||
#. fine to leave it as FILE though.
|
||||
#: openbox/openbox.c:537
|
||||
msgid " --config-file FILE Specify the path to the config file to use\n"
|
||||
msgstr ""
|
||||
" --config-file FILE Kullanılacak yapılandırma dosyasının yolunu belirtir\n"
|
||||
|
||||
#: openbox/openbox.c:538
|
||||
msgid " --sm-disable Disable connection to the session manager\n"
|
||||
msgstr ""
|
||||
" --sm-disable Oturum yöneticisiyle olan bağlanıyı etkisiz kıl\n"
|
||||
|
||||
#: openbox/openbox.c:543
|
||||
msgid ""
|
||||
"\n"
|
||||
"Debugging options:\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"Hata ayıklama seçenekleri:\n"
|
||||
|
||||
#: openbox/openbox.c:544
|
||||
msgid " --sync Run in synchronous mode\n"
|
||||
msgstr " --sync Eş zamanlı kipte çalış\n"
|
||||
|
||||
#: openbox/openbox.c:545
|
||||
msgid " --debug Display debugging output\n"
|
||||
msgstr " --debug Hata ayıklama çıktısını göster\n"
|
||||
|
||||
#: openbox/openbox.c:546
|
||||
msgid " --debug-focus Display debugging output for focus handling\n"
|
||||
msgstr ""
|
||||
" --debug-focus Özelleşmiş durum için hata ayıklama çıktısını göster\n"
|
||||
|
||||
#: openbox/openbox.c:548
|
||||
msgid " --startup CMD Run CMD after starting\n"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/openbox.c:551
|
||||
msgid " --debug-session Display debugging output for session management\n"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/openbox.c:548
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
"Please report bugs at %s\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"Lütfen hataları %s adresine bildiriniz\n"
|
||||
|
||||
#: openbox/openbox.c:617
|
||||
msgid "%s requires an argument\n"
|
||||
msgstr "%s dosyası bir değişkene ihtiyaç duyuyor\n"
|
||||
|
||||
#: openbox/openbox.c:660
|
||||
#, c-format
|
||||
msgid "Invalid command line argument \"%s\"\n"
|
||||
msgstr "\"%s\" geçersiz komut satırı değişkeni\n"
|
||||
|
||||
#. TRANSLATORS: If you need to specify a different order of the
|
||||
#. arguments, you can use %1$d for the first one and %2$d for the
|
||||
#. second one. For example,
|
||||
#. "The current session has %2$d desktops, but Waybox is configured for %1$d ..."
|
||||
#: openbox/screen.c:412
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Waybox is configured for %d desktop, but the current session has %d. "
|
||||
"Overriding the Waybox configuration."
|
||||
msgid_plural ""
|
||||
"Waybox is configured for %d desktops, but the current session has %d. "
|
||||
"Overriding the Waybox configuration."
|
||||
msgstr[0] ""
|
||||
"Waybox %d masaüstü için yapılandırılmıştır fakat güncel oturumda %d masaüstü "
|
||||
"var. Waybox yapılandırması geçersiz kılınıyor."
|
||||
msgstr[1] ""
|
||||
"Waybox %d masaüstleri için yapılandırılmıştır fakat güncel oturum %d dir. "
|
||||
"Waybox yapılandırmasının üzerien yazılıyor."
|
||||
|
||||
#: openbox/screen.c:1180
|
||||
#, c-format
|
||||
msgid "desktop %i"
|
||||
msgstr "%i masaüstü"
|
||||
|
||||
#: openbox/session.c:104
|
||||
#, fuzzy, c-format
|
||||
msgid "Unable to make directory \"%s\": %s"
|
||||
msgstr "\"%s\": %s ev dizini değiştirilemedi"
|
||||
|
||||
#: openbox/session.c:466
|
||||
#, fuzzy, c-format
|
||||
msgid "Unable to save the session to \"%s\": %s"
|
||||
msgstr "\"%s\": %s ev dizini değiştirilemedi"
|
||||
|
||||
#: openbox/session.c:605
|
||||
#, c-format
|
||||
msgid "Error while saving the session to \"%s\": %s"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/session.c:842
|
||||
msgid "Not connected to a session manager"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/startupnotify.c:243
|
||||
#, c-format
|
||||
msgid "Running %s"
|
||||
msgstr "%s çalışıyor"
|
||||
|
||||
#: openbox/translate.c:59
|
||||
#, c-format
|
||||
msgid "Invalid modifier key \"%s\" in key/mouse binding"
|
||||
msgstr "Klavye/fare bağında geçersiz \"%s\" tuş değiştirici"
|
||||
|
||||
#: openbox/translate.c:138
|
||||
#, c-format
|
||||
msgid "Invalid key code \"%s\" in key binding"
|
||||
msgstr "Tuş bağında \"%s\" geçersiz tuş kodu"
|
||||
|
||||
#: openbox/translate.c:145
|
||||
#, c-format
|
||||
msgid "Invalid key name \"%s\" in key binding"
|
||||
msgstr "Tuş bağında \"%s\" geçersiz tuş adı"
|
||||
|
||||
#: openbox/prompt.c:200
|
||||
msgid "OK"
|
||||
msgstr "Tamam"
|
||||
408
po/uk.po
Normal file
408
po/uk.po
Normal file
|
|
@ -0,0 +1,408 @@
|
|||
# Ukrainian translation for Waybox.
|
||||
# Copyright (C) 2020 Joe Wisdom
|
||||
# This file is distributed under the same license as the Waybox package.
|
||||
# Dmitriy Moroz <zux@dimaka.org.ua>, 2007.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Waybox 0.0.1\n"
|
||||
"Report-Msgid-Bugs-To: https://github.com/wizbright/waybox/issues\n"
|
||||
"POT-Creation-Date: 2008-11-15 22:28+0100\n"
|
||||
"PO-Revision-Date: 2020-03-10 14:10-0400\n"
|
||||
"Last-Translator: Serhiy Lysovenko <lisovenko.s[at]gmail[dot]com>\n"
|
||||
"Language-Team: Ukrainian <linux.org.ua>\n"
|
||||
"Language: uk\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=n == 1 ? 0 : 1;\n"
|
||||
|
||||
#: openbox/actions.c:149
|
||||
#, c-format
|
||||
msgid "Invalid action \"%s\" requested. No such action exists."
|
||||
msgstr "Здійснено запит на неіснуючу дію \"%s\"."
|
||||
|
||||
#: openbox/actions/execute.c:128
|
||||
msgid "No"
|
||||
msgstr "Ні"
|
||||
|
||||
#: openbox/actions/execute.c:129
|
||||
msgid "Yes"
|
||||
msgstr "Так"
|
||||
|
||||
#: openbox/actions/execute.c:133
|
||||
msgid "Execute"
|
||||
msgstr "Виконати"
|
||||
|
||||
#: openbox/actions/execute.c:142
|
||||
#, c-format
|
||||
msgid "Failed to convert the path \"%s\" from utf8"
|
||||
msgstr "Не вдалося конвертувати шлях \"%s\" з utf8"
|
||||
|
||||
#: openbox/actions/exit.c:52 openbox/actions/session.c:64 openbox/client.c:3465
|
||||
msgid "Cancel"
|
||||
msgstr "Скасувати"
|
||||
|
||||
#: openbox/actions/exit.c:53
|
||||
msgid "Exit"
|
||||
msgstr "Вихід"
|
||||
|
||||
#: openbox/actions/exit.c:56
|
||||
msgid "Are you sure you want to exit Waybox?"
|
||||
msgstr "Ви дійсно хочете вийти з Waybox?"
|
||||
|
||||
#: openbox/actions/exit.c:57
|
||||
msgid "Exit Waybox"
|
||||
msgstr "Вийти з Waybox"
|
||||
|
||||
#. TRANSLATORS: Don't translate the word "SessionLogout" as it's the
|
||||
#. name of the action you write in rc.xml
|
||||
#: openbox/actions/session.c:43
|
||||
msgid ""
|
||||
"The SessionLogout action is not available since Waybox was built without "
|
||||
"session management support"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/actions/session.c:65 openbox/actions/session.c:70
|
||||
msgid "Log Out"
|
||||
msgstr "Вийти"
|
||||
|
||||
#: openbox/actions/session.c:69
|
||||
msgid "Are you sure you want to log out?"
|
||||
msgstr "Ви дійсно бажаєте завершити сеанс?"
|
||||
|
||||
#: openbox/client.c:2012
|
||||
msgid "Unnamed Window"
|
||||
msgstr "Неназване вікно"
|
||||
|
||||
#: openbox/client.c:2026 openbox/client.c:2058
|
||||
msgid "Killing..."
|
||||
msgstr "Знищення..."
|
||||
|
||||
#: openbox/client.c:3462
|
||||
msgid "Disconnect"
|
||||
msgstr "Від'єднати"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:87 openbox/client_list_menu.c:91
|
||||
msgid "Go there..."
|
||||
msgstr "Перейти..."
|
||||
|
||||
#: openbox/client_list_combined_menu.c:94
|
||||
msgid "Manage desktops"
|
||||
msgstr "Керування стільницями"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:95 openbox/client_list_menu.c:155
|
||||
msgid "_Add new desktop"
|
||||
msgstr "Додати нову стільницю (_A)"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:96 openbox/client_list_menu.c:156
|
||||
msgid "_Remove last desktop"
|
||||
msgstr "Видалити останню стільницю (_R)"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:149
|
||||
msgid "Windows"
|
||||
msgstr "Вікна"
|
||||
|
||||
#: openbox/client_list_menu.c:203
|
||||
msgid "Desktops"
|
||||
msgstr "Стільниці"
|
||||
|
||||
#: openbox/client_menu.c:258
|
||||
msgid "All desktops"
|
||||
msgstr "На всіх стільницях"
|
||||
|
||||
#: openbox/client_menu.c:370
|
||||
msgid "_Layer"
|
||||
msgstr "Шар (_L)"
|
||||
|
||||
#: openbox/client_menu.c:375
|
||||
msgid "Always on _top"
|
||||
msgstr "Над усіма вікнами (_T)"
|
||||
|
||||
#: openbox/client_menu.c:376
|
||||
msgid "_Normal"
|
||||
msgstr "Звичайне положення (_N)"
|
||||
|
||||
#: openbox/client_menu.c:377
|
||||
msgid "Always on _bottom"
|
||||
msgstr "Під вікнами (_B)"
|
||||
|
||||
#: openbox/client_menu.c:379
|
||||
msgid "_Send to desktop"
|
||||
msgstr "Відправити на стільницю (_S)"
|
||||
|
||||
#: openbox/client_menu.c:383
|
||||
msgid "Client menu"
|
||||
msgstr "Меню клієнта"
|
||||
|
||||
#: openbox/client_menu.c:393
|
||||
msgid "R_estore"
|
||||
msgstr "Відновити (_E)"
|
||||
|
||||
#: openbox/client_menu.c:397
|
||||
msgid "_Move"
|
||||
msgstr "Перемістити (_M)"
|
||||
|
||||
#: openbox/client_menu.c:399
|
||||
msgid "Resi_ze"
|
||||
msgstr "Змінити розмір (_Z)"
|
||||
|
||||
#: openbox/client_menu.c:401
|
||||
msgid "Ico_nify"
|
||||
msgstr "Згорнути (_N)"
|
||||
|
||||
#: openbox/client_menu.c:405
|
||||
msgid "Ma_ximize"
|
||||
msgstr "Розгорнути (_X)"
|
||||
|
||||
#: openbox/client_menu.c:409
|
||||
msgid "_Roll up/down"
|
||||
msgstr "Скрутити/Розкрутити (_R)"
|
||||
|
||||
#: openbox/client_menu.c:411
|
||||
msgid "Un/_Decorate"
|
||||
msgstr "Перемкнути декорацію (_D)"
|
||||
|
||||
#: openbox/client_menu.c:415
|
||||
msgid "_Close"
|
||||
msgstr "Закрити (_C)"
|
||||
|
||||
#: openbox/config.c:781
|
||||
#, c-format
|
||||
msgid "Invalid button \"%s\" specified in config file"
|
||||
msgstr "Некоректна кнопка \"%s\" вказана у файлі конфігурації"
|
||||
|
||||
#: openbox/config.c:956
|
||||
msgid ""
|
||||
"Waybox was compiled without image loading support. Icons in menus will not "
|
||||
"be loaded."
|
||||
msgstr ""
|
||||
|
||||
#: openbox/keyboard.c:157
|
||||
msgid "Conflict with key binding in config file"
|
||||
msgstr "Конфлікт прив'язки клавіш у файлі конфігурації"
|
||||
|
||||
#: openbox/menu.c:102 openbox/menu.c:110
|
||||
#, c-format
|
||||
msgid "Unable to find a valid menu file \"%s\""
|
||||
msgstr "Не вдалося знайти коректний файл меню \"%s\""
|
||||
|
||||
#: openbox/menu.c:170
|
||||
#, c-format
|
||||
msgid "Failed to execute command for pipe-menu \"%s\": %s"
|
||||
msgstr "Не вдалося виконати команду для pipe-меню \"%s\": %s"
|
||||
|
||||
#: openbox/menu.c:184
|
||||
#, c-format
|
||||
msgid "Invalid output from pipe-menu \"%s\""
|
||||
msgstr "Некоректний вивід з pipe-меню \"%s\""
|
||||
|
||||
#: openbox/menu.c:197
|
||||
#, c-format
|
||||
msgid "Attempted to access menu \"%s\" but it does not exist"
|
||||
msgstr "Спроба доступу до неіснуючого меню \"%s\""
|
||||
|
||||
#: openbox/menu.c:367 openbox/menu.c:368
|
||||
msgid "More..."
|
||||
msgstr "Більше..."
|
||||
|
||||
#: openbox/mouse.c:373
|
||||
#, c-format
|
||||
msgid "Invalid button \"%s\" in mouse binding"
|
||||
msgstr "Некоректна клавіша \"%s\" в прив'язці клавіш мишки"
|
||||
|
||||
#: openbox/mouse.c:379
|
||||
#, c-format
|
||||
msgid "Invalid context \"%s\" in mouse binding"
|
||||
msgstr "Некоректний контекст \"%s\" в прив'язці клавіш мишки"
|
||||
|
||||
#: openbox/openbox.c:133
|
||||
#, c-format
|
||||
msgid "Unable to change to home directory \"%s\": %s"
|
||||
msgstr "Не вдалося перейти до домашнього каталогу \"%s\": %s"
|
||||
|
||||
#: openbox/openbox.c:263
|
||||
msgid "Unable to find a valid config file, using some simple defaults"
|
||||
msgstr ""
|
||||
"Не вдалося знайти коректний файл конфігурації, використовую стандартні "
|
||||
"налаштування"
|
||||
|
||||
#: openbox/openbox.c:297
|
||||
msgid "Unable to load a theme."
|
||||
msgstr "Не вдалося завантажити тему"
|
||||
|
||||
#: openbox/openbox.c:377
|
||||
#, c-format
|
||||
msgid ""
|
||||
"One or more XML syntax errors were found while parsing the Waybox "
|
||||
"configuration files. See stdout for more information. The last error seen "
|
||||
"was in file \"%s\" line %d, with message: %s"
|
||||
msgstr ""
|
||||
"Виявлено одну або більше синтаксичних помилок XML під час сканування "
|
||||
"конфігураційних файлів Waybox. Щоб дізнатись більше - перегляньте stdout. "
|
||||
"Остання помічена помилка була в файлі \"%s\", стрічка %d, повідомлення: %s"
|
||||
|
||||
#: openbox/openbox.c:379
|
||||
msgid "Waybox Syntax Error"
|
||||
msgstr "синтаксична помилка Waybox"
|
||||
|
||||
#: openbox/openbox.c:379
|
||||
msgid "Close"
|
||||
msgstr "Закрити"
|
||||
|
||||
#: openbox/openbox.c:448
|
||||
#, c-format
|
||||
msgid "Restart failed to execute new executable \"%s\": %s"
|
||||
msgstr ""
|
||||
"При перезавантаженні не вдалося виконати новий виконуваний файл \"%s\": %s"
|
||||
|
||||
#: openbox/openbox.c:518 openbox/openbox.c:520
|
||||
msgid "Copyright (c)"
|
||||
msgstr "Авторські права (c)"
|
||||
|
||||
#: openbox/openbox.c:529
|
||||
msgid "Syntax: openbox [options]\n"
|
||||
msgstr "Синтакс: openbox [параметри]\n"
|
||||
|
||||
#: openbox/openbox.c:530
|
||||
msgid ""
|
||||
"\n"
|
||||
"Options:\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"Параметри:\n"
|
||||
|
||||
#: openbox/openbox.c:531
|
||||
msgid " --help Display this help and exit\n"
|
||||
msgstr " --help Показати цю довідку і вийти\n"
|
||||
|
||||
#: openbox/openbox.c:532
|
||||
msgid " --version Display the version and exit\n"
|
||||
msgstr " --vesrion Показати версію і вийти\n"
|
||||
|
||||
#. TRANSLATORS: if you translate "FILE" here, make sure to keep the "Specify..."
|
||||
#. aligned still, if you have to, make a new line with \n and 22 spaces. It's
|
||||
#. fine to leave it as FILE though.
|
||||
#: openbox/openbox.c:537
|
||||
msgid " --config-file FILE Specify the path to the config file to use\n"
|
||||
msgstr " --config-file ФАЙЛ Вказати шлях до конфігураційного файлу\n"
|
||||
|
||||
#: openbox/openbox.c:538
|
||||
msgid " --sm-disable Disable connection to the session manager\n"
|
||||
msgstr " --sm-disable Вимкнути з'єднання з менеджером сеансу\n"
|
||||
|
||||
#: openbox/openbox.c:543
|
||||
msgid ""
|
||||
"\n"
|
||||
"Debugging options:\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"Налагоджувальні параметри\n"
|
||||
|
||||
#: openbox/openbox.c:544
|
||||
msgid " --sync Run in synchronous mode\n"
|
||||
msgstr " --sync Запустити в синхронному режимі\n"
|
||||
|
||||
#: openbox/openbox.c:545
|
||||
msgid " --debug Display debugging output\n"
|
||||
msgstr " --debug Показувати інформацію налагоджування\n"
|
||||
|
||||
#: openbox/openbox.c:546
|
||||
msgid " --debug-focus Display debugging output for focus handling\n"
|
||||
msgstr ""
|
||||
" --debug-focus Показувати відлагоджувальний вивід для керування "
|
||||
"фокусом\n"
|
||||
|
||||
#: openbox/openbox.c:548
|
||||
msgid " --startup CMD Run CMD after starting\n"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/openbox.c:551
|
||||
msgid " --debug-session Display debugging output for session management\n"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/openbox.c:548
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
"Please report bugs at %s\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"Будь-ласка, повідомляйте про помилки на %s\n"
|
||||
|
||||
#: openbox/openbox.c:617
|
||||
msgid "%s requires an argument\n"
|
||||
msgstr "%s потребує аргументу\n"
|
||||
|
||||
#: openbox/openbox.c:660
|
||||
#, c-format
|
||||
msgid "Invalid command line argument \"%s\"\n"
|
||||
msgstr "Некоректний аргумент \"%s\"\n"
|
||||
|
||||
#. TRANSLATORS: If you need to specify a different order of the
|
||||
#. arguments, you can use %1$d for the first one and %2$d for the
|
||||
#. second one. For example,
|
||||
#. "The current session has %2$d desktops, but Waybox is configured for %1$d ..."
|
||||
#: openbox/screen.c:412
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Waybox is configured for %d desktop, but the current session has %d. "
|
||||
"Overriding the Waybox configuration."
|
||||
msgid_plural ""
|
||||
"Waybox is configured for %d desktops, but the current session has %d. "
|
||||
"Overriding the Waybox configuration."
|
||||
msgstr[0] ""
|
||||
"Waybox сконфігуровано на %d дисплеїв, але в поточній сесії використовується "
|
||||
"%d. Перевищення конфігурації Waybox."
|
||||
msgstr[1] ""
|
||||
"Waybox сконфігуровано на %d дисплеїв, але в поточній сесії використовується "
|
||||
"%d. Перевищення конфігурації Waybox."
|
||||
|
||||
#: openbox/screen.c:1180
|
||||
#, c-format
|
||||
msgid "desktop %i"
|
||||
msgstr "стільниця %i"
|
||||
|
||||
#: openbox/session.c:104
|
||||
#, fuzzy, c-format
|
||||
msgid "Unable to make directory \"%s\": %s"
|
||||
msgstr "Не вдалося створити каталог '%s': %s"
|
||||
|
||||
#: openbox/session.c:466
|
||||
#, fuzzy, c-format
|
||||
msgid "Unable to save the session to \"%s\": %s"
|
||||
msgstr "Не вдалося перейти до домашнього каталогу \"%s\": %s"
|
||||
|
||||
#: openbox/session.c:605
|
||||
#, c-format
|
||||
msgid "Error while saving the session to \"%s\": %s"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/session.c:842
|
||||
msgid "Not connected to a session manager"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/startupnotify.c:243
|
||||
#, c-format
|
||||
msgid "Running %s"
|
||||
msgstr "Виконується %s"
|
||||
|
||||
#: openbox/translate.c:59
|
||||
#, c-format
|
||||
msgid "Invalid modifier key \"%s\" in key/mouse binding"
|
||||
msgstr ""
|
||||
"Некоректна назва модифікатору \"%s\" у прив'язці клавіш клавіатури/мишки"
|
||||
|
||||
#: openbox/translate.c:138
|
||||
#, c-format
|
||||
msgid "Invalid key code \"%s\" in key binding"
|
||||
msgstr "Некоректний код клавіші \"%s\" у прив'язці клавіш"
|
||||
|
||||
#: openbox/translate.c:145
|
||||
#, c-format
|
||||
msgid "Invalid key name \"%s\" in key binding"
|
||||
msgstr "Некоректна назва клавіші \"%s\" у прив'язці клавіш"
|
||||
|
||||
#: openbox/prompt.c:200
|
||||
msgid "OK"
|
||||
msgstr "Гаразд"
|
||||
403
po/vi.po
Normal file
403
po/vi.po
Normal file
|
|
@ -0,0 +1,403 @@
|
|||
# Vietnamese messages for Waybox.
|
||||
# Copyright (C) 2020 Joe Wisdom
|
||||
# This file is distributed under the same license as the Waybox package.
|
||||
# Quan Tran <qeed.quan@gmail.com>, 2007.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Waybox 0.0.1\n"
|
||||
"Report-Msgid-Bugs-To: https://github.com/wizbright/waybox/issues\n"
|
||||
"POT-Creation-Date: 2008-11-15 22:28+0100\n"
|
||||
"PO-Revision-Date: 2020-03-10 14:10-0400\n"
|
||||
"Last-Translator: Quan Tran <qeed.quan@gmail.com>\n"
|
||||
"Language-Team: None\n"
|
||||
"Language: vi\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=n == 1 ? 0 : 1;\n"
|
||||
|
||||
#: openbox/actions.c:149
|
||||
#, c-format
|
||||
msgid "Invalid action \"%s\" requested. No such action exists."
|
||||
msgstr "Hành động \"%s\" làm không được. Hành động đó không có."
|
||||
|
||||
#: openbox/actions/execute.c:128
|
||||
msgid "No"
|
||||
msgstr "Không"
|
||||
|
||||
#: openbox/actions/execute.c:129
|
||||
msgid "Yes"
|
||||
msgstr "Được"
|
||||
|
||||
#: openbox/actions/execute.c:133
|
||||
msgid "Execute"
|
||||
msgstr "Hành động"
|
||||
|
||||
#: openbox/actions/execute.c:142
|
||||
#, c-format
|
||||
msgid "Failed to convert the path \"%s\" from utf8"
|
||||
msgstr "Không thể chuyển chỗ \"%s\" từ utf8"
|
||||
|
||||
#: openbox/actions/exit.c:52 openbox/actions/session.c:64 openbox/client.c:3465
|
||||
msgid "Cancel"
|
||||
msgstr "Bãi bỏ"
|
||||
|
||||
#: openbox/actions/exit.c:53
|
||||
msgid "Exit"
|
||||
msgstr "Đi ra"
|
||||
|
||||
#: openbox/actions/exit.c:56
|
||||
msgid "Are you sure you want to exit Waybox?"
|
||||
msgstr "Có chắc chắn đi ra Waybox?"
|
||||
|
||||
#: openbox/actions/exit.c:57
|
||||
msgid "Exit Waybox"
|
||||
msgstr "Đi ra Waybox"
|
||||
|
||||
#. TRANSLATORS: Don't translate the word "SessionLogout" as it's the
|
||||
#. name of the action you write in rc.xml
|
||||
#: openbox/actions/session.c:43
|
||||
msgid ""
|
||||
"The SessionLogout action is not available since Waybox was built without "
|
||||
"session management support"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/actions/session.c:65 openbox/actions/session.c:70
|
||||
msgid "Log Out"
|
||||
msgstr "Đi ra"
|
||||
|
||||
#: openbox/actions/session.c:69
|
||||
msgid "Are you sure you want to log out?"
|
||||
msgstr "Có chắc chắn đi ra không?"
|
||||
|
||||
#: openbox/client.c:2012
|
||||
msgid "Unnamed Window"
|
||||
msgstr "Cửa sổ không tên"
|
||||
|
||||
#: openbox/client.c:2026 openbox/client.c:2058
|
||||
msgid "Killing..."
|
||||
msgstr "Đang giết..."
|
||||
|
||||
#: openbox/client.c:3462
|
||||
msgid "Disconnect"
|
||||
msgstr "Rời ra"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:87 openbox/client_list_menu.c:91
|
||||
msgid "Go there..."
|
||||
msgstr "Đi đến chỗ đó"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:94
|
||||
msgid "Manage desktops"
|
||||
msgstr "Quản lý chỗ làm việc"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:95 openbox/client_list_menu.c:155
|
||||
msgid "_Add new desktop"
|
||||
msgstr "_Cộng thêm chỗ làm việc"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:96 openbox/client_list_menu.c:156
|
||||
msgid "_Remove last desktop"
|
||||
msgstr "_Bỏ lát chỗ làm việc"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:149
|
||||
msgid "Windows"
|
||||
msgstr "Cửa sổ"
|
||||
|
||||
#: openbox/client_list_menu.c:203
|
||||
msgid "Desktops"
|
||||
msgstr "Chỗ làm việc"
|
||||
|
||||
#: openbox/client_menu.c:258
|
||||
msgid "All desktops"
|
||||
msgstr "Tất cả chỗ làm việc"
|
||||
|
||||
#: openbox/client_menu.c:370
|
||||
msgid "_Layer"
|
||||
msgstr "Lớ_p"
|
||||
|
||||
#: openbox/client_menu.c:375
|
||||
msgid "Always on _top"
|
||||
msgstr "Luôn luôn ở _trên"
|
||||
|
||||
#: openbox/client_menu.c:376
|
||||
msgid "_Normal"
|
||||
msgstr "_Bình thường"
|
||||
|
||||
#: openbox/client_menu.c:377
|
||||
msgid "Always on _bottom"
|
||||
msgstr "Luôn luôn ở _dưới"
|
||||
|
||||
#: openbox/client_menu.c:379
|
||||
msgid "_Send to desktop"
|
||||
msgstr "Gửi đến chỗ làm _việc"
|
||||
|
||||
#: openbox/client_menu.c:383
|
||||
msgid "Client menu"
|
||||
msgstr "Khách thực đơn"
|
||||
|
||||
#: openbox/client_menu.c:393
|
||||
msgid "R_estore"
|
||||
msgstr "_Hoàn lại"
|
||||
|
||||
#: openbox/client_menu.c:397
|
||||
msgid "_Move"
|
||||
msgstr "Chu_yển đi"
|
||||
|
||||
#: openbox/client_menu.c:399
|
||||
msgid "Resi_ze"
|
||||
msgstr "Làm _nhỏ hơn/lớn hơn"
|
||||
|
||||
#: openbox/client_menu.c:401
|
||||
msgid "Ico_nify"
|
||||
msgstr "Biến _xuống"
|
||||
|
||||
#: openbox/client_menu.c:405
|
||||
msgid "Ma_ximize"
|
||||
msgstr "Biến _lớn nhất"
|
||||
|
||||
#: openbox/client_menu.c:409
|
||||
msgid "_Roll up/down"
|
||||
msgstr "_Cuốn lên/xuống"
|
||||
|
||||
#: openbox/client_menu.c:411
|
||||
msgid "Un/_Decorate"
|
||||
msgstr "_Trang/Không Trang trí"
|
||||
|
||||
#: openbox/client_menu.c:415
|
||||
msgid "_Close"
|
||||
msgstr "Đón_g"
|
||||
|
||||
#: openbox/config.c:781
|
||||
#, c-format
|
||||
msgid "Invalid button \"%s\" specified in config file"
|
||||
msgstr "Sai nút \"%s\" ở trong hình thể"
|
||||
|
||||
#: openbox/config.c:956
|
||||
msgid ""
|
||||
"Waybox was compiled without image loading support. Icons in menus will not "
|
||||
"be loaded."
|
||||
msgstr ""
|
||||
|
||||
#: openbox/keyboard.c:157
|
||||
msgid "Conflict with key binding in config file"
|
||||
msgstr "Xung đột với chữ trói ở trong hình thể"
|
||||
|
||||
#: openbox/menu.c:102 openbox/menu.c:110
|
||||
#, c-format
|
||||
msgid "Unable to find a valid menu file \"%s\""
|
||||
msgstr "Không có thể tìm vững chắc thực đơn \"%s\""
|
||||
|
||||
#: openbox/menu.c:170
|
||||
#, c-format
|
||||
msgid "Failed to execute command for pipe-menu \"%s\": %s"
|
||||
msgstr "Không có thể chạy lệnh cho ống-thực đơn \"%s\": %s"
|
||||
|
||||
#: openbox/menu.c:184
|
||||
#, c-format
|
||||
msgid "Invalid output from pipe-menu \"%s\""
|
||||
msgstr "Vô hiệu sản xuất của ống-thực đơn \"%s\""
|
||||
|
||||
#: openbox/menu.c:197
|
||||
#, c-format
|
||||
msgid "Attempted to access menu \"%s\" but it does not exist"
|
||||
msgstr "Thử mở thực đơn \"%s\" nhưng mà cái đó không có"
|
||||
|
||||
#: openbox/menu.c:367 openbox/menu.c:368
|
||||
msgid "More..."
|
||||
msgstr "Thêm nữa"
|
||||
|
||||
#: openbox/mouse.c:373
|
||||
#, c-format
|
||||
msgid "Invalid button \"%s\" in mouse binding"
|
||||
msgstr "Vô hiệu nút \"%s\" ở trong máy chuột đặt"
|
||||
|
||||
#: openbox/mouse.c:379
|
||||
#, c-format
|
||||
msgid "Invalid context \"%s\" in mouse binding"
|
||||
msgstr "Vô hiệu văn cảnh \"%s\" ở trong chuột đặt"
|
||||
|
||||
#: openbox/openbox.c:133
|
||||
#, c-format
|
||||
msgid "Unable to change to home directory \"%s\": %s"
|
||||
msgstr "Không thể đổi đến chỗ nhà \"%s\": %s"
|
||||
|
||||
#: openbox/openbox.c:263
|
||||
msgid "Unable to find a valid config file, using some simple defaults"
|
||||
msgstr "Không thể tìm ra hình thể, sẽ dùng bắt đầu hình thể"
|
||||
|
||||
#: openbox/openbox.c:297
|
||||
msgid "Unable to load a theme."
|
||||
msgstr "Không thể đọc theme."
|
||||
|
||||
#: openbox/openbox.c:377
|
||||
#, c-format
|
||||
msgid ""
|
||||
"One or more XML syntax errors were found while parsing the Waybox "
|
||||
"configuration files. See stdout for more information. The last error seen "
|
||||
"was in file \"%s\" line %d, with message: %s"
|
||||
msgstr ""
|
||||
"Một hay là trên một XML danh từ không đúng tìm thấy ở trong Waybox tài liệu. "
|
||||
"Coi stdout cho biết thêm. Cai sai lầm cuối cùng ở trong Waybox tài liệu \"%s"
|
||||
"\" ở hàng %d với lời: %s"
|
||||
|
||||
#: openbox/openbox.c:379
|
||||
msgid "Waybox Syntax Error"
|
||||
msgstr "Waybox danh từ không đúng"
|
||||
|
||||
#: openbox/openbox.c:379
|
||||
msgid "Close"
|
||||
msgstr "Đóng"
|
||||
|
||||
#: openbox/openbox.c:448
|
||||
#, c-format
|
||||
msgid "Restart failed to execute new executable \"%s\": %s"
|
||||
msgstr "Bắt đầu lại hỏng mở được executable mới \"%s\": %s"
|
||||
|
||||
#: openbox/openbox.c:518 openbox/openbox.c:520
|
||||
msgid "Copyright (c)"
|
||||
msgstr "Bản quyền (c)"
|
||||
|
||||
#: openbox/openbox.c:529
|
||||
msgid "Syntax: openbox [options]\n"
|
||||
msgstr "Cách dùng: openbox [chọn lựa]\n"
|
||||
|
||||
#: openbox/openbox.c:530
|
||||
msgid ""
|
||||
"\n"
|
||||
"Options:\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"Chọn lựa:\n"
|
||||
|
||||
#: openbox/openbox.c:531
|
||||
msgid " --help Display this help and exit\n"
|
||||
msgstr " --help Trưng bày giúp đỡ này và đi ra\n"
|
||||
|
||||
#: openbox/openbox.c:532
|
||||
msgid " --version Display the version and exit\n"
|
||||
msgstr " --version Trưng bày số của chương trình và đi ra\n"
|
||||
|
||||
#. TRANSLATORS: if you translate "FILE" here, make sure to keep the "Specify..."
|
||||
#. aligned still, if you have to, make a new line with \n and 22 spaces. It's
|
||||
#. fine to leave it as FILE though.
|
||||
#: openbox/openbox.c:537
|
||||
msgid " --config-file FILE Specify the path to the config file to use\n"
|
||||
msgstr " --config-file FILE Chỉ chỗ đường cho tài liệu để dùng\n"
|
||||
|
||||
#: openbox/openbox.c:538
|
||||
msgid " --sm-disable Disable connection to the session manager\n"
|
||||
msgstr " --sm-disable Tắt liên lạc đến session quản lý\n"
|
||||
|
||||
#: openbox/openbox.c:543
|
||||
msgid ""
|
||||
"\n"
|
||||
"Debugging options:\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"Debugging chọn lựa:\n"
|
||||
|
||||
#: openbox/openbox.c:544
|
||||
msgid " --sync Run in synchronous mode\n"
|
||||
msgstr " --sync Chạy trong cách thức synchronous\n"
|
||||
|
||||
#: openbox/openbox.c:545
|
||||
msgid " --debug Display debugging output\n"
|
||||
msgstr " --debug Trưng bày debugging đoàn chữ\n"
|
||||
|
||||
#: openbox/openbox.c:546
|
||||
msgid " --debug-focus Display debugging output for focus handling\n"
|
||||
msgstr ""
|
||||
" --debug-focus Trưng bày debugging đoàn chữ cho điều khiển tập trung\n"
|
||||
|
||||
#: openbox/openbox.c:548
|
||||
msgid " --startup CMD Run CMD after starting\n"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/openbox.c:551
|
||||
msgid " --debug-session Display debugging output for session management\n"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/openbox.c:548
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
"Please report bugs at %s\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"Làm ơn báo cáo bugs ở chỗ %s\n"
|
||||
|
||||
#: openbox/openbox.c:617
|
||||
msgid "%s requires an argument\n"
|
||||
msgstr "%s cần chọn lựa một tài liệu\n"
|
||||
|
||||
#: openbox/openbox.c:660
|
||||
#, c-format
|
||||
msgid "Invalid command line argument \"%s\"\n"
|
||||
msgstr "Mệnh lệnh viết sai \"%s\"\n"
|
||||
|
||||
#. TRANSLATORS: If you need to specify a different order of the
|
||||
#. arguments, you can use %1$d for the first one and %2$d for the
|
||||
#. second one. For example,
|
||||
#. "The current session has %2$d desktops, but Waybox is configured for %1$d ..."
|
||||
#: openbox/screen.c:412
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Waybox is configured for %d desktop, but the current session has %d. "
|
||||
"Overriding the Waybox configuration."
|
||||
msgid_plural ""
|
||||
"Waybox is configured for %d desktops, but the current session has %d. "
|
||||
"Overriding the Waybox configuration."
|
||||
msgstr[0] ""
|
||||
"Waybox đặt cho %d chỗ làm việc, nhưng mà session hiện đại có %d. Lật đổ "
|
||||
"openbox tài liệu cho cái mới."
|
||||
msgstr[1] ""
|
||||
"Waybox đặt cho %d chỗ làm việc, nhưng mà session hiện đại có %d. Lật đổ "
|
||||
"openbox tài liệu cho cái mới."
|
||||
|
||||
#: openbox/screen.c:1180
|
||||
#, c-format
|
||||
msgid "desktop %i"
|
||||
msgstr "chỗ làm việc %i"
|
||||
|
||||
#: openbox/session.c:104
|
||||
#, fuzzy, c-format
|
||||
msgid "Unable to make directory \"%s\": %s"
|
||||
msgstr "Không thể chế directory '%s': %s"
|
||||
|
||||
#: openbox/session.c:466
|
||||
#, fuzzy, c-format
|
||||
msgid "Unable to save the session to \"%s\": %s"
|
||||
msgstr "Không thể đổi đến chỗ nhà \"%s\": %s"
|
||||
|
||||
#: openbox/session.c:605
|
||||
#, c-format
|
||||
msgid "Error while saving the session to \"%s\": %s"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/session.c:842
|
||||
msgid "Not connected to a session manager"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/startupnotify.c:243
|
||||
#, c-format
|
||||
msgid "Running %s"
|
||||
msgstr "Đan Chạy %s"
|
||||
|
||||
#: openbox/translate.c:59
|
||||
#, c-format
|
||||
msgid "Invalid modifier key \"%s\" in key/mouse binding"
|
||||
msgstr "Vô hiệu Modifier key \"%s\" ở chỗ máy keyboard/chuột đặt"
|
||||
|
||||
#: openbox/translate.c:138
|
||||
#, c-format
|
||||
msgid "Invalid key code \"%s\" in key binding"
|
||||
msgstr "Vô hiệu key mã \"%s\" ở chỗ key đặt"
|
||||
|
||||
#: openbox/translate.c:145
|
||||
#, c-format
|
||||
msgid "Invalid key name \"%s\" in key binding"
|
||||
msgstr "Vô hiệu key tên \"%s\" ở chỗ key đặt"
|
||||
|
||||
#: openbox/prompt.c:200
|
||||
msgid "OK"
|
||||
msgstr "Đồng ý"
|
||||
389
po/waybox.pot
Normal file
389
po/waybox.pot
Normal file
|
|
@ -0,0 +1,389 @@
|
|||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR Joe Wisdom
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Waybox 0.0.1\n"
|
||||
"Report-Msgid-Bugs-To: https://github.com/wizbright/waybox/issues\n"
|
||||
"POT-Creation-Date: 2008-11-15 22:28+0100\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=CHARSET\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
|
||||
|
||||
#: openbox/actions.c:149
|
||||
#, c-format
|
||||
msgid "Invalid action \"%s\" requested. No such action exists."
|
||||
msgstr ""
|
||||
|
||||
#: openbox/actions/execute.c:128
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/actions/execute.c:129
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/actions/execute.c:133
|
||||
msgid "Execute"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/actions/execute.c:142
|
||||
#, c-format
|
||||
msgid "Failed to convert the path \"%s\" from utf8"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/actions/exit.c:52 openbox/actions/session.c:64
|
||||
#: openbox/client.c:3465
|
||||
msgid "Cancel"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/actions/exit.c:53
|
||||
msgid "Exit"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/actions/exit.c:56
|
||||
msgid "Are you sure you want to exit Waybox?"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/actions/exit.c:57
|
||||
msgid "Exit Waybox"
|
||||
msgstr ""
|
||||
|
||||
#. TRANSLATORS: Don't translate the word "SessionLogout" as it's the
|
||||
#. name of the action you write in rc.xml
|
||||
#: openbox/actions/session.c:43
|
||||
msgid ""
|
||||
"The SessionLogout action is not available since Waybox was built without "
|
||||
"session management support"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/actions/session.c:65 openbox/actions/session.c:70
|
||||
msgid "Log Out"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/actions/session.c:69
|
||||
msgid "Are you sure you want to log out?"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/client.c:2012
|
||||
msgid "Unnamed Window"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/client.c:2026 openbox/client.c:2058
|
||||
msgid "Killing..."
|
||||
msgstr ""
|
||||
|
||||
#: openbox/client.c:3462
|
||||
msgid "Disconnect"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/client_list_combined_menu.c:87 openbox/client_list_menu.c:91
|
||||
msgid "Go there..."
|
||||
msgstr ""
|
||||
|
||||
#: openbox/client_list_combined_menu.c:94
|
||||
msgid "Manage desktops"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/client_list_combined_menu.c:95 openbox/client_list_menu.c:155
|
||||
msgid "_Add new desktop"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/client_list_combined_menu.c:96 openbox/client_list_menu.c:156
|
||||
msgid "_Remove last desktop"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/client_list_combined_menu.c:149
|
||||
msgid "Windows"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/client_list_menu.c:203
|
||||
msgid "Desktops"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/client_menu.c:258
|
||||
msgid "All desktops"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/client_menu.c:370
|
||||
msgid "_Layer"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/client_menu.c:375
|
||||
msgid "Always on _top"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/client_menu.c:376
|
||||
msgid "_Normal"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/client_menu.c:377
|
||||
msgid "Always on _bottom"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/client_menu.c:379
|
||||
msgid "_Send to desktop"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/client_menu.c:383
|
||||
msgid "Client menu"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/client_menu.c:393
|
||||
msgid "R_estore"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/client_menu.c:397
|
||||
msgid "_Move"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/client_menu.c:399
|
||||
msgid "Resi_ze"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/client_menu.c:401
|
||||
msgid "Ico_nify"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/client_menu.c:405
|
||||
msgid "Ma_ximize"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/client_menu.c:409
|
||||
msgid "_Roll up/down"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/client_menu.c:411
|
||||
msgid "Un/_Decorate"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/client_menu.c:415
|
||||
msgid "_Close"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/config.c:781
|
||||
#, c-format
|
||||
msgid "Invalid button \"%s\" specified in config file"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/config.c:956
|
||||
msgid ""
|
||||
"Waybox was compiled without image loading support. Icons in menus will "
|
||||
"not be loaded."
|
||||
msgstr ""
|
||||
|
||||
#: openbox/keyboard.c:157
|
||||
msgid "Conflict with key binding in config file"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/menu.c:102 openbox/menu.c:110
|
||||
#, c-format
|
||||
msgid "Unable to find a valid menu file \"%s\""
|
||||
msgstr ""
|
||||
|
||||
#: openbox/menu.c:170
|
||||
#, c-format
|
||||
msgid "Failed to execute command for pipe-menu \"%s\": %s"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/menu.c:184
|
||||
#, c-format
|
||||
msgid "Invalid output from pipe-menu \"%s\""
|
||||
msgstr ""
|
||||
|
||||
#: openbox/menu.c:197
|
||||
#, c-format
|
||||
msgid "Attempted to access menu \"%s\" but it does not exist"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/menu.c:367 openbox/menu.c:368
|
||||
msgid "More..."
|
||||
msgstr ""
|
||||
|
||||
#: openbox/mouse.c:373
|
||||
#, c-format
|
||||
msgid "Invalid button \"%s\" in mouse binding"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/mouse.c:379
|
||||
#, c-format
|
||||
msgid "Invalid context \"%s\" in mouse binding"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/openbox.c:133
|
||||
#, c-format
|
||||
msgid "Unable to change to home directory \"%s\": %s"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/openbox.c:263
|
||||
msgid "Unable to find a valid config file, using some simple defaults"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/openbox.c:297
|
||||
msgid "Unable to load a theme."
|
||||
msgstr ""
|
||||
|
||||
#: openbox/openbox.c:377
|
||||
#, c-format
|
||||
msgid ""
|
||||
"One or more XML syntax errors were found while parsing the Waybox "
|
||||
"configuration files. See stdout for more information. The last error seen "
|
||||
"was in file \"%s\" line %d, with message: %s"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/openbox.c:379
|
||||
msgid "Waybox Syntax Error"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/openbox.c:379
|
||||
msgid "Close"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/openbox.c:448
|
||||
#, c-format
|
||||
msgid "Restart failed to execute new executable \"%s\": %s"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/openbox.c:518 openbox/openbox.c:520
|
||||
msgid "Copyright (c)"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/openbox.c:529
|
||||
msgid "Syntax: openbox [options]\n"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/openbox.c:530
|
||||
msgid ""
|
||||
"\n"
|
||||
"Options:\n"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/openbox.c:531
|
||||
msgid " --help Display this help and exit\n"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/openbox.c:532
|
||||
msgid " --version Display the version and exit\n"
|
||||
msgstr ""
|
||||
|
||||
#. TRANSLATORS: if you translate "FILE" here, make sure to keep the "Specify..."
|
||||
#. aligned still, if you have to, make a new line with \n and 22 spaces. It's
|
||||
#. fine to leave it as FILE though.
|
||||
#: openbox/openbox.c:537
|
||||
msgid " --config-file FILE Specify the path to the config file to use\n"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/openbox.c:538
|
||||
msgid " --sm-disable Disable connection to the session manager\n"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/openbox.c:543
|
||||
msgid ""
|
||||
"\n"
|
||||
"Debugging options:\n"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/openbox.c:544
|
||||
msgid " --sync Run in synchronous mode\n"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/openbox.c:545
|
||||
msgid " --debug Display debugging output\n"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/openbox.c:546
|
||||
msgid " --debug-focus Display debugging output for focus handling\n"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/openbox.c:548
|
||||
msgid " --startup CMD Run CMD after starting\n"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/openbox.c:551
|
||||
msgid " --debug-session Display debugging output for session management\n"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/openbox.c:548
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
"Please report bugs at %s\n"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/openbox.c:617
|
||||
msgid "%s requires an argument\n"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/openbox.c:660
|
||||
#, c-format
|
||||
msgid "Invalid command line argument \"%s\"\n"
|
||||
msgstr ""
|
||||
|
||||
#. TRANSLATORS: If you need to specify a different order of the
|
||||
#. arguments, you can use %1$d for the first one and %2$d for the
|
||||
#. second one. For example,
|
||||
#. "The current session has %2$d desktops, but Waybox is configured for %1$d ..."
|
||||
#: openbox/screen.c:412
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Waybox is configured for %d desktop, but the current session has %d. "
|
||||
"Overriding the Waybox configuration."
|
||||
msgid_plural ""
|
||||
"Waybox is configured for %d desktops, but the current session has %d. "
|
||||
"Overriding the Waybox configuration."
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: openbox/screen.c:1180
|
||||
#, c-format
|
||||
msgid "desktop %i"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/session.c:104
|
||||
#, c-format
|
||||
msgid "Unable to make directory \"%s\": %s"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/session.c:466
|
||||
#, c-format
|
||||
msgid "Unable to save the session to \"%s\": %s"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/session.c:605
|
||||
#, c-format
|
||||
msgid "Error while saving the session to \"%s\": %s"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/session.c:842
|
||||
msgid "Not connected to a session manager"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/startupnotify.c:243
|
||||
#, c-format
|
||||
msgid "Running %s"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/translate.c:59
|
||||
#, c-format
|
||||
msgid "Invalid modifier key \"%s\" in key/mouse binding"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/translate.c:138
|
||||
#, c-format
|
||||
msgid "Invalid key code \"%s\" in key binding"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/translate.c:145
|
||||
#, c-format
|
||||
msgid "Invalid key name \"%s\" in key binding"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/prompt.c:200
|
||||
msgid "OK"
|
||||
msgstr ""
|
||||
399
po/zh_CN.po
Normal file
399
po/zh_CN.po
Normal file
|
|
@ -0,0 +1,399 @@
|
|||
# Simplified Chinese Messages for openbox.
|
||||
# Copyright (C) 2020 Joe Wisdom
|
||||
# This file is distributed under the same license as the Waybox package.
|
||||
#
|
||||
# Xiaoyu PENG <peng.xiaoyu@gmail.com>, 2007.
|
||||
# Shaodong Di <gnuyhlfh@gmail.com>, 2008.
|
||||
# zhou sf <sxzzsf@gmail.com>, 2008.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Waybox 0.0.1\n"
|
||||
"Report-Msgid-Bugs-To: https://github.com/wizbright/waybox/issues\n"
|
||||
"POT-Creation-Date: 2008-11-15 22:28+0100\n"
|
||||
"PO-Revision-Date: 2020-03-10 14:10-0400\n"
|
||||
"Last-Translator: zhou sf <sxzzsf@gmail.com>\n"
|
||||
"Language-Team: Simplified Chinese\n"
|
||||
"Language: zh_CN\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=n == 1 ? 0 : 1;\n"
|
||||
|
||||
#: openbox/actions.c:149
|
||||
#, c-format
|
||||
msgid "Invalid action \"%s\" requested. No such action exists."
|
||||
msgstr "请求的动作 \"%s\" 无效。该动作不存在。"
|
||||
|
||||
#: openbox/actions/execute.c:128
|
||||
msgid "No"
|
||||
msgstr "否"
|
||||
|
||||
#: openbox/actions/execute.c:129
|
||||
msgid "Yes"
|
||||
msgstr "是"
|
||||
|
||||
#: openbox/actions/execute.c:133
|
||||
msgid "Execute"
|
||||
msgstr "执行"
|
||||
|
||||
#: openbox/actions/execute.c:142
|
||||
#, c-format
|
||||
msgid "Failed to convert the path \"%s\" from utf8"
|
||||
msgstr "从 utf8 转换路径 \"%s\" 时失败"
|
||||
|
||||
#: openbox/actions/exit.c:52 openbox/actions/session.c:64 openbox/client.c:3465
|
||||
msgid "Cancel"
|
||||
msgstr "取消"
|
||||
|
||||
#: openbox/actions/exit.c:53
|
||||
msgid "Exit"
|
||||
msgstr "退出"
|
||||
|
||||
#: openbox/actions/exit.c:56
|
||||
msgid "Are you sure you want to exit Waybox?"
|
||||
msgstr "确认退出 Waybox?"
|
||||
|
||||
#: openbox/actions/exit.c:57
|
||||
msgid "Exit Waybox"
|
||||
msgstr "退出 Waybox"
|
||||
|
||||
#. TRANSLATORS: Don't translate the word "SessionLogout" as it's the
|
||||
#. name of the action you write in rc.xml
|
||||
#: openbox/actions/session.c:43
|
||||
msgid ""
|
||||
"The SessionLogout action is not available since Waybox was built without "
|
||||
"session management support"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/actions/session.c:65 openbox/actions/session.c:70
|
||||
msgid "Log Out"
|
||||
msgstr "注销"
|
||||
|
||||
#: openbox/actions/session.c:69
|
||||
msgid "Are you sure you want to log out?"
|
||||
msgstr "确认注销吗?"
|
||||
|
||||
#: openbox/client.c:2012
|
||||
msgid "Unnamed Window"
|
||||
msgstr "未命名窗口"
|
||||
|
||||
#: openbox/client.c:2026 openbox/client.c:2058
|
||||
msgid "Killing..."
|
||||
msgstr "杀死中..."
|
||||
|
||||
#: openbox/client.c:3462
|
||||
msgid "Disconnect"
|
||||
msgstr "断开连接"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:87 openbox/client_list_menu.c:91
|
||||
msgid "Go there..."
|
||||
msgstr "跳转到..."
|
||||
|
||||
#: openbox/client_list_combined_menu.c:94
|
||||
msgid "Manage desktops"
|
||||
msgstr "管理桌面"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:95 openbox/client_list_menu.c:155
|
||||
msgid "_Add new desktop"
|
||||
msgstr "添加新桌面(_A)"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:96 openbox/client_list_menu.c:156
|
||||
msgid "_Remove last desktop"
|
||||
msgstr "移除最后一个桌面(_R)"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:149
|
||||
msgid "Windows"
|
||||
msgstr "窗口"
|
||||
|
||||
#: openbox/client_list_menu.c:203
|
||||
msgid "Desktops"
|
||||
msgstr "桌面"
|
||||
|
||||
#: openbox/client_menu.c:258
|
||||
msgid "All desktops"
|
||||
msgstr "所有桌面"
|
||||
|
||||
#: openbox/client_menu.c:370
|
||||
msgid "_Layer"
|
||||
msgstr "层(_L)"
|
||||
|
||||
#: openbox/client_menu.c:375
|
||||
msgid "Always on _top"
|
||||
msgstr "总在最上层(_T)"
|
||||
|
||||
#: openbox/client_menu.c:376
|
||||
msgid "_Normal"
|
||||
msgstr "常规(_N)"
|
||||
|
||||
#: openbox/client_menu.c:377
|
||||
msgid "Always on _bottom"
|
||||
msgstr "总在最底层(_B)"
|
||||
|
||||
#: openbox/client_menu.c:379
|
||||
msgid "_Send to desktop"
|
||||
msgstr "发送到桌面(_S)"
|
||||
|
||||
#: openbox/client_menu.c:383
|
||||
msgid "Client menu"
|
||||
msgstr "客户端菜单"
|
||||
|
||||
#: openbox/client_menu.c:393
|
||||
msgid "R_estore"
|
||||
msgstr "还原(_E)"
|
||||
|
||||
#: openbox/client_menu.c:397
|
||||
msgid "_Move"
|
||||
msgstr "移动(_M)"
|
||||
|
||||
#: openbox/client_menu.c:399
|
||||
msgid "Resi_ze"
|
||||
msgstr "调整大小(_Z)"
|
||||
|
||||
#: openbox/client_menu.c:401
|
||||
msgid "Ico_nify"
|
||||
msgstr "最小化(_N)"
|
||||
|
||||
#: openbox/client_menu.c:405
|
||||
msgid "Ma_ximize"
|
||||
msgstr "最大化(_X)"
|
||||
|
||||
#: openbox/client_menu.c:409
|
||||
msgid "_Roll up/down"
|
||||
msgstr "卷起/放下(_R)"
|
||||
|
||||
#: openbox/client_menu.c:411
|
||||
msgid "Un/_Decorate"
|
||||
msgstr "去除装饰(_D)"
|
||||
|
||||
#: openbox/client_menu.c:415
|
||||
msgid "_Close"
|
||||
msgstr "关闭(_C)"
|
||||
|
||||
#: openbox/config.c:781
|
||||
#, c-format
|
||||
msgid "Invalid button \"%s\" specified in config file"
|
||||
msgstr "配置文件中指定的按钮 \"%s\" 无效"
|
||||
|
||||
#: openbox/config.c:956
|
||||
msgid ""
|
||||
"Waybox was compiled without image loading support. Icons in menus will not "
|
||||
"be loaded."
|
||||
msgstr ""
|
||||
|
||||
#: openbox/keyboard.c:157
|
||||
msgid "Conflict with key binding in config file"
|
||||
msgstr "配置文件中的组合键冲突"
|
||||
|
||||
#: openbox/menu.c:102 openbox/menu.c:110
|
||||
#, c-format
|
||||
msgid "Unable to find a valid menu file \"%s\""
|
||||
msgstr "无法找到有效的菜单文件 \"%s\""
|
||||
|
||||
#: openbox/menu.c:170
|
||||
#, c-format
|
||||
msgid "Failed to execute command for pipe-menu \"%s\": %s"
|
||||
msgstr "执行管道菜单的命令 \"%s\" 时失败: %s"
|
||||
|
||||
#: openbox/menu.c:184
|
||||
#, c-format
|
||||
msgid "Invalid output from pipe-menu \"%s\""
|
||||
msgstr "管道菜单 \"%s\" 的输出无效"
|
||||
|
||||
#: openbox/menu.c:197
|
||||
#, c-format
|
||||
msgid "Attempted to access menu \"%s\" but it does not exist"
|
||||
msgstr "尝试读取菜单 \"%s\",但是它不存在"
|
||||
|
||||
#: openbox/menu.c:367 openbox/menu.c:368
|
||||
msgid "More..."
|
||||
msgstr "更多..."
|
||||
|
||||
#: openbox/mouse.c:373
|
||||
#, c-format
|
||||
msgid "Invalid button \"%s\" in mouse binding"
|
||||
msgstr "鼠标绑定中的无效按键 \"%s\""
|
||||
|
||||
#: openbox/mouse.c:379
|
||||
#, c-format
|
||||
msgid "Invalid context \"%s\" in mouse binding"
|
||||
msgstr "鼠标绑定中无效的上下文 \"%s\""
|
||||
|
||||
#: openbox/openbox.c:133
|
||||
#, c-format
|
||||
msgid "Unable to change to home directory \"%s\": %s"
|
||||
msgstr "无法切换到主目录 \"%s\": %s"
|
||||
|
||||
#: openbox/openbox.c:263
|
||||
msgid "Unable to find a valid config file, using some simple defaults"
|
||||
msgstr "无法找到有效的配置文件,使用一些简单的默认值"
|
||||
|
||||
#: openbox/openbox.c:297
|
||||
msgid "Unable to load a theme."
|
||||
msgstr "无法读入主题。"
|
||||
|
||||
#: openbox/openbox.c:377
|
||||
#, c-format
|
||||
msgid ""
|
||||
"One or more XML syntax errors were found while parsing the Waybox "
|
||||
"configuration files. See stdout for more information. The last error seen "
|
||||
"was in file \"%s\" line %d, with message: %s"
|
||||
msgstr ""
|
||||
"当解析 Waybox 配置文件时发现一个或多个 XML 语法错误. 更多信息查看 stdout. "
|
||||
"最近的错误出现于文件 \"%s\" 中第 %d 行的: %s"
|
||||
|
||||
#: openbox/openbox.c:379
|
||||
msgid "Waybox Syntax Error"
|
||||
msgstr "Waybox 语法错误"
|
||||
|
||||
#: openbox/openbox.c:379
|
||||
msgid "Close"
|
||||
msgstr "关闭"
|
||||
|
||||
#: openbox/openbox.c:448
|
||||
#, c-format
|
||||
msgid "Restart failed to execute new executable \"%s\": %s"
|
||||
msgstr "重新启动以执行新的可执行文件 \"%s\" 时失败: %s"
|
||||
|
||||
#: openbox/openbox.c:518 openbox/openbox.c:520
|
||||
msgid "Copyright (c)"
|
||||
msgstr "版权所有 (c)"
|
||||
|
||||
#: openbox/openbox.c:529
|
||||
msgid "Syntax: openbox [options]\n"
|
||||
msgstr "用法: openbox [选项]\n"
|
||||
|
||||
#: openbox/openbox.c:530
|
||||
msgid ""
|
||||
"\n"
|
||||
"Options:\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"选项: \n"
|
||||
|
||||
#: openbox/openbox.c:531
|
||||
msgid " --help Display this help and exit\n"
|
||||
msgstr " --help 显示该帮助信息后退出\n"
|
||||
|
||||
#: openbox/openbox.c:532
|
||||
msgid " --version Display the version and exit\n"
|
||||
msgstr " --version 显示版本号后退出\n"
|
||||
|
||||
#. TRANSLATORS: if you translate "FILE" here, make sure to keep the "Specify..."
|
||||
#. aligned still, if you have to, make a new line with \n and 22 spaces. It's
|
||||
#. fine to leave it as FILE though.
|
||||
#: openbox/openbox.c:537
|
||||
msgid " --config-file FILE Specify the path to the config file to use\n"
|
||||
msgstr " --config-file FILE 使用指定的配置文件\n"
|
||||
|
||||
#: openbox/openbox.c:538
|
||||
msgid " --sm-disable Disable connection to the session manager\n"
|
||||
msgstr " --sm-disable 禁止连接到会话管理器\n"
|
||||
|
||||
#: openbox/openbox.c:543
|
||||
msgid ""
|
||||
"\n"
|
||||
"Debugging options:\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"调试选项:\n"
|
||||
|
||||
#: openbox/openbox.c:544
|
||||
msgid " --sync Run in synchronous mode\n"
|
||||
msgstr " --sync 在同步模式中运行\n"
|
||||
|
||||
#: openbox/openbox.c:545
|
||||
msgid " --debug Display debugging output\n"
|
||||
msgstr " --debug 显示调试输出\n"
|
||||
|
||||
#: openbox/openbox.c:546
|
||||
msgid " --debug-focus Display debugging output for focus handling\n"
|
||||
msgstr " --debug-focus 显示焦点处理的调试输出\n"
|
||||
|
||||
#: openbox/openbox.c:548
|
||||
msgid " --startup CMD Run CMD after starting\n"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/openbox.c:551
|
||||
msgid " --debug-session Display debugging output for session management\n"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/openbox.c:548
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
"Please report bugs at %s\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"请向 %s 报告错误\n"
|
||||
|
||||
#: openbox/openbox.c:617
|
||||
msgid "%s requires an argument\n"
|
||||
msgstr "%s 需要一个参数\n"
|
||||
|
||||
#: openbox/openbox.c:660
|
||||
#, c-format
|
||||
msgid "Invalid command line argument \"%s\"\n"
|
||||
msgstr "无效的命令行参数 \"%s\"\n"
|
||||
|
||||
#. TRANSLATORS: If you need to specify a different order of the
|
||||
#. arguments, you can use %1$d for the first one and %2$d for the
|
||||
#. second one. For example,
|
||||
#. "The current session has %2$d desktops, but Waybox is configured for %1$d ..."
|
||||
#: openbox/screen.c:412
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Waybox is configured for %d desktop, but the current session has %d. "
|
||||
"Overriding the Waybox configuration."
|
||||
msgid_plural ""
|
||||
"Waybox is configured for %d desktops, but the current session has %d. "
|
||||
"Overriding the Waybox configuration."
|
||||
msgstr[0] "Waybox 配置了 %d 个桌面, 当前会话拥有 %d 桌面. 覆盖 Waybox 的配置."
|
||||
msgstr[1] "Waybox 配置了 %d 个桌面, 当前会话拥有 %d 桌面. 覆盖 Waybox 的配置."
|
||||
|
||||
#: openbox/screen.c:1180
|
||||
#, c-format
|
||||
msgid "desktop %i"
|
||||
msgstr "桌面 %i"
|
||||
|
||||
#: openbox/session.c:104
|
||||
#, fuzzy, c-format
|
||||
msgid "Unable to make directory \"%s\": %s"
|
||||
msgstr "无法创建目录 '%s': %s"
|
||||
|
||||
#: openbox/session.c:466
|
||||
#, fuzzy, c-format
|
||||
msgid "Unable to save the session to \"%s\": %s"
|
||||
msgstr "无法切换到主目录 \"%s\": %s"
|
||||
|
||||
#: openbox/session.c:605
|
||||
#, c-format
|
||||
msgid "Error while saving the session to \"%s\": %s"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/session.c:842
|
||||
msgid "Not connected to a session manager"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/startupnotify.c:243
|
||||
#, c-format
|
||||
msgid "Running %s"
|
||||
msgstr "运行 %s"
|
||||
|
||||
#: openbox/translate.c:59
|
||||
#, c-format
|
||||
msgid "Invalid modifier key \"%s\" in key/mouse binding"
|
||||
msgstr "键盘/鼠标的绑定 \"%s\" 无效"
|
||||
|
||||
#: openbox/translate.c:138
|
||||
#, c-format
|
||||
msgid "Invalid key code \"%s\" in key binding"
|
||||
msgstr "按盘绑定中无效的键盘码 \"%s\""
|
||||
|
||||
#: openbox/translate.c:145
|
||||
#, c-format
|
||||
msgid "Invalid key name \"%s\" in key binding"
|
||||
msgstr "按键绑定中无效的键名 \"%s\""
|
||||
|
||||
#: openbox/prompt.c:200
|
||||
msgid "OK"
|
||||
msgstr "好"
|
||||
399
po/zh_TW.po
Normal file
399
po/zh_TW.po
Normal file
|
|
@ -0,0 +1,399 @@
|
|||
# Traditional Chinese Messages for openbox.
|
||||
# Copyright (C) 2020 Joe Wisdom
|
||||
# This file is distributed under the same license as the Waybox package.
|
||||
# Wei-Lun Chao <chaoweilun@gmail.com>, 2006, 07.
|
||||
# 洪任諭 <pcman.tw@gmail.com>, 2008
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Waybox 0.0.1\n"
|
||||
"Report-Msgid-Bugs-To: https://github.com/wizbright/waybox/issues\n"
|
||||
"POT-Creation-Date: 2008-11-15 22:28+0100\n"
|
||||
"PO-Revision-Date: 2020-03-10 14:10-0400\n"
|
||||
"Last-Translator: 洪任諭 <pcman.tw@gmail.com>\n"
|
||||
"Language-Team: Chinese (traditional) <zh-l10n@linux.org.tw>\n"
|
||||
"Language: zh_TW\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#: openbox/actions.c:149
|
||||
#, c-format
|
||||
msgid "Invalid action \"%s\" requested. No such action exists."
|
||||
msgstr "要求的動作「%s」無效。無此類動作存在。"
|
||||
|
||||
#: openbox/actions/execute.c:128
|
||||
msgid "No"
|
||||
msgstr "否"
|
||||
|
||||
#: openbox/actions/execute.c:129
|
||||
msgid "Yes"
|
||||
msgstr "是"
|
||||
|
||||
#: openbox/actions/execute.c:133
|
||||
msgid "Execute"
|
||||
msgstr "執行"
|
||||
|
||||
#: openbox/actions/execute.c:142
|
||||
#, c-format
|
||||
msgid "Failed to convert the path \"%s\" from utf8"
|
||||
msgstr "轉換路徑「%s」自 utf8 時失敗"
|
||||
|
||||
#: openbox/actions/exit.c:52 openbox/actions/session.c:64 openbox/client.c:3465
|
||||
msgid "Cancel"
|
||||
msgstr "取消"
|
||||
|
||||
#: openbox/actions/exit.c:53
|
||||
msgid "Exit"
|
||||
msgstr "離開"
|
||||
|
||||
#: openbox/actions/exit.c:56
|
||||
msgid "Are you sure you want to exit Waybox?"
|
||||
msgstr "你確定要離開 Waybox?"
|
||||
|
||||
#: openbox/actions/exit.c:57
|
||||
msgid "Exit Waybox"
|
||||
msgstr "離開 Waybox"
|
||||
|
||||
#. TRANSLATORS: Don't translate the word "SessionLogout" as it's the
|
||||
#. name of the action you write in rc.xml
|
||||
#: openbox/actions/session.c:43
|
||||
msgid ""
|
||||
"The SessionLogout action is not available since Waybox was built without "
|
||||
"session management support"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/actions/session.c:65 openbox/actions/session.c:70
|
||||
msgid "Log Out"
|
||||
msgstr "登出"
|
||||
|
||||
#: openbox/actions/session.c:69
|
||||
msgid "Are you sure you want to log out?"
|
||||
msgstr "你確定要登出嗎?"
|
||||
|
||||
#: openbox/client.c:2012
|
||||
msgid "Unnamed Window"
|
||||
msgstr "未命名視窗"
|
||||
|
||||
#: openbox/client.c:2026 openbox/client.c:2058
|
||||
msgid "Killing..."
|
||||
msgstr "正在中止..."
|
||||
|
||||
#: openbox/client.c:3462
|
||||
msgid "Disconnect"
|
||||
msgstr "斷線"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:87 openbox/client_list_menu.c:91
|
||||
msgid "Go there..."
|
||||
msgstr "到那裏去…"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:94
|
||||
msgid "Manage desktops"
|
||||
msgstr "管理桌面"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:95 openbox/client_list_menu.c:155
|
||||
msgid "_Add new desktop"
|
||||
msgstr "加入新桌面(_A)"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:96 openbox/client_list_menu.c:156
|
||||
msgid "_Remove last desktop"
|
||||
msgstr "移除尾端桌面(_R)"
|
||||
|
||||
#: openbox/client_list_combined_menu.c:149
|
||||
msgid "Windows"
|
||||
msgstr "視窗"
|
||||
|
||||
#: openbox/client_list_menu.c:203
|
||||
msgid "Desktops"
|
||||
msgstr "桌面"
|
||||
|
||||
#: openbox/client_menu.c:258
|
||||
msgid "All desktops"
|
||||
msgstr "所有桌面"
|
||||
|
||||
#: openbox/client_menu.c:370
|
||||
msgid "_Layer"
|
||||
msgstr "層次(_L)"
|
||||
|
||||
#: openbox/client_menu.c:375
|
||||
msgid "Always on _top"
|
||||
msgstr "最上層(_T)"
|
||||
|
||||
#: openbox/client_menu.c:376
|
||||
msgid "_Normal"
|
||||
msgstr "一般(_N)"
|
||||
|
||||
#: openbox/client_menu.c:377
|
||||
msgid "Always on _bottom"
|
||||
msgstr "最下層(_B)"
|
||||
|
||||
#: openbox/client_menu.c:379
|
||||
msgid "_Send to desktop"
|
||||
msgstr "傳送到桌面(_S)"
|
||||
|
||||
#: openbox/client_menu.c:383
|
||||
msgid "Client menu"
|
||||
msgstr "客戶端選單"
|
||||
|
||||
#: openbox/client_menu.c:393
|
||||
msgid "R_estore"
|
||||
msgstr "還原(_E)"
|
||||
|
||||
#: openbox/client_menu.c:397
|
||||
msgid "_Move"
|
||||
msgstr "移動(_M)"
|
||||
|
||||
#: openbox/client_menu.c:399
|
||||
msgid "Resi_ze"
|
||||
msgstr "調整大小(_Z)"
|
||||
|
||||
#: openbox/client_menu.c:401
|
||||
msgid "Ico_nify"
|
||||
msgstr "最小化(_N)"
|
||||
|
||||
#: openbox/client_menu.c:405
|
||||
msgid "Ma_ximize"
|
||||
msgstr "最大化(_X)"
|
||||
|
||||
#: openbox/client_menu.c:409
|
||||
msgid "_Roll up/down"
|
||||
msgstr "向上/向下捲動(_R)"
|
||||
|
||||
#: openbox/client_menu.c:411
|
||||
msgid "Un/_Decorate"
|
||||
msgstr "開/關視窗裝飾(_D)"
|
||||
|
||||
#: openbox/client_menu.c:415
|
||||
msgid "_Close"
|
||||
msgstr "關閉(_C)"
|
||||
|
||||
#: openbox/config.c:781
|
||||
#, c-format
|
||||
msgid "Invalid button \"%s\" specified in config file"
|
||||
msgstr "在配置檔中指定的按鈕「%s」無效"
|
||||
|
||||
#: openbox/config.c:956
|
||||
msgid ""
|
||||
"Waybox was compiled without image loading support. Icons in menus will not "
|
||||
"be loaded."
|
||||
msgstr ""
|
||||
|
||||
#: openbox/keyboard.c:157
|
||||
msgid "Conflict with key binding in config file"
|
||||
msgstr "與配置檔中的按鍵組合衝突"
|
||||
|
||||
#: openbox/menu.c:102 openbox/menu.c:110
|
||||
#, c-format
|
||||
msgid "Unable to find a valid menu file \"%s\""
|
||||
msgstr "無法找到有效的選單檔案「%s」"
|
||||
|
||||
#: openbox/menu.c:170
|
||||
#, c-format
|
||||
msgid "Failed to execute command for pipe-menu \"%s\": %s"
|
||||
msgstr "執行命令於管線選單「%s」時失敗:%s"
|
||||
|
||||
#: openbox/menu.c:184
|
||||
#, c-format
|
||||
msgid "Invalid output from pipe-menu \"%s\""
|
||||
msgstr "從管線選單「%s」的輸出無效"
|
||||
|
||||
#: openbox/menu.c:197
|
||||
#, c-format
|
||||
msgid "Attempted to access menu \"%s\" but it does not exist"
|
||||
msgstr "試圖存取選單「%s」但是它不存在"
|
||||
|
||||
#: openbox/menu.c:367 openbox/menu.c:368
|
||||
msgid "More..."
|
||||
msgstr "更多…"
|
||||
|
||||
#: openbox/mouse.c:373
|
||||
#, c-format
|
||||
msgid "Invalid button \"%s\" in mouse binding"
|
||||
msgstr "與滑鼠組合的按鈕「%s」無效"
|
||||
|
||||
#: openbox/mouse.c:379
|
||||
#, c-format
|
||||
msgid "Invalid context \"%s\" in mouse binding"
|
||||
msgstr "與滑鼠組合的上下文「%s」無效"
|
||||
|
||||
#: openbox/openbox.c:133
|
||||
#, c-format
|
||||
msgid "Unable to change to home directory \"%s\": %s"
|
||||
msgstr "無法變更到主目錄「%s」:%s"
|
||||
|
||||
#: openbox/openbox.c:263
|
||||
msgid "Unable to find a valid config file, using some simple defaults"
|
||||
msgstr "無法找到有效的配置檔案,而使用某些簡單的預設值"
|
||||
|
||||
#: openbox/openbox.c:297
|
||||
msgid "Unable to load a theme."
|
||||
msgstr "無法載入佈景主題。"
|
||||
|
||||
#: openbox/openbox.c:377
|
||||
#, c-format
|
||||
msgid ""
|
||||
"One or more XML syntax errors were found while parsing the Waybox "
|
||||
"configuration files. See stdout for more information. The last error seen "
|
||||
"was in file \"%s\" line %d, with message: %s"
|
||||
msgstr ""
|
||||
"解析 Waybox 設定檔 XML 語法時發現一個或多個錯誤。 查看 stdout 以獲得更多資"
|
||||
"訊。 最後一個發現的錯誤在檔案 \"%s\" 第 %d 行。訊息:%s"
|
||||
|
||||
#: openbox/openbox.c:379
|
||||
msgid "Waybox Syntax Error"
|
||||
msgstr "Waybox 語法錯誤"
|
||||
|
||||
#: openbox/openbox.c:379
|
||||
msgid "Close"
|
||||
msgstr "關閉"
|
||||
|
||||
#: openbox/openbox.c:448
|
||||
#, c-format
|
||||
msgid "Restart failed to execute new executable \"%s\": %s"
|
||||
msgstr "重新啟動以執行新的可執行檔「%s」時失敗:%s"
|
||||
|
||||
#: openbox/openbox.c:518 openbox/openbox.c:520
|
||||
msgid "Copyright (c)"
|
||||
msgstr "著作權 (c)"
|
||||
|
||||
#: openbox/openbox.c:529
|
||||
msgid "Syntax: openbox [options]\n"
|
||||
msgstr "語法:openbox [選項]\n"
|
||||
|
||||
#: openbox/openbox.c:530
|
||||
msgid ""
|
||||
"\n"
|
||||
"Options:\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"選項:\n"
|
||||
|
||||
#: openbox/openbox.c:531
|
||||
msgid " --help Display this help and exit\n"
|
||||
msgstr " --help 顯示此說明然後離開\n"
|
||||
|
||||
#: openbox/openbox.c:532
|
||||
msgid " --version Display the version and exit\n"
|
||||
msgstr " --version 顯示版本然後離開\n"
|
||||
|
||||
#. TRANSLATORS: if you translate "FILE" here, make sure to keep the "Specify..."
|
||||
#. aligned still, if you have to, make a new line with \n and 22 spaces. It's
|
||||
#. fine to leave it as FILE though.
|
||||
#: openbox/openbox.c:537
|
||||
msgid " --config-file FILE Specify the path to the config file to use\n"
|
||||
msgstr " --config-file <檔案> 指定要使用的設定檔路徑\n"
|
||||
|
||||
#: openbox/openbox.c:538
|
||||
msgid " --sm-disable Disable connection to the session manager\n"
|
||||
msgstr " --sm-disable 停用與執行階段管理程式的連結\n"
|
||||
|
||||
#: openbox/openbox.c:543
|
||||
msgid ""
|
||||
"\n"
|
||||
"Debugging options:\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"偵錯選項:\n"
|
||||
|
||||
#: openbox/openbox.c:544
|
||||
msgid " --sync Run in synchronous mode\n"
|
||||
msgstr " --sync 在同步模式中運行\n"
|
||||
|
||||
#: openbox/openbox.c:545
|
||||
msgid " --debug Display debugging output\n"
|
||||
msgstr " --debug 顯示偵錯輸出\n"
|
||||
|
||||
#: openbox/openbox.c:546
|
||||
msgid " --debug-focus Display debugging output for focus handling\n"
|
||||
msgstr " --debug-focus 顯示焦點處理的偵錯輸出\n"
|
||||
|
||||
#: openbox/openbox.c:548
|
||||
msgid " --startup CMD Run CMD after starting\n"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/openbox.c:551
|
||||
msgid " --debug-session Display debugging output for session management\n"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/openbox.c:548
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
"Please report bugs at %s\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"請向 %s 報告錯誤\n"
|
||||
|
||||
#: openbox/openbox.c:617
|
||||
msgid "%s requires an argument\n"
|
||||
msgstr "%s 需要一個參數\n"
|
||||
|
||||
#: openbox/openbox.c:660
|
||||
#, c-format
|
||||
msgid "Invalid command line argument \"%s\"\n"
|
||||
msgstr "無效的命令列引數「%s」\n"
|
||||
|
||||
#. TRANSLATORS: If you need to specify a different order of the
|
||||
#. arguments, you can use %1$d for the first one and %2$d for the
|
||||
#. second one. For example,
|
||||
#. "The current session has %2$d desktops, but Waybox is configured for %1$d ..."
|
||||
#: openbox/screen.c:412
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Waybox is configured for %d desktop, but the current session has %d. "
|
||||
"Overriding the Waybox configuration."
|
||||
msgid_plural ""
|
||||
"Waybox is configured for %d desktops, but the current session has %d. "
|
||||
"Overriding the Waybox configuration."
|
||||
msgstr[0] ""
|
||||
"Waybox 原先被設定為使用 %d 個桌面,但目前的作業階段有其他程式變更設定為 %d "
|
||||
"個,因此忽略 Waybox 的設定"
|
||||
|
||||
#: openbox/screen.c:1180
|
||||
#, c-format
|
||||
msgid "desktop %i"
|
||||
msgstr "桌面 %i"
|
||||
|
||||
#: openbox/session.c:104
|
||||
#, fuzzy, c-format
|
||||
msgid "Unable to make directory \"%s\": %s"
|
||||
msgstr "無法製作目錄'%s':%s"
|
||||
|
||||
#: openbox/session.c:466
|
||||
#, fuzzy, c-format
|
||||
msgid "Unable to save the session to \"%s\": %s"
|
||||
msgstr "無法變更到主目錄「%s」:%s"
|
||||
|
||||
#: openbox/session.c:605
|
||||
#, c-format
|
||||
msgid "Error while saving the session to \"%s\": %s"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/session.c:842
|
||||
msgid "Not connected to a session manager"
|
||||
msgstr ""
|
||||
|
||||
#: openbox/startupnotify.c:243
|
||||
#, c-format
|
||||
msgid "Running %s"
|
||||
msgstr "正在運行 %s"
|
||||
|
||||
#: openbox/translate.c:59
|
||||
#, c-format
|
||||
msgid "Invalid modifier key \"%s\" in key/mouse binding"
|
||||
msgstr "與鍵盤/滑鼠組合的輔助按鍵「%s」無效"
|
||||
|
||||
#: openbox/translate.c:138
|
||||
#, c-format
|
||||
msgid "Invalid key code \"%s\" in key binding"
|
||||
msgstr "與按鍵組合的鍵碼「%s」無效"
|
||||
|
||||
#: openbox/translate.c:145
|
||||
#, c-format
|
||||
msgid "Invalid key name \"%s\" in key binding"
|
||||
msgstr "與按鍵組合的鍵名「%s」無效"
|
||||
|
||||
#: openbox/prompt.c:200
|
||||
msgid "OK"
|
||||
msgstr "確定"
|
||||
|
|
@ -1,38 +1,77 @@
|
|||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
#include <wayland-server.h>
|
||||
|
||||
#include "waybox/server.h"
|
||||
|
||||
bool show_help(char *name)
|
||||
{
|
||||
printf(_("Syntax: %s [options]\n"), name);
|
||||
printf(_("\nOptions:\n"));
|
||||
printf(_(" --help Display this help and exit\n"));
|
||||
printf(_(" --version Display the version and exit\n"));
|
||||
/* TRANSLATORS: If you translate FILE, be sure the text remains aligned. */
|
||||
printf(_(" --config-file FILE Specify the path to the config file to use\n"));
|
||||
printf(_(" --sm-disable Disable connection to the session manager\n"));
|
||||
printf(_(" --startup CMD Run CMD after starting\n"));
|
||||
printf(_(" --debug Display debugging output\n"));
|
||||
printf(_("\nOther Openbox options aren't accepted, "
|
||||
"mostly due to them being nonsensical on Wayland.\n"));
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
int main(int argc, char **argv) {
|
||||
setlocale(LC_ALL, "");
|
||||
bindtextdomain(GETTEXT_PACKAGE, LOCALEDIR);
|
||||
textdomain(GETTEXT_PACKAGE);
|
||||
|
||||
char *startup_cmd = NULL;
|
||||
if (argc > 0) {
|
||||
enum wlr_log_importance debuglevel = WLR_ERROR;
|
||||
if (argc > 1) {
|
||||
int i;
|
||||
for (i = 0; i < argc; i++) {
|
||||
if (!strcmp("--debug", argv[i]) || !strcmp("-v", argv[i]) || !strcmp("--exit", argv[i])) {
|
||||
printf("Warning: option %s is currently unimplemented\n", argv[i]);
|
||||
} else if ((!strcmp("--startup", argv[i]) || !strcmp("-s", argv[i])) && i < argc) {
|
||||
startup_cmd = argv[i + 1];
|
||||
if (!strcmp("--debug", argv[i]) || !strcmp("-v", argv[i])) {
|
||||
debuglevel = WLR_INFO;
|
||||
} else if ((!strcmp("--startup", argv[i]) || !strcmp("-s", argv[i]))) {
|
||||
if (i < argc - 1) {
|
||||
startup_cmd = argv[i + 1];
|
||||
} else {
|
||||
fprintf(stderr, _("%s requires an argument\n"), argv[i]);
|
||||
}
|
||||
} else if (!strcmp("--version", argv[i]) || !strcmp("-V", argv[i])) {
|
||||
printf(PACKAGE_NAME " " PACKAGE_VERSION "\n");
|
||||
return 0;
|
||||
} else if (!strcmp("--help", argv[i]) || !strcmp("-h", argv[i])) {
|
||||
show_help(argv[0]);
|
||||
return 0;
|
||||
} else if (!strcmp("--config-file", argv[i]) ||
|
||||
!strcmp("--sm-disable", argv[i])) {
|
||||
fprintf(stderr, _("%s hasn't been implemented yet.\n"), argv[i]);
|
||||
if (i == argc - 1) {
|
||||
fprintf(stderr, _("%s requires an argument\n"), argv[i]);
|
||||
}
|
||||
} else if (argv[i][0] == '-') {
|
||||
printf("Usage: %s [--debug] [--exit] [--help] [--startup CMD] [--version]\n", argv[0]);
|
||||
return strcmp("--help", argv[i]) != 0 && strcmp("-h", argv[i]) != 0;
|
||||
show_help(argv[0]);
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
wlr_log_init(debuglevel, NULL);
|
||||
struct wb_server server = {0};
|
||||
|
||||
if (!wb_create_backend(&server)) {
|
||||
printf("Failed to create backend\n");
|
||||
if (wb_create_backend(&server)) {
|
||||
wlr_log(WLR_INFO, "%s", _("Successfully created backend"));
|
||||
} else {
|
||||
wlr_log(WLR_ERROR, "%s", _("Failed to create backend"));
|
||||
exit(EXIT_FAILURE);
|
||||
}
|
||||
|
||||
if (!wb_start_server(&server)) {
|
||||
printf("Failed to start server\n");
|
||||
if (wb_start_server(&server)) {
|
||||
wlr_log(WLR_INFO, "%s", _("Successfully started server"));
|
||||
} else {
|
||||
wlr_log(WLR_ERROR, "%s", _("Failed to start server"));
|
||||
wb_terminate(&server);
|
||||
exit(EXIT_FAILURE);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@ static void render_surface(struct wlr_surface *surface, int sx, int sy, void *da
|
|||
* means. You don't have to worry about this, wlroots takes care of it. */
|
||||
struct wlr_texture *texture = wlr_surface_get_texture(surface);
|
||||
if (texture == NULL) {
|
||||
wlr_log(WLR_ERROR, "%s: %s", _("Couldn't get a surface texture"));
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
@ -75,6 +76,7 @@ void output_frame_notify(struct wl_listener *listener, void *data) {
|
|||
clock_gettime(CLOCK_MONOTONIC, &now);
|
||||
|
||||
if (!wlr_output_attach_render(output->wlr_output, NULL)) {
|
||||
wlr_log_errno(WLR_ERROR, "%s", _("Couldn't attach renderer to output"));
|
||||
return;
|
||||
}
|
||||
int width, height;
|
||||
|
|
@ -119,6 +121,7 @@ void new_output_notify(struct wl_listener *listener, void *data) {
|
|||
listener, server, new_output
|
||||
);
|
||||
struct wlr_output *wlr_output = data;
|
||||
wlr_log(WLR_INFO, "%s: %s", _("New output device detected"), wlr_output->name);
|
||||
|
||||
if (!wl_list_empty(&wlr_output->modes)) {
|
||||
struct wlr_output_mode *mode = wlr_output_preferred_mode(wlr_output);
|
||||
|
|
@ -126,6 +129,7 @@ void new_output_notify(struct wl_listener *listener, void *data) {
|
|||
wlr_output_enable(wlr_output, true);
|
||||
|
||||
if (!wlr_output_commit(wlr_output)) {
|
||||
wlr_log_errno(WLR_ERROR, "%s", _("Couldn't commit pending frame to output"));
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -128,12 +128,15 @@ static void new_input_notify(struct wl_listener *listener, void *data) {
|
|||
struct wb_server *server = wl_container_of(listener, server, new_input);
|
||||
switch (device->type) {
|
||||
case WLR_INPUT_DEVICE_KEYBOARD:
|
||||
wlr_log(WLR_INFO, "%s: %s", _("New keyboard detected"), device->name);
|
||||
handle_new_keyboard(server, device);
|
||||
break;
|
||||
case WLR_INPUT_DEVICE_POINTER:
|
||||
wlr_log(WLR_INFO, "%s: %s", _("New pointer detected"), device->name);
|
||||
wlr_cursor_attach_input_device(server->cursor->cursor, device);
|
||||
break;
|
||||
default:
|
||||
wlr_log(WLR_INFO, "%s: %s", _("Unsupported input device detected"), device->name);
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ bool wb_create_backend(struct wb_server* server) {
|
|||
// create display
|
||||
server->wl_display = wl_display_create();
|
||||
if (server->wl_display == NULL) {
|
||||
fprintf(stderr, "Failed to connect to a Wayland display\n");
|
||||
wlr_log(WLR_ERROR, "%s", _("Failed to connect to a Wayland display"));
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
@ -40,13 +40,13 @@ bool wb_start_server(struct wb_server* server) {
|
|||
}
|
||||
|
||||
if (!wlr_backend_start(server->backend)) {
|
||||
fprintf(stderr, "Failed to start backend\n");
|
||||
wlr_log(WLR_ERROR, "%s", _("Failed to start backend"));
|
||||
wlr_backend_destroy(server->backend);
|
||||
wl_display_destroy(server->wl_display);
|
||||
return false;
|
||||
}
|
||||
|
||||
printf("Running Wayland compositor on Wayland display '%s'\n", socket);
|
||||
wlr_log(WLR_INFO, "%s: WAYLAND_DISPLAY=%s", _("Running Wayland compositor on Wayland display"), socket);
|
||||
setenv("WAYLAND_DISPLAY", socket, true);
|
||||
|
||||
wlr_gamma_control_manager_v1_create(server->wl_display);
|
||||
|
|
@ -68,7 +68,7 @@ bool wb_terminate(struct wb_server* server) {
|
|||
wlr_output_layout_destroy(server->layout);
|
||||
wl_display_destroy(server->wl_display);
|
||||
|
||||
printf("Display destroyed.\n");
|
||||
wlr_log(WLR_INFO, "%s", _("Display destroyed"));
|
||||
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
#include "waybox/xdg_shell.h"
|
||||
|
||||
void focus_view(struct wb_view *view, struct wlr_surface *surface) {
|
||||
wlr_log(WLR_INFO, "%s: %s", _("Keyboard focus is now on surface"),
|
||||
wlr_xdg_surface_from_wlr_surface(surface)->toplevel->app_id);
|
||||
/* Note: this function only deals with keyboard focus. */
|
||||
if (view == NULL) {
|
||||
return;
|
||||
|
|
@ -54,11 +56,15 @@ static void xdg_surface_unmap(struct wl_listener *listener, void *data) {
|
|||
|
||||
/* If the current view is mapped, focus it. */
|
||||
if (current_view->mapped) {
|
||||
wlr_log(WLR_INFO, "%s: %s", _("Focusing current view"),
|
||||
current_view->xdg_surface->toplevel->app_id);
|
||||
focus_view(current_view, current_view->xdg_surface->surface);
|
||||
}
|
||||
/* Otherwise, focus the next view, if any. */
|
||||
else if (next_view->xdg_surface->surface &&
|
||||
wlr_surface_is_xdg_surface(next_view->xdg_surface->surface)) {
|
||||
wlr_log(WLR_INFO, "%s: %s", _("Focusing next view"),
|
||||
next_view->xdg_surface->toplevel->app_id);
|
||||
focus_view(next_view, next_view->xdg_surface->surface);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue