Mercurial > pyarq-presupuestos
view mo/pyArq-Presupuestos.pot @ 13:ff04584f66e4
windows icon
author | Miguel Ángel Bárcena Rodríguez <miguelangel@obraencurso.es> |
---|---|
date | Sat, 01 Jan 2011 19:50:30 +0100 |
parents | fe9c55f86698 |
children | a7b9f7e7dfa4 |
line wrap: on
line source
# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2010-11-24 22:27+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" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" #: ../Generic/base.py:358 msgid "Invalid code: $1" msgstr "" #: ../Generic/base.py:373 msgid "Synonyms ($1) must be a list, code: $2" msgstr "" #: ../Generic/base.py:377 msgid "Invalid Code in synomyms list ($1) code: $2" msgstr "" #: ../Generic/base.py:408 msgid "Unit ($1) must be a string: $2" msgstr "" #: ../Generic/base.py:422 msgid "Summary ($1) must be a string: $1" msgstr "" #: ../Generic/base.py:439 msgid "Prices ($1) must be a list: $2" msgstr "" #: ../Generic/base.py:460 msgid "Price ($1) must be a list with two items: $2" msgstr "" #: ../Generic/base.py:465 msgid "Price must be a float number: $1" msgstr "" #: ../Generic/base.py:475 #, python-format msgid "The record do not have this Price. Code: %s" msgstr "" #: ../Generic/base.py:481 msgid "The record do not have this Price" msgstr "" #: ../Generic/base.py:496 msgid "Parents ($1) must be a list: $2" msgstr "" #: ../Generic/base.py:500 ../Generic/base.py:512 msgid "Invalid parent code ($1) in the record: $2" msgstr "" #: ../Generic/base.py:528 msgid "children ($1) must be a list, record: $2" msgstr "" #: ../Generic/base.py:532 msgid "child ($1) must be a Decomposition object, record: $2" msgstr "" #: ../Generic/base.py:580 msgid "Text ($1) must be a string, record: $2" msgstr "" #: ../Generic/base.py:593 msgid "sheet must be a Sheet instance" msgstr "" #: ../Generic/base.py:606 msgid "files must be a list: $1" msgstr "" #: ../Generic/base.py:617 ../Generic/base.py:632 msgid "Incorrect path" msgstr "" #: ../Generic/base.py:622 msgid "file must be a list or a File object: $1" msgstr "" #: ../Generic/base.py:651 msgid "labels must be a list" msgstr "" #: ../Generic/base.py:657 msgid "label must be a string" msgstr "" #: ../Generic/base.py:666 msgid "Label must be a string" msgstr "" #: ../Generic/base.py:894 msgid "Position must be a integer" msgstr "" #: ../Generic/base.py:904 msgid "BudgetMeasures atribute must be a list" msgstr "" #: ../Generic/base.py:907 msgid "BudgetMeasures item must be a Measure " msgstr "" #: ../Generic/base.py:914 msgid "Certification atribute must be a list or None" msgstr "" #: ../Generic/base.py:920 msgid "Real cost atribute must be a list or None" msgstr "" #: ../Generic/base.py:926 msgid "Cost goals atribute must be a list or None" msgstr "" #: ../Generic/base.py:932 msgid "Cost Planned atribute must be a list or None" msgstr "" #: ../Generic/base.py:1023 msgid "Measure must be a float number. Type: $1" msgstr "" #: ../Generic/base.py:1034 msgid "Lines must be a list" msgstr "" #: ../Generic/base.py:1037 msgid "Line must be a MeasureLine objetc" msgstr "" #: ../Generic/base.py:1045 msgid "Factor must be a float number |$1|" msgstr "" #: ../Generic/base.py:1057 msgid "Yield must be a float number" msgstr "" #: ../Generic/base.py:1068 msgid "Fixed must be boolean object" msgstr "" #: ../Generic/base.py:1137 msgid "Type must be M or A. Type: $1" msgstr "" #: ../Generic/base.py:1269 msgid " Parcial Subtotal must be a float number. Parcial: $1" msgstr "" #: ../Generic/base.py:1276 msgid " Acumulated Subtotal must be a float number. Parcial: $1" msgstr "" #: ../Generic/base.py:1311 msgid "Invalid measure line type ($1)" msgstr "" #: ../Generic/base.py:1316 msgid "Measure Comment must be a string ($1)" msgstr "" #: ../Generic/base.py:1322 msgid "Invalid Measure Units ($1)" msgstr "" #: ../Generic/base.py:1334 msgid "Invalid Measure length ($1)" msgstr "" #: ../Generic/base.py:1346 msgid "Invalid Measure Width ($1)" msgstr "" #: ../Generic/base.py:1358 msgid "Invalid Measure Height ($1)" msgstr "" #: ../Generic/base.py:1369 msgid "Formula must be a string ($1)" msgstr "" #: ../Generic/base.py:1372 msgid "There is invalid charactersin formula ($1)" msgstr "" #: ../Generic/base.py:1437 ../Generic/base.py:2406 msgid "'a' value must be a float number" msgstr "" #: ../Generic/base.py:1441 ../Generic/base.py:2410 msgid "'b' value must be a float number" msgstr "" #: ../Generic/base.py:1445 ../Generic/base.py:2414 msgid "'c' value must be a float number" msgstr "" #: ../Generic/base.py:1449 ../Generic/base.py:2418 msgid "'d' value must be a float number" msgstr "" #: ../Generic/base.py:1477 ../Generic/base.py:2446 msgid "Invalid formula" msgstr "" #: ../Generic/base.py:1727 msgid "sheet_dict must be a dictionay" msgstr "" #: ../Generic/base.py:1744 ../Generic/base.py:1750 msgid "sheet field must be a string" msgstr "" #: ../Generic/base.py:1746 msgid "section_dict must be a dictionary" msgstr "" #: ../Generic/base.py:1752 msgid "sheet section must be a string" msgstr "" #: ../Generic/base.py:1754 msgid "sheet paragraph must be a string" msgstr "" #: ../Generic/base.py:1992 msgid "Owner must be a string" msgstr "" #: ../Generic/base.py:2008 #, python-format msgid "Invalid Date: %s" msgstr "" #: ../Generic/base.py:2019 msgid "Comment must be a string" msgstr "" #: ../Generic/base.py:2035 msgid "Budget type must be 1, 2, 3 or 4." msgstr "" #: ../Generic/base.py:2047 msgid "Certificate order must be a integer." msgstr "" #: ../Generic/base.py:2062 msgid "Budget certificate Date must be a valid Date." msgstr "" #: ../Generic/base.py:2076 msgid "Invalid title list format" msgstr "" #: ../Generic/base.py:2105 msgid "Invalid Index Title" msgstr "" #: ../Generic/base.py:2140 msgid "Decimal Key error" msgstr "" #: ../Generic/base.py:2176 msgid "Invalid Percentage key" msgstr "" #: ../Generic/base.py:2291 msgid "Invalid parent code: $1" msgstr "" #: ../Generic/base.py:2294 msgid "Invalid child code: $1" msgstr "" #: ../Generic/base.py:2297 msgid "Invalid position in measure $1, in code $2" msgstr "" #: ../Generic/base.py:2305 msgid "" "Circular Decomposition, parent code: $1, child code: $2, repeated code: $3" msgstr "" #: ../Generic/base.py:2360 ../Generic/base.py:2372 msgid "" "Error: Invalid child position in decomposition. Parent code: $1 Child code: " "$2 Position: $3" msgstr "" #: ../Generic/base.py:2366 msgid "Error: Empty child code. Parent code: $1 Position: $2" msgstr "" #: ../Generic/base.py:2457 msgid "Invalid code" msgstr "" #: ../Generic/base.py:2467 msgid "Invalid record: $1" msgstr "" #: ../Generic/base.py:2530 msgid "Only can be one root record" msgstr "" #: ../Generic/base.py:2624 ../Generic/base.py:2630 msgid "This record does not exits" msgstr "" #: ../Generic/base.py:2627 msgid "Path item must be a integer" msgstr "" #: ../Generic/base.py:2632 msgid "Path must be a not empty tuple: $1" msgstr "" #: ../Generic/base.py:2683 msgid "The sheet code must be a string" msgstr "" #: ../Generic/base.py:2685 msgid "The sheet title must be a string" msgstr "" #: ../Generic/base.py:2693 msgid "The sheet sections must be a dictionary" msgstr "" #: ../Generic/base.py:2698 msgid "The field code must be a string" msgstr "" #: ../Generic/base.py:2700 msgid "The field title must be a string" msgstr "" #: ../Generic/base.py:2708 msgid "The sheet field must be a dictionary" msgstr "" #: ../Generic/base.py:2713 msgid "The paragraph code must be a string" msgstr "" #: ../Generic/base.py:2715 msgid "The paragraph text must be a string" msgstr "" #: ../Generic/base.py:2723 msgid "The paragraph dict must be a dictionary" msgstr "" #: ../Generic/base.py:2728 ../Generic/base.py:2752 ../Generic/base.py:2882 #: ../Generic/base.py:2906 ../Generic/base.py:2928 msgid "The record_code code must be a string" msgstr "" #: ../Generic/base.py:2730 msgid "The field must be a string" msgstr "" #: ../Generic/base.py:2732 msgid "The section dict must be a dictionary" msgstr "" #: ../Generic/base.py:2736 msgid "" "Error: The budget do not have this record code and can not be added the " "sheet text in the field $1. Record Code: $2" msgstr "" #: ../Generic/base.py:2754 msgid "The filename must be a string" msgstr "" #: ../Generic/base.py:2758 msgid "" "Error: The budget do not have the record code $1 and can not be added the " "file: $2" msgstr "" #: ../Generic/base.py:2768 msgid "The company code must be a string" msgstr "" #: ../Generic/base.py:2770 msgid "The summary must be a string" msgstr "" #: ../Generic/base.py:2772 ../Generic/base.py:2800 msgid "The name must be a string" msgstr "" #: ../Generic/base.py:2774 msgid "The name must be a list" msgstr "" #: ../Generic/base.py:2778 msgid "The office must be a list" msgstr "" #: ../Generic/base.py:2780 msgid "The office must be a 10 items list" msgstr "" #: ../Generic/base.py:2783 msgid "This office item must be a string" msgstr "" #: ../Generic/base.py:2787 msgid "This office item must be a list" msgstr "" #: ../Generic/base.py:2802 msgid "The web must be a string" msgstr "" #: ../Generic/base.py:2804 msgid "The email must be a string" msgstr "" #: ../Generic/base.py:2814 msgid "The tecnical info code must be a string" msgstr "" #: ../Generic/base.py:2816 msgid "The tecnical info description must be a string" msgstr "" #: ../Generic/base.py:2819 msgid "The tecnical info unit must be a string" msgstr "" #: ../Generic/base.py:2866 msgid "The label must be a string" msgstr "" #: ../Generic/base.py:2884 msgid "The parametric select comment must be a string" msgstr "" #: ../Generic/base.py:2887 msgid "" "Error: The budget do not have the record code $1 and can not be added the " "Parametric select comment: $2" msgstr "" #: ../Generic/base.py:2894 msgid "" "Error: The Record $1 is not a Parametric Record and can not have Parametric " "comment" msgstr "" #: ../Generic/base.py:2908 msgid "The summary record must be a string" msgstr "" #: ../Generic/base.py:2910 msgid "" "Error: The budget do not have the record code $1 and can not be seted the " "summary: $2" msgstr "" #: ../Generic/base.py:2916 msgid "" "Error: The Record $1 is not a Parametric Record and can not have Parametric " "summary" msgstr "" #: ../Generic/base.py:2930 msgid "The text record must be a string" msgstr "" #: ../Generic/base.py:2932 msgid "" "Error: The budget do not have the record code $1 and can not be seted the " "text: $2" msgstr "" #: ../Generic/base.py:2938 msgid "" "Error: The Record $1 is not a Parametric Record and can not have Parametric " "text" msgstr "" #: ../Generic/base.py:3396 msgid "Invalid Hierarchy ($1) The hierarchy must be -1, 0, 1 or 2" msgstr "" #: ../Generic/base.py:3403 msgid "Invalid type ($1),the type must be (empty string,0,1,2,3)" msgstr "" #: ../Generic/base.py:3412 msgid "" "Invalid subtype ($1), The subtype must one in (empty string, EA, EU, EC, EF, " "OB, PA, PU, H, Q, %, MC, MCr, MM, MS, ME, MCu, MAl, ML, M)" msgstr "" #: ../Generic/durusdatabase.py:48 msgid "Incorrent Base version" msgstr "" #: ../Generic/durusdatabase.py:77 msgid "Loading file: $1:" msgstr "" #: ../Generic/durusdatabase.py:82 msgid "Loadig time: $1 seconds" msgstr "" #: ../Generic/fiebdc.py:151 msgid "Invalid code, it must be a string" msgstr "" #: ../Generic/fiebdc.py:157 msgid "The code '$1' have invalid characters." msgstr "" #: ../Generic/fiebdc.py:170 msgid "The code '$1' contains special characters repeated." msgstr "" #: ../Generic/fiebdc.py:391 msgid "" "The 'V' record (Property and Version) must be the first record in the file " "but it is the number: $1" msgstr "" #: ../Generic/fiebdc.py:394 msgid "The default values were taken and this V record is ignored" msgstr "" #: ../Generic/fiebdc.py:428 #, python-format msgid "FIEBDC format: %s" msgstr "" #: ../Generic/fiebdc.py:437 #, python-format msgid "FIEBDC file generated by %s" msgstr "" #: ../Generic/fiebdc.py:776 msgid "Record C without a valid code" msgstr "" #: ../Generic/fiebdc.py:852 ../Generic/fiebdc.py:864 ../Generic/fiebdc.py:892 msgid "Incorrect type ($1) in the code $2" msgstr "" #: ../Generic/fiebdc.py:943 msgid "" "ValueError loadig the descomposition of the record $1, the factor of the " "child $2 must be a float number and can not be $3, seted default value 1.0" msgstr "" #: ../Generic/fiebdc.py:954 msgid "" "ValueError loading the descomposition of the record $1, the yield of the " "child $2, must be a float number and cannot be $3, seted default value 1.0" msgstr "" #: ../Generic/fiebdc.py:1041 msgid "Invalid codes in $1 record, codes $2" msgstr "" #: ../Generic/fiebdc.py:1045 msgid "Empty child code in $1 record, codes: $2" msgstr "" #: ../Generic/fiebdc.py:1058 msgid "Invalid path in $1 record, codes $2" msgstr "" #: ../Generic/fiebdc.py:1069 msgid "Invalid Total Measure value in $1 record, codes $2" msgstr "" #: ../Generic/fiebdc.py:1089 msgid "" "The comment is not a formula or its have invalid characters, in the $1 " "record, codes $2" msgstr "" #: ../Generic/fiebdc.py:1403 ../Generic/fiebdc.py:1657 msgid "The file $1 do not exist" msgstr "" #: ../Generic/fiebdc.py:1763 ../Generic/fiebdc.py:1770 msgid "PyArq hates parametric DLLs" msgstr "" #: ../Generic/fiebdc.py:1979 msgid "Loading file $1" msgstr "" #: ../Generic/fiebdc.py:1999 msgid "This codepage do not exist in FIEBDC3! Default codepage: $1" msgstr "" #: ../Generic/fiebdc.py:2003 msgid "This V record dot have a codepage! Default codepage: $1" msgstr "" #: ../Generic/fiebdc.py:2007 msgid "Not 'V' record in File! Default codepage: $1" msgstr "" #: ../Generic/fiebdc.py:2048 msgid "Process terminated" msgstr "" #: ../Generic/fiebdc.py:2051 msgid "Time to load: $1 seconds" msgstr "" #: ../Generic/fiebdc.py:2053 msgid "Records/Valid Records: $1/$2" msgstr "" #: ../Generic/fiebdc.py:2056 msgid "$1 unsuported record type O: Comercial Relationship" msgstr "" #: ../Generic/fiebdc.py:2059 msgid "This file is not a valid FIBDC3 file" msgstr "" #: ../Generic/fiebdc.py:2096 msgid "Testing budget ..." msgstr "" #: ../Generic/fiebdc.py:2114 msgid "End Test" msgstr "" #: ../Gtk/gui.py:68 msgid "The icon file does not exist. '$1'" msgstr "" #: ../Gtk/gui.py:74 msgid "pyArq-Presupuestos running on $1" msgstr "" #: ../Gtk/gui.py:168 msgid "_File" msgstr "" #: ../Gtk/gui.py:169 msgid "_Import Fiebdc" msgstr "" #: ../Gtk/gui.py:170 msgid "Import FIEBDC" msgstr "" #: ../Gtk/gui.py:171 msgid "_Close" msgstr "" #: ../Gtk/gui.py:171 msgid "Close" msgstr "" #: ../Gtk/gui.py:173 msgid "_View" msgstr "" #: ../Gtk/gui.py:174 ../Gtk/gui.py:184 msgid "_Go" msgstr "" #: ../Gtk/gui.py:175 msgid "_Test" msgstr "" #: ../Gtk/gui.py:177 msgid "Import Fiebdc _price database" msgstr "" #: ../Gtk/gui.py:177 msgid "Import database" msgstr "" #: ../Gtk/gui.py:179 msgid "_Open price database" msgstr "" #: ../Gtk/gui.py:180 msgid "Open Database" msgstr "" #: ../Gtk/gui.py:185 msgid "_Back" msgstr "" #: ../Gtk/gui.py:186 ../Gtk/gui.py:197 msgid "Go to the previous visited item" msgstr "" #: ../Gtk/gui.py:188 msgid "_Forward" msgstr "" #: ../Gtk/gui.py:189 ../Gtk/gui.py:201 msgid "Go to the next visited item" msgstr "" #: ../Gtk/gui.py:190 msgid "_Up Item" msgstr "" #: ../Gtk/gui.py:191 msgid "Go up item" msgstr "" #: ../Gtk/gui.py:192 msgid "_Root" msgstr "" #: ../Gtk/gui.py:193 msgid "Go to root" msgstr "" #: ../Gtk/gui.py:220 msgid "Back history" msgstr "" #: ../Gtk/gui.py:225 msgid "Forward history" msgstr "" #: ../Gtk/gui.py:422 msgid "Cancel reading Durus database has not been implemented." msgstr "" #: ../Gtk/gui.py:443 msgid "The page is not in the page list" msgstr "" #: ../Gtk/gui.py:672 ../Gtk/importFiebdc.py:220 msgid "Time: 0s" msgstr "" #: ../Gtk/gui.py:749 ../Gtk/importFiebdc.py:299 msgid "Time: $1" msgstr "" #: ../Gtk/gui.py:1075 msgid "The value must be a list" msgstr "" #: ../Gtk/gui.py:1078 msgid "Incorrect len" msgstr "" #: ../Gtk/gui.py:1106 msgid "Incorrect item $1" msgstr "" #: ../Gtk/gui.py:1122 msgid "The budget does not have the path record: $1" msgstr "" #: ../Gtk/gui.py:1478 msgid "Decomposition" msgstr "" #: ../Gtk/gui.py:1479 ../Gtk/gui.py:2485 msgid "Description" msgstr "" #: ../Gtk/gui.py:1480 ../Gtk/gui.py:2487 msgid "Measure" msgstr "" #: ../Gtk/gui.py:1481 msgid "Sheet of Conditions" msgstr "" #: ../Gtk/gui.py:1482 msgid "Files" msgstr "" #: ../Gtk/gui.py:1483 msgid "Companies" msgstr "" #: ../Gtk/gui.py:1660 msgid "Split View Left/Right" msgstr "" #: ../Gtk/gui.py:1664 msgid "Split View Top/Bottom" msgstr "" #: ../Gtk/gui.py:1668 msgid "Close view" msgstr "" #: ../Gtk/gui.py:1836 msgid "The item must be a widget object." msgstr "" #: ../Gtk/gui.py:1842 msgid "Invalid orientation." msgstr "" #: ../Gtk/gui.py:2214 ../Gtk/gui.py:2841 ../Gtk/gui.py:4171 msgid "Argument must be a Budget object" msgstr "" #: ../Gtk/gui.py:2223 msgid "Record path can not be None" msgstr "" #: ../Gtk/gui.py:2254 msgid "a" msgstr "" #: ../Gtk/gui.py:2482 ../Gtk/gui.py:4234 msgid "Code" msgstr "" #: ../Gtk/gui.py:2483 msgid "Unit" msgstr "" #: ../Gtk/gui.py:2489 msgid "Price" msgstr "" #: ../Gtk/gui.py:2491 msgid "Amount" msgstr "" #: ../Gtk/gui.py:2502 ../Gtk/gui.py:2981 msgid "Invalid path" msgstr "" #: ../Gtk/gui.py:2846 msgid "Record path must be a tuple" msgstr "" #: ../Gtk/gui.py:2990 msgid "measure must be a Measure object. Type: $1" msgstr "" #: ../Gtk/gui.py:3002 ../Gtk/gui.py:4249 ../Gtk/gui.py:4562 msgid "Type" msgstr "" #: ../Gtk/gui.py:3003 msgid "Comment" msgstr "" #: ../Gtk/gui.py:3004 msgid "" "N\n" "(a)" msgstr "" #: ../Gtk/gui.py:3005 msgid "" "Length\n" "(b)" msgstr "" #: ../Gtk/gui.py:3006 msgid "" "Width\n" "(c)" msgstr "" #: ../Gtk/gui.py:3007 msgid "" "Height\n" "(d)" msgstr "" #: ../Gtk/gui.py:3008 msgid "Formula" msgstr "" #: ../Gtk/gui.py:3009 #, python-format msgid "" "Parcial\n" "[%s]" msgstr "" #: ../Gtk/gui.py:3010 msgid "Subtotal" msgstr "" #: ../Gtk/gui.py:3418 ../Gtk/gui.py:3440 msgid "Description text of the record $1" msgstr "" #: ../Gtk/gui.py:3591 msgid "Sheet of Conditions of the record $1" msgstr "" #: ../Gtk/gui.py:3609 msgid "Field" msgstr "" #: ../Gtk/gui.py:3630 msgid "Section" msgstr "" #: ../Gtk/gui.py:3778 msgid "Sheet2 of Conditions of the record $1" msgstr "" #: ../Gtk/gui.py:4235 msgid "Code that define the company" msgstr "" #: ../Gtk/gui.py:4236 msgid "Summary" msgstr "" #: ../Gtk/gui.py:4237 msgid "Summary of the company name" msgstr "" #: ../Gtk/gui.py:4238 ../Gtk/gui.py:4254 msgid "Name" msgstr "" #: ../Gtk/gui.py:4239 msgid "Complete name" msgstr "" #: ../Gtk/gui.py:4240 msgid "CIF" msgstr "" #: ../Gtk/gui.py:4241 msgid "Fiscal identifier number" msgstr "" #: ../Gtk/gui.py:4242 msgid "Web" msgstr "" #: ../Gtk/gui.py:4243 msgid "Company web page" msgstr "" #: ../Gtk/gui.py:4244 msgid "Email" msgstr "" #: ../Gtk/gui.py:4245 msgid "Company email" msgstr "" #: ../Gtk/gui.py:4250 msgid "" "Type of Office:\n" " C: Central office\n" " D: Local office\n" " R: Performer" msgstr "" #: ../Gtk/gui.py:4255 msgid "Office name" msgstr "" #: ../Gtk/gui.py:4256 msgid "Address" msgstr "" #: ../Gtk/gui.py:4257 msgid "Postal code" msgstr "" #: ../Gtk/gui.py:4258 msgid "Town" msgstr "" #: ../Gtk/gui.py:4259 msgid "Province" msgstr "" #: ../Gtk/gui.py:4260 msgid "Country" msgstr "" #: ../Gtk/gui.py:4261 msgid "Phone" msgstr "" #: ../Gtk/gui.py:4262 msgid "Phone numbers of the office" msgstr "" #: ../Gtk/gui.py:4263 msgid "Fax" msgstr "" #: ../Gtk/gui.py:4264 msgid "Fax numbers of the office" msgstr "" #: ../Gtk/gui.py:4265 msgid "Contact person" msgstr "" #: ../Gtk/gui.py:4266 msgid "Contact persons in the office" msgstr "" #: ../Gtk/gui.py:4270 msgid "Unknow Option Type" msgstr "" #: ../Gtk/gui.py:4500 msgid "Boolean" msgstr "" #: ../Gtk/gui.py:4501 msgid "Integer" msgstr "" #: ../Gtk/gui.py:4502 msgid "Text" msgstr "" #: ../Gtk/gui.py:4503 msgid "Color" msgstr "" #: ../Gtk/gui.py:4504 msgid "List" msgstr "" #: ../Gtk/gui.py:4536 msgid "Option name" msgstr "" #: ../Gtk/gui.py:4549 msgid "Value" msgstr "" #: ../Gtk/gui.py:4588 msgid "Description:" msgstr "" #: ../Gtk/gui.py:4749 msgid "Option values must be strings" msgstr "" #: ../Gtk/gui.py:4751 msgid "Option must be a tuple with 4 items" msgstr "" #: ../Gtk/gui.py:4753 msgid "Option list must be a list" msgstr "" #: ../Gtk/gui.py:4773 msgid "Icorrect type, must be boolean" msgstr "" #: ../Gtk/gui.py:4778 msgid "Icorrect type, must be integer" msgstr "" #: ../Gtk/gui.py:4791 msgid "Icorrect type, must be string" msgstr "" #: ../Gtk/gui.py:4804 msgid "Icorrect type, must be list" msgstr "" #: ../Gtk/gui.py:4810 msgid "Icorrect type, must be a parseable color" msgstr "" #: ../Gtk/gui.py:4818 msgid "Type must be boolean, integer, string or color" msgstr "" #: ../Gtk/gui.py:4821 msgid "Value must be in the option dict" msgstr "" #: ../Gtk/gui.py:4823 msgid "Values must be a dict" msgstr "" #: ../Gtk/importFiebdc.py:91 msgid "Open File" msgstr "" #: ../Gtk/importFiebdc.py:135 msgid "The file must have 'bc3' extension" msgstr "" #: ../Gtk/importFiebdc.py:137 msgid "The file must have 'durus' extension" msgstr "" #: ../Gtk/importFiebdc.py:208 msgid "Loading file ..." msgstr "" #: ../Gtk/importFiebdc.py:232 msgid "Cancel" msgstr "" #: ../Gtk/importFiebdc.py:436 msgid "Saving file: $1" msgstr "" #: ../Gtk/importFiebdc.py:441 msgid "Saving time: $1 seconds" msgstr ""