This is an automated email from the git hooks/post-receive script. transifex pushed a commit to branch master in repository apps/mousepad.
commit 9eadebf4322c55bb9d7362d4702bc7f8e1a8fec2 Author: Davidmp <[email protected]> Date: Tue Dec 15 18:30:54 2015 +0100 I18n: Add new translation ca (50%). 154 translated messages, 152 untranslated messages. Transifex (https://www.transifex.com/projects/p/xfce/). --- po/ca.po | 1335 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 1335 insertions(+) diff --git a/po/ca.po b/po/ca.po new file mode 100644 index 0000000..2c5215b --- /dev/null +++ b/po/ca.po @@ -0,0 +1,1335 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +# Adrián Laviós <[email protected]>, 2013 +# Davidmp <[email protected]>, 2015 +# Roger Pueyo Centelles <[email protected]>, 2014 +msgid "" +msgstr "" +"Project-Id-Version: Xfce Apps\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2014-07-15 06:30+0200\n" +"PO-Revision-Date: 2015-12-15 17:29+0000\n" +"Last-Translator: Davidmp <[email protected]>\n" +"Language-Team: Catalan (http://www.transifex.com/xfce/xfce-apps/language/ca/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ca\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: ../mousepad/main.c:42 +msgid "Do not register with the D-BUS session message bus" +msgstr "No es registra al bus de missatges de sessió de D-BUS" + +#: ../mousepad/main.c:43 +msgid "Quit a running Mousepad instance" +msgstr "Tanca una instància activa del Mousepad" + +#: ../mousepad/main.c:45 +msgid "Print version information and exit" +msgstr "Mostra la informació de la versió i tanca" + +#. default application name +#: ../mousepad/main.c:70 ../mousepad.desktop.in.in.h:1 +msgid "Mousepad" +msgstr "Mousepad" + +#. initialize gtk+ +#: ../mousepad/main.c:84 +msgid "[FILES...]" +msgstr "[FITXERS...]" + +#. no error message, the gui initialization failed +#: ../mousepad/main.c:90 +msgid "Failed to open display." +msgstr "Ha hagut un error en mostrar la interfície." + +#: ../mousepad/main.c:107 +msgid "The Xfce development team. All rights reserved." +msgstr "L'equip de desenvolupadors de Xfce. Tots els drets reservats." + +#: ../mousepad/main.c:108 +#, c-format +msgid "Please report bugs to <%s>." +msgstr "Per favor, reporteu les errades a <%s>." + +#: ../mousepad/mousepad-dialogs.c:40 +msgid "Mousepad is a fast text editor for the Xfce Desktop Environment." +msgstr "Mousepad és un editor de text ràpid per a l'entorn d'escriptori Xfce." + +#: ../mousepad/mousepad-dialogs.c:45 +msgid "translator-credits" +msgstr "Traducció catalana al Transifex" + +#. display an error message to the user +#: ../mousepad/mousepad-dialogs.c:100 +msgid "Failed to open the documentation browser" +msgstr "Ha hagut en error al obrir el navegador de la documentació" + +#. build dialog +#: ../mousepad/mousepad-dialogs.c:115 +msgid "Select Tab Size" +msgstr "Selecciona el tamany de les pestanyes" + +#. build the dialog +#: ../mousepad/mousepad-dialogs.c:196 +msgid "Go To" +msgstr "Vés a" + +#: ../mousepad/mousepad-dialogs.c:218 +msgid "_Line number:" +msgstr "Número de _línia:" + +#: ../mousepad/mousepad-dialogs.c:237 +msgid "C_olumn number:" +msgstr "Número de c_olumna:" + +#: ../mousepad/mousepad-dialogs.c:295 +msgid "Remove all entries from the documents history?" +msgstr "Està segur de voler eliminar totes les entrades de l'historial de documents?" + +#: ../mousepad/mousepad-dialogs.c:300 +msgid "Clear Documents History" +msgstr "Neteja l'historial de documents" + +#: ../mousepad/mousepad-dialogs.c:303 +msgid "" +"Clearing the documents history will permanently remove all currently listed " +"entries." +msgstr "Netejar l'historial de documents eliminarà permanentment totes les entrades mostrades actualment." + +#: ../mousepad/mousepad-dialogs.c:334 +msgid "Do you want to save the changes before closing?" +msgstr "Voleu guardar els canvis abans de tancar?" + +#: ../mousepad/mousepad-dialogs.c:335 +msgid "Save Changes" +msgstr "Guarda els canvis" + +#: ../mousepad/mousepad-dialogs.c:336 +msgid "_Don't Save" +msgstr "No guar_des" + +#. secondary text +#: ../mousepad/mousepad-dialogs.c:358 +msgid "If you don't save the document, all the changes will be lost." +msgstr "Si no guardes el document tots els canvis es perdran." + +#: ../mousepad/mousepad-dialogs.c:380 +msgid "" +"The document has been externally modified. Do you want to continue saving?" +msgstr "El document ha estat modificat externament. Voleu guardar de totes maneres?" + +#: ../mousepad/mousepad-dialogs.c:381 +msgid "Externally Modified" +msgstr "Externament modificat" + +#: ../mousepad/mousepad-dialogs.c:383 +msgid "If you save the document, all of the external changes will be lost." +msgstr "Si guardes el document, tots els canvis externs es perdran." + +#: ../mousepad/mousepad-dialogs.c:411 +msgid "Do you want to save your changes before reloading?" +msgstr "Voleu guardar els canvis abans de recarregar?" + +#: ../mousepad/mousepad-dialogs.c:413 +msgid "If you revert the file, all unsaved changes will be lost." +msgstr "Si reverteixes el fitxer, tots els canvis no guardats es perdran." + +#. pack button, add signal and tooltip +#: ../mousepad/mousepad-document.c:508 +msgid "Close this tab" +msgstr "Tanca aquesta pestanya" + +#. create an unique untitled document name +#: ../mousepad/mousepad-document.c:543 +msgid "Untitled" +msgstr "Sense títol" + +#. create the header +#: ../mousepad/mousepad-encoding-dialog.c:125 +msgid "The document was not UTF-8 valid" +msgstr "El document no és vàlid segons es especificacions UTF-8" + +#: ../mousepad/mousepad-encoding-dialog.c:126 +msgid "Please select an encoding below." +msgstr "Per favor, seleccioneu una codificació de caràcters de les que apareixen tot seguit." + +#. encoding radio buttons +#: ../mousepad/mousepad-encoding-dialog.c:138 +msgid "Default (UTF-8)" +msgstr "Per defecte (UTF-8)" + +#: ../mousepad/mousepad-encoding-dialog.c:144 +msgid "System" +msgstr "Sistema" + +#: ../mousepad/mousepad-encoding-dialog.c:151 +msgid "Other:" +msgstr "Altres:" + +#: ../mousepad/mousepad-encoding-dialog.c:171 +msgid "Checking encodings..." +msgstr "Comprovant codificacions de caràcters..." + +#. west european +#: ../mousepad/mousepad-encoding.c:25 +msgid "Celtic" +msgstr "Cèltic" + +#: ../mousepad/mousepad-encoding.c:26 ../mousepad/mousepad-encoding.c:27 +msgid "Greek" +msgstr "Grec" + +#: ../mousepad/mousepad-encoding.c:28 +msgid "Nordic" +msgstr "Nòrdic" + +#: ../mousepad/mousepad-encoding.c:29 +msgid "South European" +msgstr "Europa del sud" + +#: ../mousepad/mousepad-encoding.c:30 ../mousepad/mousepad-encoding.c:31 +#: ../mousepad/mousepad-encoding.c:32 ../mousepad/mousepad-encoding.c:33 +msgid "Western" +msgstr "Oest" + +#. east european +#: ../mousepad/mousepad-encoding.c:36 ../mousepad/mousepad-encoding.c:37 +#: ../mousepad/mousepad-encoding.c:38 +msgid "Baltic" +msgstr "Bàltic" + +#: ../mousepad/mousepad-encoding.c:39 ../mousepad/mousepad-encoding.c:40 +#: ../mousepad/mousepad-encoding.c:41 +msgid "Central European" +msgstr "Europa central" + +#: ../mousepad/mousepad-encoding.c:42 ../mousepad/mousepad-encoding.c:43 +#: ../mousepad/mousepad-encoding.c:44 ../mousepad/mousepad-encoding.c:45 +#: ../mousepad/mousepad-encoding.c:46 +msgid "Cyrillic" +msgstr "Ciríl·lic" + +#: ../mousepad/mousepad-encoding.c:47 +msgid "Cyrillic/Russian" +msgstr "Ciríl·lic/Rus" + +#: ../mousepad/mousepad-encoding.c:48 +msgid "Cyrillic/Ukrainian" +msgstr "Ciríl·lic/Ucranià" + +#: ../mousepad/mousepad-encoding.c:49 +msgid "Romanian" +msgstr "Romanés" + +#. middle eastern +#: ../mousepad/mousepad-encoding.c:52 ../mousepad/mousepad-encoding.c:53 +#: ../mousepad/mousepad-encoding.c:54 +msgid "Arabic" +msgstr "Àrab" + +#: ../mousepad/mousepad-encoding.c:55 ../mousepad/mousepad-encoding.c:56 +#: ../mousepad/mousepad-encoding.c:57 +msgid "Hebrew" +msgstr "Hebreu" + +#: ../mousepad/mousepad-encoding.c:58 +msgid "Hebrew Visual" +msgstr "Hebreu visual" + +#. asian +#: ../mousepad/mousepad-encoding.c:61 +msgid "Armenian" +msgstr "Armeni" + +#: ../mousepad/mousepad-encoding.c:62 +msgid "Georgian" +msgstr "Georgià" + +#: ../mousepad/mousepad-encoding.c:63 +msgid "Thai" +msgstr "Tai" + +#: ../mousepad/mousepad-encoding.c:64 ../mousepad/mousepad-encoding.c:65 +#: ../mousepad/mousepad-encoding.c:66 +msgid "Turkish" +msgstr "Turc" + +#: ../mousepad/mousepad-encoding.c:67 ../mousepad/mousepad-encoding.c:68 +#: ../mousepad/mousepad-encoding.c:69 +msgid "Vietnamese" +msgstr "Vietnamita" + +#. unicode +#: ../mousepad/mousepad-encoding.c:72 ../mousepad/mousepad-encoding.c:73 +#: ../mousepad/mousepad-encoding.c:74 ../mousepad/mousepad-encoding.c:75 +#: ../mousepad/mousepad-encoding.c:76 ../mousepad/mousepad-encoding.c:77 +#: ../mousepad/mousepad-encoding.c:78 ../mousepad/mousepad-encoding.c:79 +msgid "Unicode" +msgstr "Unicode" + +#. east asian +#: ../mousepad/mousepad-encoding.c:82 ../mousepad/mousepad-encoding.c:83 +#: ../mousepad/mousepad-encoding.c:84 ../mousepad/mousepad-encoding.c:85 +msgid "Chinese Simplified" +msgstr "Xinés simplificat" + +#: ../mousepad/mousepad-encoding.c:86 ../mousepad/mousepad-encoding.c:87 +#: ../mousepad/mousepad-encoding.c:88 +msgid "Chinese Traditional" +msgstr "Xinés tradicional" + +#: ../mousepad/mousepad-encoding.c:89 ../mousepad/mousepad-encoding.c:90 +#: ../mousepad/mousepad-encoding.c:91 +msgid "Japanese" +msgstr "Japonés" + +#: ../mousepad/mousepad-encoding.c:92 ../mousepad/mousepad-encoding.c:93 +#: ../mousepad/mousepad-encoding.c:94 ../mousepad/mousepad-encoding.c:95 +msgid "Korean" +msgstr "Coreà" + +#: ../mousepad/mousepad-file.c:557 +#, c-format +msgid "Invalid byte sequence in conversion input" +msgstr "Seqüència de bytes invàlida en la conversió de l'entrada" + +#: ../mousepad/mousepad-file.c:881 +#, c-format +msgid "The file \"%s\" you tried to reload does not exist anymore" +msgstr "El fitxer \"%s\" que has intentat recarregar ja no existeix" + +#: ../mousepad/mousepad-file.c:922 +#, c-format +msgid "Failed to read the status of \"%s\"" +msgstr "Ha hagut un error al llegir l'estat de \"%s\"" + +#: ../mousepad/mousepad-language-action.c:229 +msgid "Plain Text" +msgstr "Text pla" + +#: ../mousepad/mousepad-language-action.c:230 +msgid "No filetype" +msgstr "Sense tipus de fitxer" + +#. setup the window properties +#: ../mousepad/mousepad-prefs-dialog.c:433 ../mousepad/mousepad-window.c:444 +msgid "Preferences" +msgstr "Preferències" + +#: ../mousepad/mousepad-prefs-dialog.glade.h:1 +msgid "Disabled" +msgstr "Inhabilitat" + +#: ../mousepad/mousepad-prefs-dialog.glade.h:2 +msgid "Before" +msgstr "Abans" + +#: ../mousepad/mousepad-prefs-dialog.glade.h:3 +msgid "After" +msgstr "Després" + +#: ../mousepad/mousepad-prefs-dialog.glade.h:4 +msgid "Always" +msgstr "Sempre" + +#: ../mousepad/mousepad-prefs-dialog.glade.h:5 +msgid "Insert Tabs" +msgstr "Insereix pestanyes" + +#: ../mousepad/mousepad-prefs-dialog.glade.h:6 +msgid "Insert Spaces" +msgstr "Insereix espais" + +#: ../mousepad/mousepad-prefs-dialog.glade.h:7 +msgid "none" +msgstr "cap" + +#: ../mousepad/mousepad-prefs-dialog.glade.h:8 +#: ../mousepad/mousepad-style-scheme-action.c:192 +msgid "None" +msgstr "Cap" + +#: ../mousepad/mousepad-prefs-dialog.glade.h:9 +msgid "Menu" +msgstr "Menú" + +#: ../mousepad/mousepad-prefs-dialog.glade.h:10 +msgid "Small Toolbar" +msgstr "Barra d'eines petita" + +#: ../mousepad/mousepad-prefs-dialog.glade.h:11 +msgid "Large Toolbar" +msgstr "Barra d'eines grossa" + +#: ../mousepad/mousepad-prefs-dialog.glade.h:12 +msgid "Button" +msgstr "Botó" + +#: ../mousepad/mousepad-prefs-dialog.glade.h:13 +msgid "Drag & Drop" +msgstr "Arrossegar i deixar anar" + +#: ../mousepad/mousepad-prefs-dialog.glade.h:14 +msgid "Dialog" +msgstr "Diàleg" + +#: ../mousepad/mousepad-prefs-dialog.glade.h:15 +msgid "Icons Only" +msgstr "Només icones" + +#: ../mousepad/mousepad-prefs-dialog.glade.h:16 +msgid "Text Only" +msgstr "Només text" + +#: ../mousepad/mousepad-prefs-dialog.glade.h:17 +msgid "Text Below Icons" +msgstr "Text sota les icones" + +#: ../mousepad/mousepad-prefs-dialog.glade.h:18 +msgid "Text Beside Icons" +msgstr "Text al costat de les icones" + +#: ../mousepad/mousepad-prefs-dialog.glade.h:19 +#: ../mousepad/mousepad-window.c:471 +msgid "Show line numbers" +msgstr "Mostra els números de línia" + +#: ../mousepad/mousepad-prefs-dialog.glade.h:20 +msgid "Display whitespace" +msgstr "Mostra l'espai en blanc" + +#: ../mousepad/mousepad-prefs-dialog.glade.h:21 +msgid "Display line endings" +msgstr "Mostra els finals de línia" + +#: ../mousepad/mousepad-prefs-dialog.glade.h:22 +msgid "Long line margin at column:" +msgstr "Línia de marge llarga a la columna:" + +#: ../mousepad/mousepad-prefs-dialog.glade.h:23 +msgid "Highlight current line" +msgstr "Destaca la línia actual" + +#: ../mousepad/mousepad-prefs-dialog.glade.h:24 +msgid "Highlight matching brackets" +msgstr "Destaca els parèntesis coincidents" + +#: ../mousepad/mousepad-prefs-dialog.glade.h:25 +msgid "Wrap long lines" +msgstr "Ajusta les línies llargues" + +#: ../mousepad/mousepad-prefs-dialog.glade.h:26 +msgid "<b>Display</b>" +msgstr "<b>Mostra</b>" + +#: ../mousepad/mousepad-prefs-dialog.glade.h:27 +msgid "Use system monospace font" +msgstr "Usa la lletra d'espai senzill del sistema" + +#: ../mousepad/mousepad-prefs-dialog.glade.h:28 +msgid "<b>Font</b>" +msgstr "<b>Lletra</b>" + +#: ../mousepad/mousepad-prefs-dialog.glade.h:29 +msgid "<b>Colour scheme</b>" +msgstr "<b>Esquema de color</b>" + +#: ../mousepad/mousepad-prefs-dialog.glade.h:30 +msgid "View" +msgstr "Visualitza" + +#: ../mousepad/mousepad-prefs-dialog.glade.h:31 +msgid "Tab width:" +msgstr "Amplada de la pestanya:" + +#: ../mousepad/mousepad-prefs-dialog.glade.h:32 +msgid "Tab mode:" +msgstr "Mode de la pestanya:" + +#: ../mousepad/mousepad-prefs-dialog.glade.h:33 +msgid "Enable automatic indentation" +msgstr "" + +#: ../mousepad/mousepad-prefs-dialog.glade.h:34 +msgid "<b>Indentation</b>" +msgstr "" + +#: ../mousepad/mousepad-prefs-dialog.glade.h:35 +msgid "Behaviour:" +msgstr "Comportament:" + +#: ../mousepad/mousepad-prefs-dialog.glade.h:36 +msgid "<b>Home/End Keys</b>" +msgstr "" + +#: ../mousepad/mousepad-prefs-dialog.glade.h:37 +msgid "Editor" +msgstr "Editor" + +#: ../mousepad/mousepad-prefs-dialog.glade.h:38 +msgid "Show status bar" +msgstr "Mostra la barra d'estat" + +#: ../mousepad/mousepad-prefs-dialog.glade.h:39 +msgid "Show full filename in title bar" +msgstr "" + +#: ../mousepad/mousepad-prefs-dialog.glade.h:40 +msgid "Remember window size" +msgstr "" + +#: ../mousepad/mousepad-prefs-dialog.glade.h:41 +msgid "Remember window position" +msgstr "" + +#: ../mousepad/mousepad-prefs-dialog.glade.h:42 +msgid "Remember window state" +msgstr "" + +#: ../mousepad/mousepad-prefs-dialog.glade.h:43 +msgid "<b>General</b>" +msgstr "<b>General</b>" + +#: ../mousepad/mousepad-prefs-dialog.glade.h:44 +msgid "Show toolbar" +msgstr "" + +#: ../mousepad/mousepad-prefs-dialog.glade.h:45 +msgid "Style:" +msgstr "" + +#: ../mousepad/mousepad-prefs-dialog.glade.h:46 +msgid "Icon Size:" +msgstr "" + +#: ../mousepad/mousepad-prefs-dialog.glade.h:47 +msgid "<b>Toolbar</b>" +msgstr "" + +#: ../mousepad/mousepad-prefs-dialog.glade.h:48 +msgid "Always show tabs even with one file" +msgstr "" + +#: ../mousepad/mousepad-prefs-dialog.glade.h:49 +msgid "Cycled notebook tab switching" +msgstr "" + +#: ../mousepad/mousepad-prefs-dialog.glade.h:50 +msgid "<b>Notebook tabs</b>" +msgstr "" + +#: ../mousepad/mousepad-prefs-dialog.glade.h:51 +msgid "Window" +msgstr "" + +#. set a custom tab label +#: ../mousepad/mousepad-print.c:119 +msgid "Document Settings" +msgstr "Preferències del document" + +#: ../mousepad/mousepad-print.c:594 +msgid "Page Setup" +msgstr "Configuració de la pàgina" + +#: ../mousepad/mousepad-print.c:604 +msgid "_Adjust page size and orientation" +msgstr "_Ajusta el tamany de la pàgina i l'orientació" + +#: ../mousepad/mousepad-print.c:614 +msgid "Appearance" +msgstr "Apariència" + +#: ../mousepad/mousepad-print.c:628 +msgid "Print page _headers" +msgstr "Imprimeix les _capçaleres de la pàgina" + +#: ../mousepad/mousepad-print.c:635 +msgid "Print _line numbers" +msgstr "Imprimix els _números de les línies" + +#: ../mousepad/mousepad-print.c:652 +msgid "Numbering interval:" +msgstr "" + +#: ../mousepad/mousepad-print.c:660 +msgid "" +"The interval at which to print line numbers. For example a value of 1 will " +"print a line number on each line, a value of 2 will print a line number on " +"every other line, and so on." +msgstr "" + +#: ../mousepad/mousepad-print.c:672 +msgid "Enable text _wrapping" +msgstr "" + +#: ../mousepad/mousepad-print.c:679 +msgid "Enable _syntax highlighting" +msgstr "Activa el ressaltat de la _sintaxi" + +#: ../mousepad/mousepad-print.c:691 +msgid "Fonts" +msgstr "Fonts" + +#: ../mousepad/mousepad-print.c:707 +msgid "Header:" +msgstr "Capçalera:" + +#: ../mousepad/mousepad-print.c:717 +msgid "Body:" +msgstr "Cos:" + +#: ../mousepad/mousepad-print.c:727 +msgid "Line numbers:" +msgstr "Número de línies:" + +#. set dialog properties +#: ../mousepad/mousepad-replace-dialog.c:136 +msgid "Replace" +msgstr "Reemplaça" + +#: ../mousepad/mousepad-replace-dialog.c:143 +#: ../mousepad/mousepad-replace-dialog.c:442 +msgid "_Replace" +msgstr "_Reemplaça" + +#: ../mousepad/mousepad-replace-dialog.c:161 +msgid "_Search for:" +msgstr "_Busca per:" + +#: ../mousepad/mousepad-replace-dialog.c:182 +msgid "Replace _with:" +msgstr "Reemplaça _amb:" + +#: ../mousepad/mousepad-replace-dialog.c:202 +msgid "Search _direction:" +msgstr "Busca la _direcció:" + +#: ../mousepad/mousepad-replace-dialog.c:211 +msgid "Up" +msgstr "Cap amunt" + +#: ../mousepad/mousepad-replace-dialog.c:212 +msgid "Down" +msgstr "Cap a baix" + +#: ../mousepad/mousepad-replace-dialog.c:213 +msgid "Both" +msgstr "Ambdós sentits" + +#. case sensitive +#: ../mousepad/mousepad-replace-dialog.c:222 +msgid "Case sensi_tive" +msgstr "Dis_tingeix majúscules de minúscules" + +#. match whole word +#: ../mousepad/mousepad-replace-dialog.c:229 +msgid "_Match whole word" +msgstr "Ha de co_incidir tota la paraula" + +#: ../mousepad/mousepad-replace-dialog.c:240 +msgid "Replace _all in:" +msgstr "Reempl_aça tot en:" + +#: ../mousepad/mousepad-replace-dialog.c:248 +msgid "Selection" +msgstr "Selecció" + +#: ../mousepad/mousepad-replace-dialog.c:249 +msgid "Document" +msgstr "Document" + +#: ../mousepad/mousepad-replace-dialog.c:250 +msgid "All Documents" +msgstr "Tots els documents" + +#: ../mousepad/mousepad-replace-dialog.c:421 +#, c-format +msgid "%d occurence" +msgid_plural "%d occurences" +msgstr[0] "" +msgstr[1] "" + +#: ../mousepad/mousepad-replace-dialog.c:442 +msgid "_Replace All" +msgstr "_Reemplaça-ho tot" + +#: ../mousepad/mousepad-search-bar.c:198 +msgid "Fi_nd:" +msgstr "Bu_sca:" + +#: ../mousepad/mousepad-search-bar.c:220 +msgid "_Next" +msgstr "Següe_nt:" + +#: ../mousepad/mousepad-search-bar.c:231 +msgid "_Previous" +msgstr "A_nterior" + +#: ../mousepad/mousepad-search-bar.c:242 +msgid "Highlight _All" +msgstr "Destaca-ho t_ot" + +#. overflow menu item for when window is too narrow to show the tool bar item +#: ../mousepad/mousepad-search-bar.c:255 ../mousepad/mousepad-search-bar.c:266 +msgid "Mat_ch Case" +msgstr "" + +#: ../mousepad/mousepad-statusbar.c:137 +msgid "Choose a filetype" +msgstr "Escull un tipus de fitxer" + +#. language/filetype +#: ../mousepad/mousepad-statusbar.c:142 ../mousepad/mousepad-statusbar.c:252 +msgid "Filetype: None" +msgstr "Tipus de fitxer: cap" + +#: ../mousepad/mousepad-statusbar.c:165 +msgid "Toggle the overwrite mode" +msgstr "Alterna el mode d'escriptura" + +#. overwrite label +#: ../mousepad/mousepad-statusbar.c:170 +msgid "OVR" +msgstr "" + +#: ../mousepad/mousepad-statusbar.c:255 +#, c-format +msgid "Filetype: %s" +msgstr "" + +#: ../mousepad/mousepad-statusbar.c:275 +#, c-format +msgid "Line: %d Column: %d Selection: %d" +msgstr "" + +#: ../mousepad/mousepad-statusbar.c:277 +#, c-format +msgid "Line: %d Column: %d" +msgstr "Línia: %d Columna: %d" + +#: ../mousepad/mousepad-style-scheme-action.c:193 +msgid "No style scheme" +msgstr "" + +#. show warning to the user +#: ../mousepad/mousepad-util.c:544 +#, c-format +msgid "Unable to create base directory \"%s\". Saving to file \"%s\" will be aborted." +msgstr "" + +#. print error +#: ../mousepad/mousepad-util.c:590 +#, c-format +msgid "Failed to store the preferences to \"%s\": %s" +msgstr "" + +#: ../mousepad/mousepad-window.c:400 +msgid "_File" +msgstr "" + +#: ../mousepad/mousepad-window.c:401 +msgid "_New" +msgstr "" + +#: ../mousepad/mousepad-window.c:401 +msgid "Create a new document" +msgstr "" + +#: ../mousepad/mousepad-window.c:402 +msgid "New _Window" +msgstr "Nova _Finestra" + +#: ../mousepad/mousepad-window.c:402 +msgid "Create a new document in a new window" +msgstr "" + +#: ../mousepad/mousepad-window.c:403 +msgid "New From Te_mplate" +msgstr "" + +#: ../mousepad/mousepad-window.c:404 +msgid "_Open..." +msgstr "" + +#: ../mousepad/mousepad-window.c:404 +msgid "Open a file" +msgstr "" + +#: ../mousepad/mousepad-window.c:405 +msgid "Op_en Recent" +msgstr "" + +#: ../mousepad/mousepad-window.c:406 +msgid "No items found" +msgstr "" + +#: ../mousepad/mousepad-window.c:407 +msgid "Clear _History" +msgstr "" + +#: ../mousepad/mousepad-window.c:407 +msgid "Clear the recently used files history" +msgstr "" + +#: ../mousepad/mousepad-window.c:408 +msgid "Save the current document" +msgstr "" + +#: ../mousepad/mousepad-window.c:409 +msgid "Save _As..." +msgstr "" + +#: ../mousepad/mousepad-window.c:409 +msgid "Save current document as another file" +msgstr "" + +#: ../mousepad/mousepad-window.c:410 +msgid "Save A_ll" +msgstr "Desa-ho _Tot" + +#: ../mousepad/mousepad-window.c:410 +msgid "Save all document in this window" +msgstr "" + +#: ../mousepad/mousepad-window.c:411 +msgid "Re_vert" +msgstr "" + +#: ../mousepad/mousepad-window.c:411 +msgid "Revert to the saved version of the file" +msgstr "" + +#: ../mousepad/mousepad-window.c:412 +msgid "_Print..." +msgstr "Im_Primeix" + +#: ../mousepad/mousepad-window.c:412 +msgid "Print the current document" +msgstr "Imprimeix el document actual" + +#: ../mousepad/mousepad-window.c:413 +msgid "_Detach Tab" +msgstr "" + +#: ../mousepad/mousepad-window.c:413 +msgid "Move the current document to a new window" +msgstr "Mou el document actual a una finestra nova" + +#: ../mousepad/mousepad-window.c:414 +msgid "Close _Tab" +msgstr "Tanca la _Pestanya" + +#: ../mousepad/mousepad-window.c:414 +msgid "Close the current document" +msgstr "Tanca el document actual" + +#: ../mousepad/mousepad-window.c:415 +msgid "_Close Window" +msgstr "_Tanca la finestra" + +#: ../mousepad/mousepad-window.c:415 +msgid "Close this window" +msgstr "Tanca aquesta finestra" + +#: ../mousepad/mousepad-window.c:417 +msgid "_Edit" +msgstr "_Edita" + +#: ../mousepad/mousepad-window.c:418 +msgid "Undo the last action" +msgstr "Desfés la darrera acció" + +#: ../mousepad/mousepad-window.c:419 +msgid "Redo the last undone action" +msgstr "Refés l'última acció desfeta" + +#: ../mousepad/mousepad-window.c:420 +msgid "Cut the selection" +msgstr "Retalla la selecció" + +#: ../mousepad/mousepad-window.c:421 +msgid "Copy the selection" +msgstr "Copia la selecció" + +#: ../mousepad/mousepad-window.c:422 +msgid "Paste the clipboard" +msgstr "Enganxa la selecció" + +#: ../mousepad/mousepad-window.c:423 +msgid "Paste _Special" +msgstr "" + +#: ../mousepad/mousepad-window.c:424 +msgid "Paste from _History" +msgstr "" + +#: ../mousepad/mousepad-window.c:424 +msgid "Paste from the clipboard history" +msgstr "" + +#: ../mousepad/mousepad-window.c:425 +msgid "Paste as _Column" +msgstr "" + +#: ../mousepad/mousepad-window.c:425 +msgid "Paste the clipboard text into a column" +msgstr "" + +#: ../mousepad/mousepad-window.c:426 +msgid "Delete the current selection" +msgstr "Esborra la selecció actual" + +#: ../mousepad/mousepad-window.c:427 +msgid "Select the text in the entire document" +msgstr "" + +#: ../mousepad/mousepad-window.c:428 +msgid "Change the selection" +msgstr "" + +#: ../mousepad/mousepad-window.c:428 +msgid "Change a normal selection into a column selection and vice versa" +msgstr "" + +#: ../mousepad/mousepad-window.c:429 +msgid "Conve_rt" +msgstr "" + +#: ../mousepad/mousepad-window.c:430 +msgid "To _Uppercase" +msgstr "" + +#: ../mousepad/mousepad-window.c:430 +msgid "Change the case of the selection to uppercase" +msgstr "" + +#: ../mousepad/mousepad-window.c:431 +msgid "To _Lowercase" +msgstr "" + +#: ../mousepad/mousepad-window.c:431 +msgid "Change the case of the selection to lowercase" +msgstr "" + +#: ../mousepad/mousepad-window.c:432 +msgid "To _Title Case" +msgstr "" + +#: ../mousepad/mousepad-window.c:432 +msgid "Change the case of the selection to title case" +msgstr "" + +#: ../mousepad/mousepad-window.c:433 +msgid "To _Opposite Case" +msgstr "" + +#: ../mousepad/mousepad-window.c:433 +msgid "Change the case of the selection opposite case" +msgstr "" + +#: ../mousepad/mousepad-window.c:434 +msgid "_Tabs to Spaces" +msgstr "" + +#: ../mousepad/mousepad-window.c:434 +msgid "Convert all tabs to spaces in the selection or document" +msgstr "" + +#: ../mousepad/mousepad-window.c:435 +msgid "_Spaces to Tabs" +msgstr "" + +#: ../mousepad/mousepad-window.c:435 +msgid "" +"Convert all the leading spaces to tabs in the selected line(s) or document" +msgstr "" + +#: ../mousepad/mousepad-window.c:436 +msgid "St_rip Trailing Spaces" +msgstr "" + +#: ../mousepad/mousepad-window.c:436 +msgid "Remove all the trailing spaces from the selected line(s) or document" +msgstr "" + +#: ../mousepad/mousepad-window.c:437 +msgid "_Transpose" +msgstr "" + +#: ../mousepad/mousepad-window.c:437 +msgid "Reverse the order of something" +msgstr "" + +#: ../mousepad/mousepad-window.c:438 +msgid "_Move Selection" +msgstr "" + +#: ../mousepad/mousepad-window.c:439 +msgid "Line _Up" +msgstr "" + +#: ../mousepad/mousepad-window.c:439 +msgid "Move the selection one line up" +msgstr "" + +#: ../mousepad/mousepad-window.c:440 +msgid "Line _Down" +msgstr "" + +#: ../mousepad/mousepad-window.c:440 +msgid "Move the selection one line down" +msgstr "" + +#: ../mousepad/mousepad-window.c:441 +msgid "Dup_licate Line / Selection" +msgstr "" + +#: ../mousepad/mousepad-window.c:441 +msgid "Duplicate the current line or selection" +msgstr "" + +#: ../mousepad/mousepad-window.c:442 +msgid "_Increase Indent" +msgstr "" + +#: ../mousepad/mousepad-window.c:442 +msgid "Increase the indentation of the selection or current line" +msgstr "" + +#: ../mousepad/mousepad-window.c:443 +msgid "_Decrease Indent" +msgstr "" + +#: ../mousepad/mousepad-window.c:443 +msgid "Decrease the indentation of the selection or current line" +msgstr "" + +#: ../mousepad/mousepad-window.c:444 +msgid "Show the preferences dialog" +msgstr "" + +#: ../mousepad/mousepad-window.c:446 +msgid "_Search" +msgstr "" + +#: ../mousepad/mousepad-window.c:447 +msgid "Search for text" +msgstr "" + +#: ../mousepad/mousepad-window.c:448 +msgid "Find _Next" +msgstr "Troba el _següent" + +#: ../mousepad/mousepad-window.c:448 +msgid "Search forwards for the same text" +msgstr "" + +#: ../mousepad/mousepad-window.c:449 +msgid "Find _Previous" +msgstr "" + +#: ../mousepad/mousepad-window.c:449 +msgid "Search backwards for the same text" +msgstr "" + +#: ../mousepad/mousepad-window.c:450 +msgid "Find and Rep_lace..." +msgstr "" + +#: ../mousepad/mousepad-window.c:450 +msgid "Search for and replace text" +msgstr "" + +#: ../mousepad/mousepad-window.c:451 +msgid "_Go to..." +msgstr "" + +#: ../mousepad/mousepad-window.c:451 +msgid "Go to a specific location in the document" +msgstr "" + +#: ../mousepad/mousepad-window.c:453 +msgid "_View" +msgstr "" + +#: ../mousepad/mousepad-window.c:454 +msgid "Select F_ont..." +msgstr "" + +#: ../mousepad/mousepad-window.c:454 +msgid "Change the editor font" +msgstr "" + +#: ../mousepad/mousepad-window.c:455 +msgid "_Color Scheme" +msgstr "" + +#: ../mousepad/mousepad-window.c:457 +msgid "_Document" +msgstr "" + +#: ../mousepad/mousepad-window.c:458 +msgid "Line E_nding" +msgstr "" + +#: ../mousepad/mousepad-window.c:459 +msgid "Tab _Size" +msgstr "" + +#: ../mousepad/mousepad-window.c:460 +msgid "_Filetype" +msgstr "" + +#: ../mousepad/mousepad-window.c:461 +msgid "_Previous Tab" +msgstr "" + +#: ../mousepad/mousepad-window.c:461 +msgid "Select the previous tab" +msgstr "" + +#: ../mousepad/mousepad-window.c:462 +msgid "_Next Tab" +msgstr "" + +#: ../mousepad/mousepad-window.c:462 +msgid "Select the next tab" +msgstr "" + +#: ../mousepad/mousepad-window.c:464 +msgid "_Help" +msgstr "A_juda" + +#: ../mousepad/mousepad-window.c:465 +msgid "_Contents" +msgstr "_Continguts" + +#: ../mousepad/mousepad-window.c:465 +msgid "Display the Mousepad user manual" +msgstr "" + +#: ../mousepad/mousepad-window.c:466 +msgid "About this application" +msgstr "" + +#: ../mousepad/mousepad-window.c:471 +msgid "Line N_umbers" +msgstr "" + +#: ../mousepad/mousepad-window.c:472 +msgid "_Menubar" +msgstr "" + +#: ../mousepad/mousepad-window.c:472 +msgid "Change the visibility of the main menubar" +msgstr "" + +#: ../mousepad/mousepad-window.c:473 +msgid "_Toolbar" +msgstr "" + +#: ../mousepad/mousepad-window.c:473 +msgid "Change the visibility of the toolbar" +msgstr "" + +#: ../mousepad/mousepad-window.c:474 +msgid "St_atusbar" +msgstr "" + +#: ../mousepad/mousepad-window.c:474 +msgid "Change the visibility of the statusbar" +msgstr "" + +#: ../mousepad/mousepad-window.c:475 +msgid "_Fullscreen" +msgstr "" + +#: ../mousepad/mousepad-window.c:475 ../mousepad/mousepad-window.c:4950 +msgid "Make the window fullscreen" +msgstr "" + +#: ../mousepad/mousepad-window.c:476 +msgid "_Auto Indent" +msgstr "" + +#: ../mousepad/mousepad-window.c:476 +msgid "Auto indent a new line" +msgstr "" + +#: ../mousepad/mousepad-window.c:477 +msgid "Insert _Spaces" +msgstr "" + +#: ../mousepad/mousepad-window.c:477 +msgid "Insert spaces when the tab button is pressed" +msgstr "" + +#: ../mousepad/mousepad-window.c:478 +msgid "_Word Wrap" +msgstr "" + +#: ../mousepad/mousepad-window.c:478 +msgid "Toggle breaking lines in between words" +msgstr "" + +#: ../mousepad/mousepad-window.c:479 +msgid "Write Unicode _BOM" +msgstr "" + +#: ../mousepad/mousepad-window.c:479 +msgid "Store the byte-order mark in the file" +msgstr "" + +#: ../mousepad/mousepad-window.c:484 +msgid "Unix (_LF)" +msgstr "" + +#: ../mousepad/mousepad-window.c:484 +msgid "Set the line ending of the document to Unix (LF)" +msgstr "" + +#: ../mousepad/mousepad-window.c:485 +msgid "Mac (_CR)" +msgstr "" + +#: ../mousepad/mousepad-window.c:485 +msgid "Set the line ending of the document to Mac (CR)" +msgstr "" + +#: ../mousepad/mousepad-window.c:486 +msgid "DOS / Windows (C_R LF)" +msgstr "" + +#: ../mousepad/mousepad-window.c:486 +msgid "Set the line ending of the document to DOS / Windows (CR LF)" +msgstr "" + +#. add the label with the root warning +#: ../mousepad/mousepad-window.c:882 +msgid "Warning, you are using the root account, you may harm your system." +msgstr "" + +#. show the warning +#: ../mousepad/mousepad-window.c:1534 +msgid "Failed to open the document" +msgstr "" + +#: ../mousepad/mousepad-window.c:1731 +msgid "Read Only" +msgstr "" + +#: ../mousepad/mousepad-window.c:2319 +#, c-format +msgid "" +"No template files found in\n" +"'%s'" +msgstr "" + +#. create other action +#: ../mousepad/mousepad-window.c:2436 +msgid "Set custom tab size" +msgstr "" + +#. create suitable label for the other menu +#: ../mousepad/mousepad-window.c:2484 +#, c-format +msgid "Ot_her (%d)..." +msgstr "" + +#. set action label +#: ../mousepad/mousepad-window.c:2495 +msgid "Ot_her..." +msgstr "" + +#. build description +#. get the offset length: 'Encoding: ' +#: ../mousepad/mousepad-window.c:2806 ../mousepad/mousepad-window.c:3037 +msgid "Charset" +msgstr "" + +#: ../mousepad/mousepad-window.c:2940 +#, c-format +msgid "Open '%s'" +msgstr "" + +#: ../mousepad/mousepad-window.c:3087 +msgid "Failed to clear the recent history" +msgstr "" + +#. create an item to inform the user +#: ../mousepad/mousepad-window.c:3511 +msgid "No clipboard data" +msgstr "" + +#. set error message +#: ../mousepad/mousepad-window.c:3650 +msgid "Templates should be UTF-8 valid" +msgstr "" + +#. set error message +#: ../mousepad/mousepad-window.c:3658 +msgid "Reading the template failed, the menu item has been removed" +msgstr "" + +#. set error message +#: ../mousepad/mousepad-window.c:3663 +msgid "Loading the template failed" +msgstr "" + +#. create new file chooser dialog +#: ../mousepad/mousepad-window.c:3688 +msgid "Open File" +msgstr "" + +#: ../mousepad/mousepad-window.c:3801 +#, c-format +msgid "" +"Failed to open \"%s\" for reading. It will be removed from the document " +"history" +msgstr "" + +#. show the warning and cleanup +#: ../mousepad/mousepad-window.c:3805 +msgid "Failed to open file" +msgstr "" + +#. show the error +#: ../mousepad/mousepad-window.c:3911 ../mousepad/mousepad-window.c:4034 +msgid "Failed to save the document" +msgstr "" + +#. create the dialog +#: ../mousepad/mousepad-window.c:3935 +msgid "Save As" +msgstr "" + +#. show the error +#: ../mousepad/mousepad-window.c:4126 +msgid "Failed to reload the document" +msgstr "" + +#. show the error +#: ../mousepad/mousepad-window.c:4153 +msgid "Failed to print the document" +msgstr "" + +#: ../mousepad/mousepad-window.c:4777 +msgid "Choose Mousepad Font" +msgstr "" + +#: ../mousepad/mousepad-window.c:4943 +msgid "Leave fullscreen mode" +msgstr "" + +#: ../mousepad.desktop.in.in.h:2 +msgid "Simple Text Editor" +msgstr "" + +#: ../mousepad.desktop.in.in.h:3 +msgid "Text Editor" +msgstr "" -- To stop receiving notification emails like this one, please contact the administrator of this repository. _______________________________________________ Xfce4-commits mailing list [email protected] https://mail.xfce.org/mailman/listinfo/xfce4-commits
